CI/CD improvements for codeql

This commit is contained in:
Jack Kingsman
2026-04-19 23:33:45 -07:00
parent 5f78294cd1
commit d10de8abf7
4 changed files with 51 additions and 0 deletions

10
.github/codeql/codeql-config.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: "RemoteTerm CodeQL config"
# Exclude rules that flag intentional design decisions:
# - AES-ECB is required by the MeshCore radio protocol wire format
# - Repeater/room passwords are not meaningfully sensitive secrets
query-filters:
- exclude:
id: py/weak-cryptographic-algorithm
- exclude:
id: js/clear-text-storage-of-sensitive-data