Files
Remote-Terminal-for-MeshCore/.github/codeql/codeql-config.yml
2026-04-19 23:33:45 -07:00

11 lines
357 B
YAML

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