Skip to content

Commit

Permalink
v3.1 - PHP-AV to v3.9. Add SHA1 detection, code samples.
Browse files Browse the repository at this point in the history
-v3.1.
-PHP-AV App to v3.9. Defs to v4.7.
-Add support for SHA1 hash detection ($data3, $virus[4]).
-Add code detection for lots of malicious files. 
-Includes malicious code samples for Golang, Python, C++, node.js, Java, Javascript, PowerShell, Ruby, VBS & more.
-Fix obscenely large logfiles by removing filename logging during scanning.
-To continue logging filenames like before (and generate really large log files) set $CONFIG['debug'] = True;
-Fixed indented code blocks.
-Bump included WordPress version to v5.1.1 (latest).
  • Loading branch information
zelon88 authored Mar 26, 2019
1 parent 04ea940 commit dd52936
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
COMMIT - 3/25/2019
v3.1 - PHP-AV to v3.9.

-v3.1.
-PHP-AV App to v3.9. Defs to v4.7.
-Add support for SHA1 hash detection ($data3, $virus[4]).
-Add code detection for lots of malicious files.
-Includes malicious code samples for Golang, Python, C++, node.js, Java, Javascript, PowerShell, Ruby, VBS & more.
-Fix obscenely large logfiles by removing filename logging during scanning.
-To continue logging filenames like before (and generate really large log files) set $CONFIG['debug'] = True;
-Fixed indented code blocks.
-Bump included WordPress version to v5.1.1 (latest).

----------
COMMIT 3/22/2019
v3.0.9 - Add Orange/Purple/Green2/Grey/Yellow color schemes.

Expand Down
4 changes: 2 additions & 2 deletions compatibilityCore.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/*
HRCLOUD2 VERSION INFORMATION
THIS VERSION : v3.0.8
WRITTEN ON : 3/17/2019
THIS VERSION : v3.1
WRITTEN ON : 3/25/2019
*/

// / -----------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion versionInfo.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// / This file contains the current HRCloud2 version for auto-update purposes.
// /
$Version = 'v3.0.9';
$Version = 'v3.1';

0 comments on commit dd52936

Please sign in to comment.