Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.
/ jsass Public archive

MIRROR Java sass compiler using libsass.

License

Notifications You must be signed in to change notification settings

bit3/jsass

Repository files navigation

pipeline status Build Status Scrutinizer Code Quality Code Coverage Known Vulnerabilities

Java sass compiler

Feature complete java sass compiler.

Documentation

CVE-2022-42889

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.

How to make a release

$ ./gradlew clean release
$ git checkout $(git describe --abbrev=0)
$ ./gradlew clean signMavenPublication publishAllPublicationsToMavenCentralRepository

Don't forget to release the artifact from staging repository!

License

MIT-License