frankgrimes97 opened a new issue, #16710:
URL: https://github.com/apache/druid/issues/16710

   We've noticed that there are many HIGH and CRITICAL vulnerabilities reported 
(as per our Trivy scans) in the latest base Druid image and were wondering if 
it might make sense to consider moving up from `debian:12.5` to `debian:trixie`.
   
   ```
   $ trivy image apache/druid:30.0.0
   …
   apache/druid:30.0.0 (debian 12.5)
   ...
   Total: 19 (UNKNOWN: 0, LOW: 14, MEDIUM: 2, HIGH: 2, CRITICAL: 1)
   ```
   
   ```
   $ trivy image debian:12.6
   ...
   debian:12.6 (debian 12.6)
   ...
   Total: 72 (UNKNOWN: 0, LOW: 57, MEDIUM: 13, HIGH: 1, CRITICAL: 1)
   ```
   
   ```
   $ trivy image debian:trixie
   ...
   debian:trixie (debian trixie/sid)
   
   Total: 0 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to