Skip to content

Commit

Permalink
Refactor some cves
Browse files Browse the repository at this point in the history
  • Loading branch information
elyousfi5 committed Feb 24, 2025
1 parent 76a20c6 commit 1b5f8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/exploits/cve_2021_22941_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def testCVE_2021_22941_whenVulnerable_reportFinding(

assert (
vulnerability.entry.title
== "Improper Access Control in Citrix ShareFile storage zones controller"
== "Improper Access Control in Citrix ShareFile storage zones controller."
)
assert (
vulnerability.technical_detail
Expand Down
2 changes: 1 addition & 1 deletion tests/exploits/cve_2023_1389_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def testCVE20231389_whenVulnerable_reportFinding(
assert len(vulnerabilities) > 0
vulnerability = vulnerabilities[0]

assert vulnerability.entry.title == "Remote Code Execution in TP-Link AX21"
assert vulnerability.entry.title == "Remote Code Execution in TP-Link AX21."
assert (
vulnerability.technical_detail
== "https://109.239.246.106:10443/ is vulnerable to CVE-2023-1389, Remote Code Execution in TP-Link AX21."
Expand Down

0 comments on commit 1b5f8f9

Please sign in to comment.