Skip to content

Commit

Permalink
Version 3.5 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
wireghoul committed Dec 9, 2022
1 parent 6f179e9 commit 44111c8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
3.5 2022 Dec 09
Added Eiffel rules (@bcoles)
Updated secret rules
Reduced false positives in php rules
Reduced false positives in nim rules
Added typescript rules
Fixed path issue in misc/gitscan
Bugfix for actionscript, asp and ios rules
Rule correctness adjustments to asp rules
Minor documentation updates

3.4 2022 Mar 01
Fixed a path issue in misc/taintfind.sh
Changed installation instructions for better usage
Expand Down
4 changes: 2 additions & 2 deletions graudit
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -- $GRARGS $@
set -e
set -o pipefail
VERSION='3.4'
VERSION='3.5'
basedir=$(dirname "$0")
BINFILE=$(which grep)

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

0 comments on commit 44111c8

Please sign in to comment.