Thomas Grininger

Results 8 comments of Thomas Grininger

The same also holds true for the G component. A possible solution would be to add the prop "children?: React.ReactNode" somewhere in the type definition similar to [#1811](https://github.com/diegomura/react-pdf/issues/1811)

Also experiencing a similar problem: * pnpm installs show many `ERR_SOCKET_TIMEOUT` and unusually long install times. EDIT: setting nameserver to 8.8.8.8 in resolv.conf resolved the issue temporarily

Yes that would have been my proposal as well, thanks for the additional references! The question that is a bit harder to answer is: do you see this being a...

Hey Piotr, is that what was also shortly discussed at KoalaCon? The main difference here in my view is that scanners already rely on some very thorough sources for Vulnerability...

Hey, to not leave that thread hanging: Trivy is now supporting the resolution of VEX documents linked via an externalReference when scanning CycloneDX SBOMs and uses them to filter scan...

I removed the _Security Requirement_ we had on each operation as this is set globally and the same for all endpoints (at the moment) I also got rid of the...

Last point to note: To fix the problems with the spec I had to make an assumption about how the "Product Index" (GET /product) should be paginated. It is now...

Maybe DT should also retrieve externalReferences to "[exploitability-statements](https://github.com/CycloneDX/specification/blob/1.6.1/schema/bom-1.6.schema.json#L1808)". If the resource behind the URL is a valid VEX document that DT understands it could ingest it as well by internally...