You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directory path, relative to the root of the VCS repository, source archive or local directory, to specify where pyproject.toml or setup.py is located. Non-empty string value. May appear once.
Namespace
Description
cdx:python:package:source:archive
Namespace for package-source archive-specific properties.
cdx:python:package:source:vcs
Namespace for package-source vcs-specific properties.
cdx:python:package:source:local
Namespace for package-source local-specific properties.
The repository reference of this package, e.g. "master", "1.0.0" or a commit hash for git. Values may be applied to externalReferences of type vcs. Non-empty string value. May appear once.
cdx:python:package:source:vcs:commit_id
The resolved repository reference of this package, e.g. a commit hash for git. Values may be applied to externalReferences of type vcs. Non-empty string value. May appear once.
Wether this local package was installed in editable/developer mode. Boolean value. If the property is missing, then assume the value to be false. May appear once.