mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-05-03 12:03:04 +02:00
11 lines
357 B
YAML
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
|