Commit e6c0302
Suppress CodeQL weak-crypto alert for RFC 6455 WebSocket handshake SHA-1
The WebSocket protocol (RFC 6455 §4.2.2) mandates SHA-1 for computing
the Sec-WebSocket-Accept header. This is not used for security purposes.
Added both @SuppressWarnings and lgtm suppression comments.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: c4e523e3-9d39-4598-90ec-54d959c44ce81 parent 816bc9e commit e6c0302
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
| |||
0 commit comments