1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 18:59:39 +02:00

Fuzz PGPObjectFactory

This commit is contained in:
Paul Schaub 2025-07-23 11:25:49 +02:00
parent 4d46edf3b6
commit 7daa3783bc
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
11 changed files with 135 additions and 0 deletions

View file

@ -12,6 +12,9 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
// Jazzer for Fuzzing
testImplementation "com.code-intelligence:jazzer-junit:$jazzerVersion"
// Mocking Components
testImplementation "org.mockito:mockito-core:$mockitoVersion"