Skip to content

Update index.html

af9ceb9
Select commit
Loading
Failed to load commit list.
Merged

Dev #8

Update index.html
af9ceb9
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep OSS succeeded Aug 10, 2025 in 5s

No new alerts in code changed by this pull request

Annotations

Check warning on line 12 in index.html

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: html.security.audit.missing-integrity.missing-integrity Warning

This tag is missing an 'integrity' subresource integrity attribute. The 'integrity' attribute allows for the browser to verify that externally hosted files (for example from a CDN) are delivered without unexpected manipulation. Without this attribute, if an attacker can modify the externally hosted resource, this could lead to XSS and other types of attacks. To prevent this, include the base64-encoded cryptographic hash of the resource (file) you’re telling the browser to fetch in the 'integrity' attribute for all externally hosted files.