Skip to content

Commit

Permalink
Pyyaml update 601 typo (#9)
Browse files Browse the repository at this point in the history
* Update setup.py to use pyyaml 6.0.1. Update dls version to 2.2.2

* Update HISTORY.md and README.md for dls version 2.2.2

* Add detail to HISTORY.md about the security vulnerability requiring this update

* Fix typo
  • Loading branch information
ceckim authored Feb 26, 2024
1 parent fbb2ee8 commit d14ffe0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
## Change Log

### 2.2.2
Security Update: Updated PyYAML in setup.py to 6.0.1, due to a [security
vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2020-14343).

Security Update: Updated PyYAML in setup.py to 6.0.1, due to a [security vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2020-14343).


### 2.2.1

Security Update: Updated PyYAML to 6.0.1 in requirements.txt only, due to a [security
5 vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2020-14343).
Security Update: Updated PyYAML to 6.0.1 in requirements.txt only, due to a [security vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2020-14343).


### 2.2.0

Expand Down

0 comments on commit d14ffe0

Please sign in to comment.