mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
7 lines
276 B
YAML
7 lines
276 B
YAML
name: wowee-codeql-config
|
|
|
|
# Warden stream crypto must remain RC4 for protocol compatibility.
|
|
# Keep weak-crypto detection enabled project-wide, but exclude this one file
|
|
# so CodeQL doesn't raise an unfixable compatibility alert.
|
|
paths-ignore:
|
|
- src/game/warden_crypto.cpp
|