You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Code is self explanatory. Something like this is the idea:
34
34
<dependency>
35
35
<groupId>fi.solita.clamav</groupId>
36
36
<artifactId>clamav-client</artifactId>
37
-
<version>1.0.0</version>
37
+
<version>1.0.1</version>
38
38
</dependency>
39
39
```
40
40
@@ -58,7 +58,7 @@ vagrant up clamav
58
58
59
59
This will kick up a CentOS virtual machine and install [ClamAV](http://www.clamav.net/) in it.
60
60
61
-
Alternatively, you could use Docker image to run ClamAV. Automated tests with Travis CI run using [Docker image for ClamAV](https://hub.docker.com/r/mkodockx/docker-clamav/).
61
+
Alternatively, you could use Docker image to run ClamAV. Automated tests with Travis CI run using [Docker image for ClamAV](https://hub.docker.com/r/lokori/clamav-java/). The test image runs with artificially low MaxStreamLength setting on purpose.
0 commit comments