Commit Graph

7690 Commits

Author SHA1 Message Date
aschaich f5c1bf6a39
Integrate HSQLDB (#8219)
* [hsqldb] Initial Integration

* [hsqldb] Add primary contact
2022-08-11 09:43:46 -07:00
rbehjati b8905d6862
Oak: Use the same version of rust the we use internally (#8217) 2022-08-11 12:08:14 +01:00
Alex Crichton bbb34977ef
Add Trevor Elliot to Wasmtime (#8215) 2022-08-10 15:06:46 -07:00
AdamKorcz 83faa6a323
sigstore: fix broken build (#8213)
Signed-off-by: AdamKorcz <adam@adalogics.com>

Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-08-10 13:52:27 -07:00
DavidKorczynski 192c822f85
flask: extend fuzzing (#8209)
* flask: catch more exceptions fuzzer

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50011

* flask: catch MemoryError exception

I assume this is non-interesting. Fixes:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47372

* nit

* flask: jinja_env_fuzzer: catch more exceptions
2022-08-10 19:12:57 +01:00
AdamKorcz 2612ea236c
jackson-core: add fuzzer (#8208)
Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-08-10 18:04:56 +01:00
Roman Wagner 32af021108
[jackson-dataformats-text] Initial integration (#8203) 2022-08-10 11:48:34 -04:00
DavidKorczynski 69588a42b7
ftfy: use strings without surrogates (#8207) 2022-08-10 13:40:18 +01:00
DavidKorczynski 63b2d6ba9d
nghttp2: update build to fit new fuzzer (#8149)
* nghttp2: update build to fit new fuzzer

* rename frames fuzzer
2022-08-10 10:32:46 +01:00
DavidKorczynski 485c64b5e3
g-api-resumable-media-python: add primary contact (#8204)
Ref: https://github.com/googleapis/google-resumable-media-python/issues/342#issuecomment-1209778753
2022-08-10 10:23:26 +01:00
jonathanmetzman 468e1c08ec
[aarch64] Set random_tags=0 (#8201)
Set random_tags=0
2022-08-10 04:08:18 +00:00
jonathanmetzman 9b85a04a46
[skcms] Speed up image build slightly. (#8200)
Since I use this for testing ARM and other changes remove some
unnecessary things to speedup builds.
2022-08-10 03:27:56 +00:00
jonathanmetzman 572a95538a
[trial-build] Test changes to base-runner (#8199)
* [trial-build] Test changes to base-runner

* fix test
2022-08-09 19:26:19 -04:00
jonathanmetzman 29848637e2
Fix bad build check breakage (#8198)
fix
2022-08-09 18:52:46 -04:00
manunio f37532e7cb
orjson: initial integration (#8147)
* orjson: initial integration

* Changed to vendor_ccs

* Removes add component step in Dockerfile

* Remove blank line
2022-08-09 14:32:07 -07:00
huiwq1990 ca20db082f
[Feat] openyurt fuzz support (#8062)
openyurt fuzz support

Signed-off-by: huiwq1990 <huiwq1990@163.com>
2022-08-09 14:30:46 -04:00
AdamKorcz ad58ac8ab8
jackson-databind: add ObjectReader fuzzer (#8195)
Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-08-09 16:28:13 +01:00
jonathanmetzman f02edd2c9a
Support C/C++ projects on AArch64. (#8184)
Related: #8164
2022-08-09 10:18:06 -04:00
jonathanmetzman 4051b12f4d
[ARM] Add aarch64 builds to skcms (#8194) 2022-08-09 10:17:46 -04:00
DavidKorczynski 075d60d201
nghttp2: extend build to match upstream fuzzers (#8193)
New fuzzer in upstream. Updating build.
2022-08-09 15:05:46 +01:00
Patrice.S 66f0278fb3
spring-framework: create fuzz target for ApplicationContext (#8191)
Create fuzz target for ApplicationContext
2022-08-09 13:22:27 +01:00
Bo Chen 0d7e1b655f
[cloud-hypervisor] Add @likebreath to auto_ccs list (#8079)
Signed-off-by: Bo Chen <chen.bo@intel.com>
2022-08-09 04:18:20 +00:00
jonathanmetzman a4c1193050
Support building base-runner on aarch64. (#8186)
Related: #8164
2022-08-09 04:10:55 +00:00
jonathanmetzman 97133fd942
[Incomplete] Support building targets with HWAsan (#8190)
Note that these targets still fail immediately.
Related: #8164
2022-08-08 22:57:59 -04:00
Navidem c28d437a4f
Bump introspector (#8153)
* Bump introspector

* include fixes

* Pickup latest changes
2022-08-08 16:53:03 -07:00
jonathanmetzman ac9a50c7a3
Support AArch64 in bad_build_check (#8188)
* Support AArch64 in bad_build_check

Related: #8164

* UNdo uneeded
2022-08-08 19:40:11 -04:00
jonathanmetzman 18bb7080ec
Reduce cores for gdb build to prevent failures (#8166) 2022-08-08 17:47:12 -04:00
AdamKorcz 10b8aeddd7
dropbear: fix broken build (#8183)
Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-08-08 16:57:31 +01:00
AdamKorcz c1bcbc2c54
tdengine: fix broken build (#8182)
Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-08-08 15:20:59 +01:00
AdamKorcz d04f34064f
go-redis: fix broken build (#8181)
Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-08-08 09:55:51 -04:00
AdamKorcz 52abbf410a
pulumi: fix broken build (#8180)
Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-08-08 14:03:45 +01:00
AdamKorcz 488b4f1955
jackson-databind: increase coverage (#8179)
Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-08-08 12:59:31 +01:00
AdamKorcz ac42556473
jackson-core: improve fuzzers (#8178)
Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-08-08 11:38:34 +01:00
psy 8a3242a510
Add maintainer emails for all spring projects (#8177)
Add emails for spring-boot, spring-boot-actuator, spring-cloud, spring-framework and spring-security
2022-08-08 11:38:14 +01:00
DavidKorczynski 4fa08c5e05
python-tabulate: initial integration (#8131) 2022-08-08 10:19:01 +01:00
DavidKorczynski d41666370d
python-secret-manager: initial integration (#8112)
* python-secret-manager: initial integration
2022-08-08 10:17:35 +01:00
DavidKorczynski afed2d5cad
python-auth-httplib2: initial integration (#8138) 2022-08-08 10:16:18 +01:00
DavidKorczynski 731bfb69b0
olefile: initial integration (#8105)
* olefile: initial integration

* fix project.yaml
2022-08-07 23:18:03 -04:00
Max 78ecd3f07f
Small change to maintain the existing corpus (#8176)
Co-authored-by: Max Shavrick <mxms@google.com>
2022-08-06 22:12:35 +01:00
Joachim Metz 791f8bb1ff
Added libfsfat to libyal project configuration (#8172) 2022-08-06 17:48:38 +01:00
AdamKorcz 36bc84494c
scorecard: fix broken build (#8174)
Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-08-06 17:48:18 +01:00
AdamKorcz fa363599d9
gvisor: fix broken build (#8173)
Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-08-06 17:04:16 +01:00
Max 1ac061d41b
[e2fsprogs] Only set one flag for now (#8171)
Only set one flag for now

Co-authored-by: Max Shavrick <mxms@google.com>
2022-08-06 12:18:02 +01:00
DavidKorczynski 32c17072ed
ansible: fix build (#8170) 2022-08-05 21:52:39 +01:00
Joachim Metz 96a098b9a1
Added libfmos to libyal project configuration (#8168) 2022-08-05 20:52:27 +00:00
AdamKorcz f8d2d5a8a3
jackson-databind: Add copyright header (#8169)
Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-08-05 21:26:10 +01:00
jonathanmetzman 25591c884b
Don't install cmake when building clang (#8163) 2022-08-05 14:11:24 -04:00
jonathanmetzman 05243bb9c6
[NFC] Add initial support for AArch64 (#8165)
Related: https://github.com/google/oss-fuzz/issues/8164
2022-08-05 13:57:43 -04:00
DavidKorczynski 334aed19f2
asn1crypto: initial integration (#8103) 2022-08-05 13:20:39 -04:00
DavidKorczynski 3e75980c29
toml: initial integration (#8104) 2022-08-05 13:19:56 -04:00