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
{{ message }}
This repository was archived by the owner on May 14, 2024. It is now read-only.
In October 2022, a critical vulnerability in the commons-text library became known (CVE-2022-42889). jsass uses the commons-text library, but not the affected StringSubstitutor class!
Thus, jsass is not directly affected by this vulnerability.
However, in Jsass version 5.10.5, the commons-text dependency has been updated to version 1.10.0.
Developers
Gradle tasks you should know
gradle check runs checkstyle, pmd, junit locally.
gradle buildNativeLibs build the native libs, using our build docker container.