Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/jrolstad/dependency-analyzer
When building a Java project, there are many third party dependencies that used to enable functionality that would otherwise be difficult to build on your own. It can be difficult to determine all dependencies that a projecdt has and how they rely on each other. The dependency analyzer intends to assist in this problem.
The dependency analyzer is a cli tool that analyzes maven generated dot files and identifies all third party dependencies. To run, used the following steps:
mvn dependency:tree -DoutputType=dot -DoutputFile=dependencies.dot -Dverbose=true
go run main.go --path ..\..\data\ --filePattern *.dot --includedParents com.oracle --excludedDependencies com.oracle,javax. --mode notreferenced
Name | Location | Purpose |
---|---|---|
Command Line Interface | cmd/cli | Command line tool is the primary interface for the analyzer |
Name | Location | Purpose |
---|---|---|
core | internal/core | Extensions to the native types in golang |
models | internal/models | Data models / structs used in the components |
orchestration | internal/orchestration | The main entry point for all exposed functionality. Contains business logic, processing, and flow implementations |
This projects is made available under the MIT License.
FAQs
Unknown package
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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.