Skip to content

Commit

Permalink
Version 2.7 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
wireghoul committed Sep 23, 2020
1 parent 7fa5f86 commit 1e2211f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.7 2020 Sep 23
Carriage return tolerance fixed for non GNU sed versions
Updated PHP rules
Updated C rules
Updated dotnet rules
Updated android rules
Added Electron rules
Additional PHP and secret rules from @beyefendi

2.6 2020 Jun 19
Fixed carriage return tolerance in graudit
Added basic scala 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='2.6'
VERSION='2.7'
basedir=$(dirname "$0")
BINFILE=$(which grep)

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

0 comments on commit 1e2211f

Please sign in to comment.