Bryan Kelly

Results 11 comments of Bryan Kelly

We believe to be impacted by this when going through this tutorial: https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/ Is there a way to work around this in order to complete the tutorial linked above? After...

Updated our code to use the ResponsEntity. Works great. It would be useful if there was something adding to the spring cloud documentation around this topic. If there is something...

We started to do more integration testing and this appears to be working slightly different than I expected based upon your comment of using the ResponseEntity. Our use case is...

Sorry for the delay: ``` VCAP_SERVICES: { "p.config-server": [ { "binding_name": null, "credentials": { "credhub-ref": "/c/p.spring-cloud-services-scs-service-broker/e9ca123d-c312-4f57-88a4-aef09e887f83/9bf8581a-e760-4c2d-84bb-534b4dabbe6f/credentials-json" }, "instance_name": "config-server", "label": "p.config-server", "name": "config-server", "plan": "standard", "provider": null, "syslog_drain_url": null, "tags":...

Unfortunately, the CPE is an opaque identifier. In the case of the JDK the NVD database organizes CVEs based on the CPE name. In this case, the cpeName is equal...

Furthermore, purl-spec is another field that can be filled out in the SBOM instead of cpe. using purl-spec is an opaque identifier and the version is not required to be...

Not sure if this helps but I also ran across this issue with a project that was leveraging terraform-resource version latest. When the pipeline was last ran it was about...

My apologizes it would be version 0.11.14 so yes I agree with @ljfranklin something is different after upgrading to 0.12.x of terraform. I tested again and 0.12.1 through 0.12.4 result...

In the past when this was reported the pom cataloger did a poor job of understanding transitive dependencies managed by a parent pom or a bom added to dependency management....

[cdxgen](https://github.com/CycloneDX/cdxgen) might help with that messy outcome but ensure an accurate SBOM. I have concerns with accuracy issues out of the box that the user would be in aware of....