Skip to content

Commit

Permalink
Optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ybadaoui-ostorlab committed Dec 9, 2024
1 parent 0622b7c commit b953feb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions agent/exploits/cve_2024_54134.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
import re

from packaging import version
from agent.exploits import webexploit
from agent import exploits_registry

from agent import definitions
from agent import exploits_registry
from agent.exploits import webexploit

VULNERABILITY_TITLE = "MALICIOUS PACKAGES FOUND IN COMPROMISED @SOLANA/WEB3.JS LIBRARY"
VULNERABILITY_REFERENCE = "CVE-2024-54134"
Expand Down

0 comments on commit b953feb

Please sign in to comment.