We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223818b commit 643459dCopy full SHA for 643459d
tools/parseExploitRequirements.src
@@ -26,7 +26,7 @@ parseExploitRequirements = function(exploits)
26
end function
27
28
ExploitNames = getExploitNames(exploits)
29
- ExploitRequirements = exploits.split("Unsafe check: ")[1:]
+ ExploitRequirements = exploits.split("Unsafe check: ")[1:]
30
ExploitRequirements.applyFunction(@getCurrentRequirements)
31
32
Exploits = {}
0 commit comments