Skip to content

Commit

Permalink
Merge branch 'jsvoboda_cve_2022_3602' into 'master'
Browse files Browse the repository at this point in the history
Added CVE-2022-3786

See merge request Insights/vulnerability-detection-scripts!43
  • Loading branch information
jsvob committed Nov 1, 2022
2 parents 6c2b0d7 + 84c2884 commit 54a99c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CVE-2022-3602_openssl/CVE-2022-3602.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

VERSION="1.0"
VERSION="1.1"

# Warning! Be sure to download the latest version of this script from its primary source:

Expand Down Expand Up @@ -217,7 +217,7 @@ debug_print() {

if [[ "${BASH_SOURCE[0]}" == "$0" ]]; then
basic_args "$@"
basic_reqs "CVE-2022-3602"
basic_reqs "CVE-2022-3602 and CVE-2022-3786"
running_kernel=$( uname -r )
check_supported_kernel "$running_kernel"

Expand Down

0 comments on commit 54a99c3

Please sign in to comment.