Commit 5827092
committed
docs(security): mark the orchestration_debug CodeQL alert as a documented false positive (aws-samples#247 PR aws-samples#373)
User chose to leave the HIGH py/clear-text-logging-sensitive-data alert
red + document it (it's a dev-only debug printer; logs only ids + a
yes/no oauth-present flag, never the secret value). Keep the key-presence
check ('in m' — secret value never read) but correct the comment: CodeQL
still flags it because it taints the whole stdin dict and follows any
s(m,…) read into a print. Documented in PR aws-samples#373's 'before merge' list for
a maintainer to dismiss.1 parent 93a486d commit 5827092
1 file changed
Lines changed: 8 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 58 | + | |
| 59 | + | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
0 commit comments