-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v3.1 - PHP-AV to v3.9. Add SHA1 detection, code samples.
-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
Showing
3 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |