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.
Read the official documentation.
This tool allows you to easily create a custom OpenJDK JRE using jlink
.
jlink
to create a JRE.jlink
command generation
jlink
command to run to get the job done!If this project helped you, please consider buying me a coffee or sponsoring me. Your support is much appreciated!
npm i easyjre
Go here: EasyJRE
npm
If you want to use the tool in your own project, you can install this package via npm and use the exported EasyJRE
component.
import { EasyJRE } from 'easyjre';
<EasyJRE />
You can use CSS to hide the header and footer by selecting and styling the .easyjre-header
and .easyjre-footer
classes with display: none
, like so:
.easyjre-header, .easyjre-footer {
display: none !important;
}
Type definitions have been included for TypeScript support.
Favicon by Twemoji.
Open source software is awesome and so are you. 😎
Feel free to submit a pull request for bugs or additions, and make sure to update tests as appropriate. If you find a mistake in the docs, send a PR! Even the smallest changes help.
For major changes, open an issue first to discuss what you'd like to change.
If you found this project helpful, let the community know by giving it a star: 👉⭐
See LICENSE.md.
FAQs
Easily create an OpenJDK JRE using jlink!
We found that easyjre demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.