Commit 8539e49
committed
fix: add CodeQL suppression for false positive password hash warning
The CodeQL scanner incorrectly flagged SHA-256 usage for workspace path
hashing as 'password hashing with insufficient computational effort'.
This is a false positive - we're using SHA-256 to create deterministic
collection names from workspace paths, not for password hashing.
SHA-256 is perfectly appropriate for this non-cryptographic use case.
Added suppression comments to clarify the intent and suppress the warning.1 parent ec14d74 commit 8539e49
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
| |||
762 | 765 | | |
763 | 766 | | |
764 | 767 | | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
765 | 771 | | |
766 | 772 | | |
767 | 773 | | |
| |||
0 commit comments