Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: all potentially unsafe external link #1485

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

MattSilverio
Copy link
Contributor

Weaknesses detected

CWE-1022
CWE-200

Report
HTML links that open in a new tab or window allow the target page to access the DOM of the origin page using window.opener unless link type noopener or noreferrer is specified. This is a potential security risk.

Solution
Adding an attribute rel with values noopener and noreferrer in a tags

@DonnieBLT DonnieBLT enabled auto-merge (squash) October 17, 2023 01:44
@MattSilverio
Copy link
Contributor Author

This PR is related to issues #1320 #1321 #1322 #1323 #1324 #1325 #1326 #1327 #1361 #1362

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants