Compare commits

...

2 Commits

Author SHA1 Message Date
Carlos Polop
77cc22a657 Update 1_system_information.sh 2022-01-31 13:21:10 +00:00
Carlos Polop
cc1e2b4d3c Update CI-master_tests.yml 2022-01-31 13:19:53 +00:00
2 changed files with 6 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ on:
- master
schedule:
- cron: "5 4 * * *"
- cron: "5 4 * * SUN"
workflow_dispatch:

View File

@@ -21,6 +21,11 @@ else echo_not_found "sudo"
fi
echo ""
#-- SY) CVE-2021-4021
if [ `command -v pkexec` ] && stat -c '%a' $(which pkexec) | grep -q 4755 && (stat -c '%y' $(which pkexec) | grep -qvE "2[0-9][2-9][3-9]-|2022-[0-1][2-9]-0[0-9]|2022-01-[2-3][0-9]|2022-01-1[2-9]" ) ; then
echo "Vulnerable to CVE-2021-4021" | sed -${E} "s,.*,${SED_RED_YELLOW},"
fi
#--SY) USBCreator
if (busctl list 2>/dev/null | grep -q com.ubuntu.USBCreator) || [ "$DEBUG" ]; then
print_2title "USBCreator"