pedro martelletto
aa99b6f760
[libfido2] install libpcsclite-dev, seed fuzz_pcsc, and bump libcbor ( #7379 )
...
* [libfido2] install libpcsclite-dev, bump libcbor
- install libpcsclite-dev, needed to build the fuzz_pcsc harness;
- bump libcbor from 0.8.0 to 0.9.0.
* [libfido2] seed initial fuzz_pcsc corpus
2022-03-14 10:48:15 -04:00
AdamKorcz
078bc3440f
[draft] [libfido2] Make shallow clones ( #7068 )
2021-12-27 22:18:20 +00:00
pedro martelletto
d4492a98d4
libfido2: change location of fuzz corpora ( #5486 )
2021-03-24 07:02:38 -07:00
Ludvig Michaelsson
fb720ead0e
libfido2: update dependencies ( #5340 )
...
* libfido2: update libcbor to v0.8.0
* libfido2: add new zlib dependency
2021-03-09 08:12:08 -08:00
devtty1er
d561c49ae5
Update Dockerfiles ( #4070 )
...
* Use LABEL in place of MAINTAINER
* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Gabriel Kihlman
9e0b83a5a7
[libfido2] bump libcbor version from 0.5.0 to 0.7.0 ( #3861 )
2020-05-21 14:59:52 -07:00
Gabriel Kihlman
eda341223c
[libfido2] CIFuzz workaround, put seed corpus outside of repo ( #3497 )
...
CIFuzz was failing and not finding the downloaded corpus, looking
at the logs show:
2020-03-12T15:15:53.2454777Z Running: docker run --rm --privileged --cap-add SYS_PTRACE -e
FUZZING_ENGINE=libfuzzer -e SANITIZER=address -e ARCHITECTURE=x86_64 -e OUT=/github/workspace/out
--volumes-from aaad25ec2b6d gcr.io/oss-fuzz/libfido2 /bin/bash -c 'rm -rf /src/libfido2/* && cp -r
/github/workspace/storage/libfido2 /src && compile'
Note the the rm -rf /src/libfido/* bit.
2020-03-12 15:36:36 -07:00
Gabriel Kihlman
b2e55225ed
[libfido2] Corpus seed moved outside of repo, update build.sh. ( #3486 )
...
* [libfido2] Corpus moved outside of repo, update build.sh.
Fixes fuzzing build failure #21144
* Fetch seed corpus when building the container instead
* Use "ADD" instead of "RUN curl"
Co-authored-by: Max Moroz <dor3s1@gmail.com>
2020-03-10 08:41:00 -07:00
Gabriel Kihlman
ce001fc2aa
[libfido2] Initial integration ( #3076 )
2019-11-27 07:51:53 -08:00