Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
org.tatools:sunshine-junit5
Advanced tools
"The package is Sunshine's adapter for JUnit 5 tests runner."
Sunshine allows you to manage suits of your automated tests directly from Java code. It supports TestNg, JUnit 4, and JUnit 5.
Please read the users documentation on http://sunshine.tatools.org.
If you have any questions or want more functionality, please submit a new issue.
Before sending any pull request, please discuss requirements/changes to be implemented using an existing issue or by creating a new one.
If you will install https://elegant-git.bees-hive.org and use Git via CLI, all required workflows
will be executed automatically. Otherwise, you can do it manually by running ./workflows
script.
We use https://github.com/diffplug/spotless to format the code. Please run
./gradlew spotlessApply
to call the formatting manually.
Run ./gradlew
(or gradlew.bat
). It will execute unit, integration tests, and formatting verifications.
Automatic analysis of documentation changes in not configured. That's why manual validation is required.
The following snippet allows generation of HTML version of the documentation
cd docs
rm -r _build && make html
open _build/html/index.html
Please take into account, you need to install required Python's dependencies with pip install -r docs/requirements.txt
before.
FAQs
"The package is Sunshine's adapter for JUnit 5 tests runner."
We found that org.tatools:sunshine-junit5 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.