Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix black #27

Closed
wants to merge 1 commit into from
Closed

Fix black #27

wants to merge 1 commit into from

Conversation

antoine-tran
Copy link
Contributor

Why ?

Old version of black has some security holes that are vulnerable to attacks:

https://nvd.nist.gov/vuln/detail/CVE-2024-21503
psf/black@f000936
https://github.com/psf/black/releases/tag/24.3.0
https://security.snyk.io/vuln/SNYK-PYTHON-BLACK-6256273
https://github.com/pypa/advisory-database/tree/main/vulns/black/PYSEC-2024-48.yaml
GHSA-fj7x-q9j7-g6q6

How ?

This PR removes he fixed versioning in black deps, so it automatically upgrades to the fixed version (24.3.0 or later)

Test plan

Check CI

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 21, 2024
@antoine-tran
Copy link
Contributor Author

duplicate #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants