Skip to content

Commit

Permalink
small mistake with test
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Jul 17, 2023
1 parent 7ec6121 commit 852e282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def check(self, module_test, events):
findings = [e for e in events if e.type == "FINDING"]
assert len(findings) == 1
finding = findings[0]
assert "403 Bypass MULTIPLE SIGNATURES (exceeded threshold)" in finding.data["description"]
assert "403 Bypass MULTIPLE SIGNATURES (exceeded threshold" in finding.data["description"]


class TestBypass403_aspnetcookieless(ModuleTestBase):
Expand Down

0 comments on commit 852e282

Please sign in to comment.