Skip to content

Commit

Permalink
Resolved CVE-2022-23491 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsforbes authored Oct 7, 2023
1 parent 82865e0 commit 33ddb96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
Date: TBD

### Security
Set minimum requirement for [requests](https://pypi.org/project/requests/) to 2.31 per [CVE-2023-32681](https://www.cve.org/CVERecord?id=CVE-2023-32681) / [CWE-200](https://cwe.mitre.org/data/definitions/200.html)
- Set minimum requirement for [requests](https://pypi.org/project/requests/) to 2.31 per [CVE-2023-32681](https://www.cve.org/CVERecord?id=CVE-2023-32681) / [CWE-200](https://cwe.mitre.org/data/definitions/200.html)
- Set minimum requirement for [certifi](https://pypi.org/project/certifi/) to 2022.12.07 per [CVE-2022-23491](https://www.cve.org/CVERecord?id=CVE-2022-23491) / [CWE-345](https://cwe.mitre.org/data/definitions/345.html)

## v1.3.0

Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ classifiers = [
python = "^3.8"
requests = "^2.31"
numpy = "^1.22.2"
certifi = "^2022.12.07"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/swar/nba_api/issues"
Expand Down

0 comments on commit 33ddb96

Please sign in to comment.