project.yaml 292 B

1234567891011121314
  1. homepage: "https://github.com/assimp/assimp"
  2. main_repo: "https://github.com/assimp/assimp"
  3. language: c++
  4. primary_contact: "[email protected]"
  5. auto_ccs:
  6. - "[email protected]"
  7. sanitizers:
  8. - address
  9. - undefined
  10. - memory
  11. fuzzing_engines:
  12. - libfuzzer
  13. - afl
  14. - honggfuzz