Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
com.github.microsofia:microsofia-boot
Advanced tools
Most of Java developers use Maven to compile. It handles at compile time all the jar hell dependencies, but once we go to the production things are different. Microsofia-boot tries to solve this gap by having the output of the development phase directly usable at production phase.
#How does it work ?
##At development phase As usual create your Maven project with the correct dependencies, and containing the main that you want to execute at production. At release time, deploy the needed artifacts using Maven into a repository.
##At production phase Using a settings file that looks like Maven one, configure microsofia-boot to have the correct repository and the root dependency of the project containing the main that you want to run. Only microsofia-boot jar is needed to run your main. And THAT's IT!
#Behind the scenes Microsofia-boot uses Eclipse Aether in order to download from the repository all needed artifacts with their dependencies, build a graph of classloaders that mimicks the artificats dependencies graph, and then load your class and invoke its main.
FAQs
Simple ClassLoader based on Eclipse Aether
We found that com.github.microsofia:microsofia-boot 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.