Skip to content

nexttechsec/generic-dependency-submission

Repository files navigation

Utility commands for generating the manifest files

  1. Java

    1. Maven
      mvn dependency:tree -DoutputType=graphml -DoutputFile=dependency.graphml
  2. Javascript

    1. Npm
       npm list --prod --all --json >> dependencies.json
  3. Python

    1. Pip
        // in virtual environment
        pip install pipdeptree==2.3.3
        pipdeptree --exclude pip,pipdeptree,setuptools,wheel --json >> dependencies.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published