Skip to content

Commit

Permalink
Add Detection for CVE-2023-28461
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Nov 28, 2024
1 parent c5af79e commit 81007ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/exploits/cve_2023_28461_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def testCVE202328461_whenVulnerable_reportFinding(
status_code=200,
)

# Mocking the '_send_ssl_request' method to avoid real requests
with patch.object(
cve_2023_28461.CVE202328461Exploit,
"_send_ssl_request",
Expand Down Expand Up @@ -78,7 +77,6 @@ def testCVE202328461_whenSafe_reportNothing(
status_code=200,
)

# Mocking the '_send_ssl_request' method to avoid real requests
with patch.object(
cve_2023_28461.CVE202328461Exploit,
"_send_ssl_request",
Expand Down

0 comments on commit 81007ae

Please sign in to comment.