Skip to content

Commit

Permalink
Version 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wireghoul committed Jan 20, 2022
1 parent cbcd13e commit 09dba8e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions graudit
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -43,7 +43,7 @@ banner() {
\___ /|__| (____ /____/\____ | |__||__|
/_____/ \/ \/
grep rough audit - static analysis tool
v3.2 written by @Wireghoul
v3.3 written by @Wireghoul
=================================[justanotherhacker.com]==='
fi
}
Expand Down

0 comments on commit 09dba8e

Please sign in to comment.