Jan Kowalleck
Jan Kowalleck
Current implementation of java tests run against a snapshot of the schema files, shipped with `org.cyclinedx` java package. This is undesired and error-prone, as changes to the schema files in...
since a var can only have exactly one value, it is desireable to have a constraint that each var is used only once in the context of it's `environmentVars` container....
as agreed in a meeting with @mrutkows , @stevespringett , @jkowalleck we will keep things as proposed via #222 for a while and revisit and restructure things in a breaking...
while i was updating some test resources, I noticed that my IDE did not autocomplete in the JSON files, but did so in the XML files. I noticed, that this...
Please do not reuse `propertyType` for "environmentVar". The annotations from `propertyType` do not match the case here. better define a dedicated (abstract) `key-value` pair element type: ```xml The name of...
currently publishing to DockerHub. why not publish to alternative package repository: GitHub Packageges - see
## Is your feature request related to a problem? Please describe. Per CycloneDX specification, the components' scope means (see [docs](https://cyclonedx.org/docs/1.6/json/#components_items_scope)) - "required": The component is required for runtime - "optional":...
filtering could be based on a package-list, or based on a `requirements.txt` or `pyproject.toml` the actual requirements are unclear. feel free to discuss below.
"Hatch is a modern, extensible Python project manager." see PREREQUISITE: evaluate whether `hatch` is able to artifact analyzable data. see `pyproject.toml`, `hatch.toml`, any lock files? -- https://hatch.pypa.io/1.9/intro/ ---- TODO: write...
PEP639 -- https://peps.python.org/pep-0639 !!! PEP IS STILL IN DRAFT as soon as it might be approved: add support for PEP639.