From cdd3476f91a4f9288a623c5ca8a0daa30d459650 Mon Sep 17 00:00:00 2001 From: "dan \"smiley\" murray" <93072266+dmur1@users.noreply.github.com> Date: Mon, 6 Mar 2023 08:09:40 +0000 Subject: [PATCH] fix dead link to issue.go in README.md (#936) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b6826..da0457e 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ $ gosec -exclude=G303 ./... ### CWE Mapping -Every issue detected by `gosec` is mapped to a [CWE (Common Weakness Enumeration)](http://cwe.mitre.org/data/index.html) which describes in more generic terms the vulnerability. The exact mapping can be found [here](https://github.com/securego/gosec/blob/master/issue.go#L50). +Every issue detected by `gosec` is mapped to a [CWE (Common Weakness Enumeration)](http://cwe.mitre.org/data/index.html) which describes in more generic terms the vulnerability. The exact mapping can be found [here](https://github.com/securego/gosec/blob/master/issue/issue.go#L50). ### Configuration