Commit Graph

5 Commits

Author SHA1 Message Date
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