You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# used for byte compression decompression validation
# Path: pkg/cache/compressed/cache.go, line 77
# Info: The MD5 hash (used in crypto.md5.Sum) is insecure. Consider changing it to a secure hash algorithm
# Returns warning message from release controller
# Path: sippy-ng/src/releases/ReleaseOverview.jsx, line 110
#Info: Unsanitized input from a React useState value flows into __html, where it is used to dynamically construct the HTML page on client side. This may result in a DOM Based Cross-Site Scripting attack (DOMXSS).
# Path: sippy-ng/src/component_readiness/JobArtifactQuery.jsx, line 789
# Info: Unsanitized input from a React useState value flows into window.open, where it is used as input for request redirection. This may result in an Open Redirect vulnerability.
exclude:
global:
- vendor/**
- "**/*_test.go"
- gen-resolved-issue.py
- pkg/cache/compressed/cache.go
- sippy-ng/src/prow_job_runs/IntervalsChart.jsx
- sippy-ng/src/releases/ReleaseOverview.jsx
- sippy-ng/src/components/Laundry.jsx
- scripts/add-intentional-regression.py
# MCP dev server: create_subprocess_exec (no shell) with validated inputs; not a real injection vector