Skip to content

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

chore: remove unsafe-inline from CSP, syntax errors

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

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

analysis.yml

on: pull_request
Backend Tests
28s
Backend Tests
Frontend Tests
29s
Frontend Tests
Trivy Security Scan
24s
Trivy Security Scan
Analysis Results
0s
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