File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ 3.3 2022 Jan 20
2+ Fixed false positive rate in compressed js files
3+ More secret rules
4+ Restructured and updated classic asp rules
5+ Updated fruit rules
6+ Updated SQL rules
7+ Updated spsqli rules
8+ Updated ruby rules (@r3zk0n)
9+ Updated android rules
10+ Updated java rules
11+ Updated dotnet rules
12+ Fixed greedyness in perl super global rules
13+ Improved test case
14+ Bug fixes for dotnet and sql rulesets
15+ Added test case for bad quantifiers in rules
16+ Changed test cases for consistency and portability
17+ Rule set for auditing SCA exclusions
18+ Updated ampscript rules
19+ Added .github/ files for sponsorship/issues/pull requests
20+
1213.2 2021 Oct 29
222 Fixed a compatibilty bug in misc/serializephp.sh
323 Updated PHP rules
Original file line number Diff line number Diff line change 44# Released under the GPL licence
55set -e
66set -o pipefail
7- VERSION=' 3.2 '
7+ VERSION=' 3.3 '
88basedir=$( dirname " $0 " )
99BINFILE=$( which grep)
1010
@@ -43,7 +43,7 @@ banner() {
4343 \___ /|__| (____ /____/\____ | |__||__|
4444 /_____/ \/ \/
4545 grep rough audit - static analysis tool
46- v3.2 written by @Wireghoul
46+ v3.3 written by @Wireghoul
4747=================================[justanotherhacker.com]==='
4848 fi
4949}
You can’t perform that action at this time.
0 commit comments