chore: remove unsafe-inline from CSP, syntax errors #3661
analysis.yml
on: pull_request
Trivy Security Scan
24s
Analysis Results
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
|
|
|
|
|