Skip to content

Commit

Permalink
🧹fix missing impact in openssl policy (#244)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <[email protected]>
  • Loading branch information
atomic111 committed Jul 26, 2023
1 parent 21a0188 commit d510613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/mondoo-openssl-vulnerability.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ policies:
queries:
- uid: mondoo-openssl-vulnerability
title: Ensure vulnerable OpenSSL version 3.0.0 - 3.0.6 are not installed
impact: 100
mql: packages.where(name == /ssl/).all( version != /3.0.[0123456]/ )
docs:
desc: |
Expand Down

0 comments on commit d510613

Please sign in to comment.