Skip to content

Commit

Permalink
Create SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtau authored Sep 19, 2023
1 parent 04033e5 commit 857d9f6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Security Policy

## Supported Versions

Only the most recent minor version is supported.

| Version | Supported |
| ------- | ------------------ |
| 2.7.x | :white_check_mark: |
| < 2.7.x | :x: |


## Reporting a Vulnerability

Please use the [GitHub private reporting functionality](https://github.com/pest-parser/pest/security/advisories/new)
to submit potential security bug reports. If the bug report is reproduced and valid, we'll then:

- Prepare a fix and regression tests.
- Make a patch release for the most recent release.
- Submit an advisory to [rustsec/advisory-db](https://github.com/RustSec/advisory-db).
- Refer to the advisory in the release notes.

If you're *looking* for security bugs, [this crate is set up for
`cargo fuzz`](https://github.com/pest-parser/pest/blob/master/FUZZING.md) but would benefit from more runtime, targets and corpora.

0 comments on commit 857d9f6

Please sign in to comment.