Skip to content

Commit 97269e5

Browse files
committed
chore(security): baseline nox SEC-574 fingerprints invalidated by path migration
The import path rename to go.klarlabs.de/statekit changed interpreter.go content, invalidating the CI (nox 0.8.1) fingerprints of four existing SEC-574 false positives (Go function name matching the Wise API key regex). Re-added via 'nox baseline add -fingerprint' with the same rationale as the prior entries.
1 parent 3e8254c commit 97269e5

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.nox/baseline.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,38 @@
672672
"severity": "high",
673673
"reason": "False positive: README code samples (statekit.Event{...} patterns) match generic secret regexes; no real key.",
674674
"created_at": "2026-05-10T09:30:00Z"
675+
},
676+
{
677+
"fingerprint": "c69d1f1cfd0b43f7d6da2796fbe826a0612ec1b043a49dd2166ac762562878bc",
678+
"rule_id": "",
679+
"file_path": "",
680+
"severity": "",
681+
"reason": "False positive: Go function name findMatchingTransitionHierarchical in interpreter.go matching Wise API key regex, not an API key; fingerprints re-computed by CI nox 0.8.1 after import path migration to go.klarlabs.de/statekit",
682+
"created_at": "2026-06-06T20:13:11.564822Z"
683+
},
684+
{
685+
"fingerprint": "f392c48f170286d771065afff0c60499fff68aa409a898f828b2500010c1b44b",
686+
"rule_id": "",
687+
"file_path": "",
688+
"severity": "",
689+
"reason": "False positive: Go function name findMatchingTransitionHierarchical in interpreter.go matching Wise API key regex, not an API key; fingerprints re-computed by CI nox 0.8.1 after import path migration to go.klarlabs.de/statekit",
690+
"created_at": "2026-06-06T20:13:11.564822Z"
691+
},
692+
{
693+
"fingerprint": "ce4b20d3258d136b6bfda1c4c62ad3ddeb946fca0ef28406d8cf287e90091f20",
694+
"rule_id": "",
695+
"file_path": "",
696+
"severity": "",
697+
"reason": "False positive: Go function name findMatchingTransitionHierarchical in interpreter.go matching Wise API key regex, not an API key; fingerprints re-computed by CI nox 0.8.1 after import path migration to go.klarlabs.de/statekit",
698+
"created_at": "2026-06-06T20:13:11.564822Z"
699+
},
700+
{
701+
"fingerprint": "142896d21f3d1f1f23e426cad78577c83863163d9156fbcc04bb924cef20866a",
702+
"rule_id": "",
703+
"file_path": "",
704+
"severity": "",
705+
"reason": "False positive: Go function name findMatchingTransitionHierarchical in interpreter.go matching Wise API key regex, not an API key; fingerprints re-computed by CI nox 0.8.1 after import path migration to go.klarlabs.de/statekit",
706+
"created_at": "2026-06-06T20:13:11.564822Z"
675707
}
676708
]
677709
}

0 commit comments

Comments
 (0)