vishalcoc44 commented on code in PR #762:
URL: https://github.com/apache/commons-compress/pull/762#discussion_r2913241687
##########
pom.xml:
##########
@@ -219,6 +219,12 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z,
arj.
<artifactId>junit-pioneer</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.code-intelligence</groupId>
+ <artifactId>jazzer-junit</artifactId>
+ <version>0.24.0</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
Review Comment:
@raboof can you take a look at the new changes, i've removed jazzer-junit
entirely. The fuzzer targets are now vanilla Java classes with no external
requirements.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]