ppkarwasz commented on PR #233: URL: https://github.com/apache/commons-logging/pull/233#issuecomment-2002611130
@jochenw, I don't have access to those so-called "security" scanners. As far as I can test using `commons-logging` 1.3.0 does not even download the POM file of `log4j:log4j`, `logkit:logkit` or any other optional dependency. @garydgregory, IIRC you had problems with some security scanners (which motivated you to introduce #231). Can you check if removing `logkit:logkit` from the POM helps? This PR certainly tricks the CycloneDX plugin to remove `logkit:logkit` from the SBOM, but moving it to `provided` and excluding the `provided` scope from the CycloneDX SBOM would have the same effect. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
