aboutsummaryrefslogtreecommitdiff
path: root/agent/BUILD.bazel
AgeCommit message (Collapse)Author
2021-10-15Do not use @rules_java and @rules_ccFabian Meumertzheim
These repositories are no longer how starlarkified rules will be published in the near future.
2021-09-13Shade the Kotlin stdlib in the agentFabian Meumertzheim
Without shading, projects using different Kotlin versions could break (or break the agent, depending on classpath order). Related to #180
2021-06-28Reenable access to `jazzer_api` by external repositoriesFabian Meumertzheim
2021-06-25Consistently use neverlink jazzer_api depFabian Meumertzheim
The Jazzer API should not be linked as it is provided by the agent at runtime. Enforce this by limiting the visibility of the runtime dep to //:__pkg__, where the _deploy.jar target is needed for Maven publication.
2021-05-14Add a sanitizer for insecure deserializationFabian Meumertzheim
2021-04-26Add a neverlink API Bazel targetFabian Meumertzheim
2021-02-09Initial commitFabian Meumertzheim