Fix C# WAF policy violations #5659
Labels
Area: Engineering
Internal issues that are related to improving code quality, refactorings, code cleanup, etc.
bug
Indicates an unexpected problem or an unintended behavior.
P0
Must Fix. Release-blocker
Size: M
The issue is not very complex and it is well understood, it will take 1 to 3 days to complete
Milestone
WAF policy violations that appears to be originating from bot framework SDK. Details are listed below. Turning application gateway WAF to prevention mode caused api/messages calls to get blocked due to the following policy violations.
These exceptions are being generated from skills and are originating from both .Net SDK (composer bots) and Node JS Sdk (Node JS skill bots).
WAF Rule Description (Documentations on rules)
920300 Request Missing an Accept Header
931130 Possible Remote File Inclusion (RFI) Attack = Off-Domain Reference/Link
942130 SQL Injection Attack: SQL Tautology Detected.
JS Tracking Bug: microsoft/botbuilder-js#3739
The text was updated successfully, but these errors were encountered: