-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide a bug and security bug section in the README
- Loading branch information
1 parent
6e35636
commit cb108a5
Showing
1 changed file
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -289,3 +289,16 @@ trade-offs to cope with legacy ASTs. | |
| TypeVarTuple(identifier name) | ||
attributes (int lineno, int col_offset, int end_lineno, int end_col_offset) | ||
} | ||
Reporting Bugs | ||
-------------- | ||
|
||
Bugs can be reported through `GitHub issues <https://github.com/serge-sans-paille/gast/issues>`_. | ||
|
||
Reporting Security Issues | ||
------------------------- | ||
|
||
If for some reason, you think your bug is security-related and should be subject | ||
to responsible disclosure, don't hesitate to `contact the maintainer | ||
<mailto:[email protected]>`_ directly. |