Describe the bug
The rules's mitigtation advise says to hardcode the header to Upgrade websocket to avoid the possibility of H2C smuggling. However, even when implementing that mitigation, the rule continues to fail.
To Reproduce
Any socket.io style nginx proxy setup.
Expected behavior
The rule should not fire false positives when the suggested mitigtation actions are implemented.
Priority
How important is this to you?
Additional Context
PR created with fix: #3767
Describe the bug
The rules's mitigtation advise says to hardcode the header to
Upgrade websocketto avoid the possibility of H2C smuggling. However, even when implementing that mitigation, the rule continues to fail.To Reproduce
Any socket.io style nginx proxy setup.
Expected behavior
The rule should not fire false positives when the suggested mitigtation actions are implemented.
Priority
How important is this to you?
Additional Context
PR created with fix: #3767