-
Notifications
You must be signed in to change notification settings - Fork 107
Add a Security page (#293) #300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
tomjaguarpaw
merged 1 commit into
haskell-infra:master
from
frasertweedale:add-security-page
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,78 @@ | ||
| --- | ||
| title: Security | ||
| page: security | ||
| isSecurity: true | ||
| --- | ||
|
|
||
| # Security | ||
|
|
||
| ## Reporting security issues | ||
|
|
||
| The Haskell [**security advisory database**][advisory-db] documents | ||
| known issues in Haskell libraries and open source tools. Anyone can | ||
| report **historical or low-impact issues** via the [public | ||
| submission process]. | ||
|
|
||
| [advisory-db]: https://github.com/haskell/security-advisories | ||
| [public submission process]: https://github.com/haskell/security-advisories/blob/main/CONTRIBUTING.md | ||
|
|
||
| **High-impact vulnerabilities** should be reported privately to | ||
| [security-advisories@haskell.org](mailto:security-advisories@haskell.org) | ||
| (we do not use PGP). Alternatively, high-impact vulnerabilities can | ||
| be reported via the CERT/CC [VINCE] system. Use "Haskell | ||
| Programming Language" as the vendor name. | ||
|
|
||
| [VINCE]: https://kb.cert.org/vince/ | ||
|
|
||
| The Security Response Team currently coordinates security response | ||
| under **embargo for high impact issues only**. Factors that | ||
| influence whether or not we will deal with an issue under embargo | ||
| include: | ||
|
|
||
| - How severe is the vulnerability? | ||
| - How widely used is the library or tool in which the issue occurs? | ||
| - Does the issue also affect other ecosystems, or is there already a | ||
| security response underway? (We will not break someone else's | ||
| embargo.) | ||
|
|
||
| For example, a high-severity vulnerability affecting the GHC | ||
| toolchain or a popular library would likely warrant an embargo. If | ||
| you are unsure, please contact the Security Response Team and we | ||
| will help assess the impact. | ||
|
|
||
|
|
||
| ## Haskell Security Response Team | ||
|
|
||
| The Haskell Security Response Team (SRT) coordinates security | ||
| response for high-impact vulnerabilities, and maintains the advisory | ||
| database and associated tooling. | ||
|
|
||
| The SRT is currently composed of 5 active members: | ||
|
|
||
| * **Casey Mattingly** | ||
| * **Fraser Tweedale** | ||
| * **Gautier Di Folco** | ||
| * **Mihai Maruseac** | ||
| * **Tristan de Cacqueray** | ||
|
|
||
| The SRT is an initiative of the [Haskell Foundation] pursuant to | ||
| [Tech Proposal #37][hf-tp-37]. | ||
|
|
||
| [Haskell Foundation]: https://haskell.foundation/ | ||
| [hf-tp-37]: https://github.com/haskellfoundation/tech-proposals/blob/main/proposals/accepted/037-advisory-db.md | ||
|
|
||
| ## Security Guides | ||
|
|
||
| The SRT publishes security guides for Haskell programmers and | ||
| project maintainers. Guides will be added or updated over time. | ||
|
|
||
| * [How to secure GitHub repositories](https://github.com/haskell/security-advisories/blob/main/guides/github.md) | ||
|
|
||
| ## SRT Reports | ||
|
|
||
| The SRT reports quarterly on our completed and ongoing work, and | ||
| future plans. | ||
|
|
||
| * [2024 Q1](https://github.com/haskell/security-advisories/blob/main/reports/2024-04-08-Q1-report.md) | ||
| * [2023 Q3 & Q4](https://github.com/haskell/security-advisories/blob/main/reports/2024-01-10-half-year-report.md) | ||
| * [2023 Q2](https://github.com/haskell/security-advisories/blob/main/reports/2023-07-10-ann-q2-report.md) | ||
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider linking to https://github.com/haskell/security-advisories/blob/main/reports rather than the individual reports.