Skip to content

chore: remove unsafe-inline from CSP, syntax errors #3661

chore: remove unsafe-inline from CSP, syntax errors

chore: remove unsafe-inline from CSP, syntax errors #3661

Triggered via pull request December 3, 2025 05:57
Status Failure
Total duration 38s
Artifacts

analysis.yml

on: pull_request
Backend Tests
34s
Backend Tests
Frontend Tests
31s
Frontend Tests
Trivy Security Scan
24s
Trivy Security Scan
Analysis Results
Analysis Results
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Frontend Tests: frontend/src/components/CSPCompliantModal.tsx#L87
Replace `⏎··········type="button"·⏎··········className="btn-close"·⏎··········onClick={onHide}⏎··········aria-label="Close"⏎·······` with `type="button"·className="btn-close"·onClick={onHide}·aria-label="Close"`
Frontend Tests: frontend/src/components/CSPCompliantModal.tsx#L67
Replace `⏎············{children}⏎··········` with `{children}`
Frontend Tests: frontend/src/components/CSPCompliantModal.tsx#L23
Replace `·show,·onHide,·size·=·'lg',·centered·=·false,·children·` with `⏎··show,⏎··onHide,⏎··size·=·'lg',⏎··centered·=·false,⏎··children,⏎`
Frontend Tests: frontend/src/components/CSPCompliantModal.tsx#L13
'Button' is defined but never used