You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We didn’t create a pull request because we're not sure whether this bug can be triggered from the user interface. We also do not understand the functionality of this code snippet as you do. Thanks for your understanding.
Outcome
In CssCompressor.java the method extractDataUrls would take forever to parse a simple string "url(data::"
Reasons
The extractDataUrls function does not correctly handle some specific inputs without a terminator.
We are working on the Algorithmic Complexity Denial-of-Service problem and detected a performance bug from your code.
We didn’t create a pull request because we're not sure whether this bug can be triggered from the user interface. We also do not understand the functionality of this code snippet as you do. Thanks for your understanding.
Outcome
In CssCompressor.java the method
extractDataUrls
would take forever to parse a simple string"url(data::"
Reasons
The
extractDataUrls
function does not correctly handle some specific inputs without a terminator.Repeatability
A simplified test case is provided here.
The text was updated successfully, but these errors were encountered: