Skip to content

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

chore: remove unsafe-inline from CSP, syntax errors

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

Triggered via pull request December 3, 2025 04:36
Status Failure
Total duration 34s
Artifacts

analysis.yml

on: pull_request
Backend Tests
31s
Backend Tests
Frontend Tests
27s
Frontend Tests
Trivy Security Scan
17s
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