Fix regex backtracking issue in package_name_regex
The regex now uses "Atomic Groups" to make sure there is no backtracking and no performance issues on malicious package names
Showing
Please register or sign in to comment
The regex now uses "Atomic Groups" to make sure there is no backtracking and no performance issues on malicious package names