Moritz Marseu

Results 8 issues of Moritz Marseu

### Summary I've configured prettier as my default formatter in workspace settings. It does work flawlessly with JS and JSON files, but HTML isn't being formatted by prettier. Apparently vscode...

investigation

I find the interaction between the `serialNumber` and `version` of a BOM very unclear. The definition in CycloneDX 1.5 says (highlighting mine): - `serialNumber` > Every BOM generated SHOULD have...

question

Could you add a way to add custom option to the HTTP requests made when downloading remote images? I have some images hosted on internal servers. To fetch these, custom...

The language codes "kr" and "jp" do not exist. They should be "ko" and "ja", respectively.

**What would you like to be added**: SBOM formats such as CycloneDX and SPDX support including the full text of a license with a component. It would be great if...

enhancement
license
needs-discussion

**What would you like to be added**: The *python-installed-package-cataloger* cataloger could employ a heuristic to determine whether the `License` field in package metadata contains a license descriptor or the full...

bug
license

I'm very inexperienced with type annotations so I hope my conclusions were correct. Recently, when working on a project using jsonschema I had trouble with the following error raised by...

When looking at the way `jsonschema.exceptions.best_match` works to figure out a way to better interpret jsonschema errors, I was mislead by what I believe to be a wrong comment. https://github.com/python-jsonschema/jsonschema/blob/d47db265f4656c667035244892e7f80cce69624d/jsonschema/exceptions.py#L411-L413...