1. 97eb20e Remove dependency on bazel_common by Fabian Meumertzheim · 3 years, 1 month ago
  2. bffc1b3 README for autofuzz by Khaled Yakdan · 3 years, 1 month ago
  3. 7789571 Enable globbing for exceptions to be ignored, e.g., --autofuzz_ignore="java.lang.*" by Khaled Yakdan · 3 years, 1 month ago
  4. af4ca0b Improve error messages in Autofuzz fuzz target by Fabian Meumertzheim · 3 years, 1 month ago
  5. b13b2c9 Only rescan classpath once before erroring out by Fabian Meumertzheim · 3 years, 1 month ago
  6. 29a221a Make Jazzer constructor private by Fabian Meumertzheim · 3 years, 1 month ago
  7. 265e9d2 Remove unused Maven dependency by Fabian Meumertzheim · 3 years, 1 month ago
  8. 00f81f7 Improve Autofuzz' fuzzer byte budget handling by Fabian Meumertzheim · 3 years, 1 month ago
  9. d474119 Adapt replayer test for Windows by Fabian Meumertzheim · 3 years, 1 month ago
  10. f14bd5d Rescan the classpath when seeing many AutofillConstructionExceptions by Fabian Meumertzheim · 3 years, 1 month ago
  11. b9ff393 Explain the purpose of YourAverageJavaClass by Fabian Meumertzheim · 3 years, 1 month ago
  12. bbb1014 Improve flag descriptions of --autofuzz and --keep_going by Fabian Meumertzheim · 3 years, 1 month ago
  13. 3c45ad0 Sort the return values of reflection methods by Fabian Meumertzheim · 3 years, 1 month ago
  14. 14b4ca4 Replace isAssignableFrom checks with explicit classes by Fabian Meumertzheim · 3 years, 1 month ago
  15. c3b6a1a Fix invalid arguments in push_all.sh by Fabian Meumertzheim · 3 years, 1 month ago
  16. 5f509bf Add a script that updates and pushes all images by Fabian Meumertzheim · 3 years, 1 month ago
  17. 9ca63f4 Add cifuzz/jazzer-autofuzz image by Fabian Meumertzheim · 3 years, 1 month ago
  18. 387398b Prevent early libFuzzer exits by replaying initial coverage for two runs by Fabian Meumertzheim · 3 years, 1 month ago
  19. fab0333 Return meaningful Class, Method, and Constructor instances by Fabian Meumertzheim · 3 years, 1 month ago
  20. 7a4b2ff Explicitly use system ClassLoader to load classes by Fabian Meumertzheim · 3 years, 1 month ago
  21. fa9ef28 Add a call-to-action trailer to all AutofuzzErrors by Fabian Meumertzheim · 3 years, 1 month ago
  22. ee1b4bd Autoclose Closeables returned by autofuzz by Fabian Meumertzheim · 3 years, 1 month ago
  23. fe90d4a Allow fuzzing constructors by Fabian Meumertzheim · 3 years, 1 month ago
  24. aa60a2e Add an --autofuzz_ignore flag to ignore exception classes by Fabian Meumertzheim · 3 years, 1 month ago
  25. 908ee7f Do not find our own classes by Fabian Meumertzheim · 3 years, 1 month ago
  26. 2fca962 Fix NullPointerException when autofuzzing member functions by Fabian Meumertzheim · 3 years, 1 month ago
  27. e824bad Clean the stack traces of findings by Fabian Meumertzheim · 3 years, 1 month ago
  28. eff8206 Add autofuzz debug mode by Fabian Meumertzheim · 3 years, 1 month ago
  29. 11ad081 Cache more things in the builder case by Fabian Meumertzheim · 3 years, 1 month ago
  30. 8a1a413 More informative error message in case of no implementing class by Fabian Meumertzheim · 3 years, 1 month ago
  31. aada4f8 Sometimes return null for non-primitive types by Fabian Meumertzheim · 3 years, 1 month ago
  32. b26fdf6 Allow selecting a particular method for Autofuzz by Fabian Meumertzheim · 3 years, 1 month ago
  33. 9a804bb Handle creating classes with a default constructor and setter methods by Khaled Yakdan · 3 years, 1 month ago
  34. 65b3309 add the functionality to pick multiple values from a collection or array to the FuzzedDataProvider by Khaled Yakdan · 3 years, 1 month ago
  35. bebc491 Create object with nested builder class by Khaled Yakdan · 3 years, 1 month ago
  36. 8ffc98f Implement --autofuzz option in the driver by Fabian Meumertzheim · 3 years, 1 month ago
  37. 7f7f6b1 Implement the autofuzz fuzz target by Fabian Meumertzheim · 3 years, 1 month ago
  38. c6908c8 Make target_class optional in java_fuzz_target_test by Fabian Meumertzheim · 3 years, 1 month ago
  39. bc8cb46 Create Objects from classes implementing an interface by Khaled Yakdan · 3 years, 1 month ago
  40. 8311978 refactor CannedFuzzedDataProvider so that it can is useful for multiple tests by Khaled Yakdan · 3 years, 1 month ago
  41. b850995 Add basic generic autofuzz and consume functionality by Fabian Meumertzheim · 3 years, 2 months ago
  42. 902bd22 Also build the replayer for Windows by Fabian Meumertzheim · 3 years, 1 month ago
  43. 7aa82bc Add sanitizer for expression language injection (#203) by simonresch · 3 years, 1 month ago
  44. 37526a7 Skip replayer test on Windows by Fabian Meumertzheim · 3 years, 1 month ago
  45. e0b2efa Mention Windows support in the README by Fabian Meumertzheim · 3 years, 1 month ago
  46. 24069c3 BREAKING: Use OS-specific classpath separator to split jvm_args by Fabian Meumertzheim · 3 years, 1 month ago
  47. 818a503 Return native path to temp file in driver by Fabian Meumertzheim · 3 years, 1 month ago
  48. 0929219 Split agent arguments by ; instead of : on Windows by Fabian Meumertzheim · 3 years, 1 month ago
  49. 34784b7 Adapt inline asm for Windows by Fabian Meumertzheim · 3 years, 1 month ago
  50. 5a3da22 Look up runfiles in driver tests by Fabian Meumertzheim · 3 years, 1 month ago
  51. 9dd7a5e Fix Windows test failures due to missing instrument agent lib by Fabian Meumertzheim · 3 years, 1 month ago
  52. cfaf603 Adapt rlocation to Windows in fuzz target test wrapper by Fabian Meumertzheim · 3 years, 1 month ago
  53. 30730a6 Fix native library tests on Windows by Fabian Meumertzheim · 3 years, 1 month ago
  54. 994be11 Work around Bazel's header dependency check failing on asan_blacklist.txt by Fabian Meumertzheim · 3 years, 1 month ago
  55. e3bf614 Statically link MSVCRT by Fabian Meumertzheim · 3 years, 1 month ago
  56. 9a4fd55 Add Windows linkopts for sanitizer builds by Fabian Meumertzheim · 3 years, 1 month ago
  57. a0b181b Add copts and linkopts for Windows by Fabian Meumertzheim · 3 years, 1 month ago
  58. b30fcfa Replace SIGUSR1 with SIGTERM on Windows by Fabian Meumertzheim · 3 years, 1 month ago
  59. db4b600 Force clang-cl on Windows by Fabian Meumertzheim · 3 years, 1 month ago
  60. 4f92739 Use target_compatible_with instead of filters by Fabian Meumertzheim · 3 years, 1 month ago
  61. 1ab9344 Run CI tests for Windows by Fabian Meumertzheim · 3 years, 3 months ago
  62. da63aef Add re2j finding by Fabian Meumertzheim · 3 years, 1 month ago
  63. 9718849 Remove explicit LD_LIBRARY_PATH from cifuzz/jazzer by Fabian Meumertzheim · 3 years, 1 month ago
  64. 5521236 Add a stand-alone replayer by Fabian Meumertzheim · 3 years, 4 months ago
  65. 7907a8b Extract FuzzedDataProvider into a stand-alone cc_library by Fabian Meumertzheim · 3 years, 4 months ago
  66. 27b15be Use rules_jni by Fabian Meumertzheim · 3 years, 1 month ago
  67. c470f96 Recreate DefaultInfo instead of forwarding it by Fabian Meumertzheim · 3 years, 1 month ago
  68. 03dc414 Drop explicit --agent_path argument in tests by Fabian Meumertzheim · 3 years, 1 month ago
  69. faaad94 Fix incorrect exit code in failure case by Fabian Meumertzheim · 3 years, 1 month ago
  70. 086e5ee Fix std::pair comparison type mismatch by Fabian Meumertzheim · 3 years, 1 month ago
  71. 5e8a1d0 Link jazzer binaries mostly statically by Fabian Meumertzheim · 3 years, 1 month ago
  72. eca7008 Explicitly convert filesystem::path to string by Fabian Meumertzheim · 3 years, 1 month ago
  73. c2039f2 Do not use uniform_int_distribution<char> by Fabian Meumertzheim · 3 years, 1 month ago
  74. 554bfe4 Replace uses of dlsym and weak symbols by Fabian Meumertzheim · 3 years, 1 month ago
  75. 50d1f37 Add missing include by Fabian Meumertzheim · 3 years, 1 month ago
  76. f01953a Do not use @rules_java and @rules_cc by Fabian Meumertzheim · 3 years, 1 month ago
  77. 3cf9618 Reorder WORKSPACE.bazel by Fabian Meumertzheim · 3 years, 1 month ago
  78. 4a3a639 Wrap kt_jvm_test in java_test for Windows compatibility by Fabian Meumertzheim · 3 years, 1 month ago
  79. 3afd0a6 Update to Kotlin 1.5 by Fabian Meumertzheim · 3 years, 1 month ago
  80. 889acea Revert "Do not reexport symbols from repositories.bzl" by Fabian Meumertzheim · 3 years, 1 month ago
  81. cdb2d87 Do not reexport symbols from repositories.bzl by Fabian Meumertzheim · 3 years, 1 month ago
  82. a7c816b Restore compatibility with Kotlin 1.5 by Fabian Meumertzheim · 3 years, 1 month ago
  83. a8b443c Optimize GC for high throughput (#189) by Fabian Meumertzheim · 3 years, 2 months ago
  84. 3e0e4f1 Reorganize README and fix typo by Fabian Meumertzheim · 3 years, 2 months ago
  85. caea023 Provide a distroless Docker image by Fabian Meumertzheim · 3 years, 2 months ago
  86. c91c0cc Report coverage for all classes on the classpath by Fabian Meumertzheim · 3 years, 2 months ago
  87. 6d34701 Move ClassNameGlobber into instrumentor library by Fabian Meumertzheim · 3 years, 2 months ago
  88. 48e1cfd Fix regionMatches hook handling of regions exceeding the strings by Fabian Meumertzheim · 3 years, 2 months ago
  89. 239b9b9 Simplify visibility in CoverageRecorder by Fabian Meumertzheim · 3 years, 2 months ago
  90. a1bca7b Shade the Kotlin stdlib in the agent by Fabian Meumertzheim · 3 years, 2 months ago
  91. 5d9848c Print JVM stack traces on timeouts by Fabian Meumertzheim · 3 years, 2 months ago
  92. 28f917e Update Bazel to 4.2.1 by Fabian Meumertzheim · 3 years, 2 months ago
  93. 54347de Replace resource_jars with runtime_deps by Fabian Meumertzheim · 3 years, 2 months ago
  94. 18cacc3 Make dumpJacocoCoverage public by Fabian Meumertzheim · 3 years, 2 months ago
  95. edbde87 Move Jsoup finding to the top of the table by 0roman · 3 years, 3 months ago
  96. a2d2ff8 Add Jsoup Findings to README by 0roman · 3 years, 3 months ago
  97. 1e07f76 Update to Bazel 4.2.0 by Fabian Meumertzheim · 3 years, 3 months ago
  98. 2964e5c Mark config_setting as publicly visible by Fabian Meumertzheim · 3 years, 3 months ago
  99. 5d23f7b Use lld only with clang on Linux by Fabian Meumertzheim · 3 years, 3 months ago
  100. 8e369a2 Make libFuzzer checkout smaller by stripping paths by Fabian Meumertzheim · 3 years, 3 months ago