Merged
Conversation
Contributor
Author
|
@sloria I have a security release scheduled for tomorrow, it would be great to use this in the release notes. Any chance of a release with this today? Thank you and happy new year! |
sloria
approved these changes
Jan 1, 2022
|
|
||
| target = utils.unescape(target).strip() | ||
| title = utils.unescape(title).strip() | ||
| number = target[4:] |
Owner
There was a problem hiding this comment.
thought (non-blocking): would it make sense to also support :cwe:787 here?
no need to do this now
Contributor
Author
There was a problem hiding this comment.
Can do! But should we also support this?
:cve:`2018-17175`In addition to the current:
:cve:`CVE-2018-17175`
Owner
|
This is released in 2.0.0 |
Contributor
Author
|
Thank you! |
Merged
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add support for linking to CWE numbers at https://cwe.mitre.org, such as CWE-787 at https://cwe.mitre.org/data/definitions/787.html with:
The structure is similar to CVEs.