Skip to content

Commit 4d3e0cc

Browse files
zpavlinovicFiloSottile
authored andcommitted
reports: sets github.com/dgrijalva/jwt-go as incompatible.
github.com/dgrijalva/jwt-go is not module per se. Hence, its pkg versions require +incompatible annotation. Also, corresponding pkgs do not have /vX suffixes. Change-Id: I434b1a6af7ecd22b161d344a2ffe115fa9b883e9 Reviewed-on: https://team-review.git.corp.google.com/c/golang/vulndb/+/1027982 Reviewed-by: Roland Shoemaker <bracewell@google.com>
1 parent 42b5a45 commit 4d3e0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reports/GO-2020-0017.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ symbols = ["MapClaims.VerifyAudience"]
1515

1616
[[versions]]
1717
introduced = "v0.0.0-20150717181359-44718f8a89b0"
18-
fixed = "v4.0.0-20190408214815-ec0a89a131e"
18+
fixed = "v4.0.0-20190408214815-ec0a89a131e+incompatible"
1919

2020
[[additional_packages]]
2121
package = "github.com/dgrijalva/jwt-go/v4"
@@ -25,4 +25,4 @@ fixed = "v4.0.0-20190408214815-ec0a89a131e3"
2525

2626
[links]
2727
commit = "https://github.com/dgrijalva/jwt-go/commit/ec0a89a131e3e8567adcb21254a5cd20a70ea4ab"
28-
context = ["https://github.com/dgrijalva/jwt-go/issues/422"]
28+
context = ["https://github.com/dgrijalva/jwt-go/issues/422"]

0 commit comments

Comments
 (0)