Commit Graph

8 Commits

Author SHA1 Message Date
Henry Lin 7623da9d81
Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987)
Add bug-disclosure email to all java projects' project.yaml.
2022-11-16 17:48:01 +11:00
Fabian Meumertzheim 5b1953b201
infra/java: Improve reproducibility of memory issues (#8736)
When reproducing, use slightly lower limits on heap and stack size so
that minimal changes to fuzz targets, fuzzer and runtime do not cause
memory issues to fail to reproduce.
2022-10-19 13:51:06 -04:00
aschaich 7b0f4f7d1d
[log4j] Add fuzz target for slf4j (#8426) 2022-09-07 12:46:48 +01:00
Henry Lin 914a520993
Add code intelligence email address for several jvm projects (#8132)
Delete emails for the jvm projects which are not onboarded by CI
2022-08-04 12:50:05 -04:00
Oliver Chang d2283617c2
Move vendors to vendor_ccs when there is no maintainer email. (#7698) 2022-05-11 16:23:24 +10:00
Fabian Meumertzheim 0a5c3a9c10
Add new CI employee to Java projects (#7376)
@bertschneider will co-maintain Jazzer and should have access to
findings for projects integrated by Code Intelligence.
2022-03-13 17:46:24 +00:00
Fabian Meumertzheim 782464d62c
[log4j2] Fix build failure (#7079)
* [log4j2] Fix build failure

* [log4j2] Slightly improve fuzz target performance

Instead of writing the log messages to /dev/null, use an appender that
constructs it in memory only and ignores the result.
2021-12-30 12:21:15 -05:00
Roman Wagner c2f70d8048
[log4j2] intitial integration (#7016) 2021-12-15 18:55:39 +00:00