oss-fuzz/projects/sqlalchemy/project.yaml

12 lines
258 B
YAML
Raw Normal View History

homepage: "https://www.sqlalchemy.org"
language: python
primary_contact: "mike_mp@zzzcomputing.com"
auto_ccs:
- "Adam@adalogics.com"
fuzzing_engines:
- libfuzzer
sanitizers:
- address
- undefined
2022-02-07 15:43:23 +00:00
main_repo: "https://github.com/sqlalchemy/sqlalchemy"