-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG.txt
93 lines (72 loc) · 2.26 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
commit 8/23/2019
v2.0 - Convert all hardcoded directory separators with DIRECTORY_SEPARATOR.
-v2.0.
-PHP-AV Engine to v4.2.
-Make HRScan2 more platform agnostic by replacing all the '/' and '//' references with the more OS independant DIRECTORY_SEPARATOR.
--------------------
COMMIT 8/22/2019
v1.9 - Fix a bunch of inconsistencies in virus.def, fix false negatives, improve performance.
-v1.9.
-PHP-AV Engine to v4.1.
-AV Defs to v5.0.
-Fix bugs with whitespace in the data match code.
-Fixed bugs when not run on an HTTPS server.
-Redesign some of the checks in PHP-AV-Lib.
-Reduce false negatives.
-Improve performance.
--------------------
COMMIT 8/21/2019
v1.8 - Add more robust absolute path generation.
-v1.8.
-Copy/paste some absolute path code from HRCloud2.
--------------------
COMMIT 4/10/2019
v1.7 - PHP-AV App to v4.0. Defs to v4.9. Improve consistency of scan results.
-v1.7.
-PHP-AV App to v4.0.
-Defs to v4.9.
-Improve consistency of scan results.
--------------------
COMMIT 3/25/2019
v1.6 - PHP-AV App to v3.9. Defs to v4.7. Add SHA1 detection.
-v1.6.
-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.
--------------------
COMMIT 11/18/2018
v1.5 - Improve sanitization.
-v1.5.
-Improve sanitization.
-Based on input from neogeovr on Reddit.
--------------------
COMMIT 10/24/2018
v1.4 - Fix bugs with auto cleanup of files.
-v1.4.
-Fix bugs with auto-cleanup of files.
--------------------
COMMIT 9/25/2018
v1.3 - Fix typos in comments.
-v1.3.
-Fix typos in comments.
--------------------
COMMIT 8/20/2018
v1.2 - Fix missing function.
-v1.2.
-Add missing function, is_dir_empty().
--------------------
COMMIT 8/19/2018
v1.1 - Fix bugs with PHP-AV-Lib.
-v1.1.
-Fix bugs with PHP-AV.
-Add eicar detection support.
-PHP-AV engine to v3.8. A/V Defs to v4.7.
--------------------
COMMIT 8/19/2019
v1.0 - Initial commit.
-v1.0.
-Add HRScan2 to Github.