Overview of MurphySec CLI features and supported languages
v3MurphySec CLI is a tool for detecting vulnerable dependencies in projects. It can be used locally or integrated into CI/CD pipelines (e.g., Jenkins).
Key Features:
- Analyze direct and indirect dependencies.
- Detect known vulnerabilities in project dependencies.
Supported Languages:
- Java
- JavaScript
- Golang
Workflow:
- CLI parses manifests or builds the project to get dependency info.
- Dependency info is uploaded to the MurphySec server.
- Server identifies vulnerabilities using the MurphySec knowledge base.
- Results are viewed in the MurphySec platform.