Skip to content

fix: patch Snyk vulnerabilities in pip, setuptools, and black#86

Merged
OMpawar-21 merged 1 commit into
masterfrom
fix/snyk-fix-22-07-2026
Jul 22, 2026
Merged

fix: patch Snyk vulnerabilities in pip, setuptools, and black#86
OMpawar-21 merged 1 commit into
masterfrom
fix/snyk-fix-22-07-2026

Conversation

@OMpawar-21

@OMpawar-21 OMpawar-21 commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Upgraded pip to >=26.1.2 to fix Arbitrary File Upload, Arbitrary Code Injection, and Directory Traversal vulnerabilities
  • Upgraded setuptools to >=83.0.0 to fix Improper Unicode Encoding Handling vulnerability
  • Upgraded black to >=26.3.1 to fix a high-severity Directory Traversal vulnerability
  • Bumped SDK version to 1.6.1 and updated CHANGELOG.md

Test plan

  • pip install -r requirements.txt --upgrade
  • pytest --html=tests/report/test-report.html passes
  • snyk test no longer reports the black/pip/setuptools vulnerabilities

🤖 Generated with Claude Code

…ersion to 1.6.1

Upgrades pip (>=26.1.2), setuptools (>=83.0.0), and black (>=26.3.1) to
resolve Directory Traversal, Arbitrary File Upload, and Arbitrary Code
Injection issues flagged by Snyk. Bumps SDK version to 1.6.1 and updates
the changelog accordingly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@OMpawar-21
OMpawar-21 requested a review from a team as a code owner July 22, 2026 08:21
@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 3 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

ℹ️ Vulnerabilities Without Available Fixes (Informational Only)

The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:

  • Critical without fixes: 0
  • High without fixes: 0
  • Medium without fixes: 3
  • Low without fixes: 0

✅ BUILD PASSED - All security checks passed

@OMpawar-21
OMpawar-21 merged commit 49674f4 into master Jul 22, 2026
9 checks passed
@OMpawar-21
OMpawar-21 deleted the fix/snyk-fix-22-07-2026 branch July 22, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants