Skip to content

Commit 44111c8

Browse files
committed
Version 3.5 RC
1 parent 6f179e9 commit 44111c8

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
3.5 2022 Dec 09
2+
Added Eiffel rules (@bcoles)
3+
Updated secret rules
4+
Reduced false positives in php rules
5+
Reduced false positives in nim rules
6+
Added typescript rules
7+
Fixed path issue in misc/gitscan
8+
Bugfix for actionscript, asp and ios rules
9+
Rule correctness adjustments to asp rules
10+
Minor documentation updates
11+
112
3.4 2022 Mar 01
213
Fixed a path issue in misc/taintfind.sh
314
Changed installation instructions for better usage

graudit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -- $GRARGS $@
66
set -e
77
set -o pipefail
8-
VERSION='3.4'
8+
VERSION='3.5'
99
basedir=$(dirname "$0")
1010
BINFILE=$(which grep)
1111

@@ -44,7 +44,7 @@ banner() {
4444
\___ /|__| (____ /____/\____ | |__||__|
4545
/_____/ \/ \/
4646
grep rough audit - static analysis tool
47-
v3.4 written by @Wireghoul
47+
v3.5 written by @Wireghoul
4848
=================================[justanotherhacker.com]==='
4949
fi
5050
}

0 commit comments

Comments
 (0)