-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
astroid: fix build and update maintainers (#12386)
I have received permission to update the maintainers list here: pylint-dev/astroid#2511 (comment) This commit also fixes the build by pinning astroid to the latest version with Python 3.8 support. This will allow the corpus to grow until Python 3.9+ is supported on OSS-Fuzz.
- Loading branch information
1 parent
173cae9
commit f5d9cdf
Showing
2 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
homepage: https://github.com/PyCQA/astroid | ||
main_repo: https://github.com/PyCQA/astroid | ||
homepage: https://github.com/pylint-dev/astroid | ||
main_repo: https://github.com/pylint-dev/astroid | ||
language: python | ||
primary_contact: "[email protected]" | ||
auto_ccs: | ||
- "[email protected]" | ||
fuzzing_engines: | ||
- libfuzzer | ||
- libfuzzer | ||
sanitizers: | ||
- address | ||
- address | ||
vendor_ccs: | ||
- [email protected] | ||
- "[email protected]" |