From 09dba8e7c99eca1527fcbea2539a6091a338ddda Mon Sep 17 00:00:00 2001 From: Wireghoul Date: Thu, 20 Jan 2022 17:47:03 +1100 Subject: [PATCH] Version 3.3 --- Changelog | 20 ++++++++++++++++++++ graudit | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 53816eb..0564ac0 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,23 @@ +3.3 2022 Jan 20 + Fixed false positive rate in compressed js files + More secret rules + Restructured and updated classic asp rules + Updated fruit rules + Updated SQL rules + Updated spsqli rules + Updated ruby rules (@r3zk0n) + Updated android rules + Updated java rules + Updated dotnet rules + Fixed greedyness in perl super global rules + Improved test case + Bug fixes for dotnet and sql rulesets + Added test case for bad quantifiers in rules + Changed test cases for consistency and portability + Rule set for auditing SCA exclusions + Updated ampscript rules + Added .github/ files for sponsorship/issues/pull requests + 3.2 2021 Oct 29 Fixed a compatibilty bug in misc/serializephp.sh Updated PHP rules diff --git a/graudit b/graudit index 81e98c7..50d219c 100755 --- a/graudit +++ b/graudit @@ -4,7 +4,7 @@ # Released under the GPL licence set -e set -o pipefail -VERSION='3.2' +VERSION='3.3' basedir=$(dirname "$0") BINFILE=$(which grep) @@ -43,7 +43,7 @@ banner() { \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool - v3.2 written by @Wireghoul + v3.3 written by @Wireghoul =================================[justanotherhacker.com]===' fi }