Commit b192863
committed
fix(payments): suppress codeql clear-text-logging false positive
The validate JSON output logs result.error.message, which CodeQL flags
because the upstream validation builds error strings from env-var NAMES
(e.g. AGENTCORE_CREDENTIAL_FOO_API_KEY_SECRET — the name of the env var,
not its value). The names are deterministic public strings derived from
the credential name; they never contain credential values. Suppress the
alert with a justification.1 parent bc77650 commit b192863
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
0 commit comments