mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-25 07:43:53 +00:00
chore(ci): exclude extern/ from CodeQL and Semgrep scanning
All 61 open CodeQL alerts were in vendored third-party libraries (ImGui, miniaudio, stb_*). We do not modify upstream code, so these findings drown out signal in our own code without being actionable.
This commit is contained in:
parent
6097390452
commit
3cd360e8d6
2 changed files with 8 additions and 0 deletions
7
.github/codeql/codeql-config.yml
vendored
7
.github/codeql/codeql-config.yml
vendored
|
|
@ -1,5 +1,12 @@
|
|||
name: wowee-codeql-config
|
||||
|
||||
# Skip vendored third-party libraries. We do not modify upstream code in
|
||||
# extern/ (ImGui, miniaudio, stb_*, etc.) — those projects own their own
|
||||
# triage and accepting CodeQL findings there blocks our update path and
|
||||
# drowns out signal in our own code.
|
||||
paths-ignore:
|
||||
- extern
|
||||
|
||||
# The WoW client protocol (world-socket header cipher) and Warden anti-cheat
|
||||
# module protocol both mandate RC4. There is no way to replace RC4 with a
|
||||
# stronger algorithm without breaking compatibility with all supported servers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue