mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
docs+security: sync controls and scope Warden RC4 CodeQL exception
This commit is contained in:
parent
00086c2ad9
commit
586fb88c5f
7 changed files with 68 additions and 62 deletions
7
.github/codeql/codeql-config.yml
vendored
Normal file
7
.github/codeql/codeql-config.yml
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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
|
||||
1
.github/workflows/security.yml
vendored
1
.github/workflows/security.yml
vendored
|
|
@ -48,6 +48,7 @@ jobs:
|
|||
uses: github/codeql-action/init@v3
|
||||
with:
|
||||
languages: cpp
|
||||
config-file: ./.github/codeql/codeql-config.yml
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue