1. 7dcfa35 Reworked script engine detector by Norbert Schneider · 1 year, 1 month ago
  2. ea9a05f try fixing formatting by gdemarcsek · 1 year, 3 months ago
  3. 925c1cc remove hook that is no longer needed (however likely makes the Commons Text example somewhat slower) by gdemarcsek · 1 year, 3 months ago
  4. 166067b remove crash reproducer verifier from commons text example as well by gdemarcsek · 1 year, 3 months ago
  5. db1d691 clang format on new java files by gdemarcsek · 1 year, 3 months ago
  6. aef376d add CommonsTextFuzzer example by gdemarcsek · 1 year, 7 months ago
  7. 10954df Honor explicitly stated corpus directory by Norbert Schneider · 1 year ago
  8. 7883e98 junit: Honor instrumentation settings when run from the driver by Fabian Meumertzheim · 1 year, 1 month ago
  9. be1a7e5 junit: Record parameterized test arguments as seeds by Fabian Meumertzheim · 1 year, 1 month ago
  10. 0e824a8 junit: Also include seed invocation in fuzzing mode by Fabian Meumertzheim · 1 year, 1 month ago
  11. 2712acd Change junit integration to use different directories for each test method (#710) by Brian Lewis · 1 year, 2 months ago
  12. 363dc16 Add SSRF detector (#643) by Norbert Schneider · 1 year, 2 months ago
  13. 76f9389 bazel: Run ktlint with Bazel by Fabian Meumertzheim · 1 year, 3 months ago
  14. e82d8ec tests: Add missing linkopts by Fabian Meumertzheim · 1 year, 2 months ago
  15. f8f750c tests: Disable new errorprone checks in tests by Fabian Meumertzheim · 1 year, 2 months ago
  16. bf44c3b junit: Use experimental mutator in regression tests by Norbert Schneider · 1 year, 3 months ago
  17. e8c3c4f driver: Print invalid corpus file warning in fuzzing mode by Norbert Schneider · 1 year, 3 months ago
  18. 67093df junit: Use experimental mutator in fuzz tests by Norbert Schneider · 1 year, 3 months ago
  19. ddc41da junit: Update examples pom by Norbert Schneider · 1 year, 3 months ago
  20. 1703a2f junit: Add DTO autofuzz example by Norbert Schneider · 1 year, 3 months ago
  21. dc73e92 junit: Use test instance in autofuzz by Norbert Schneider · 1 year, 3 months ago
  22. 431c248 Add a test to verify findings directory by Norbert Schneider · 1 year, 3 months ago
  23. cec3a81 junit: Add transitive dependency on launcher by Norbert Schneider · 1 year, 3 months ago
  24. 9313d63 junit: Remove distinction between CLI and fuzz test invocation by Norbert Schneider · 1 year, 3 months ago
  25. 925949d Extend list of ignored packages by Norbert Schneider · 1 year, 3 months ago
  26. f94bd6d Add Spring controller fuzz test example by Peter Samarin · 1 year, 4 months ago
  27. 3c293a3 jaz.Zer: do not throw a security exception for disabled sanitizers by Khaled Yakdan · 1 year, 6 months ago
  28. e9246af driver: Add a JUnit runner by Fabian Meumertzheim · 1 year, 5 months ago
  29. 3072de7 tests: Fix fuzzer_args in JUnit tests by Fabian Meumertzheim · 1 year, 5 months ago
  30. d2c74b5 ci: Run memory-hungry tests in isolation by Fabian Meumertzheim · 1 year, 5 months ago
  31. 5c46241 junit: Use JUnit-provided test instance by Fabian Meumertzheim · 1 year, 5 months ago
  32. 14526cc tests: Crash instead of time out in common failure case by Fabian Meumertzheim · 1 year, 5 months ago
  33. 1763fc8 agent: Hook Kotlin's compare method for integral types by Khaled Yakdan · 1 year, 5 months ago
  34. f13f576 junit: Disable hooks in non-fuzz tests during regression testing by Fabian Meumertzheim · 1 year, 6 months ago
  35. a7adc77 examples: expect to find java.lang.NullPointerException in KlaxonFuzzer by Khaled Yakdan · 1 year, 6 months ago
  36. 1bd6308 examples: Add a Kotlin example with string comparisons by Khaled Yakdan · 1 year, 6 months ago
  37. 727ecb9 junit: Implement fuzzing within JUnit Jupiter by Fabian Meumertzheim · 1 year, 6 months ago
  38. e8d5c7c examples: Update Jazzer pin in Maven example project by Fabian Meumertzheim · 1 year, 6 months ago
  39. 752875c all: Merge `//driver/...` and `//agent/...` by Fabian Meumertzheim · 1 year, 6 months ago
  40. d26e46e tests: Simplify `ExampleOutOfMemoryFuzzer` by Fabian Meumertzheim · 1 year, 6 months ago
  41. 7d93283 examples: Update `jazzer-junit` version to 0.13.0 by Fabian Meumertzheim · 1 year, 7 months ago
  42. 2bdb60d deploy: Consolidate all `java_export` targets in `//deploy` by Fabian Meumertzheim · 1 year, 8 months ago
  43. ccf9ab3 junit: Fix and verify `jazzer-junit` artifact by Fabian Meumertzheim · 1 year, 8 months ago
  44. f96b872 driver: Fix and verify `jazzer` artifact by Fabian Meumertzheim · 1 year, 8 months ago
  45. 4bb4b04 all: Add a deploy target for `com.code-intelligence:jazzer` by Fabian Meumertzheim · 1 year, 8 months ago
  46. 8965d53 all: Make API target java_export by Fabian Meumertzheim · 1 year, 8 months ago
  47. cc41ec6 tests: Test Java launcher by default by Fabian Meumertzheim · 1 year, 8 months ago
  48. 410e01d examples: Use jazzer-junit from Maven by Fabian Meumertzheim · 1 year, 8 months ago
  49. 076f183 tests: Make checks for sanitizer findings more precise by Fabian Meumertzheim · 1 year, 8 months ago
  50. 2fb5aa8 all: Drop lld requirement by Fabian Meumertzheim · 1 year, 9 months ago
  51. 1cfb489 driver: Add support for native fuzzing without launcher by Fabian Meumertzheim · 1 year, 9 months ago
  52. 8532c17 examples: Verify that ASan intercepts stdlib functions by Fabian Meumertzheim · 1 year, 9 months ago
  53. c352ca8 all: Process arguments in Java by Fabian Meumertzheim · 1 year, 9 months ago
  54. ce22ddf BREAKING: junit: Rename *SeedCorpus to *Inputs by Fabian Meumertzheim · 1 year, 9 months ago
  55. 4f59292 BREAKING: junit: Remove seedCorpus parameter on @FuzzTest by Fabian Meumertzheim · 1 year, 9 months ago
  56. 77a1589 driver: Add a Java launcher by Fabian Meumertzheim · 1 year, 9 months ago
  57. 1c63a91 examples: Fix POM reference to jazzer-junit JAR by Fabian Meumertzheim · 1 year, 9 months ago
  58. 2162d5d tests: Increase maxDuration on ValueProfileFuzzTest by Fabian Meumertzheim · 1 year, 9 months ago
  59. d34381a tests: Deflake JUnit Autofuzz test by Fabian Meumertzheim · 1 year, 9 months ago
  60. c9f9347 tests: Rename expected_findings to allowed_findings and improve docs by Fabian Meumertzheim · 1 year, 9 months ago
  61. 0b5e0f1 tests: Verify the stack traces printed in tests by Fabian Meumertzheim · 1 year, 9 months ago
  62. d824301 tests: Increase timout of autofuzz @FuzzTest by Fabian Meumertzheim · 1 year, 9 months ago
  63. 25fefa9 driver: Ignore org.opentest4j.TestAbortedException by Fabian Meumertzheim · 1 year, 9 months ago
  64. 207280e junit: Make @FuzzTest methods autofuzzable by Fabian Meumertzheim · 1 year, 9 months ago
  65. 558a299 junit: Add test for file: rather than jar: seed corpus by Fabian Meumertzheim · 1 year, 10 months ago
  66. e11a97f BREAKING: autofuzz: Do not enable --keep_going by default by Fabian Meumertzheim · 1 year, 10 months ago
  67. 528fcc9 examples: Simplify MazeFuzzer hash function by Fabian Meumertzheim · 1 year, 10 months ago
  68. df45f91 junit: Add support for coverage runs by Fabian Meumertzheim · 1 year, 10 months ago
  69. 8e28973 junit: Make value profile usable via a configuration parameter by Fabian Meumertzheim · 1 year, 10 months ago
  70. d425f2a deploy: Create a deploy target for jazzer-junit by Fabian Meumertzheim · 1 year, 10 months ago
  71. ece1860 junit: Add a JUnit test engine for fuzzing by Fabian Meumertzheim · 1 year, 10 months ago
  72. 01d548e driver: Add support for multiple @FuzzTests per class by Fabian Meumertzheim · 1 year, 10 months ago
  73. f3f692a junit: Also use JazzerInternal#lastFinding in regression tests by Fabian Meumertzheim · 1 year, 10 months ago
  74. 086d11d driver: Add support for @FuzzTest fuzz target methods by Fabian Meumertzheim · 1 year, 10 months ago
  75. c2535a4 junit: Add @FuzzTest regression test by Fabian Meumertzheim · 1 year, 10 months ago
  76. 9b0b9cc tests: Extract hooks into separate JAR files by Fabian Meumertzheim · 1 year, 10 months ago
  77. f6f8653 all: Extract FuzzedDataProviderImpl into the driver by Fabian Meumertzheim · 1 year, 10 months ago
  78. 042308b tests: Temporarily disable ASan tests on Windows by Fabian Meumertzheim · 1 year, 10 months ago
  79. dccc3ae examples: Speculative fix for Windows CI failure by Fabian Meumertzheim · 1 year, 10 months ago
  80. db064eb all: Use patched-in sanitizer hooks with PC instead of trampoline by Fabian Meumertzheim · 1 year, 10 months ago
  81. fde0f7f examples: Reduce fork count for JpegImageParserFuzzer by Fabian Meumertzheim · 1 year, 11 months ago
  82. 85775c4 Fix TurbojpegFuzzer native library path by Fabian Meumertzheim · 2 years, 4 months ago
  83. bd4e75f Make crash reproducer verification more reproducible by Fabian Meumertzheim · 2 years, 3 months ago
  84. 0dbda45 Verify the precise exception reproduced by a reproducer by Fabian Meumertzheim · 2 years, 4 months ago
  85. 79b6e03 Reduce JpegImageParserFuzzer fork count to 3 by Norbert Schneider · 2 years, 4 months ago
  86. 8c8e87b Make MazeFuzzer more challenging by Khaled Yakdan · 2 years, 4 months ago
  87. 197c593 Add MazeFuzzer as an example for Jazzer#exploreState by Fabian Meumertzheim · 2 years, 4 months ago
  88. 481babe autofuzz: Generate standalone Java reproducers by Fabian Meumertzheim · 2 years, 4 months ago
  89. 0a80fb8 Split crash reproducer data by Norbert Schneider · 2 years, 5 months ago
  90. b94c374 Honor JAVA_OPTS by Fabian Meumertzheim · 2 years, 5 months ago
  91. 3c26eab Hook equals for generic and boxed types by Fabian Meumertzheim · 2 years, 6 months ago
  92. f4e3fc2 Add a warning to the Log4jFuzzer by Fabian Meumertzheim · 2 years, 6 months ago
  93. 6ae6784 Add log4j CVE-2021-44228 example by Fabian Meumertzheim · 2 years, 6 months ago
  94. 8aa3d3c Ensure that escapes are honored by fork and merge by Fabian Meumertzheim · 2 years, 7 months ago
  95. 57bbcf4 Update rules_jni to v0.2.0 by Fabian Meumertzheim · 2 years, 8 months ago
  96. d474119 Adapt replayer test for Windows by Fabian Meumertzheim · 2 years, 8 months ago
  97. 8ffc98f Implement --autofuzz option in the driver by Fabian Meumertzheim · 2 years, 8 months ago
  98. 37526a7 Skip replayer test on Windows by Fabian Meumertzheim · 2 years, 8 months ago
  99. 24069c3 BREAKING: Use OS-specific classpath separator to split jvm_args by Fabian Meumertzheim · 2 years, 8 months ago
  100. 30730a6 Fix native library tests on Windows by Fabian Meumertzheim · 2 years, 8 months ago