Commit 19b8cdc
fix: Replace MD5 with SHA-256 for secure token hashing
- Fix CodeQL security alert #1: weak cryptographic hashing
- Changed from MD5 to SHA-256 for hashing configuration tokens
- MD5 is vulnerable to collision attacks and shouldn't be used for sensitive data
- SHA-256 is a strong cryptographic hash function suitable for this use case1 parent d4d5353 commit 19b8cdc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments