Source code

Since each programming language has its declaration files for the libraries being used, the SBOM engine only analyzes the files with these specific filenames to avoid false positives or performance downgrades.

Programming languageFile to check
Ruby

Gemfile.lock

library package in tar.gz, gem format

Python

Pipfile.lock

poetry.lock

requirements*.txt

setup.py

pyproject.toml

version.py

library package in tar.gz, egg, whl, zip format

PHP

composer.lock

composer.json

library package in zip format

NodeJS

package.json

package-lock.json

yarn.lock

pnpm-lock.yaml

library package in tgz, jar format

TypeScriptpackage.json
CoffeeScriptpackage.json
Java

pom.xml

pom.properties

gradle.lockfile

*.jar

library package in zip, src.zip, sources.zip, tar.gz, src.tar.gz, sources.tar.gz format

Scalapom.xml
Groovypom.xml
Clojourepom.xml
Gogo.mod
Rustcargo.lock
Dartpubspec.lock
.NET

packages.lock.json

packages.config

.deps.json

.nuspec

.csproj

dll

library package in nupkg format

Elixirmix.lock
SwiftPodfile.lock
C/C++ package managerconan.lock dll exe hpp
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
Source code