-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data/reports: add GHSA to GO-2020-0001.yaml
Aliases: CVE-2020-36567, GHSA-6vm3-jj99-7229 Updates #1 Fixes #1209 Change-Id: I6d09a050d6a3d137de3dfff0b86e6320d226c0f6 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/460416 Run-TryBot: Damien Neil <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Zvonimir Pavlinovic <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -17,6 +17,8 @@ description: | | |
which is included in the Default engine, allows attackers to inject arbitrary | ||
log entries by manipulating the request path. | ||
published: 2021-04-14T20:04:52Z | ||
ghsas: | ||
- GHSA-6vm3-jj99-7229 | ||
credit: '@thinkerou <[email protected]>' | ||
references: | ||
- fix: https://github.com/gin-gonic/gin/pull/2237 | ||
|