Skip to content

feat: implement enforced Semgrep scanning with clean baseline (#2984)#3406

Merged
kasya merged 19 commits into
OWASP:mainfrom
SpruhaCK:add-semgrep-checks
Jan 23, 2026
Merged

feat: implement enforced Semgrep scanning with clean baseline (#2984)#3406
kasya merged 19 commits into
OWASP:mainfrom
SpruhaCK:add-semgrep-checks

Update code

5da4042
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2026 in 0s

85.59% (-0.02%) compared to 7484604

View this Pull Request on Codecov

85.59% (-0.02%) compared to 7484604

Details

Codecov Report

❌ Patch coverage is 68.75000% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.59%. Comparing base (7484604) to head (5da4042).

Files with missing lines Patch % Lines
backend/apps/owasp/admin/mixins.py 20.00% 4 Missing ⚠️
frontend/src/components/StructuredDataScript.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3406      +/-   ##
==========================================
- Coverage   85.60%   85.59%   -0.02%     
==========================================
  Files         461      461              
  Lines       14222    14224       +2     
  Branches     1894     1894              
==========================================
  Hits        12175    12175              
- Misses       1678     1680       +2     
  Partials      369      369              
Files with missing lines Coverage Δ
backend/apps/api/decorators/cache.py 96.15% <100.00%> (ø)
backend/apps/api/internal/mutations/api_key.py 88.23% <100.00%> (ø)
backend/apps/github/admin/issue.py 100.00% <100.00%> (ø)
backend/apps/github/admin/pull_request.py 100.00% <100.00%> (ø)
backend/apps/github/admin/repository.py 100.00% <100.00%> (ø)
backend/apps/owasp/admin/widgets.py 100.00% <100.00%> (ø)
backend/apps/slack/views.py 100.00% <100.00%> (ø)
frontend/src/components/StructuredDataScript.tsx 0.00% <0.00%> (ø)
backend/apps/owasp/admin/mixins.py 53.42% <20.00%> (-0.75%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7484604...5da4042. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.