v3.3.11 — CodeQL path exclusion for example files #32
Jovancoding
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Security
.github/codeql/codeql-config.ymlwithpaths-ignore: examples/**, which excludes demo/example files from CodeQL analysis. GitHub CodeQL does not support inline suppression comments (// codeql[...]) for JavaScript/TypeScript, so the config-file approach is the correct solution. Non-functional suppression comments have been removed from the demo file.Notes
examples/05-code-review-swarm.ts) is unaffected.decodeHtml()single-pass rewrite (HIGH), path bounds checks onfs.writeFileSynccalls (MEDIUM), unused variable cleanup (Note).Full Changelog: https://github.com/jovanSAPFIONEER/Network-AI/blob/main/CHANGELOG.md
This discussion was created from the release v3.3.11 — CodeQL path exclusion for example files.
Beta Was this translation helpful? Give feedback.
All reactions