-
Notifications
You must be signed in to change notification settings - Fork 6
Preview/OSV scanner #82
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ecdsa==0.19.1 | ||
fastapi==0.104.1 | ||
jinja2==3.1.2 | ||
python-jose==3.3.0 | ||
python-multipart==0.0.6 | ||
starlette==0.27.0 | ||
Comment on lines
+1
to
+6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Blocker: Newly added pins introduce known high/critical CVEs Every dependency added in this hunk is flagged by OSV/GHSA with active HIGH or CRITICAL vulnerabilities:
Please update each pin to a version that is listed as patched in the corresponding advisory (or apply an alternative mitigation/library if no fixed release exists yet) before merging. Right now this PR would ship known-vulnerable packages into production. 🧰 Tools🪛 OSV Scanner (2.2.2)[HIGH] 1-1: ecdsa 0.19.1: Minerva timing attack on P-256 in python-ecdsa [HIGH] 2-2: fastapi 0.104.1: undefined (PYSEC-2024-38) [HIGH] 3-3: jinja2 3.1.2: Jinja2 vulnerable to sandbox breakout through attr filter selecting format method [HIGH] 3-3: jinja2 3.1.2: Jinja has a sandbox breakout through malicious filenames [HIGH] 3-3: jinja2 3.1.2: Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter [HIGH] 3-3: jinja2 3.1.2: Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter [HIGH] 3-3: jinja2 3.1.2: Jinja has a sandbox breakout through indirect reference to format method [CRITICAL] 4-4: python-jose 3.3.0: undefined (PYSEC-2024-232) [CRITICAL] 4-4: python-jose 3.3.0: undefined (PYSEC-2024-233) [CRITICAL] 4-4: python-jose 3.3.0: python-jose algorithm confusion with OpenSSH ECDSA keys [CRITICAL] 4-4: python-jose 3.3.0: python-jose denial of service via compressed JWE content [HIGH] 5-5: python-multipart 0.0.6: python-multipart vulnerable to Content-Type Header ReDoS [HIGH] 5-5: python-multipart 0.0.6: Denial of service (DoS) via deformation [HIGH] 6-6: starlette 0.27.0: Starlette has possible denial-of-service vector when parsing large files in multipart forms [HIGH] 6-6: starlette 0.27.0: Starlette Denial of service (DoS) via multipart/form-data 🤖 Prompt for AI Agents
|