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 }