Skip to content

Commit

Permalink
Add version detection for cleo cve-2024-50623
Browse files Browse the repository at this point in the history
  • Loading branch information
PiranhaSa committed Dec 16, 2024
1 parent 2a86b1a commit 47ad50f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agent/exploits/webexploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class WebExploit(definitions.Exploit):
check_request: definitions.Request
accept_pattern: list[re.Pattern[str]] = []
match_pattern: list[re.Pattern[str]] = []
header_name: str
vuln_ranges: list[definitions.VulnRange] = []
metadata: definitions.VulnerabilityMetadata
version_pattern: re.Pattern[str] | None = None
Expand Down

0 comments on commit 47ad50f

Please sign in to comment.