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

security updates #411

Merged
merged 1 commit into from
Aug 23, 2024
Merged

security updates #411

merged 1 commit into from
Aug 23, 2024

Conversation

opoudjis
Copy link
Contributor

Metanorma PR checklist

@opoudjis opoudjis self-assigned this Aug 23, 2024
@@ -35,7 +35,7 @@

def subclause?(target, type, from)
(from&.match?(/\./) && type == "clause") ||
target&.gsub(/<[^>]+>/, "")&.match(/^IEV$|^IEC 60050-/)
target&.gsub(/<[^<>]+>/, "")&.match?(/^IEV$|^IEC 60050-/)

Check failure

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.
@opoudjis opoudjis merged commit 030a9ef into main Aug 23, 2024
17 of 19 checks passed
@opoudjis opoudjis deleted the fix/security-updates202408 branch August 23, 2024 13:34
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.

1 participant