diff --git a/Changelog b/Changelog index 5ad2275..0f0530e 100644 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/graudit b/graudit index 4f3e170..05924d6 100755 --- a/graudit +++ b/graudit @@ -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) @@ -43,7 +43,7 @@ banner() { \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool - v2.6 written by @Wireghoul + v2.7 written by @Wireghoul =================================[justanotherhacker.com]===' fi }