diff --git a/cmd/vulnreport/main.go b/cmd/vulnreport/main.go index c45feb8f..a841f351 100644 --- a/cmd/vulnreport/main.go +++ b/cmd/vulnreport/main.go @@ -666,6 +666,13 @@ func fix(ctx context.Context, filename string, ghsaClient *ghsa.Client) (err err if err != nil { return err } + // Add/fix the Go ID if needed. + if goID := report.GoID(filename); goID != r.ID { + r.ID = goID + } + if err := r.CheckFilename(filename); err != nil { + return err + } if lints := r.Lint(); len(lints) > 0 { r.Fix() } diff --git a/data/excluded/GO-2021-0144.yaml b/data/excluded/GO-2021-0144.yaml index e1c4d8e6..99384795 100644 --- a/data/excluded/GO-2021-0144.yaml +++ b/data/excluded/GO-2021-0144.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0144 excluded: NOT_GO_CODE modules: - module: collectd.org diff --git a/data/excluded/GO-2021-0145.yaml b/data/excluded/GO-2021-0145.yaml index 414e060e..a3cef59c 100644 --- a/data/excluded/GO-2021-0145.yaml +++ b/data/excluded/GO-2021-0145.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0145 excluded: NOT_GO_CODE modules: - module: std diff --git a/data/excluded/GO-2021-0146.yaml b/data/excluded/GO-2021-0146.yaml index f91cad1f..ecd21e2d 100644 --- a/data/excluded/GO-2021-0146.yaml +++ b/data/excluded/GO-2021-0146.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0146 excluded: NOT_GO_CODE modules: - module: qpid.apache.org diff --git a/data/excluded/GO-2021-0147.yaml b/data/excluded/GO-2021-0147.yaml index 501cefba..24247fed 100644 --- a/data/excluded/GO-2021-0147.yaml +++ b/data/excluded/GO-2021-0147.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0147 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2021-0148.yaml b/data/excluded/GO-2021-0148.yaml index 5119e632..52d059c9 100644 --- a/data/excluded/GO-2021-0148.yaml +++ b/data/excluded/GO-2021-0148.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0148 excluded: NOT_IMPORTABLE modules: - module: gitlab.com/gitlab-org/gitlab-shell diff --git a/data/excluded/GO-2021-0149.yaml b/data/excluded/GO-2021-0149.yaml index 089bb9cc..cace6020 100644 --- a/data/excluded/GO-2021-0149.yaml +++ b/data/excluded/GO-2021-0149.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0149 excluded: NOT_A_VULNERABILITY modules: - module: std diff --git a/data/excluded/GO-2021-0150.yaml b/data/excluded/GO-2021-0150.yaml index 93c30ca6..8c516c29 100644 --- a/data/excluded/GO-2021-0150.yaml +++ b/data/excluded/GO-2021-0150.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0150 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2021-0151.yaml b/data/excluded/GO-2021-0151.yaml index 2e24351f..93a284c4 100644 --- a/data/excluded/GO-2021-0151.yaml +++ b/data/excluded/GO-2021-0151.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0151 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2021-0152.yaml b/data/excluded/GO-2021-0152.yaml index 0264d4eb..5446a791 100644 --- a/data/excluded/GO-2021-0152.yaml +++ b/data/excluded/GO-2021-0152.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0152 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2021-0153.yaml b/data/excluded/GO-2021-0153.yaml index d9d496a2..66eb62bb 100644 --- a/data/excluded/GO-2021-0153.yaml +++ b/data/excluded/GO-2021-0153.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0153 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2021-0155.yaml b/data/excluded/GO-2021-0155.yaml index 684fb87e..36a36cf1 100644 --- a/data/excluded/GO-2021-0155.yaml +++ b/data/excluded/GO-2021-0155.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0155 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2021-0156.yaml b/data/excluded/GO-2021-0156.yaml index aa0429f6..f518746d 100644 --- a/data/excluded/GO-2021-0156.yaml +++ b/data/excluded/GO-2021-0156.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0156 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2021-0161.yaml b/data/excluded/GO-2021-0161.yaml index 071569e2..ab49a5fe 100644 --- a/data/excluded/GO-2021-0161.yaml +++ b/data/excluded/GO-2021-0161.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0161 excluded: NOT_GO_CODE modules: - module: qpid.apache.org diff --git a/data/excluded/GO-2021-0162.yaml b/data/excluded/GO-2021-0162.yaml index 3763fabc..fe9cfa96 100644 --- a/data/excluded/GO-2021-0162.yaml +++ b/data/excluded/GO-2021-0162.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0162 excluded: NOT_GO_CODE modules: - module: qpid.apache.org diff --git a/data/excluded/GO-2022-0167.yaml b/data/excluded/GO-2022-0167.yaml index cc02fa0c..b6a6aa75 100644 --- a/data/excluded/GO-2022-0167.yaml +++ b/data/excluded/GO-2022-0167.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0167 excluded: NOT_GO_CODE modules: - module: qpid.apache.org diff --git a/data/excluded/GO-2022-0168.yaml b/data/excluded/GO-2022-0168.yaml index 24fdb0ca..cea50fc6 100644 --- a/data/excluded/GO-2022-0168.yaml +++ b/data/excluded/GO-2022-0168.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0168 excluded: NOT_GO_CODE modules: - module: collectd.org diff --git a/data/excluded/GO-2022-0169.yaml b/data/excluded/GO-2022-0169.yaml index 009f6647..b145d36a 100644 --- a/data/excluded/GO-2022-0169.yaml +++ b/data/excluded/GO-2022-0169.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0169 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0170.yaml b/data/excluded/GO-2022-0170.yaml index aa16c37d..28b05735 100644 --- a/data/excluded/GO-2022-0170.yaml +++ b/data/excluded/GO-2022-0170.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0170 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0173.yaml b/data/excluded/GO-2022-0173.yaml index 8d98ca5b..3b8ec87a 100644 --- a/data/excluded/GO-2022-0173.yaml +++ b/data/excluded/GO-2022-0173.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0173 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0174.yaml b/data/excluded/GO-2022-0174.yaml index d27c6802..128ff030 100644 --- a/data/excluded/GO-2022-0174.yaml +++ b/data/excluded/GO-2022-0174.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0174 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0175.yaml b/data/excluded/GO-2022-0175.yaml index 2b29f98c..eaea6297 100644 --- a/data/excluded/GO-2022-0175.yaml +++ b/data/excluded/GO-2022-0175.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0175 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0176.yaml b/data/excluded/GO-2022-0176.yaml index a4fcb451..977ab62e 100644 --- a/data/excluded/GO-2022-0176.yaml +++ b/data/excluded/GO-2022-0176.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0176 excluded: NOT_GO_CODE modules: - module: gitweb.gentoo.org/repo/gentoo.git diff --git a/data/excluded/GO-2022-0179.yaml b/data/excluded/GO-2022-0179.yaml index f6d528e5..f9d7b809 100644 --- a/data/excluded/GO-2022-0179.yaml +++ b/data/excluded/GO-2022-0179.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0179 excluded: NOT_GO_CODE modules: - module: qpid.apache.org diff --git a/data/excluded/GO-2022-0180.yaml b/data/excluded/GO-2022-0180.yaml index d0868c77..096fffad 100644 --- a/data/excluded/GO-2022-0180.yaml +++ b/data/excluded/GO-2022-0180.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0180 excluded: NOT_GO_CODE modules: - module: qpid.apache.org diff --git a/data/excluded/GO-2022-0181.yaml b/data/excluded/GO-2022-0181.yaml index 2321a2dd..dcee3d95 100644 --- a/data/excluded/GO-2022-0181.yaml +++ b/data/excluded/GO-2022-0181.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0181 excluded: NOT_GO_CODE modules: - module: github.com/channelcat/sanic diff --git a/data/excluded/GO-2022-0182.yaml b/data/excluded/GO-2022-0182.yaml index 059bfb72..6b39ffff 100644 --- a/data/excluded/GO-2022-0182.yaml +++ b/data/excluded/GO-2022-0182.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0182 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0183.yaml b/data/excluded/GO-2022-0183.yaml index 5e65f03a..a9ce62c3 100644 --- a/data/excluded/GO-2022-0183.yaml +++ b/data/excluded/GO-2022-0183.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0183 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0184.yaml b/data/excluded/GO-2022-0184.yaml index e63efeab..dde31525 100644 --- a/data/excluded/GO-2022-0184.yaml +++ b/data/excluded/GO-2022-0184.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0184 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0185.yaml b/data/excluded/GO-2022-0185.yaml index 67f5c73c..1bf9a9fc 100644 --- a/data/excluded/GO-2022-0185.yaml +++ b/data/excluded/GO-2022-0185.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0185 excluded: NOT_GO_CODE modules: - module: gitweb.gentoo.org/repo/gentoo.git diff --git a/data/excluded/GO-2022-0186.yaml b/data/excluded/GO-2022-0186.yaml index 05456c1a..a503ee95 100644 --- a/data/excluded/GO-2022-0186.yaml +++ b/data/excluded/GO-2022-0186.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0186 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0188.yaml b/data/excluded/GO-2022-0188.yaml index 719ab216..d085e654 100644 --- a/data/excluded/GO-2022-0188.yaml +++ b/data/excluded/GO-2022-0188.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0188 excluded: NOT_GO_CODE modules: - module: gitlab.com/graphviz/graphviz diff --git a/data/excluded/GO-2022-0194.yaml b/data/excluded/GO-2022-0194.yaml index b8396e6c..c5330621 100644 --- a/data/excluded/GO-2022-0194.yaml +++ b/data/excluded/GO-2022-0194.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0194 excluded: NOT_GO_CODE modules: - module: qpid.apache.org diff --git a/data/excluded/GO-2022-0195.yaml b/data/excluded/GO-2022-0195.yaml index 3578d210..303b9145 100644 --- a/data/excluded/GO-2022-0195.yaml +++ b/data/excluded/GO-2022-0195.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0195 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0196.yaml b/data/excluded/GO-2022-0196.yaml index dc3d59b2..d5610876 100644 --- a/data/excluded/GO-2022-0196.yaml +++ b/data/excluded/GO-2022-0196.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0196 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0199.yaml b/data/excluded/GO-2022-0199.yaml index ecd77792..012958f6 100644 --- a/data/excluded/GO-2022-0199.yaml +++ b/data/excluded/GO-2022-0199.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0199 excluded: NOT_GO_CODE modules: - module: gitlab.com/gitlab-org/gitlab-pages diff --git a/data/excluded/GO-2022-0200.yaml b/data/excluded/GO-2022-0200.yaml index ac720a38..dc1bd77a 100644 --- a/data/excluded/GO-2022-0200.yaml +++ b/data/excluded/GO-2022-0200.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0200 excluded: NOT_IMPORTABLE modules: - module: gitlab.com/gitlab-org/gitlab-workhorse diff --git a/data/excluded/GO-2022-0202.yaml b/data/excluded/GO-2022-0202.yaml index c6a392ae..d50ea89a 100644 --- a/data/excluded/GO-2022-0202.yaml +++ b/data/excluded/GO-2022-0202.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0202 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0204.yaml b/data/excluded/GO-2022-0204.yaml index 81596b37..7e6eacb5 100644 --- a/data/excluded/GO-2022-0204.yaml +++ b/data/excluded/GO-2022-0204.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0204 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0205.yaml b/data/excluded/GO-2022-0205.yaml index 19165735..9883b143 100644 --- a/data/excluded/GO-2022-0205.yaml +++ b/data/excluded/GO-2022-0205.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0205 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0206.yaml b/data/excluded/GO-2022-0206.yaml index f475012e..ffbf9fb9 100644 --- a/data/excluded/GO-2022-0206.yaml +++ b/data/excluded/GO-2022-0206.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0206 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0207.yaml b/data/excluded/GO-2022-0207.yaml index 648417fa..ed20fb4c 100644 --- a/data/excluded/GO-2022-0207.yaml +++ b/data/excluded/GO-2022-0207.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0207 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0208.yaml b/data/excluded/GO-2022-0208.yaml index e071f71c..0c50a499 100644 --- a/data/excluded/GO-2022-0208.yaml +++ b/data/excluded/GO-2022-0208.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0208 excluded: NOT_GO_CODE modules: - module: gitlab.com/graphviz/graphviz diff --git a/data/excluded/GO-2022-0210.yaml b/data/excluded/GO-2022-0210.yaml index 7a9d7d92..eec0b505 100644 --- a/data/excluded/GO-2022-0210.yaml +++ b/data/excluded/GO-2022-0210.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0210 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0214.yaml b/data/excluded/GO-2022-0214.yaml index c3f8a5f9..7dc8956d 100644 --- a/data/excluded/GO-2022-0214.yaml +++ b/data/excluded/GO-2022-0214.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0214 excluded: NOT_GO_CODE modules: - module: std diff --git a/data/excluded/GO-2022-0215.yaml b/data/excluded/GO-2022-0215.yaml index 005d200f..336d3337 100644 --- a/data/excluded/GO-2022-0215.yaml +++ b/data/excluded/GO-2022-0215.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0215 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0216.yaml b/data/excluded/GO-2022-0216.yaml index 4071b508..9573412b 100644 --- a/data/excluded/GO-2022-0216.yaml +++ b/data/excluded/GO-2022-0216.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0216 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework diff --git a/data/excluded/GO-2022-0218.yaml b/data/excluded/GO-2022-0218.yaml index ceccd5dc..2ca88e54 100644 --- a/data/excluded/GO-2022-0218.yaml +++ b/data/excluded/GO-2022-0218.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0218 excluded: NOT_IMPORTABLE modules: - module: gitlab.com/gitlab-org/gitlab-workhorse diff --git a/data/excluded/GO-2022-0219.yaml b/data/excluded/GO-2022-0219.yaml index 0316a76d..9912155d 100644 --- a/data/excluded/GO-2022-0219.yaml +++ b/data/excluded/GO-2022-0219.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0219 excluded: NOT_GO_CODE modules: - module: unit.nginx.org diff --git a/data/excluded/GO-2022-0221.yaml b/data/excluded/GO-2022-0221.yaml index b8392624..29d47dd2 100644 --- a/data/excluded/GO-2022-0221.yaml +++ b/data/excluded/GO-2022-0221.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0221 excluded: NOT_A_VULNERABILITY modules: - module: std diff --git a/data/excluded/GO-2022-0222.yaml b/data/excluded/GO-2022-0222.yaml index 4dd5a544..a55d538e 100644 --- a/data/excluded/GO-2022-0222.yaml +++ b/data/excluded/GO-2022-0222.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0222 excluded: NOT_GO_CODE modules: - module: gitlab.com/graphviz/graphviz diff --git a/data/excluded/GO-2022-0231.yaml b/data/excluded/GO-2022-0231.yaml index 60e2c589..b9b62ee6 100644 --- a/data/excluded/GO-2022-0231.yaml +++ b/data/excluded/GO-2022-0231.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0231 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/schollz/rwtxt diff --git a/data/excluded/GO-2022-0232.yaml b/data/excluded/GO-2022-0232.yaml index 814b8e6e..9952cf61 100644 --- a/data/excluded/GO-2022-0232.yaml +++ b/data/excluded/GO-2022-0232.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0232 excluded: NOT_IMPORTABLE modules: - module: gitlab.com/gitlab-org/labkit diff --git a/data/excluded/GO-2022-0249.yaml b/data/excluded/GO-2022-0249.yaml index 7fa900ac..bdc8632c 100644 --- a/data/excluded/GO-2022-0249.yaml +++ b/data/excluded/GO-2022-0249.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0249 excluded: NOT_IMPORTABLE modules: - module: github.com/cloudflare/cfrpki diff --git a/data/excluded/GO-2022-0250.yaml b/data/excluded/GO-2022-0250.yaml index 8ccaeb6d..afc3c44f 100644 --- a/data/excluded/GO-2022-0250.yaml +++ b/data/excluded/GO-2022-0250.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0250 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cloudflare/cfrpki diff --git a/data/excluded/GO-2022-0255.yaml b/data/excluded/GO-2022-0255.yaml index 29ab3e44..3fa73d36 100644 --- a/data/excluded/GO-2022-0255.yaml +++ b/data/excluded/GO-2022-0255.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0255 excluded: NOT_IMPORTABLE modules: - module: github.com/cosmos/cosmos-sdk diff --git a/data/excluded/GO-2022-0257.yaml b/data/excluded/GO-2022-0257.yaml index d7e43f02..d3c13cfe 100644 --- a/data/excluded/GO-2022-0257.yaml +++ b/data/excluded/GO-2022-0257.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0257 excluded: NOT_GO_CODE modules: - module: github.com/opencontainers/distribution-spec diff --git a/data/excluded/GO-2022-0259.yaml b/data/excluded/GO-2022-0259.yaml index c37fb2e9..1f5d63c7 100644 --- a/data/excluded/GO-2022-0259.yaml +++ b/data/excluded/GO-2022-0259.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0259 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2022-0260.yaml b/data/excluded/GO-2022-0260.yaml index bf3e0844..b6f2072c 100644 --- a/data/excluded/GO-2022-0260.yaml +++ b/data/excluded/GO-2022-0260.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0260 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/fluxcd/kustomize-controller diff --git a/data/excluded/GO-2022-0261.yaml b/data/excluded/GO-2022-0261.yaml index 5cc4bec4..1bc70cd4 100644 --- a/data/excluded/GO-2022-0261.yaml +++ b/data/excluded/GO-2022-0261.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0261 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/minio/console diff --git a/data/excluded/GO-2022-0262.yaml b/data/excluded/GO-2022-0262.yaml index 2c4f5a9e..9542b33d 100644 --- a/data/excluded/GO-2022-0262.yaml +++ b/data/excluded/GO-2022-0262.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0262 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/edgexfoundry/app-functions-sdk-go diff --git a/data/excluded/GO-2022-0266.yaml b/data/excluded/GO-2022-0266.yaml index 21589ff1..d0fbff7d 100644 --- a/data/excluded/GO-2022-0266.yaml +++ b/data/excluded/GO-2022-0266.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0266 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hyperledger/fabric diff --git a/data/excluded/GO-2022-0267.yaml b/data/excluded/GO-2022-0267.yaml index 367fe0ec..5dc71164 100644 --- a/data/excluded/GO-2022-0267.yaml +++ b/data/excluded/GO-2022-0267.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0267 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hyperledger/fabric diff --git a/data/excluded/GO-2022-0268.yaml b/data/excluded/GO-2022-0268.yaml index c52fb924..f41d6011 100644 --- a/data/excluded/GO-2022-0268.yaml +++ b/data/excluded/GO-2022-0268.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0268 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/open-policy-agent/gatekeeper diff --git a/data/excluded/GO-2022-0270.yaml b/data/excluded/GO-2022-0270.yaml index 5cee3e97..25bc802e 100644 --- a/data/excluded/GO-2022-0270.yaml +++ b/data/excluded/GO-2022-0270.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0270 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/google/exposure-notifications-verification-server diff --git a/data/excluded/GO-2022-0271.yaml b/data/excluded/GO-2022-0271.yaml index 4f01aed1..b2cee85d 100644 --- a/data/excluded/GO-2022-0271.yaml +++ b/data/excluded/GO-2022-0271.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0271 excluded: NOT_GO_CODE modules: - module: github.com/protocolbuffers/protobuf diff --git a/data/excluded/GO-2022-0275.yaml b/data/excluded/GO-2022-0275.yaml index f0b94749..f380d9f5 100644 --- a/data/excluded/GO-2022-0275.yaml +++ b/data/excluded/GO-2022-0275.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0275 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2022-0276.yaml b/data/excluded/GO-2022-0276.yaml index 8451169d..63614644 100644 --- a/data/excluded/GO-2022-0276.yaml +++ b/data/excluded/GO-2022-0276.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0276 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2022-0277.yaml b/data/excluded/GO-2022-0277.yaml index ad0e01cb..3bd94adf 100644 --- a/data/excluded/GO-2022-0277.yaml +++ b/data/excluded/GO-2022-0277.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0277 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2022-0278.yaml b/data/excluded/GO-2022-0278.yaml index 68653fde..44713752 100644 --- a/data/excluded/GO-2022-0278.yaml +++ b/data/excluded/GO-2022-0278.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0278 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/containerd/containerd diff --git a/data/excluded/GO-2022-0279.yaml b/data/excluded/GO-2022-0279.yaml index e8017623..14ebeeb6 100644 --- a/data/excluded/GO-2022-0279.yaml +++ b/data/excluded/GO-2022-0279.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0279 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/sourcegraph/sourcegraph diff --git a/data/excluded/GO-2022-0280.yaml b/data/excluded/GO-2022-0280.yaml index 5bf0bd8f..93a82f44 100644 --- a/data/excluded/GO-2022-0280.yaml +++ b/data/excluded/GO-2022-0280.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0280 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kyma-project/kyma diff --git a/data/excluded/GO-2022-0281.yaml b/data/excluded/GO-2022-0281.yaml index 2d7b17ce..0bd9330d 100644 --- a/data/excluded/GO-2022-0281.yaml +++ b/data/excluded/GO-2022-0281.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0281 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/containers/podman diff --git a/data/excluded/GO-2022-0282.yaml b/data/excluded/GO-2022-0282.yaml index 19874497..4bd0e2dc 100644 --- a/data/excluded/GO-2022-0282.yaml +++ b/data/excluded/GO-2022-0282.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0282 excluded: NOT_IMPORTABLE modules: - module: github.com/spinnaker/spinnaker diff --git a/data/excluded/GO-2022-0283.yaml b/data/excluded/GO-2022-0283.yaml index 0a1a48de..f0774c7c 100644 --- a/data/excluded/GO-2022-0283.yaml +++ b/data/excluded/GO-2022-0283.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0283 excluded: NOT_IMPORTABLE modules: - module: github.com/crypto-org-chain/cronos diff --git a/data/excluded/GO-2022-0284.yaml b/data/excluded/GO-2022-0284.yaml index 65774a14..81b18e2c 100644 --- a/data/excluded/GO-2022-0284.yaml +++ b/data/excluded/GO-2022-0284.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0284 excluded: NOT_GO_CODE modules: - module: github.com/h2o/h2o diff --git a/data/excluded/GO-2022-0285.yaml b/data/excluded/GO-2022-0285.yaml index e039d77b..b5b0c0a9 100644 --- a/data/excluded/GO-2022-0285.yaml +++ b/data/excluded/GO-2022-0285.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0285 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/minio/minio diff --git a/data/excluded/GO-2022-0286.yaml b/data/excluded/GO-2022-0286.yaml index 65950204..83bf7f01 100644 --- a/data/excluded/GO-2022-0286.yaml +++ b/data/excluded/GO-2022-0286.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0286 excluded: NOT_GO_CODE modules: - module: github.com/unicorn-engine/unicorn diff --git a/data/excluded/GO-2022-0287.yaml b/data/excluded/GO-2022-0287.yaml index c84612e2..c910ee0e 100644 --- a/data/excluded/GO-2022-0287.yaml +++ b/data/excluded/GO-2022-0287.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0287 excluded: NOT_GO_CODE modules: - module: github.com/Ericsson/codechecker diff --git a/data/excluded/GO-2022-0290.yaml b/data/excluded/GO-2022-0290.yaml index 7ef44319..242e5cec 100644 --- a/data/excluded/GO-2022-0290.yaml +++ b/data/excluded/GO-2022-0290.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0290 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/spinnaker/spinnaker diff --git a/data/excluded/GO-2022-0291.yaml b/data/excluded/GO-2022-0291.yaml index be64217a..8ada7281 100644 --- a/data/excluded/GO-2022-0291.yaml +++ b/data/excluded/GO-2022-0291.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0291 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/owncast/owncast diff --git a/data/excluded/GO-2022-0292.yaml b/data/excluded/GO-2022-0292.yaml index af595f12..ab3cd39a 100644 --- a/data/excluded/GO-2022-0292.yaml +++ b/data/excluded/GO-2022-0292.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0292 excluded: EFFECTIVELY_PRIVATE modules: - module: gitlab.com/gitlab-org/gitlab-runner diff --git a/data/excluded/GO-2022-0293.yaml b/data/excluded/GO-2022-0293.yaml index eec3526c..ecc74155 100644 --- a/data/excluded/GO-2022-0293.yaml +++ b/data/excluded/GO-2022-0293.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0293 excluded: EFFECTIVELY_PRIVATE modules: - module: gitlab.com/gitlab-org/gitaly diff --git a/data/excluded/GO-2022-0295.yaml b/data/excluded/GO-2022-0295.yaml index 93d91041..bcac919a 100644 --- a/data/excluded/GO-2022-0295.yaml +++ b/data/excluded/GO-2022-0295.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0295 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/authzed/spicedb diff --git a/data/excluded/GO-2022-0296.yaml b/data/excluded/GO-2022-0296.yaml index d3c64892..942c8452 100644 --- a/data/excluded/GO-2022-0296.yaml +++ b/data/excluded/GO-2022-0296.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0296 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2022-0297.yaml b/data/excluded/GO-2022-0297.yaml index e6b539f3..6b773ff4 100644 --- a/data/excluded/GO-2022-0297.yaml +++ b/data/excluded/GO-2022-0297.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0297 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/istio/istio diff --git a/data/excluded/GO-2022-0298.yaml b/data/excluded/GO-2022-0298.yaml index d6252189..64c474d8 100644 --- a/data/excluded/GO-2022-0298.yaml +++ b/data/excluded/GO-2022-0298.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0298 excluded: NOT_IMPORTABLE modules: - module: github.com/github/gh-ost diff --git a/data/excluded/GO-2022-0299.yaml b/data/excluded/GO-2022-0299.yaml index ee640766..7d4e0134 100644 --- a/data/excluded/GO-2022-0299.yaml +++ b/data/excluded/GO-2022-0299.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0299 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/istio/istio diff --git a/data/excluded/GO-2022-0301.yaml b/data/excluded/GO-2022-0301.yaml index 20886653..f664b01a 100644 --- a/data/excluded/GO-2022-0301.yaml +++ b/data/excluded/GO-2022-0301.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0301 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/sipcapture/homer-app diff --git a/data/excluded/GO-2022-0302.yaml b/data/excluded/GO-2022-0302.yaml index fc90b010..b26a1df3 100644 --- a/data/excluded/GO-2022-0302.yaml +++ b/data/excluded/GO-2022-0302.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0302 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/navidrome/navidrome diff --git a/data/excluded/GO-2022-0303.yaml b/data/excluded/GO-2022-0303.yaml index b4298bf8..275ffa5e 100644 --- a/data/excluded/GO-2022-0303.yaml +++ b/data/excluded/GO-2022-0303.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0303 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/casdoor/casdoor diff --git a/data/excluded/GO-2022-0304.yaml b/data/excluded/GO-2022-0304.yaml index 2ae080ce..8c4fa5df 100644 --- a/data/excluded/GO-2022-0304.yaml +++ b/data/excluded/GO-2022-0304.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0304 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0305.yaml b/data/excluded/GO-2022-0305.yaml index 2bca539c..c7f6092d 100644 --- a/data/excluded/GO-2022-0305.yaml +++ b/data/excluded/GO-2022-0305.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0305 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/agent diff --git a/data/excluded/GO-2022-0306.yaml b/data/excluded/GO-2022-0306.yaml index 763c6382..8ca400de 100644 --- a/data/excluded/GO-2022-0306.yaml +++ b/data/excluded/GO-2022-0306.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0306 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/foxcpp/maddy diff --git a/data/excluded/GO-2022-0307.yaml b/data/excluded/GO-2022-0307.yaml index 36bb2dc3..e6a35fda 100644 --- a/data/excluded/GO-2022-0307.yaml +++ b/data/excluded/GO-2022-0307.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0307 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/nats-io/nats-server diff --git a/data/excluded/GO-2022-0308.yaml b/data/excluded/GO-2022-0308.yaml index c42fc0d1..8397bee3 100644 --- a/data/excluded/GO-2022-0308.yaml +++ b/data/excluded/GO-2022-0308.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0308 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-0309.yaml b/data/excluded/GO-2022-0309.yaml index d23f8d19..091cf440 100644 --- a/data/excluded/GO-2022-0309.yaml +++ b/data/excluded/GO-2022-0309.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0309 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-0310.yaml b/data/excluded/GO-2022-0310.yaml index 87d4aa95..75764231 100644 --- a/data/excluded/GO-2022-0310.yaml +++ b/data/excluded/GO-2022-0310.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0310 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-0311.yaml b/data/excluded/GO-2022-0311.yaml index 289f8412..5d309b36 100644 --- a/data/excluded/GO-2022-0311.yaml +++ b/data/excluded/GO-2022-0311.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0311 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2022-0312.yaml b/data/excluded/GO-2022-0312.yaml index df711ca9..18ff3506 100644 --- a/data/excluded/GO-2022-0312.yaml +++ b/data/excluded/GO-2022-0312.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0312 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2022-0313.yaml b/data/excluded/GO-2022-0313.yaml index 5f907c6c..526c137e 100644 --- a/data/excluded/GO-2022-0313.yaml +++ b/data/excluded/GO-2022-0313.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0313 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2022-0314.yaml b/data/excluded/GO-2022-0314.yaml index e9454fc9..13658fa1 100644 --- a/data/excluded/GO-2022-0314.yaml +++ b/data/excluded/GO-2022-0314.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0314 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-0315.yaml b/data/excluded/GO-2022-0315.yaml index 7e1f49de..aed144fd 100644 --- a/data/excluded/GO-2022-0315.yaml +++ b/data/excluded/GO-2022-0315.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0315 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-0320.yaml b/data/excluded/GO-2022-0320.yaml index 49341960..584957be 100644 --- a/data/excluded/GO-2022-0320.yaml +++ b/data/excluded/GO-2022-0320.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0320 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/portainer/agent diff --git a/data/excluded/GO-2022-0323.yaml b/data/excluded/GO-2022-0323.yaml index 9ead8b2f..a11fd996 100644 --- a/data/excluded/GO-2022-0323.yaml +++ b/data/excluded/GO-2022-0323.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0323 excluded: NOT_GO_CODE modules: - module: github.com/crossbeam-rs/crossbeam diff --git a/data/excluded/GO-2022-0324.yaml b/data/excluded/GO-2022-0324.yaml index 0476de96..6e6108f3 100644 --- a/data/excluded/GO-2022-0324.yaml +++ b/data/excluded/GO-2022-0324.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0324 excluded: NOT_IMPORTABLE modules: - module: github.com/sourcegraph/sourcegraph diff --git a/data/excluded/GO-2022-0325.yaml b/data/excluded/GO-2022-0325.yaml index ca719f9e..5d1e8901 100644 --- a/data/excluded/GO-2022-0325.yaml +++ b/data/excluded/GO-2022-0325.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0325 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/traefik/traefik diff --git a/data/excluded/GO-2022-0326.yaml b/data/excluded/GO-2022-0326.yaml index 430d8e6d..41c5f00b 100644 --- a/data/excluded/GO-2022-0326.yaml +++ b/data/excluded/GO-2022-0326.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0326 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/sigstore/cosign diff --git a/data/excluded/GO-2022-0327.yaml b/data/excluded/GO-2022-0327.yaml index 161233a0..5c0e2ee3 100644 --- a/data/excluded/GO-2022-0327.yaml +++ b/data/excluded/GO-2022-0327.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0327 excluded: NOT_IMPORTABLE modules: - module: github.com/sourcegraph/sourcegraph diff --git a/data/excluded/GO-2022-0328.yaml b/data/excluded/GO-2022-0328.yaml index 6c5ce9ac..6d0ae892 100644 --- a/data/excluded/GO-2022-0328.yaml +++ b/data/excluded/GO-2022-0328.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0328 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/gravitl/netmaker diff --git a/data/excluded/GO-2022-0329.yaml b/data/excluded/GO-2022-0329.yaml index ce232e44..14a1ed36 100644 --- a/data/excluded/GO-2022-0329.yaml +++ b/data/excluded/GO-2022-0329.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0329 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/clastix/capsule-proxy diff --git a/data/excluded/GO-2022-0330.yaml b/data/excluded/GO-2022-0330.yaml index 69db4295..6a410583 100644 --- a/data/excluded/GO-2022-0330.yaml +++ b/data/excluded/GO-2022-0330.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0330 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2022-0331.yaml b/data/excluded/GO-2022-0331.yaml index 4cf35e62..7fdd7669 100644 --- a/data/excluded/GO-2022-0331.yaml +++ b/data/excluded/GO-2022-0331.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0331 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2022-0332.yaml b/data/excluded/GO-2022-0332.yaml index e638d388..4cc0f6da 100644 --- a/data/excluded/GO-2022-0332.yaml +++ b/data/excluded/GO-2022-0332.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0332 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2022-0333.yaml b/data/excluded/GO-2022-0333.yaml index 31928d92..c807795c 100644 --- a/data/excluded/GO-2022-0333.yaml +++ b/data/excluded/GO-2022-0333.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0333 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2022-0334.yaml b/data/excluded/GO-2022-0334.yaml index a5173da8..94f8414a 100644 --- a/data/excluded/GO-2022-0334.yaml +++ b/data/excluded/GO-2022-0334.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0334 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2022-0335.yaml b/data/excluded/GO-2022-0335.yaml index b6a8d82c..e2cb1216 100644 --- a/data/excluded/GO-2022-0335.yaml +++ b/data/excluded/GO-2022-0335.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0335 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2022-0336.yaml b/data/excluded/GO-2022-0336.yaml index d457e57d..3cc3cde7 100644 --- a/data/excluded/GO-2022-0336.yaml +++ b/data/excluded/GO-2022-0336.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0336 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2022-0337.yaml b/data/excluded/GO-2022-0337.yaml index bf127df1..a20dbe09 100644 --- a/data/excluded/GO-2022-0337.yaml +++ b/data/excluded/GO-2022-0337.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0337 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2022-0338.yaml b/data/excluded/GO-2022-0338.yaml index e281bda9..e3707056 100644 --- a/data/excluded/GO-2022-0338.yaml +++ b/data/excluded/GO-2022-0338.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0338 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/istio/istio diff --git a/data/excluded/GO-2022-0339.yaml b/data/excluded/GO-2022-0339.yaml index 9856c43d..40005326 100644 --- a/data/excluded/GO-2022-0339.yaml +++ b/data/excluded/GO-2022-0339.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0339 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/google/fscrypt diff --git a/data/excluded/GO-2022-0340.yaml b/data/excluded/GO-2022-0340.yaml index 5b97ba2b..e9417d31 100644 --- a/data/excluded/GO-2022-0340.yaml +++ b/data/excluded/GO-2022-0340.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0340 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/google/fscrypt diff --git a/data/excluded/GO-2022-0341.yaml b/data/excluded/GO-2022-0341.yaml index c04d7451..9c9bd0d7 100644 --- a/data/excluded/GO-2022-0341.yaml +++ b/data/excluded/GO-2022-0341.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0341 excluded: NOT_GO_CODE modules: - module: github.com/google/fscrypt diff --git a/data/excluded/GO-2022-0342.yaml b/data/excluded/GO-2022-0342.yaml index 7629b110..13666676 100644 --- a/data/excluded/GO-2022-0342.yaml +++ b/data/excluded/GO-2022-0342.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0342 excluded: NOT_IMPORTABLE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2022-0343.yaml b/data/excluded/GO-2022-0343.yaml index ee7897b8..8320e92b 100644 --- a/data/excluded/GO-2022-0343.yaml +++ b/data/excluded/GO-2022-0343.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0343 excluded: NOT_GO_CODE modules: - module: gitlab.com/nbdkit/nbdkit diff --git a/data/excluded/GO-2022-0344.yaml b/data/excluded/GO-2022-0344.yaml index 9c0b8d2f..a3b56bfe 100644 --- a/data/excluded/GO-2022-0344.yaml +++ b/data/excluded/GO-2022-0344.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0344 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/containerd/containerd diff --git a/data/excluded/GO-2022-0348.yaml b/data/excluded/GO-2022-0348.yaml index 31229c73..d41a97b4 100644 --- a/data/excluded/GO-2022-0348.yaml +++ b/data/excluded/GO-2022-0348.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0348 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/tharsis/evmos diff --git a/data/excluded/GO-2022-0349.yaml b/data/excluded/GO-2022-0349.yaml index e646e753..6ea4b033 100644 --- a/data/excluded/GO-2022-0349.yaml +++ b/data/excluded/GO-2022-0349.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0349 excluded: NOT_GO_CODE modules: - module: github.com/foxcpp/maddy diff --git a/data/excluded/GO-2022-0350.yaml b/data/excluded/GO-2022-0350.yaml index 303da54f..26d2b254 100644 --- a/data/excluded/GO-2022-0350.yaml +++ b/data/excluded/GO-2022-0350.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0350 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/stripe/stripe-cli diff --git a/data/excluded/GO-2022-0351.yaml b/data/excluded/GO-2022-0351.yaml index 518521bf..6aabed50 100644 --- a/data/excluded/GO-2022-0351.yaml +++ b/data/excluded/GO-2022-0351.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0351 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/nats-io/nats-server diff --git a/data/excluded/GO-2022-0352.yaml b/data/excluded/GO-2022-0352.yaml index 64079017..e756975b 100644 --- a/data/excluded/GO-2022-0352.yaml +++ b/data/excluded/GO-2022-0352.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0352 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/istio/istio diff --git a/data/excluded/GO-2022-0353.yaml b/data/excluded/GO-2022-0353.yaml index 4bc53744..bc25029b 100644 --- a/data/excluded/GO-2022-0353.yaml +++ b/data/excluded/GO-2022-0353.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0353 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-0354.yaml b/data/excluded/GO-2022-0354.yaml index 1eb95603..3034376e 100644 --- a/data/excluded/GO-2022-0354.yaml +++ b/data/excluded/GO-2022-0354.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0354 excluded: NOT_IMPORTABLE modules: - module: github.com/cri-o/cri-o diff --git a/data/excluded/GO-2022-0357.yaml b/data/excluded/GO-2022-0357.yaml index 9c9110d8..7a683152 100644 --- a/data/excluded/GO-2022-0357.yaml +++ b/data/excluded/GO-2022-0357.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0357 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0358.yaml b/data/excluded/GO-2022-0358.yaml index b39e69b7..467b3770 100644 --- a/data/excluded/GO-2022-0358.yaml +++ b/data/excluded/GO-2022-0358.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0358 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0359.yaml b/data/excluded/GO-2022-0359.yaml index a618efaa..e3a78939 100644 --- a/data/excluded/GO-2022-0359.yaml +++ b/data/excluded/GO-2022-0359.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0359 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0361.yaml b/data/excluded/GO-2022-0361.yaml index f467105d..b6291157 100644 --- a/data/excluded/GO-2022-0361.yaml +++ b/data/excluded/GO-2022-0361.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0361 excluded: NOT_GO_CODE modules: - module: github.com/opencontainers/image-spec diff --git a/data/excluded/GO-2022-0363.yaml b/data/excluded/GO-2022-0363.yaml index eb17496d..2fd4f23d 100644 --- a/data/excluded/GO-2022-0363.yaml +++ b/data/excluded/GO-2022-0363.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0363 excluded: NOT_IMPORTABLE modules: - module: github.com/cri-o/cri-o diff --git a/data/excluded/GO-2022-0364.yaml b/data/excluded/GO-2022-0364.yaml index 80f9a633..4a74f776 100644 --- a/data/excluded/GO-2022-0364.yaml +++ b/data/excluded/GO-2022-0364.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0364 excluded: NOT_GO_CODE modules: - module: github.com/google/fscrypt diff --git a/data/excluded/GO-2022-0365.yaml b/data/excluded/GO-2022-0365.yaml index 19d5cafa..f963aaef 100644 --- a/data/excluded/GO-2022-0365.yaml +++ b/data/excluded/GO-2022-0365.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0365 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/netlify/gotrue diff --git a/data/excluded/GO-2022-0367.yaml b/data/excluded/GO-2022-0367.yaml index 464641ad..ed82dfe3 100644 --- a/data/excluded/GO-2022-0367.yaml +++ b/data/excluded/GO-2022-0367.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0367 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/keep-network/keep-ecdsa diff --git a/data/excluded/GO-2022-0368.yaml b/data/excluded/GO-2022-0368.yaml index b1c91d0a..45d91d53 100644 --- a/data/excluded/GO-2022-0368.yaml +++ b/data/excluded/GO-2022-0368.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0368 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/coredns/coredns diff --git a/data/excluded/GO-2022-0369.yaml b/data/excluded/GO-2022-0369.yaml index f2168b1b..b391ea73 100644 --- a/data/excluded/GO-2022-0369.yaml +++ b/data/excluded/GO-2022-0369.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0369 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0371.yaml b/data/excluded/GO-2022-0371.yaml index dbe7cdd3..ee78d731 100644 --- a/data/excluded/GO-2022-0371.yaml +++ b/data/excluded/GO-2022-0371.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0371 excluded: NOT_GO_CODE modules: - module: github.com/pomerium/pomerium diff --git a/data/excluded/GO-2022-0372.yaml b/data/excluded/GO-2022-0372.yaml index d146a9d1..f6521967 100644 --- a/data/excluded/GO-2022-0372.yaml +++ b/data/excluded/GO-2022-0372.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0372 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/projectdiscovery/interactsh diff --git a/data/excluded/GO-2022-0374.yaml b/data/excluded/GO-2022-0374.yaml index 1a01979b..83dab635 100644 --- a/data/excluded/GO-2022-0374.yaml +++ b/data/excluded/GO-2022-0374.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0374 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/foxcpp/maddy diff --git a/data/excluded/GO-2022-0375.yaml b/data/excluded/GO-2022-0375.yaml index 0520c986..7653c7cb 100644 --- a/data/excluded/GO-2022-0375.yaml +++ b/data/excluded/GO-2022-0375.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0375 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/treeverse/lakefs diff --git a/data/excluded/GO-2022-0377.yaml b/data/excluded/GO-2022-0377.yaml index a3dcd652..f23d1cc5 100644 --- a/data/excluded/GO-2022-0377.yaml +++ b/data/excluded/GO-2022-0377.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0377 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0378.yaml b/data/excluded/GO-2022-0378.yaml index 944a3c97..684ea967 100644 --- a/data/excluded/GO-2022-0378.yaml +++ b/data/excluded/GO-2022-0378.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0378 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/foxcpp/maddy diff --git a/data/excluded/GO-2022-0381.yaml b/data/excluded/GO-2022-0381.yaml index 0d427403..66eb1f29 100644 --- a/data/excluded/GO-2022-0381.yaml +++ b/data/excluded/GO-2022-0381.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0381 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/google/exposure-notifications-server diff --git a/data/excluded/GO-2022-0387.yaml b/data/excluded/GO-2022-0387.yaml index 35581ef8..5a67370e 100644 --- a/data/excluded/GO-2022-0387.yaml +++ b/data/excluded/GO-2022-0387.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0387 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0388.yaml b/data/excluded/GO-2022-0388.yaml index 6013fcb7..4e1bbd95 100644 --- a/data/excluded/GO-2022-0388.yaml +++ b/data/excluded/GO-2022-0388.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0388 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-workflows/v3 diff --git a/data/excluded/GO-2022-0389.yaml b/data/excluded/GO-2022-0389.yaml index e743bf1d..7717412a 100644 --- a/data/excluded/GO-2022-0389.yaml +++ b/data/excluded/GO-2022-0389.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0389 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/pterodactyl/wings diff --git a/data/excluded/GO-2022-0390.yaml b/data/excluded/GO-2022-0390.yaml index eddd6b16..07586640 100644 --- a/data/excluded/GO-2022-0390.yaml +++ b/data/excluded/GO-2022-0390.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0390 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/moby/moby diff --git a/data/excluded/GO-2022-0392.yaml b/data/excluded/GO-2022-0392.yaml index 5712c35d..59ddd75b 100644 --- a/data/excluded/GO-2022-0392.yaml +++ b/data/excluded/GO-2022-0392.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0392 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/ethereum/go-ethereum diff --git a/data/excluded/GO-2022-0393.yaml b/data/excluded/GO-2022-0393.yaml index 2f3bf8c7..766cf888 100644 --- a/data/excluded/GO-2022-0393.yaml +++ b/data/excluded/GO-2022-0393.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0393 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cilium/cilium diff --git a/data/excluded/GO-2022-0394.yaml b/data/excluded/GO-2022-0394.yaml index c751c85d..6045de2e 100644 --- a/data/excluded/GO-2022-0394.yaml +++ b/data/excluded/GO-2022-0394.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0394 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/tendermint/tendermint diff --git a/data/excluded/GO-2022-0395.yaml b/data/excluded/GO-2022-0395.yaml index 1fe40add..0b4d58c0 100644 --- a/data/excluded/GO-2022-0395.yaml +++ b/data/excluded/GO-2022-0395.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0395 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cli/cli diff --git a/data/excluded/GO-2022-0396.yaml b/data/excluded/GO-2022-0396.yaml index d276765f..89d0357a 100644 --- a/data/excluded/GO-2022-0396.yaml +++ b/data/excluded/GO-2022-0396.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0396 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/opencontainers/runc diff --git a/data/excluded/GO-2022-0397.yaml b/data/excluded/GO-2022-0397.yaml index edcbf832..1445cf13 100644 --- a/data/excluded/GO-2022-0397.yaml +++ b/data/excluded/GO-2022-0397.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0397 excluded: NOT_A_VULNERABILITY modules: - module: github.com/moov-io/customers diff --git a/data/excluded/GO-2022-0398.yaml b/data/excluded/GO-2022-0398.yaml index 3b66826f..b5e6cd59 100644 --- a/data/excluded/GO-2022-0398.yaml +++ b/data/excluded/GO-2022-0398.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0398 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/nats-io/nats-server/v2 diff --git a/data/excluded/GO-2022-0399.yaml b/data/excluded/GO-2022-0399.yaml index c4fd7dd6..e6972993 100644 --- a/data/excluded/GO-2022-0399.yaml +++ b/data/excluded/GO-2022-0399.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0399 excluded: NOT_A_VULNERABILITY modules: - module: github.com/cloudflare/tableflip diff --git a/data/excluded/GO-2022-0401.yaml b/data/excluded/GO-2022-0401.yaml index da0e3de3..62dbbdeb 100644 --- a/data/excluded/GO-2022-0401.yaml +++ b/data/excluded/GO-2022-0401.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0401 excluded: NOT_A_VULNERABILITY modules: - module: github.com/personnummer/go diff --git a/data/excluded/GO-2022-0404.yaml b/data/excluded/GO-2022-0404.yaml index 8ad0199a..6a2eb1db 100644 --- a/data/excluded/GO-2022-0404.yaml +++ b/data/excluded/GO-2022-0404.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0404 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hpcng/singularity diff --git a/data/excluded/GO-2022-0405.yaml b/data/excluded/GO-2022-0405.yaml index 708724a0..299931d6 100644 --- a/data/excluded/GO-2022-0405.yaml +++ b/data/excluded/GO-2022-0405.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0405 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-workflows/v3 diff --git a/data/excluded/GO-2022-0406.yaml b/data/excluded/GO-2022-0406.yaml index 963fe6f0..fa3cf121 100644 --- a/data/excluded/GO-2022-0406.yaml +++ b/data/excluded/GO-2022-0406.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0406 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/ory/oathkeeper diff --git a/data/excluded/GO-2022-0407.yaml b/data/excluded/GO-2022-0407.yaml index c455e62d..57ab2dc5 100644 --- a/data/excluded/GO-2022-0407.yaml +++ b/data/excluded/GO-2022-0407.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0407 excluded: NOT_IMPORTABLE modules: - module: github.com/ThomasLeister/prosody-filer diff --git a/data/excluded/GO-2022-0408.yaml b/data/excluded/GO-2022-0408.yaml index ffae9e76..8a8535b7 100644 --- a/data/excluded/GO-2022-0408.yaml +++ b/data/excluded/GO-2022-0408.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0408 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-workflows diff --git a/data/excluded/GO-2022-0410.yaml b/data/excluded/GO-2022-0410.yaml index 04e77080..9124609f 100644 --- a/data/excluded/GO-2022-0410.yaml +++ b/data/excluded/GO-2022-0410.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0410 excluded: EFFECTIVELY_PRIVATE modules: - module: go.mozilla.org/sops/v3 diff --git a/data/excluded/GO-2022-0413.yaml b/data/excluded/GO-2022-0413.yaml index 50c4f3e1..e3cc9fd7 100644 --- a/data/excluded/GO-2022-0413.yaml +++ b/data/excluded/GO-2022-0413.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0413 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/pomerium/pomerium diff --git a/data/excluded/GO-2022-0415.yaml b/data/excluded/GO-2022-0415.yaml index 9c72a842..37f7a935 100644 --- a/data/excluded/GO-2022-0415.yaml +++ b/data/excluded/GO-2022-0415.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0415 excluded: EFFECTIVELY_PRIVATE modules: - module: gitlab.com/gitlab-org/gitlab-pages diff --git a/data/excluded/GO-2022-0416.yaml b/data/excluded/GO-2022-0416.yaml index 54c43e89..1715006f 100644 --- a/data/excluded/GO-2022-0416.yaml +++ b/data/excluded/GO-2022-0416.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0416 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/containers/podman diff --git a/data/excluded/GO-2022-0418.yaml b/data/excluded/GO-2022-0418.yaml index 869ea0ec..99a68f50 100644 --- a/data/excluded/GO-2022-0418.yaml +++ b/data/excluded/GO-2022-0418.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0418 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/ipfs/go-ipfs diff --git a/data/excluded/GO-2022-0419.yaml b/data/excluded/GO-2022-0419.yaml index a9166080..a36744d8 100644 --- a/data/excluded/GO-2022-0419.yaml +++ b/data/excluded/GO-2022-0419.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0419 excluded: NOT_GO_CODE modules: - module: github.com/git-for-windows/git diff --git a/data/excluded/GO-2022-0420.yaml b/data/excluded/GO-2022-0420.yaml index a6632753..ac216387 100644 --- a/data/excluded/GO-2022-0420.yaml +++ b/data/excluded/GO-2022-0420.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0420 excluded: NOT_GO_CODE modules: - module: github.com/git-for-windows/git diff --git a/data/excluded/GO-2022-0421.yaml b/data/excluded/GO-2022-0421.yaml index 4e79adf7..26d1c593 100644 --- a/data/excluded/GO-2022-0421.yaml +++ b/data/excluded/GO-2022-0421.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0421 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/minio/minio diff --git a/data/excluded/GO-2022-0423.yaml b/data/excluded/GO-2022-0423.yaml index e82a0d43..be6b2686 100644 --- a/data/excluded/GO-2022-0423.yaml +++ b/data/excluded/GO-2022-0423.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0423 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/ipfs/kubo diff --git a/data/excluded/GO-2022-0424.yaml b/data/excluded/GO-2022-0424.yaml index ba098858..5f31cae8 100644 --- a/data/excluded/GO-2022-0424.yaml +++ b/data/excluded/GO-2022-0424.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0424 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/github/git-sizer diff --git a/data/excluded/GO-2022-0426.yaml b/data/excluded/GO-2022-0426.yaml index 2e08a559..3db19846 100644 --- a/data/excluded/GO-2022-0426.yaml +++ b/data/excluded/GO-2022-0426.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0426 excluded: NOT_IMPORTABLE modules: - module: github.com/cri-o/cri-o diff --git a/data/excluded/GO-2022-0427.yaml b/data/excluded/GO-2022-0427.yaml index 18e5ef81..44fd56da 100644 --- a/data/excluded/GO-2022-0427.yaml +++ b/data/excluded/GO-2022-0427.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0427 excluded: NOT_A_VULNERABILITY modules: - module: github.com/swaggo/http-swagger diff --git a/data/excluded/GO-2022-0428.yaml b/data/excluded/GO-2022-0428.yaml index 105b8df9..fc5fc388 100644 --- a/data/excluded/GO-2022-0428.yaml +++ b/data/excluded/GO-2022-0428.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0428 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/fleetdm/fleet diff --git a/data/excluded/GO-2022-0429.yaml b/data/excluded/GO-2022-0429.yaml index 59efb82d..228f14a8 100644 --- a/data/excluded/GO-2022-0429.yaml +++ b/data/excluded/GO-2022-0429.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0429 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/stripe/smokescreen diff --git a/data/excluded/GO-2022-0430.yaml b/data/excluded/GO-2022-0430.yaml index a83fd8c3..daf4a9a0 100644 --- a/data/excluded/GO-2022-0430.yaml +++ b/data/excluded/GO-2022-0430.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0430 excluded: NOT_GO_CODE modules: - module: github.com/pyca/cryptography diff --git a/data/excluded/GO-2022-0431.yaml b/data/excluded/GO-2022-0431.yaml index 97b26799..41371fbd 100644 --- a/data/excluded/GO-2022-0431.yaml +++ b/data/excluded/GO-2022-0431.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0431 excluded: NOT_GO_CODE modules: - module: github.com/pyca/cryptography diff --git a/data/excluded/GO-2022-0432.yaml b/data/excluded/GO-2022-0432.yaml index 6aad8cff..e8eefdf9 100644 --- a/data/excluded/GO-2022-0432.yaml +++ b/data/excluded/GO-2022-0432.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0432 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/git-lfs/git-lfs diff --git a/data/excluded/GO-2022-0436.yaml b/data/excluded/GO-2022-0436.yaml index 1947bf2b..0b47f3f6 100644 --- a/data/excluded/GO-2022-0436.yaml +++ b/data/excluded/GO-2022-0436.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0436 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/aws/amazon-ssm-agent diff --git a/data/excluded/GO-2022-0437.yaml b/data/excluded/GO-2022-0437.yaml index 4f190137..b1463107 100644 --- a/data/excluded/GO-2022-0437.yaml +++ b/data/excluded/GO-2022-0437.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0437 excluded: NOT_A_VULNERABILITY modules: - module: github.com/kardianos/service diff --git a/data/excluded/GO-2022-0439.yaml b/data/excluded/GO-2022-0439.yaml index 28267a00..68ac34e2 100644 --- a/data/excluded/GO-2022-0439.yaml +++ b/data/excluded/GO-2022-0439.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0439 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2022-0440.yaml b/data/excluded/GO-2022-0440.yaml index 89eeb80b..6fee7726 100644 --- a/data/excluded/GO-2022-0440.yaml +++ b/data/excluded/GO-2022-0440.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0440 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/woodpecker-ci/woodpecker diff --git a/data/excluded/GO-2022-0441.yaml b/data/excluded/GO-2022-0441.yaml index e20ae399..6a822105 100644 --- a/data/excluded/GO-2022-0441.yaml +++ b/data/excluded/GO-2022-0441.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0441 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hoppscotch/proxyscotch diff --git a/data/excluded/GO-2022-0442.yaml b/data/excluded/GO-2022-0442.yaml index 2da9226f..6a5be357 100644 --- a/data/excluded/GO-2022-0442.yaml +++ b/data/excluded/GO-2022-0442.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0442 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-0443.yaml b/data/excluded/GO-2022-0443.yaml index f23ac363..ea88a290 100644 --- a/data/excluded/GO-2022-0443.yaml +++ b/data/excluded/GO-2022-0443.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0443 excluded: NOT_GO_CODE modules: - module: github.com/cesanta/mongoose-os diff --git a/data/excluded/GO-2022-0445.yaml b/data/excluded/GO-2022-0445.yaml index a87e6015..1ed813ec 100644 --- a/data/excluded/GO-2022-0445.yaml +++ b/data/excluded/GO-2022-0445.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0445 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-workflows diff --git a/data/excluded/GO-2022-0446.yaml b/data/excluded/GO-2022-0446.yaml index ecf9ab41..f7acfadc 100644 --- a/data/excluded/GO-2022-0446.yaml +++ b/data/excluded/GO-2022-0446.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0446 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/fluxcd/flux2 diff --git a/data/excluded/GO-2022-0447.yaml b/data/excluded/GO-2022-0447.yaml index 21e82822..134a5115 100644 --- a/data/excluded/GO-2022-0447.yaml +++ b/data/excluded/GO-2022-0447.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0447 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/fluxcd/flux2 diff --git a/data/excluded/GO-2022-0448.yaml b/data/excluded/GO-2022-0448.yaml index ae3a54e8..f3b34e22 100644 --- a/data/excluded/GO-2022-0448.yaml +++ b/data/excluded/GO-2022-0448.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0448 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/fluxcd/flux2 diff --git a/data/excluded/GO-2022-0449.yaml b/data/excluded/GO-2022-0449.yaml index 973463f9..97cd16f4 100644 --- a/data/excluded/GO-2022-0449.yaml +++ b/data/excluded/GO-2022-0449.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0449 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/charmbracelet/charm diff --git a/data/excluded/GO-2022-0450.yaml b/data/excluded/GO-2022-0450.yaml index 56dac682..d41af031 100644 --- a/data/excluded/GO-2022-0450.yaml +++ b/data/excluded/GO-2022-0450.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0450 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-0451.yaml b/data/excluded/GO-2022-0451.yaml index e6f34c7a..5e4ab0b9 100644 --- a/data/excluded/GO-2022-0451.yaml +++ b/data/excluded/GO-2022-0451.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0451 excluded: NOT_IMPORTABLE modules: - module: github.com/coreos/ignition diff --git a/data/excluded/GO-2022-0452.yaml b/data/excluded/GO-2022-0452.yaml index fa41f803..07516e6f 100644 --- a/data/excluded/GO-2022-0452.yaml +++ b/data/excluded/GO-2022-0452.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0452 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/opencontainers/runc diff --git a/data/excluded/GO-2022-0453.yaml b/data/excluded/GO-2022-0453.yaml index cfad6533..362e6c96 100644 --- a/data/excluded/GO-2022-0453.yaml +++ b/data/excluded/GO-2022-0453.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0453 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0454.yaml b/data/excluded/GO-2022-0454.yaml index eb62339d..8e2d5ed2 100644 --- a/data/excluded/GO-2022-0454.yaml +++ b/data/excluded/GO-2022-0454.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0454 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0455.yaml b/data/excluded/GO-2022-0455.yaml index 53571e11..7ed26eb7 100644 --- a/data/excluded/GO-2022-0455.yaml +++ b/data/excluded/GO-2022-0455.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0455 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0456.yaml b/data/excluded/GO-2022-0456.yaml index 9c48f316..7e9bf3b5 100644 --- a/data/excluded/GO-2022-0456.yaml +++ b/data/excluded/GO-2022-0456.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0456 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/ethereum/go-ethereum diff --git a/data/excluded/GO-2022-0457.yaml b/data/excluded/GO-2022-0457.yaml index 875836f8..12a9dfdb 100644 --- a/data/excluded/GO-2022-0457.yaml +++ b/data/excluded/GO-2022-0457.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0457 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cilium/cilium diff --git a/data/excluded/GO-2022-0458.yaml b/data/excluded/GO-2022-0458.yaml index c183303c..801ed740 100644 --- a/data/excluded/GO-2022-0458.yaml +++ b/data/excluded/GO-2022-0458.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0458 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cilium/cilium diff --git a/data/excluded/GO-2022-0459.yaml b/data/excluded/GO-2022-0459.yaml index de7a459c..61f9bf8d 100644 --- a/data/excluded/GO-2022-0459.yaml +++ b/data/excluded/GO-2022-0459.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0459 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/stripe/smokescreen diff --git a/data/excluded/GO-2022-0464.yaml b/data/excluded/GO-2022-0464.yaml index 2cece036..a6d918cf 100644 --- a/data/excluded/GO-2022-0464.yaml +++ b/data/excluded/GO-2022-0464.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0464 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2022-0469.yaml b/data/excluded/GO-2022-0469.yaml index a87bc8c0..7f0ab5e0 100644 --- a/data/excluded/GO-2022-0469.yaml +++ b/data/excluded/GO-2022-0469.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0469 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/pingcap/tidb diff --git a/data/excluded/GO-2022-0471.yaml b/data/excluded/GO-2022-0471.yaml index 8ffcbce1..a2223ace 100644 --- a/data/excluded/GO-2022-0471.yaml +++ b/data/excluded/GO-2022-0471.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0471 excluded: NOT_IMPORTABLE modules: - module: github.com/gogs/gogs diff --git a/data/excluded/GO-2022-0472.yaml b/data/excluded/GO-2022-0472.yaml index 2d8ba201..9811434b 100644 --- a/data/excluded/GO-2022-0472.yaml +++ b/data/excluded/GO-2022-0472.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0472 excluded: NOT_GO_CODE modules: - module: github.com/unicorn-engine/unicorn diff --git a/data/excluded/GO-2022-0473.yaml b/data/excluded/GO-2022-0473.yaml index 8e1f1f3e..581fe867 100644 --- a/data/excluded/GO-2022-0473.yaml +++ b/data/excluded/GO-2022-0473.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0473 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0474.yaml b/data/excluded/GO-2022-0474.yaml index 3a1e5392..729c15b6 100644 --- a/data/excluded/GO-2022-0474.yaml +++ b/data/excluded/GO-2022-0474.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0474 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/caddyserver/caddy diff --git a/data/excluded/GO-2022-0479.yaml b/data/excluded/GO-2022-0479.yaml index aeead0ba..0d9dab71 100644 --- a/data/excluded/GO-2022-0479.yaml +++ b/data/excluded/GO-2022-0479.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0479 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/minio/minio diff --git a/data/excluded/GO-2022-0480.yaml b/data/excluded/GO-2022-0480.yaml index 0dd6710c..909d690d 100644 --- a/data/excluded/GO-2022-0480.yaml +++ b/data/excluded/GO-2022-0480.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0480 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cri-o/cri-o diff --git a/data/excluded/GO-2022-0481.yaml b/data/excluded/GO-2022-0481.yaml index 56a0995f..f4a82bf2 100644 --- a/data/excluded/GO-2022-0481.yaml +++ b/data/excluded/GO-2022-0481.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0481 excluded: NOT_IMPORTABLE modules: - module: github.com/coreos/ignition/v2 diff --git a/data/excluded/GO-2022-0482.yaml b/data/excluded/GO-2022-0482.yaml index 74d25dee..a69ddf42 100644 --- a/data/excluded/GO-2022-0482.yaml +++ b/data/excluded/GO-2022-0482.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0482 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/containerd/containerd diff --git a/data/excluded/GO-2022-0483.yaml b/data/excluded/GO-2022-0483.yaml index 22137aed..a9d709e6 100644 --- a/data/excluded/GO-2022-0483.yaml +++ b/data/excluded/GO-2022-0483.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0483 excluded: NOT_IMPORTABLE modules: - module: github.com/gogs/gogs diff --git a/data/excluded/GO-2022-0484.yaml b/data/excluded/GO-2022-0484.yaml index 95773db0..a4847722 100644 --- a/data/excluded/GO-2022-0484.yaml +++ b/data/excluded/GO-2022-0484.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0484 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2022-0485.yaml b/data/excluded/GO-2022-0485.yaml index caef9336..56822d87 100644 --- a/data/excluded/GO-2022-0485.yaml +++ b/data/excluded/GO-2022-0485.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0485 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2022-0486.yaml b/data/excluded/GO-2022-0486.yaml index 3f6aac29..f9e12b4c 100644 --- a/data/excluded/GO-2022-0486.yaml +++ b/data/excluded/GO-2022-0486.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0486 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2022-0487.yaml b/data/excluded/GO-2022-0487.yaml index 3371fba9..87d10639 100644 --- a/data/excluded/GO-2022-0487.yaml +++ b/data/excluded/GO-2022-0487.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0487 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2022-0488.yaml b/data/excluded/GO-2022-0488.yaml index 99d003f1..b1f8cc4e 100644 --- a/data/excluded/GO-2022-0488.yaml +++ b/data/excluded/GO-2022-0488.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0488 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2022-0489.yaml b/data/excluded/GO-2022-0489.yaml index edbf81e1..8d1f7137 100644 --- a/data/excluded/GO-2022-0489.yaml +++ b/data/excluded/GO-2022-0489.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0489 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/istio/istio diff --git a/data/excluded/GO-2022-0490.yaml b/data/excluded/GO-2022-0490.yaml index 5985c373..d6b3a8d9 100644 --- a/data/excluded/GO-2022-0490.yaml +++ b/data/excluded/GO-2022-0490.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0490 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-events diff --git a/data/excluded/GO-2022-0491.yaml b/data/excluded/GO-2022-0491.yaml index 4b5aa924..e8a877be 100644 --- a/data/excluded/GO-2022-0491.yaml +++ b/data/excluded/GO-2022-0491.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0491 excluded: NOT_IMPORTABLE modules: - module: github.com/edgexfoundry/edgex-go diff --git a/data/excluded/GO-2022-0494.yaml b/data/excluded/GO-2022-0494.yaml index 4d38255b..fcb4f036 100644 --- a/data/excluded/GO-2022-0494.yaml +++ b/data/excluded/GO-2022-0494.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0494 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/zalando/skipper diff --git a/data/excluded/GO-2022-0495.yaml b/data/excluded/GO-2022-0495.yaml index 62ed7197..90bb1333 100644 --- a/data/excluded/GO-2022-0495.yaml +++ b/data/excluded/GO-2022-0495.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0495 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0496.yaml b/data/excluded/GO-2022-0496.yaml index a70988bc..7b580381 100644 --- a/data/excluded/GO-2022-0496.yaml +++ b/data/excluded/GO-2022-0496.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0496 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cloudflare/cfrpki diff --git a/data/excluded/GO-2022-0497.yaml b/data/excluded/GO-2022-0497.yaml index ba9f17d2..751c7622 100644 --- a/data/excluded/GO-2022-0497.yaml +++ b/data/excluded/GO-2022-0497.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0497 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0498.yaml b/data/excluded/GO-2022-0498.yaml index d6de0e08..b8a9bae1 100644 --- a/data/excluded/GO-2022-0498.yaml +++ b/data/excluded/GO-2022-0498.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0498 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0499.yaml b/data/excluded/GO-2022-0499.yaml index 790ec14d..c6d8a980 100644 --- a/data/excluded/GO-2022-0499.yaml +++ b/data/excluded/GO-2022-0499.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0499 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0500.yaml b/data/excluded/GO-2022-0500.yaml index 7ef28080..9df827bb 100644 --- a/data/excluded/GO-2022-0500.yaml +++ b/data/excluded/GO-2022-0500.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0500 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kubeedge/kubeedge diff --git a/data/excluded/GO-2022-0501.yaml b/data/excluded/GO-2022-0501.yaml index 87a8d46c..cbdaae15 100644 --- a/data/excluded/GO-2022-0501.yaml +++ b/data/excluded/GO-2022-0501.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0501 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kubeedge/kubeedge diff --git a/data/excluded/GO-2022-0502.yaml b/data/excluded/GO-2022-0502.yaml index fd999598..6e1d885b 100644 --- a/data/excluded/GO-2022-0502.yaml +++ b/data/excluded/GO-2022-0502.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0502 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/weaveworks/weave-gitops diff --git a/data/excluded/GO-2022-0504.yaml b/data/excluded/GO-2022-0504.yaml index 2fd2f12d..c0b9c3d3 100644 --- a/data/excluded/GO-2022-0504.yaml +++ b/data/excluded/GO-2022-0504.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0504 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/ipfs/go-ipfs diff --git a/data/excluded/GO-2022-0505.yaml b/data/excluded/GO-2022-0505.yaml index a7e62c0b..cb459720 100644 --- a/data/excluded/GO-2022-0505.yaml +++ b/data/excluded/GO-2022-0505.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0505 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/openshift/origin diff --git a/data/excluded/GO-2022-0506.yaml b/data/excluded/GO-2022-0506.yaml index 8f898163..19e428d0 100644 --- a/data/excluded/GO-2022-0506.yaml +++ b/data/excluded/GO-2022-0506.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0506 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hyperledger/fabric diff --git a/data/excluded/GO-2022-0507.yaml b/data/excluded/GO-2022-0507.yaml index dc030df7..05e8d154 100644 --- a/data/excluded/GO-2022-0507.yaml +++ b/data/excluded/GO-2022-0507.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0507 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kubeedge/kubeedge diff --git a/data/excluded/GO-2022-0508.yaml b/data/excluded/GO-2022-0508.yaml index d2b78e65..68b40c7e 100644 --- a/data/excluded/GO-2022-0508.yaml +++ b/data/excluded/GO-2022-0508.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0508 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kubeedge/kubeedge diff --git a/data/excluded/GO-2022-0509.yaml b/data/excluded/GO-2022-0509.yaml index 6636afdf..ac7ba821 100644 --- a/data/excluded/GO-2022-0509.yaml +++ b/data/excluded/GO-2022-0509.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0509 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kubeedge/kubeedge diff --git a/data/excluded/GO-2022-0510.yaml b/data/excluded/GO-2022-0510.yaml index dd8ccdcc..8bac43da 100644 --- a/data/excluded/GO-2022-0510.yaml +++ b/data/excluded/GO-2022-0510.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0510 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kubeedge/kubeedge diff --git a/data/excluded/GO-2022-0511.yaml b/data/excluded/GO-2022-0511.yaml index 24901759..83f7f333 100644 --- a/data/excluded/GO-2022-0511.yaml +++ b/data/excluded/GO-2022-0511.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0511 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kubeedge/kubeedge diff --git a/data/excluded/GO-2022-0512.yaml b/data/excluded/GO-2022-0512.yaml index 8547261b..4e72e579 100644 --- a/data/excluded/GO-2022-0512.yaml +++ b/data/excluded/GO-2022-0512.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0512 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kubeedge/kubeedge diff --git a/data/excluded/GO-2022-0513.yaml b/data/excluded/GO-2022-0513.yaml index 0de12dee..2590d6dd 100644 --- a/data/excluded/GO-2022-0513.yaml +++ b/data/excluded/GO-2022-0513.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0513 excluded: NOT_GO_CODE modules: - module: github.com/git/git diff --git a/data/excluded/GO-2022-0514.yaml b/data/excluded/GO-2022-0514.yaml index 22246eea..0f8b4394 100644 --- a/data/excluded/GO-2022-0514.yaml +++ b/data/excluded/GO-2022-0514.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0514 excluded: NOT_GO_CODE modules: - module: github.com/git-for-windows/git diff --git a/data/excluded/GO-2022-0516.yaml b/data/excluded/GO-2022-0516.yaml index 89bbd8ba..245b348b 100644 --- a/data/excluded/GO-2022-0516.yaml +++ b/data/excluded/GO-2022-0516.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0516 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0517.yaml b/data/excluded/GO-2022-0517.yaml index 7cef09c1..3e9760ee 100644 --- a/data/excluded/GO-2022-0517.yaml +++ b/data/excluded/GO-2022-0517.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0517 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0518.yaml b/data/excluded/GO-2022-0518.yaml index ec78d562..41d8da3e 100644 --- a/data/excluded/GO-2022-0518.yaml +++ b/data/excluded/GO-2022-0518.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0518 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0530.yaml b/data/excluded/GO-2022-0530.yaml index 073e91ec..859894a5 100644 --- a/data/excluded/GO-2022-0530.yaml +++ b/data/excluded/GO-2022-0530.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0530 excluded: NOT_GO_CODE modules: - module: github.com/cilium/cilium diff --git a/data/excluded/GO-2022-0540.yaml b/data/excluded/GO-2022-0540.yaml index 71fff60c..3080756d 100644 --- a/data/excluded/GO-2022-0540.yaml +++ b/data/excluded/GO-2022-0540.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0540 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v6 diff --git a/data/excluded/GO-2022-0544.yaml b/data/excluded/GO-2022-0544.yaml index 9fabe91f..8554dc77 100644 --- a/data/excluded/GO-2022-0544.yaml +++ b/data/excluded/GO-2022-0544.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0544 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/caddyserver/caddy diff --git a/data/excluded/GO-2022-0547.yaml b/data/excluded/GO-2022-0547.yaml index 876b6925..b64189ee 100644 --- a/data/excluded/GO-2022-0547.yaml +++ b/data/excluded/GO-2022-0547.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0547 excluded: EFFECTIVELY_PRIVATE modules: - module: sigs.k8s.io/aws-iam-authenticator diff --git a/data/excluded/GO-2022-0549.yaml b/data/excluded/GO-2022-0549.yaml index eb1ff2e6..da9d6ed1 100644 --- a/data/excluded/GO-2022-0549.yaml +++ b/data/excluded/GO-2022-0549.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0549 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/containous/traefik diff --git a/data/excluded/GO-2022-0550.yaml b/data/excluded/GO-2022-0550.yaml index 5f52a3a0..043c51ac 100644 --- a/data/excluded/GO-2022-0550.yaml +++ b/data/excluded/GO-2022-0550.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0550 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/v2fly/v2ray-core diff --git a/data/excluded/GO-2022-0551.yaml b/data/excluded/GO-2022-0551.yaml index 1c63bc0a..d8bcb4d7 100644 --- a/data/excluded/GO-2022-0551.yaml +++ b/data/excluded/GO-2022-0551.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0551 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2022-0553.yaml b/data/excluded/GO-2022-0553.yaml index 5c3be215..3ee4ee31 100644 --- a/data/excluded/GO-2022-0553.yaml +++ b/data/excluded/GO-2022-0553.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0553 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/gphper/ginadmin diff --git a/data/excluded/GO-2022-0554.yaml b/data/excluded/GO-2022-0554.yaml index 274a7892..034959a7 100644 --- a/data/excluded/GO-2022-0554.yaml +++ b/data/excluded/GO-2022-0554.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0554 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0555.yaml b/data/excluded/GO-2022-0555.yaml index 2ba5cbd6..3200811c 100644 --- a/data/excluded/GO-2022-0555.yaml +++ b/data/excluded/GO-2022-0555.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0555 excluded: NOT_IMPORTABLE modules: - module: github.com/ethereum/go-ethereum diff --git a/data/excluded/GO-2022-0556.yaml b/data/excluded/GO-2022-0556.yaml index fe34ab78..ef327ebd 100644 --- a/data/excluded/GO-2022-0556.yaml +++ b/data/excluded/GO-2022-0556.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0556 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0557.yaml b/data/excluded/GO-2022-0557.yaml index 106c5ec5..ebf955a5 100644 --- a/data/excluded/GO-2022-0557.yaml +++ b/data/excluded/GO-2022-0557.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0557 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0559.yaml b/data/excluded/GO-2022-0559.yaml index 43a5e49d..7aefcc02 100644 --- a/data/excluded/GO-2022-0559.yaml +++ b/data/excluded/GO-2022-0559.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0559 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2022-0560.yaml b/data/excluded/GO-2022-0560.yaml index e5088a6f..4138ad3b 100644 --- a/data/excluded/GO-2022-0560.yaml +++ b/data/excluded/GO-2022-0560.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0560 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-0561.yaml b/data/excluded/GO-2022-0561.yaml index ba8612fd..71ee5c6c 100644 --- a/data/excluded/GO-2022-0561.yaml +++ b/data/excluded/GO-2022-0561.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0561 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/gravitl/netmaker diff --git a/data/excluded/GO-2022-0562.yaml b/data/excluded/GO-2022-0562.yaml index 8c8811be..26afda4c 100644 --- a/data/excluded/GO-2022-0562.yaml +++ b/data/excluded/GO-2022-0562.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0562 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0565.yaml b/data/excluded/GO-2022-0565.yaml index 97d19e36..2cf373bb 100644 --- a/data/excluded/GO-2022-0565.yaml +++ b/data/excluded/GO-2022-0565.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0565 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/open-falcon/falcon-plus diff --git a/data/excluded/GO-2022-0566.yaml b/data/excluded/GO-2022-0566.yaml index ab6e3b2a..4d6ce7d4 100644 --- a/data/excluded/GO-2022-0566.yaml +++ b/data/excluded/GO-2022-0566.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0566 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0567.yaml b/data/excluded/GO-2022-0567.yaml index 6cc32292..b3b80a04 100644 --- a/data/excluded/GO-2022-0567.yaml +++ b/data/excluded/GO-2022-0567.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0567 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/heroiclabs/nakama/v3 diff --git a/data/excluded/GO-2022-0570.yaml b/data/excluded/GO-2022-0570.yaml index 2bd737cf..55bbc478 100644 --- a/data/excluded/GO-2022-0570.yaml +++ b/data/excluded/GO-2022-0570.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0570 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0571.yaml b/data/excluded/GO-2022-0571.yaml index 3c11ec18..d059886f 100644 --- a/data/excluded/GO-2022-0571.yaml +++ b/data/excluded/GO-2022-0571.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0571 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/gphper/ginadmin diff --git a/data/excluded/GO-2022-0573.yaml b/data/excluded/GO-2022-0573.yaml index 293bc432..4cbca1bc 100644 --- a/data/excluded/GO-2022-0573.yaml +++ b/data/excluded/GO-2022-0573.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0573 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-0575.yaml b/data/excluded/GO-2022-0575.yaml index 66d4cf6b..2999400b 100644 --- a/data/excluded/GO-2022-0575.yaml +++ b/data/excluded/GO-2022-0575.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0575 excluded: NOT_A_VULNERABILITY modules: - module: github.com/beego/beego diff --git a/data/excluded/GO-2022-0576.yaml b/data/excluded/GO-2022-0576.yaml index bc865f8b..b7f93823 100644 --- a/data/excluded/GO-2022-0576.yaml +++ b/data/excluded/GO-2022-0576.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0576 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v6 diff --git a/data/excluded/GO-2022-0577.yaml b/data/excluded/GO-2022-0577.yaml index e3083271..7548f814 100644 --- a/data/excluded/GO-2022-0577.yaml +++ b/data/excluded/GO-2022-0577.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0577 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-0578.yaml b/data/excluded/GO-2022-0578.yaml index c7155d89..aac318c9 100644 --- a/data/excluded/GO-2022-0578.yaml +++ b/data/excluded/GO-2022-0578.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0578 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault diff --git a/data/excluded/GO-2022-0579.yaml b/data/excluded/GO-2022-0579.yaml index 60fe78ae..c5329bf6 100644 --- a/data/excluded/GO-2022-0579.yaml +++ b/data/excluded/GO-2022-0579.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0579 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-0580.yaml b/data/excluded/GO-2022-0580.yaml index 4641ac3a..a82ead2b 100644 --- a/data/excluded/GO-2022-0580.yaml +++ b/data/excluded/GO-2022-0580.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0580 excluded: NOT_IMPORTABLE modules: - module: github.com/cloudflare/cfrpki diff --git a/data/excluded/GO-2022-0581.yaml b/data/excluded/GO-2022-0581.yaml index 9ff202bf..f90c6820 100644 --- a/data/excluded/GO-2022-0581.yaml +++ b/data/excluded/GO-2022-0581.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0581 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/ethereum/go-ethereum diff --git a/data/excluded/GO-2022-0582.yaml b/data/excluded/GO-2022-0582.yaml index 9500ba0f..44e61683 100644 --- a/data/excluded/GO-2022-0582.yaml +++ b/data/excluded/GO-2022-0582.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0582 excluded: NOT_A_VULNERABILITY modules: - module: github.com/ethereum/go-ethereum diff --git a/data/excluded/GO-2022-0583.yaml b/data/excluded/GO-2022-0583.yaml index c5b4691a..a1466a32 100644 --- a/data/excluded/GO-2022-0583.yaml +++ b/data/excluded/GO-2022-0583.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0583 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0584.yaml b/data/excluded/GO-2022-0584.yaml index cb1c1d35..38f3e539 100644 --- a/data/excluded/GO-2022-0584.yaml +++ b/data/excluded/GO-2022-0584.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0584 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-0585.yaml b/data/excluded/GO-2022-0585.yaml index 2d798e70..6c7b401c 100644 --- a/data/excluded/GO-2022-0585.yaml +++ b/data/excluded/GO-2022-0585.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0585 excluded: NOT_IMPORTABLE modules: - module: github.com/apache/trafficcontrol diff --git a/data/excluded/GO-2022-0589.yaml b/data/excluded/GO-2022-0589.yaml index ac28e404..f6de57c4 100644 --- a/data/excluded/GO-2022-0589.yaml +++ b/data/excluded/GO-2022-0589.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0589 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/heroiclabs/nakama diff --git a/data/excluded/GO-2022-0590.yaml b/data/excluded/GO-2022-0590.yaml index 3a5c1459..00523592 100644 --- a/data/excluded/GO-2022-0590.yaml +++ b/data/excluded/GO-2022-0590.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0590 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault diff --git a/data/excluded/GO-2022-0591.yaml b/data/excluded/GO-2022-0591.yaml index 9cf8776f..09085b8a 100644 --- a/data/excluded/GO-2022-0591.yaml +++ b/data/excluded/GO-2022-0591.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0591 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-0593.yaml b/data/excluded/GO-2022-0593.yaml index df74e668..437b3cd4 100644 --- a/data/excluded/GO-2022-0593.yaml +++ b/data/excluded/GO-2022-0593.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0593 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2022-0594.yaml b/data/excluded/GO-2022-0594.yaml index 44514a1a..78994909 100644 --- a/data/excluded/GO-2022-0594.yaml +++ b/data/excluded/GO-2022-0594.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0594 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/fleetdm/fleet/v4 diff --git a/data/excluded/GO-2022-0595.yaml b/data/excluded/GO-2022-0595.yaml index 04d26d0b..4d7c6cb6 100644 --- a/data/excluded/GO-2022-0595.yaml +++ b/data/excluded/GO-2022-0595.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0595 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v6 diff --git a/data/excluded/GO-2022-0596.yaml b/data/excluded/GO-2022-0596.yaml index 19e972d3..52a4bf16 100644 --- a/data/excluded/GO-2022-0596.yaml +++ b/data/excluded/GO-2022-0596.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0596 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mindoc-org/mindoc diff --git a/data/excluded/GO-2022-0597.yaml b/data/excluded/GO-2022-0597.yaml index 7b505b3c..aa398d8f 100644 --- a/data/excluded/GO-2022-0597.yaml +++ b/data/excluded/GO-2022-0597.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0597 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0598.yaml b/data/excluded/GO-2022-0598.yaml index a75f72b4..f8209a1c 100644 --- a/data/excluded/GO-2022-0598.yaml +++ b/data/excluded/GO-2022-0598.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0598 excluded: NOT_A_VULNERABILITY modules: - module: github.com/beego/beego diff --git a/data/excluded/GO-2022-0599.yaml b/data/excluded/GO-2022-0599.yaml index 13117cfd..b7ad89a5 100644 --- a/data/excluded/GO-2022-0599.yaml +++ b/data/excluded/GO-2022-0599.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0599 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v6 diff --git a/data/excluded/GO-2022-0600.yaml b/data/excluded/GO-2022-0600.yaml index 8f8309f4..44114c2f 100644 --- a/data/excluded/GO-2022-0600.yaml +++ b/data/excluded/GO-2022-0600.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0600 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-0601.yaml b/data/excluded/GO-2022-0601.yaml index e4b0f9f0..1f6e5353 100644 --- a/data/excluded/GO-2022-0601.yaml +++ b/data/excluded/GO-2022-0601.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0601 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server diff --git a/data/excluded/GO-2022-0602.yaml b/data/excluded/GO-2022-0602.yaml index 1bdad813..b59926a6 100644 --- a/data/excluded/GO-2022-0602.yaml +++ b/data/excluded/GO-2022-0602.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0602 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/apache/trafficcontrol diff --git a/data/excluded/GO-2022-0604.yaml b/data/excluded/GO-2022-0604.yaml index 25b89129..2ac828de 100644 --- a/data/excluded/GO-2022-0604.yaml +++ b/data/excluded/GO-2022-0604.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0604 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v5 diff --git a/data/excluded/GO-2022-0605.yaml b/data/excluded/GO-2022-0605.yaml index 3e8b7a15..dfd65793 100644 --- a/data/excluded/GO-2022-0605.yaml +++ b/data/excluded/GO-2022-0605.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0605 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2022-0606.yaml b/data/excluded/GO-2022-0606.yaml index 27e9b213..8b330c9b 100644 --- a/data/excluded/GO-2022-0606.yaml +++ b/data/excluded/GO-2022-0606.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0606 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/IceWhaleTech/CasaOS diff --git a/data/excluded/GO-2022-0607.yaml b/data/excluded/GO-2022-0607.yaml index 74b663d8..bc911133 100644 --- a/data/excluded/GO-2022-0607.yaml +++ b/data/excluded/GO-2022-0607.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0607 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/Xhofe/alist diff --git a/data/excluded/GO-2022-0608.yaml b/data/excluded/GO-2022-0608.yaml index 15b239aa..c42cb240 100644 --- a/data/excluded/GO-2022-0608.yaml +++ b/data/excluded/GO-2022-0608.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0608 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cri-o/cri-o diff --git a/data/excluded/GO-2022-0609.yaml b/data/excluded/GO-2022-0609.yaml index 953db60c..b5dbd00a 100644 --- a/data/excluded/GO-2022-0609.yaml +++ b/data/excluded/GO-2022-0609.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0609 excluded: EFFECTIVELY_PRIVATE modules: - module: code.gitea.io/gitea diff --git a/data/excluded/GO-2022-0610.yaml b/data/excluded/GO-2022-0610.yaml index 7ff8b5e4..e52cc348 100644 --- a/data/excluded/GO-2022-0610.yaml +++ b/data/excluded/GO-2022-0610.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0610 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2022-0611.yaml b/data/excluded/GO-2022-0611.yaml index 937fc0b8..0faed4a3 100644 --- a/data/excluded/GO-2022-0611.yaml +++ b/data/excluded/GO-2022-0611.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0611 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault diff --git a/data/excluded/GO-2022-0612.yaml b/data/excluded/GO-2022-0612.yaml index bb226d8b..ebbe7081 100644 --- a/data/excluded/GO-2022-0612.yaml +++ b/data/excluded/GO-2022-0612.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0612 excluded: EFFECTIVELY_PRIVATE modules: - module: code.gitea.io/gitea diff --git a/data/excluded/GO-2022-0613.yaml b/data/excluded/GO-2022-0613.yaml index 6ca4ff66..153d0f72 100644 --- a/data/excluded/GO-2022-0613.yaml +++ b/data/excluded/GO-2022-0613.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0613 excluded: NOT_IMPORTABLE modules: - module: k8s.io/ingress-nginx diff --git a/data/excluded/GO-2022-0614.yaml b/data/excluded/GO-2022-0614.yaml index 7803a17f..bedb461c 100644 --- a/data/excluded/GO-2022-0614.yaml +++ b/data/excluded/GO-2022-0614.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0614 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/ethereum/go-ethereum diff --git a/data/excluded/GO-2022-0615.yaml b/data/excluded/GO-2022-0615.yaml index d10fa4fd..7621bf51 100644 --- a/data/excluded/GO-2022-0615.yaml +++ b/data/excluded/GO-2022-0615.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0615 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2022-0616.yaml b/data/excluded/GO-2022-0616.yaml index e3ac63f2..9ab0500e 100644 --- a/data/excluded/GO-2022-0616.yaml +++ b/data/excluded/GO-2022-0616.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0616 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v5 diff --git a/data/excluded/GO-2022-0617.yaml b/data/excluded/GO-2022-0617.yaml index abf0744e..f971030a 100644 --- a/data/excluded/GO-2022-0617.yaml +++ b/data/excluded/GO-2022-0617.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0617 excluded: NOT_IMPORTABLE modules: - module: k8s.io/kubernetes diff --git a/data/excluded/GO-2022-0618.yaml b/data/excluded/GO-2022-0618.yaml index d7c15000..cfd733a2 100644 --- a/data/excluded/GO-2022-0618.yaml +++ b/data/excluded/GO-2022-0618.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0618 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault diff --git a/data/excluded/GO-2022-0620.yaml b/data/excluded/GO-2022-0620.yaml index 515e9017..d6d37fef 100644 --- a/data/excluded/GO-2022-0620.yaml +++ b/data/excluded/GO-2022-0620.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0620 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault diff --git a/data/excluded/GO-2022-0622.yaml b/data/excluded/GO-2022-0622.yaml index db680787..e64ef488 100644 --- a/data/excluded/GO-2022-0622.yaml +++ b/data/excluded/GO-2022-0622.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0622 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-0623.yaml b/data/excluded/GO-2022-0623.yaml index c44b3a98..9cc91a57 100644 --- a/data/excluded/GO-2022-0623.yaml +++ b/data/excluded/GO-2022-0623.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0623 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault diff --git a/data/excluded/GO-2022-0624.yaml b/data/excluded/GO-2022-0624.yaml index 0c93485e..7f547da6 100644 --- a/data/excluded/GO-2022-0624.yaml +++ b/data/excluded/GO-2022-0624.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0624 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/apache/trafficcontrol diff --git a/data/excluded/GO-2022-0625.yaml b/data/excluded/GO-2022-0625.yaml index bc86a896..1ba92525 100644 --- a/data/excluded/GO-2022-0625.yaml +++ b/data/excluded/GO-2022-0625.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0625 excluded: NOT_IMPORTABLE modules: - module: github.com/docker/docker diff --git a/data/excluded/GO-2022-0626.yaml b/data/excluded/GO-2022-0626.yaml index 94a72d4e..8c361e19 100644 --- a/data/excluded/GO-2022-0626.yaml +++ b/data/excluded/GO-2022-0626.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0626 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kiali/kiali diff --git a/data/excluded/GO-2022-0627.yaml b/data/excluded/GO-2022-0627.yaml index d83f7d76..5d1fb8aa 100644 --- a/data/excluded/GO-2022-0627.yaml +++ b/data/excluded/GO-2022-0627.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0627 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/concourse/concourse diff --git a/data/excluded/GO-2022-0628.yaml b/data/excluded/GO-2022-0628.yaml index d3857057..8ec1dcaa 100644 --- a/data/excluded/GO-2022-0628.yaml +++ b/data/excluded/GO-2022-0628.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0628 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/ovn-org/ovn-kubernetes diff --git a/data/excluded/GO-2022-0630.yaml b/data/excluded/GO-2022-0630.yaml index 264b5efe..4f6662bd 100644 --- a/data/excluded/GO-2022-0630.yaml +++ b/data/excluded/GO-2022-0630.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0630 excluded: NOT_IMPORTABLE modules: - module: github.com/docker/docker diff --git a/data/excluded/GO-2022-0631.yaml b/data/excluded/GO-2022-0631.yaml index 50a1d9a2..f47e4f7c 100644 --- a/data/excluded/GO-2022-0631.yaml +++ b/data/excluded/GO-2022-0631.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0631 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kiali/kiali diff --git a/data/excluded/GO-2022-0632.yaml b/data/excluded/GO-2022-0632.yaml index f9ca4db5..3505b11b 100644 --- a/data/excluded/GO-2022-0632.yaml +++ b/data/excluded/GO-2022-0632.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0632 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault diff --git a/data/excluded/GO-2022-0633.yaml b/data/excluded/GO-2022-0633.yaml index ad21419b..e484c063 100644 --- a/data/excluded/GO-2022-0633.yaml +++ b/data/excluded/GO-2022-0633.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0633 excluded: EFFECTIVELY_PRIVATE modules: - module: istio.io/istio diff --git a/data/excluded/GO-2022-0634.yaml b/data/excluded/GO-2022-0634.yaml index 97311c01..c7640107 100644 --- a/data/excluded/GO-2022-0634.yaml +++ b/data/excluded/GO-2022-0634.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0634 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-0636.yaml b/data/excluded/GO-2022-0636.yaml index f625ef00..dbd15768 100644 --- a/data/excluded/GO-2022-0636.yaml +++ b/data/excluded/GO-2022-0636.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0636 excluded: NOT_IMPORTABLE modules: - module: github.com/docker/docker diff --git a/data/excluded/GO-2022-0637.yaml b/data/excluded/GO-2022-0637.yaml index c5175cd9..eeb2ab4a 100644 --- a/data/excluded/GO-2022-0637.yaml +++ b/data/excluded/GO-2022-0637.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0637 excluded: NOT_IMPORTABLE modules: - module: github.com/kongchuanhujiao/server diff --git a/data/excluded/GO-2022-0638.yaml b/data/excluded/GO-2022-0638.yaml index d6b63582..c4f7ac8e 100644 --- a/data/excluded/GO-2022-0638.yaml +++ b/data/excluded/GO-2022-0638.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0638 excluded: NOT_IMPORTABLE modules: - module: github.com/moby/moby diff --git a/data/excluded/GO-2022-0639.yaml b/data/excluded/GO-2022-0639.yaml index 9a88fb98..17696633 100644 --- a/data/excluded/GO-2022-0639.yaml +++ b/data/excluded/GO-2022-0639.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0639 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/concourse/concourse diff --git a/data/excluded/GO-2022-0640.yaml b/data/excluded/GO-2022-0640.yaml index d2e097a0..3b65836b 100644 --- a/data/excluded/GO-2022-0640.yaml +++ b/data/excluded/GO-2022-0640.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0640 excluded: NOT_IMPORTABLE modules: - module: github.com/docker/docker diff --git a/data/excluded/GO-2022-0641.yaml b/data/excluded/GO-2022-0641.yaml index 4f8c801a..0b8d946d 100644 --- a/data/excluded/GO-2022-0641.yaml +++ b/data/excluded/GO-2022-0641.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0641 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/containers/libpod diff --git a/data/excluded/GO-2022-0642.yaml b/data/excluded/GO-2022-0642.yaml index db36fe65..bfd982a4 100644 --- a/data/excluded/GO-2022-0642.yaml +++ b/data/excluded/GO-2022-0642.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0642 excluded: EFFECTIVELY_PRIVATE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0644.yaml b/data/excluded/GO-2022-0644.yaml index 44c2f395..df004b1e 100644 --- a/data/excluded/GO-2022-0644.yaml +++ b/data/excluded/GO-2022-0644.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0644 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2022-0645.yaml b/data/excluded/GO-2022-0645.yaml index 89667509..d4390238 100644 --- a/data/excluded/GO-2022-0645.yaml +++ b/data/excluded/GO-2022-0645.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0645 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kiali/kiali diff --git a/data/excluded/GO-2022-0647.yaml b/data/excluded/GO-2022-0647.yaml index fb3af49d..edc6908b 100644 --- a/data/excluded/GO-2022-0647.yaml +++ b/data/excluded/GO-2022-0647.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0647 excluded: NOT_IMPORTABLE modules: - module: github.com/docker/docker diff --git a/data/excluded/GO-2022-0648.yaml b/data/excluded/GO-2022-0648.yaml index 2480e208..9821c5d7 100644 --- a/data/excluded/GO-2022-0648.yaml +++ b/data/excluded/GO-2022-0648.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0648 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/couchbase/sync_gateway diff --git a/data/excluded/GO-2022-0649.yaml b/data/excluded/GO-2022-0649.yaml index e0a10904..caf4c530 100644 --- a/data/excluded/GO-2022-0649.yaml +++ b/data/excluded/GO-2022-0649.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0649 excluded: NOT_IMPORTABLE modules: - module: github.com/docker/docker diff --git a/data/excluded/GO-2022-0700.yaml b/data/excluded/GO-2022-0700.yaml index ab9587dd..ea2913c0 100644 --- a/data/excluded/GO-2022-0700.yaml +++ b/data/excluded/GO-2022-0700.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0700 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kiali/kiali diff --git a/data/excluded/GO-2022-0702.yaml b/data/excluded/GO-2022-0702.yaml index 9b97ac35..7f862c40 100644 --- a/data/excluded/GO-2022-0702.yaml +++ b/data/excluded/GO-2022-0702.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0702 excluded: NOT_GO_CODE modules: - module: github.com/apache/trafficcontrol diff --git a/data/excluded/GO-2022-0703.yaml b/data/excluded/GO-2022-0703.yaml index 205c4b7f..60afbe18 100644 --- a/data/excluded/GO-2022-0703.yaml +++ b/data/excluded/GO-2022-0703.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0703 excluded: EFFECTIVELY_PRIVATE modules: - module: k8s.io/kubernetes diff --git a/data/excluded/GO-2022-0704.yaml b/data/excluded/GO-2022-0704.yaml index 58e04c5e..bf4411e9 100644 --- a/data/excluded/GO-2022-0704.yaml +++ b/data/excluded/GO-2022-0704.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0704 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/goharbor/harbor diff --git a/data/excluded/GO-2022-0705.yaml b/data/excluded/GO-2022-0705.yaml index 98546538..fb9748fa 100644 --- a/data/excluded/GO-2022-0705.yaml +++ b/data/excluded/GO-2022-0705.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0705 excluded: NOT_IMPORTABLE modules: - module: github.com/docker/docker diff --git a/data/excluded/GO-2022-0707.yaml b/data/excluded/GO-2022-0707.yaml index 1d2e46ca..d3621873 100644 --- a/data/excluded/GO-2022-0707.yaml +++ b/data/excluded/GO-2022-0707.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0707 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2022-0708.yaml b/data/excluded/GO-2022-0708.yaml index 10531bee..30195e33 100644 --- a/data/excluded/GO-2022-0708.yaml +++ b/data/excluded/GO-2022-0708.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0708 excluded: NOT_IMPORTABLE modules: - module: github.com/moby/moby diff --git a/data/excluded/GO-2022-0709.yaml b/data/excluded/GO-2022-0709.yaml index 48a50469..404b4c7b 100644 --- a/data/excluded/GO-2022-0709.yaml +++ b/data/excluded/GO-2022-0709.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0709 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-0732.yaml b/data/excluded/GO-2022-0732.yaml index 899e0318..1ed6c358 100644 --- a/data/excluded/GO-2022-0732.yaml +++ b/data/excluded/GO-2022-0732.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0732 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-0749.yaml b/data/excluded/GO-2022-0749.yaml index e30f0d32..a2f9728e 100644 --- a/data/excluded/GO-2022-0749.yaml +++ b/data/excluded/GO-2022-0749.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0749 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0750.yaml b/data/excluded/GO-2022-0750.yaml index 54863bac..6c925bb0 100644 --- a/data/excluded/GO-2022-0750.yaml +++ b/data/excluded/GO-2022-0750.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0750 excluded: NOT_IMPORTABLE modules: - module: github.com/elastic/cloud-on-k8s diff --git a/data/excluded/GO-2022-0751.yaml b/data/excluded/GO-2022-0751.yaml index 171cf8e3..1edde013 100644 --- a/data/excluded/GO-2022-0751.yaml +++ b/data/excluded/GO-2022-0751.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0751 excluded: NOT_IMPORTABLE modules: - module: github.com/moby/moby diff --git a/data/excluded/GO-2022-0752.yaml b/data/excluded/GO-2022-0752.yaml index bd0cc8cd..a328f2eb 100644 --- a/data/excluded/GO-2022-0752.yaml +++ b/data/excluded/GO-2022-0752.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0752 excluded: NOT_IMPORTABLE modules: - module: github.com/docker/docker diff --git a/data/excluded/GO-2022-0753.yaml b/data/excluded/GO-2022-0753.yaml index 8749258b..4a03fd29 100644 --- a/data/excluded/GO-2022-0753.yaml +++ b/data/excluded/GO-2022-0753.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0753 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2022-0754.yaml b/data/excluded/GO-2022-0754.yaml index 2a5bbbb9..26cb6c79 100644 --- a/data/excluded/GO-2022-0754.yaml +++ b/data/excluded/GO-2022-0754.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0754 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/apache/servicecomb-service-center diff --git a/data/excluded/GO-2022-0756.yaml b/data/excluded/GO-2022-0756.yaml index b16c7339..f8d5c97a 100644 --- a/data/excluded/GO-2022-0756.yaml +++ b/data/excluded/GO-2022-0756.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0756 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/minio/minio diff --git a/data/excluded/GO-2022-0757.yaml b/data/excluded/GO-2022-0757.yaml index 7242ca16..23963ee0 100644 --- a/data/excluded/GO-2022-0757.yaml +++ b/data/excluded/GO-2022-0757.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0757 excluded: NOT_GO_CODE modules: - module: github.com/sanic-org/sanic diff --git a/data/excluded/GO-2022-0758.yaml b/data/excluded/GO-2022-0758.yaml index cd0dd4f7..020c4e62 100644 --- a/data/excluded/GO-2022-0758.yaml +++ b/data/excluded/GO-2022-0758.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0758 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/sigstore/cosign diff --git a/data/excluded/GO-2022-0759.yaml b/data/excluded/GO-2022-0759.yaml index f41b27a5..79b1ddcf 100644 --- a/data/excluded/GO-2022-0759.yaml +++ b/data/excluded/GO-2022-0759.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0759 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/sigstore/policy-controller diff --git a/data/excluded/GO-2022-0760.yaml b/data/excluded/GO-2022-0760.yaml index 12ded922..6c54d719 100644 --- a/data/excluded/GO-2022-0760.yaml +++ b/data/excluded/GO-2022-0760.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0760 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/evmos/ethermint diff --git a/data/excluded/GO-2022-0764.yaml b/data/excluded/GO-2022-0764.yaml index ea22675a..6a740a3e 100644 --- a/data/excluded/GO-2022-0764.yaml +++ b/data/excluded/GO-2022-0764.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0764 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/gohugoio/hugo diff --git a/data/excluded/GO-2022-0765.yaml b/data/excluded/GO-2022-0765.yaml index 12358138..f43a808a 100644 --- a/data/excluded/GO-2022-0765.yaml +++ b/data/excluded/GO-2022-0765.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0765 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/MichaelMure/git-bug diff --git a/data/excluded/GO-2022-0766.yaml b/data/excluded/GO-2022-0766.yaml index bd368227..fd1b0617 100644 --- a/data/excluded/GO-2022-0766.yaml +++ b/data/excluded/GO-2022-0766.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0766 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/fleetdm/fleet/v4 diff --git a/data/excluded/GO-2022-0767.yaml b/data/excluded/GO-2022-0767.yaml index 6e87f871..fe99de38 100644 --- a/data/excluded/GO-2022-0767.yaml +++ b/data/excluded/GO-2022-0767.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0767 excluded: NOT_GO_CODE modules: - module: github.com/github/hub diff --git a/data/excluded/GO-2022-0768.yaml b/data/excluded/GO-2022-0768.yaml index 0283a1bf..c8f88209 100644 --- a/data/excluded/GO-2022-0768.yaml +++ b/data/excluded/GO-2022-0768.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0768 excluded: NOT_A_VULNERABILITY modules: - module: github.com/protocolbuffers/protobuf diff --git a/data/excluded/GO-2022-0769.yaml b/data/excluded/GO-2022-0769.yaml index 38fb57bd..83e700cc 100644 --- a/data/excluded/GO-2022-0769.yaml +++ b/data/excluded/GO-2022-0769.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0769 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/binance-chain/tss-lib diff --git a/data/excluded/GO-2022-0770.yaml b/data/excluded/GO-2022-0770.yaml index 608f0dd6..72014a80 100644 --- a/data/excluded/GO-2022-0770.yaml +++ b/data/excluded/GO-2022-0770.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0770 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/binance-chain/tss-lib diff --git a/data/excluded/GO-2022-0771.yaml b/data/excluded/GO-2022-0771.yaml index c6883499..6f322c36 100644 --- a/data/excluded/GO-2022-0771.yaml +++ b/data/excluded/GO-2022-0771.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0771 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/binance-chain/tss-lib diff --git a/data/excluded/GO-2022-0773.yaml b/data/excluded/GO-2022-0773.yaml index ab987918..d165a74d 100644 --- a/data/excluded/GO-2022-0773.yaml +++ b/data/excluded/GO-2022-0773.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0773 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2022-0774.yaml b/data/excluded/GO-2022-0774.yaml index 0c540d03..6ce39792 100644 --- a/data/excluded/GO-2022-0774.yaml +++ b/data/excluded/GO-2022-0774.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0774 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/binance-chain/tss-lib diff --git a/data/excluded/GO-2022-0775.yaml b/data/excluded/GO-2022-0775.yaml index ae50b3e7..f9a897a2 100644 --- a/data/excluded/GO-2022-0775.yaml +++ b/data/excluded/GO-2022-0775.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0775 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/binance-chain/tss-lib diff --git a/data/excluded/GO-2022-0776.yaml b/data/excluded/GO-2022-0776.yaml index c836f6d6..25bb0bde 100644 --- a/data/excluded/GO-2022-0776.yaml +++ b/data/excluded/GO-2022-0776.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0776 excluded: NOT_IMPORTABLE modules: - module: github.com/binance-chain/tss-lib diff --git a/data/excluded/GO-2022-0777.yaml b/data/excluded/GO-2022-0777.yaml index 9bb2b562..dc21a716 100644 --- a/data/excluded/GO-2022-0777.yaml +++ b/data/excluded/GO-2022-0777.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0777 excluded: NOT_IMPORTABLE modules: - module: github.com/binance-chain/tss-lib diff --git a/data/excluded/GO-2022-0778.yaml b/data/excluded/GO-2022-0778.yaml index 84d9e4a8..f307a602 100644 --- a/data/excluded/GO-2022-0778.yaml +++ b/data/excluded/GO-2022-0778.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0778 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault diff --git a/data/excluded/GO-2022-0779.yaml b/data/excluded/GO-2022-0779.yaml index 3e1a6e88..60e59fe6 100644 --- a/data/excluded/GO-2022-0779.yaml +++ b/data/excluded/GO-2022-0779.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0779 excluded: NOT_IMPORTABLE modules: - module: github.com/ipfs/go-ipfs diff --git a/data/excluded/GO-2022-0780.yaml b/data/excluded/GO-2022-0780.yaml index 74e914c8..b4509e7e 100644 --- a/data/excluded/GO-2022-0780.yaml +++ b/data/excluded/GO-2022-0780.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0780 excluded: NOT_IMPORTABLE modules: - module: github.com/influxdata/influxdb diff --git a/data/excluded/GO-2022-0781.yaml b/data/excluded/GO-2022-0781.yaml index 78b952f2..1282616c 100644 --- a/data/excluded/GO-2022-0781.yaml +++ b/data/excluded/GO-2022-0781.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0781 excluded: NOT_IMPORTABLE modules: - module: github.com/goharbor/harbor diff --git a/data/excluded/GO-2022-0782.yaml b/data/excluded/GO-2022-0782.yaml index 82cf73b5..3f430268 100644 --- a/data/excluded/GO-2022-0782.yaml +++ b/data/excluded/GO-2022-0782.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0782 excluded: NOT_IMPORTABLE modules: - module: github.com/kubernetes/kubernetes diff --git a/data/excluded/GO-2022-0783.yaml b/data/excluded/GO-2022-0783.yaml index c4bc7154..e15013ba 100644 --- a/data/excluded/GO-2022-0783.yaml +++ b/data/excluded/GO-2022-0783.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0783 excluded: NOT_IMPORTABLE modules: - module: github.com/pomerium/pomerium diff --git a/data/excluded/GO-2022-0784.yaml b/data/excluded/GO-2022-0784.yaml index 12713979..3ea28927 100644 --- a/data/excluded/GO-2022-0784.yaml +++ b/data/excluded/GO-2022-0784.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0784 excluded: NOT_IMPORTABLE modules: - module: github.com/containerd/containerd diff --git a/data/excluded/GO-2022-0785.yaml b/data/excluded/GO-2022-0785.yaml index a9090b77..dbc299ee 100644 --- a/data/excluded/GO-2022-0785.yaml +++ b/data/excluded/GO-2022-0785.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0785 excluded: NOT_IMPORTABLE modules: - module: github.com/goharbor/harbor diff --git a/data/excluded/GO-2022-0786.yaml b/data/excluded/GO-2022-0786.yaml index f5d5cb3b..e5df0b01 100644 --- a/data/excluded/GO-2022-0786.yaml +++ b/data/excluded/GO-2022-0786.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0786 excluded: NOT_IMPORTABLE modules: - module: github.com/ory/hydra diff --git a/data/excluded/GO-2022-0787.yaml b/data/excluded/GO-2022-0787.yaml index 447de903..c01df461 100644 --- a/data/excluded/GO-2022-0787.yaml +++ b/data/excluded/GO-2022-0787.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0787 excluded: NOT_IMPORTABLE modules: - module: github.com/datacharmer/dbdeployer diff --git a/data/excluded/GO-2022-0788.yaml b/data/excluded/GO-2022-0788.yaml index e21a63f0..cb68a80a 100644 --- a/data/excluded/GO-2022-0788.yaml +++ b/data/excluded/GO-2022-0788.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0788 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0789.yaml b/data/excluded/GO-2022-0789.yaml index 531f1c7b..90862004 100644 --- a/data/excluded/GO-2022-0789.yaml +++ b/data/excluded/GO-2022-0789.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0789 excluded: NOT_IMPORTABLE modules: - module: github.com/git-lfs/git-lfs diff --git a/data/excluded/GO-2022-0790.yaml b/data/excluded/GO-2022-0790.yaml index f27fc8ed..757a73bf 100644 --- a/data/excluded/GO-2022-0790.yaml +++ b/data/excluded/GO-2022-0790.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0790 excluded: NOT_IMPORTABLE modules: - module: github.com/oauth2-proxy/oauth2-proxy diff --git a/data/excluded/GO-2022-0791.yaml b/data/excluded/GO-2022-0791.yaml index c721b7ac..21089b90 100644 --- a/data/excluded/GO-2022-0791.yaml +++ b/data/excluded/GO-2022-0791.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0791 excluded: NOT_IMPORTABLE modules: - module: github.com/sylabs/singularity diff --git a/data/excluded/GO-2022-0792.yaml b/data/excluded/GO-2022-0792.yaml index 0524109b..474d9090 100644 --- a/data/excluded/GO-2022-0792.yaml +++ b/data/excluded/GO-2022-0792.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0792 excluded: NOT_IMPORTABLE modules: - module: github.com/kubernetes/kubernetes diff --git a/data/excluded/GO-2022-0793.yaml b/data/excluded/GO-2022-0793.yaml index be6356c0..0fd8ae82 100644 --- a/data/excluded/GO-2022-0793.yaml +++ b/data/excluded/GO-2022-0793.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0793 excluded: NOT_IMPORTABLE modules: - module: github.com/u-root/u-root diff --git a/data/excluded/GO-2022-0794.yaml b/data/excluded/GO-2022-0794.yaml index b9204891..1dfe0ec9 100644 --- a/data/excluded/GO-2022-0794.yaml +++ b/data/excluded/GO-2022-0794.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0794 excluded: NOT_IMPORTABLE modules: - module: github.com/weaveworks/weave diff --git a/data/excluded/GO-2022-0795.yaml b/data/excluded/GO-2022-0795.yaml index 2ebdc241..21ffd556 100644 --- a/data/excluded/GO-2022-0795.yaml +++ b/data/excluded/GO-2022-0795.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0795 excluded: NOT_IMPORTABLE modules: - module: go.etcd.io/etcd/v3 diff --git a/data/excluded/GO-2022-0796.yaml b/data/excluded/GO-2022-0796.yaml index 9631baa4..27378def 100644 --- a/data/excluded/GO-2022-0796.yaml +++ b/data/excluded/GO-2022-0796.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0796 excluded: NOT_IMPORTABLE modules: - module: github.com/oauth2-proxy/oauth2-proxy diff --git a/data/excluded/GO-2022-0797.yaml b/data/excluded/GO-2022-0797.yaml index 06d0aed1..e75a96b5 100644 --- a/data/excluded/GO-2022-0797.yaml +++ b/data/excluded/GO-2022-0797.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0797 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0798.yaml b/data/excluded/GO-2022-0798.yaml index e6ed4e49..1987fda1 100644 --- a/data/excluded/GO-2022-0798.yaml +++ b/data/excluded/GO-2022-0798.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0798 excluded: NOT_IMPORTABLE modules: - module: github.com/google/exposure-notifications-verification-server diff --git a/data/excluded/GO-2022-0799.yaml b/data/excluded/GO-2022-0799.yaml index 6a72b7a2..4657a014 100644 --- a/data/excluded/GO-2022-0799.yaml +++ b/data/excluded/GO-2022-0799.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0799 excluded: NOT_IMPORTABLE modules: - module: github.com/mholt/archiver diff --git a/data/excluded/GO-2022-0800.yaml b/data/excluded/GO-2022-0800.yaml index 5a2a3cc9..8defece4 100644 --- a/data/excluded/GO-2022-0800.yaml +++ b/data/excluded/GO-2022-0800.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0800 excluded: NOT_IMPORTABLE modules: - module: github.com/concourse/dex diff --git a/data/excluded/GO-2022-0801.yaml b/data/excluded/GO-2022-0801.yaml index e2e427d7..54b7833a 100644 --- a/data/excluded/GO-2022-0801.yaml +++ b/data/excluded/GO-2022-0801.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0801 excluded: NOT_IMPORTABLE modules: - module: github.com/kata-containers/runtime diff --git a/data/excluded/GO-2022-0802.yaml b/data/excluded/GO-2022-0802.yaml index 0f2731c0..ba285122 100644 --- a/data/excluded/GO-2022-0802.yaml +++ b/data/excluded/GO-2022-0802.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0802 excluded: NOT_IMPORTABLE modules: - module: github.com/kubernetes/kubernetes diff --git a/data/excluded/GO-2022-0803.yaml b/data/excluded/GO-2022-0803.yaml index 01e1f41d..b61b73bb 100644 --- a/data/excluded/GO-2022-0803.yaml +++ b/data/excluded/GO-2022-0803.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0803 excluded: NOT_IMPORTABLE modules: - module: github.com/containerd/containerd diff --git a/data/excluded/GO-2022-0804.yaml b/data/excluded/GO-2022-0804.yaml index 78036cc8..793c2d40 100644 --- a/data/excluded/GO-2022-0804.yaml +++ b/data/excluded/GO-2022-0804.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0804 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault-plugin-secrets-gcp diff --git a/data/excluded/GO-2022-0805.yaml b/data/excluded/GO-2022-0805.yaml index 99b67408..4a0f8472 100644 --- a/data/excluded/GO-2022-0805.yaml +++ b/data/excluded/GO-2022-0805.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0805 excluded: NOT_IMPORTABLE modules: - module: github.com/u-root/u-root diff --git a/data/excluded/GO-2022-0806.yaml b/data/excluded/GO-2022-0806.yaml index a76d337a..a56ac5f1 100644 --- a/data/excluded/GO-2022-0806.yaml +++ b/data/excluded/GO-2022-0806.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0806 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-0807.yaml b/data/excluded/GO-2022-0807.yaml index d3e15002..1fa62109 100644 --- a/data/excluded/GO-2022-0807.yaml +++ b/data/excluded/GO-2022-0807.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0807 excluded: NOT_IMPORTABLE modules: - module: github.com/lightningnetwork/lnd diff --git a/data/excluded/GO-2022-0808.yaml b/data/excluded/GO-2022-0808.yaml index 6279aa68..7a405254 100644 --- a/data/excluded/GO-2022-0808.yaml +++ b/data/excluded/GO-2022-0808.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0808 excluded: NOT_IMPORTABLE modules: - module: github.com/traefik/traefik diff --git a/data/excluded/GO-2022-0809.yaml b/data/excluded/GO-2022-0809.yaml index bd0a46cd..d2e6b757 100644 --- a/data/excluded/GO-2022-0809.yaml +++ b/data/excluded/GO-2022-0809.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0809 excluded: NOT_IMPORTABLE modules: - module: k8s.io/kubernetes/staging/src/k8s.io/apiserver diff --git a/data/excluded/GO-2022-0810.yaml b/data/excluded/GO-2022-0810.yaml index 6afab758..847382f0 100644 --- a/data/excluded/GO-2022-0810.yaml +++ b/data/excluded/GO-2022-0810.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0810 excluded: NOT_IMPORTABLE modules: - module: istio.io/istio diff --git a/data/excluded/GO-2022-0811.yaml b/data/excluded/GO-2022-0811.yaml index cf793058..a063ccaa 100644 --- a/data/excluded/GO-2022-0811.yaml +++ b/data/excluded/GO-2022-0811.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0811 excluded: NOT_IMPORTABLE modules: - module: github.com/kata-containers/runtime diff --git a/data/excluded/GO-2022-0812.yaml b/data/excluded/GO-2022-0812.yaml index 17fa5323..346c9fea 100644 --- a/data/excluded/GO-2022-0812.yaml +++ b/data/excluded/GO-2022-0812.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0812 excluded: NOT_IMPORTABLE modules: - module: github.com/go-vela/server diff --git a/data/excluded/GO-2022-0813.yaml b/data/excluded/GO-2022-0813.yaml index 7a82ddad..5fc5c6c8 100644 --- a/data/excluded/GO-2022-0813.yaml +++ b/data/excluded/GO-2022-0813.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0813 excluded: NOT_IMPORTABLE modules: - module: github.com/cosmos/ethermint diff --git a/data/excluded/GO-2022-0814.yaml b/data/excluded/GO-2022-0814.yaml index c8913742..7a0189b1 100644 --- a/data/excluded/GO-2022-0814.yaml +++ b/data/excluded/GO-2022-0814.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0814 excluded: NOT_IMPORTABLE modules: - module: github.com/ethereum/go-ethereum diff --git a/data/excluded/GO-2022-0815.yaml b/data/excluded/GO-2022-0815.yaml index e3ec7a46..d2bd4078 100644 --- a/data/excluded/GO-2022-0815.yaml +++ b/data/excluded/GO-2022-0815.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0815 excluded: NOT_IMPORTABLE modules: - module: github.com/opencontainers/umoci diff --git a/data/excluded/GO-2022-0816.yaml b/data/excluded/GO-2022-0816.yaml index 906191a6..d66bb552 100644 --- a/data/excluded/GO-2022-0816.yaml +++ b/data/excluded/GO-2022-0816.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0816 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault diff --git a/data/excluded/GO-2022-0817.yaml b/data/excluded/GO-2022-0817.yaml index 201ce409..06df8033 100644 --- a/data/excluded/GO-2022-0817.yaml +++ b/data/excluded/GO-2022-0817.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0817 excluded: NOT_IMPORTABLE modules: - module: helm.sh/helm/v3 diff --git a/data/excluded/GO-2022-0818.yaml b/data/excluded/GO-2022-0818.yaml index 89575153..6ba8b2b6 100644 --- a/data/excluded/GO-2022-0818.yaml +++ b/data/excluded/GO-2022-0818.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0818 excluded: NOT_IMPORTABLE modules: - module: github.com/goharbor/harbor/src diff --git a/data/excluded/GO-2022-0820.yaml b/data/excluded/GO-2022-0820.yaml index 5e5578f0..84a30b6a 100644 --- a/data/excluded/GO-2022-0820.yaml +++ b/data/excluded/GO-2022-0820.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0820 excluded: NOT_IMPORTABLE modules: - module: helm.sh/helm/v3 diff --git a/data/excluded/GO-2022-0821.yaml b/data/excluded/GO-2022-0821.yaml index 97a4c46b..0d97874e 100644 --- a/data/excluded/GO-2022-0821.yaml +++ b/data/excluded/GO-2022-0821.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0821 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-0822.yaml b/data/excluded/GO-2022-0822.yaml index d17212e0..95f3f1ff 100644 --- a/data/excluded/GO-2022-0822.yaml +++ b/data/excluded/GO-2022-0822.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0822 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0823.yaml b/data/excluded/GO-2022-0823.yaml index f4723157..3d6d2ee1 100644 --- a/data/excluded/GO-2022-0823.yaml +++ b/data/excluded/GO-2022-0823.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0823 excluded: NOT_IMPORTABLE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-0824.yaml b/data/excluded/GO-2022-0824.yaml index 9ae667a7..8971b9ea 100644 --- a/data/excluded/GO-2022-0824.yaml +++ b/data/excluded/GO-2022-0824.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0824 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault-ssh-helper diff --git a/data/excluded/GO-2022-0825.yaml b/data/excluded/GO-2022-0825.yaml index a74230dd..2651b87a 100644 --- a/data/excluded/GO-2022-0825.yaml +++ b/data/excluded/GO-2022-0825.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0825 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault diff --git a/data/excluded/GO-2022-0826.yaml b/data/excluded/GO-2022-0826.yaml index 254d39e5..e8e8f68d 100644 --- a/data/excluded/GO-2022-0826.yaml +++ b/data/excluded/GO-2022-0826.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0826 excluded: NOT_IMPORTABLE modules: - module: github.com/pires/go-proxyproto diff --git a/data/excluded/GO-2022-0827.yaml b/data/excluded/GO-2022-0827.yaml index d296cf80..49eca976 100644 --- a/data/excluded/GO-2022-0827.yaml +++ b/data/excluded/GO-2022-0827.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0827 excluded: NOT_IMPORTABLE modules: - module: github.com/pomerium/pomerium diff --git a/data/excluded/GO-2022-0828.yaml b/data/excluded/GO-2022-0828.yaml index 9e44ed80..554f0817 100644 --- a/data/excluded/GO-2022-0828.yaml +++ b/data/excluded/GO-2022-0828.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0828 excluded: NOT_IMPORTABLE modules: - module: github.com/containers/buildah diff --git a/data/excluded/GO-2022-0829.yaml b/data/excluded/GO-2022-0829.yaml index 5bf4157c..4d934612 100644 --- a/data/excluded/GO-2022-0829.yaml +++ b/data/excluded/GO-2022-0829.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0829 excluded: NOT_IMPORTABLE modules: - module: github.com/crypto-org-chain/cronos diff --git a/data/excluded/GO-2022-0830.yaml b/data/excluded/GO-2022-0830.yaml index 5a241095..04cd07d9 100644 --- a/data/excluded/GO-2022-0830.yaml +++ b/data/excluded/GO-2022-0830.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0830 excluded: NOT_IMPORTABLE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-0831.yaml b/data/excluded/GO-2022-0831.yaml index 888d8ae8..bea7260b 100644 --- a/data/excluded/GO-2022-0831.yaml +++ b/data/excluded/GO-2022-0831.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0831 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-0832.yaml b/data/excluded/GO-2022-0832.yaml index 7b0a2f2f..3caff928 100644 --- a/data/excluded/GO-2022-0832.yaml +++ b/data/excluded/GO-2022-0832.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0832 excluded: NOT_IMPORTABLE modules: - module: code.gitea.io/gitea diff --git a/data/excluded/GO-2022-0833.yaml b/data/excluded/GO-2022-0833.yaml index 4d697263..db834c07 100644 --- a/data/excluded/GO-2022-0833.yaml +++ b/data/excluded/GO-2022-0833.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0833 excluded: NOT_IMPORTABLE modules: - module: github.com/appc/docker2aci diff --git a/data/excluded/GO-2022-0834.yaml b/data/excluded/GO-2022-0834.yaml index 1bf5176f..0fc06be8 100644 --- a/data/excluded/GO-2022-0834.yaml +++ b/data/excluded/GO-2022-0834.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0834 excluded: NOT_IMPORTABLE modules: - module: github.com/jaegertracing/jaeger diff --git a/data/excluded/GO-2022-0835.yaml b/data/excluded/GO-2022-0835.yaml index 2f2448a2..614b472c 100644 --- a/data/excluded/GO-2022-0835.yaml +++ b/data/excluded/GO-2022-0835.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0835 excluded: NOT_IMPORTABLE modules: - module: github.com/opencontainers/runc diff --git a/data/excluded/GO-2022-0836.yaml b/data/excluded/GO-2022-0836.yaml index 79ec56a2..0effff5a 100644 --- a/data/excluded/GO-2022-0836.yaml +++ b/data/excluded/GO-2022-0836.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0836 excluded: NOT_IMPORTABLE modules: - module: github.com/ory/fosite diff --git a/data/excluded/GO-2022-0837.yaml b/data/excluded/GO-2022-0837.yaml index 7c9752c3..e8fe4a07 100644 --- a/data/excluded/GO-2022-0837.yaml +++ b/data/excluded/GO-2022-0837.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0837 excluded: NOT_IMPORTABLE modules: - module: github.com/containers/podman/v3 diff --git a/data/excluded/GO-2022-0838.yaml b/data/excluded/GO-2022-0838.yaml index 8e56d5a4..4967dbf8 100644 --- a/data/excluded/GO-2022-0838.yaml +++ b/data/excluded/GO-2022-0838.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0838 excluded: NOT_IMPORTABLE modules: - module: github.com/go-vela/compiler diff --git a/data/excluded/GO-2022-0839.yaml b/data/excluded/GO-2022-0839.yaml index ad1faf85..5395d0a5 100644 --- a/data/excluded/GO-2022-0839.yaml +++ b/data/excluded/GO-2022-0839.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0839 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/terraform diff --git a/data/excluded/GO-2022-0840.yaml b/data/excluded/GO-2022-0840.yaml index d974b437..26571f46 100644 --- a/data/excluded/GO-2022-0840.yaml +++ b/data/excluded/GO-2022-0840.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0840 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-0841.yaml b/data/excluded/GO-2022-0841.yaml index 16edfd8f..75e014d5 100644 --- a/data/excluded/GO-2022-0841.yaml +++ b/data/excluded/GO-2022-0841.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0841 excluded: NOT_IMPORTABLE modules: - module: github.com/spiffe/spire diff --git a/data/excluded/GO-2022-0842.yaml b/data/excluded/GO-2022-0842.yaml index f1261e0a..539e40b4 100644 --- a/data/excluded/GO-2022-0842.yaml +++ b/data/excluded/GO-2022-0842.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0842 excluded: NOT_IMPORTABLE modules: - module: github.com/mholt/archiver diff --git a/data/excluded/GO-2022-0843.yaml b/data/excluded/GO-2022-0843.yaml index 0edfb84a..a06e681b 100644 --- a/data/excluded/GO-2022-0843.yaml +++ b/data/excluded/GO-2022-0843.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0843 excluded: NOT_IMPORTABLE modules: - module: github.com/argoproj/argo diff --git a/data/excluded/GO-2022-0844.yaml b/data/excluded/GO-2022-0844.yaml index 0043ee83..d2ed7909 100644 --- a/data/excluded/GO-2022-0844.yaml +++ b/data/excluded/GO-2022-0844.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0844 excluded: NOT_IMPORTABLE modules: - module: code.gitea.io/gitea diff --git a/data/excluded/GO-2022-0845.yaml b/data/excluded/GO-2022-0845.yaml index 26b155e7..e6bc21dd 100644 --- a/data/excluded/GO-2022-0845.yaml +++ b/data/excluded/GO-2022-0845.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0845 excluded: NOT_IMPORTABLE modules: - module: github.com/cloudflare/cloudflared diff --git a/data/excluded/GO-2022-0846.yaml b/data/excluded/GO-2022-0846.yaml index 12a7c3a2..31ba3a25 100644 --- a/data/excluded/GO-2022-0846.yaml +++ b/data/excluded/GO-2022-0846.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0846 excluded: NOT_IMPORTABLE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-0847.yaml b/data/excluded/GO-2022-0847.yaml index 11eaf381..7b64e0f3 100644 --- a/data/excluded/GO-2022-0847.yaml +++ b/data/excluded/GO-2022-0847.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0847 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2022-0848.yaml b/data/excluded/GO-2022-0848.yaml index 597c259d..7d53d2a8 100644 --- a/data/excluded/GO-2022-0848.yaml +++ b/data/excluded/GO-2022-0848.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0848 excluded: NOT_IMPORTABLE modules: - module: github.com/kubernetes-csi/external-snapshotter/v3 diff --git a/data/excluded/GO-2022-0849.yaml b/data/excluded/GO-2022-0849.yaml index 9a25c0b8..497e9989 100644 --- a/data/excluded/GO-2022-0849.yaml +++ b/data/excluded/GO-2022-0849.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0849 excluded: NOT_IMPORTABLE modules: - module: github.com/oauth2-proxy/oauth2-proxy diff --git a/data/excluded/GO-2022-0850.yaml b/data/excluded/GO-2022-0850.yaml index 5f5f4326..a156af56 100644 --- a/data/excluded/GO-2022-0850.yaml +++ b/data/excluded/GO-2022-0850.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0850 excluded: NOT_IMPORTABLE modules: - module: github.com/bitly/oauth2_proxy diff --git a/data/excluded/GO-2022-0851.yaml b/data/excluded/GO-2022-0851.yaml index e3048bff..f1e7f92d 100644 --- a/data/excluded/GO-2022-0851.yaml +++ b/data/excluded/GO-2022-0851.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0851 excluded: NOT_IMPORTABLE modules: - module: helm.sh/helm/v3 diff --git a/data/excluded/GO-2022-0852.yaml b/data/excluded/GO-2022-0852.yaml index bb3002f3..673c710a 100644 --- a/data/excluded/GO-2022-0852.yaml +++ b/data/excluded/GO-2022-0852.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0852 excluded: NOT_IMPORTABLE modules: - module: github.com/nats-io/nats-server/v2 diff --git a/data/excluded/GO-2022-0853.yaml b/data/excluded/GO-2022-0853.yaml index c025337e..56a0dedd 100644 --- a/data/excluded/GO-2022-0853.yaml +++ b/data/excluded/GO-2022-0853.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0853 excluded: NOT_IMPORTABLE modules: - module: github.com/goharbor/harbor diff --git a/data/excluded/GO-2022-0854.yaml b/data/excluded/GO-2022-0854.yaml index 21a962b2..0e181d3d 100644 --- a/data/excluded/GO-2022-0854.yaml +++ b/data/excluded/GO-2022-0854.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0854 excluded: NOT_IMPORTABLE modules: - module: github.com/openshift/origin diff --git a/data/excluded/GO-2022-0855.yaml b/data/excluded/GO-2022-0855.yaml index 1af447d9..8ac15d8e 100644 --- a/data/excluded/GO-2022-0855.yaml +++ b/data/excluded/GO-2022-0855.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0855 excluded: NOT_IMPORTABLE modules: - module: github.com/nats-io/nats-server/v2 diff --git a/data/excluded/GO-2022-0856.yaml b/data/excluded/GO-2022-0856.yaml index dd5740e9..23c4de14 100644 --- a/data/excluded/GO-2022-0856.yaml +++ b/data/excluded/GO-2022-0856.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0856 excluded: NOT_IMPORTABLE modules: - module: helm.sh/helm/v3 diff --git a/data/excluded/GO-2022-0857.yaml b/data/excluded/GO-2022-0857.yaml index 651a5539..126408fb 100644 --- a/data/excluded/GO-2022-0857.yaml +++ b/data/excluded/GO-2022-0857.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0857 excluded: NOT_IMPORTABLE modules: - module: github.com/kubernetes/kubernetes diff --git a/data/excluded/GO-2022-0858.yaml b/data/excluded/GO-2022-0858.yaml index d1864d75..d13d95a4 100644 --- a/data/excluded/GO-2022-0858.yaml +++ b/data/excluded/GO-2022-0858.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0858 excluded: NOT_IMPORTABLE modules: - module: github.com/sourcegraph/sourcegraph diff --git a/data/excluded/GO-2022-0859.yaml b/data/excluded/GO-2022-0859.yaml index fd7dd500..d01042a6 100644 --- a/data/excluded/GO-2022-0859.yaml +++ b/data/excluded/GO-2022-0859.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0859 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2022-0860.yaml b/data/excluded/GO-2022-0860.yaml index 22d44e7c..e7f64ac1 100644 --- a/data/excluded/GO-2022-0860.yaml +++ b/data/excluded/GO-2022-0860.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0860 excluded: NOT_IMPORTABLE modules: - module: github.com/containernetworking/plugins diff --git a/data/excluded/GO-2022-0861.yaml b/data/excluded/GO-2022-0861.yaml index 37af1eec..13e7f08e 100644 --- a/data/excluded/GO-2022-0861.yaml +++ b/data/excluded/GO-2022-0861.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0861 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2022-0862.yaml b/data/excluded/GO-2022-0862.yaml index 374abdec..a0a07641 100644 --- a/data/excluded/GO-2022-0862.yaml +++ b/data/excluded/GO-2022-0862.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0862 excluded: NOT_IMPORTABLE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-0863.yaml b/data/excluded/GO-2022-0863.yaml index be42937d..d9a91d00 100644 --- a/data/excluded/GO-2022-0863.yaml +++ b/data/excluded/GO-2022-0863.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0863 excluded: NOT_IMPORTABLE modules: - module: github.com/goharbor/harbor diff --git a/data/excluded/GO-2022-0864.yaml b/data/excluded/GO-2022-0864.yaml index 78b76ccd..23cd32e7 100644 --- a/data/excluded/GO-2022-0864.yaml +++ b/data/excluded/GO-2022-0864.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0864 excluded: NOT_IMPORTABLE modules: - module: helm.sh/helm/v3 diff --git a/data/excluded/GO-2022-0865.yaml b/data/excluded/GO-2022-0865.yaml index faac2fdd..828aab08 100644 --- a/data/excluded/GO-2022-0865.yaml +++ b/data/excluded/GO-2022-0865.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0865 excluded: NOT_IMPORTABLE modules: - module: github.com/goharbor/harbor/src diff --git a/data/excluded/GO-2022-0866.yaml b/data/excluded/GO-2022-0866.yaml index ae4ce6c7..872b395a 100644 --- a/data/excluded/GO-2022-0866.yaml +++ b/data/excluded/GO-2022-0866.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0866 excluded: NOT_IMPORTABLE modules: - module: github.com/heketi/heketi diff --git a/data/excluded/GO-2022-0867.yaml b/data/excluded/GO-2022-0867.yaml index ba242a5e..46384ed5 100644 --- a/data/excluded/GO-2022-0867.yaml +++ b/data/excluded/GO-2022-0867.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0867 excluded: NOT_IMPORTABLE modules: - module: github.com/kubernetes/kubernetes diff --git a/data/excluded/GO-2022-0868.yaml b/data/excluded/GO-2022-0868.yaml index 34343f81..7a13ed9c 100644 --- a/data/excluded/GO-2022-0868.yaml +++ b/data/excluded/GO-2022-0868.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0868 excluded: NOT_IMPORTABLE modules: - module: helm.sh/helm/v3 diff --git a/data/excluded/GO-2022-0869.yaml b/data/excluded/GO-2022-0869.yaml index 2e947cac..96b00181 100644 --- a/data/excluded/GO-2022-0869.yaml +++ b/data/excluded/GO-2022-0869.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0869 excluded: NOT_IMPORTABLE modules: - module: github.com/argoproj/argo-cd/v2 diff --git a/data/excluded/GO-2022-0870.yaml b/data/excluded/GO-2022-0870.yaml index a4594215..1a915e49 100644 --- a/data/excluded/GO-2022-0870.yaml +++ b/data/excluded/GO-2022-0870.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0870 excluded: NOT_IMPORTABLE modules: - module: github.com/oauth2-proxy/oauth2-proxy diff --git a/data/excluded/GO-2022-0871.yaml b/data/excluded/GO-2022-0871.yaml index e9683b77..ed0c3d6a 100644 --- a/data/excluded/GO-2022-0871.yaml +++ b/data/excluded/GO-2022-0871.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0871 excluded: NOT_IMPORTABLE modules: - module: github.com/ethereum/go-ethereum diff --git a/data/excluded/GO-2022-0872.yaml b/data/excluded/GO-2022-0872.yaml index 3f81e590..6fee50a6 100644 --- a/data/excluded/GO-2022-0872.yaml +++ b/data/excluded/GO-2022-0872.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0872 excluded: NOT_IMPORTABLE modules: - module: github.com/docker/docker-ce diff --git a/data/excluded/GO-2022-0873.yaml b/data/excluded/GO-2022-0873.yaml index a1810d05..0a025509 100644 --- a/data/excluded/GO-2022-0873.yaml +++ b/data/excluded/GO-2022-0873.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0873 excluded: NOT_IMPORTABLE modules: - module: github.com/ipfs/go-ipfs diff --git a/data/excluded/GO-2022-0874.yaml b/data/excluded/GO-2022-0874.yaml index 8811a128..77f9d9b2 100644 --- a/data/excluded/GO-2022-0874.yaml +++ b/data/excluded/GO-2022-0874.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0874 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2022-0875.yaml b/data/excluded/GO-2022-0875.yaml index 1ea54d59..9ad52b65 100644 --- a/data/excluded/GO-2022-0875.yaml +++ b/data/excluded/GO-2022-0875.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0875 excluded: NOT_IMPORTABLE modules: - module: github.com/openshift/origin diff --git a/data/excluded/GO-2022-0876.yaml b/data/excluded/GO-2022-0876.yaml index 4a13a341..2dffd334 100644 --- a/data/excluded/GO-2022-0876.yaml +++ b/data/excluded/GO-2022-0876.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0876 excluded: NOT_IMPORTABLE modules: - module: github.com/goharbor/harbor diff --git a/data/excluded/GO-2022-0877.yaml b/data/excluded/GO-2022-0877.yaml index fc30137e..57fc7663 100644 --- a/data/excluded/GO-2022-0877.yaml +++ b/data/excluded/GO-2022-0877.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0877 excluded: NOT_IMPORTABLE modules: - module: github.com/ory/fosite diff --git a/data/excluded/GO-2022-0878.yaml b/data/excluded/GO-2022-0878.yaml index 9473855f..e5fbfb0a 100644 --- a/data/excluded/GO-2022-0878.yaml +++ b/data/excluded/GO-2022-0878.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0878 excluded: NOT_IMPORTABLE modules: - module: github.com/rclone/rclone diff --git a/data/excluded/GO-2022-0879.yaml b/data/excluded/GO-2022-0879.yaml index 699ca22e..3ca9647e 100644 --- a/data/excluded/GO-2022-0879.yaml +++ b/data/excluded/GO-2022-0879.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0879 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2022-0880.yaml b/data/excluded/GO-2022-0880.yaml index ae802aed..43df5987 100644 --- a/data/excluded/GO-2022-0880.yaml +++ b/data/excluded/GO-2022-0880.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0880 excluded: NOT_IMPORTABLE modules: - module: github.com/bitly/oauth2_proxy diff --git a/data/excluded/GO-2022-0881.yaml b/data/excluded/GO-2022-0881.yaml index 6822614b..dea02fb9 100644 --- a/data/excluded/GO-2022-0881.yaml +++ b/data/excluded/GO-2022-0881.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0881 excluded: NOT_IMPORTABLE modules: - module: github.com/tendermint/tendermint diff --git a/data/excluded/GO-2022-0882.yaml b/data/excluded/GO-2022-0882.yaml index d60cc891..62d1bf4d 100644 --- a/data/excluded/GO-2022-0882.yaml +++ b/data/excluded/GO-2022-0882.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0882 excluded: NOT_IMPORTABLE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0883.yaml b/data/excluded/GO-2022-0883.yaml index 906846a5..8377ee37 100644 --- a/data/excluded/GO-2022-0883.yaml +++ b/data/excluded/GO-2022-0883.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0883 excluded: NOT_IMPORTABLE modules: - module: github.com/goharbor/harbor diff --git a/data/excluded/GO-2022-0884.yaml b/data/excluded/GO-2022-0884.yaml index b645e422..8ac5fef1 100644 --- a/data/excluded/GO-2022-0884.yaml +++ b/data/excluded/GO-2022-0884.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0884 excluded: NOT_IMPORTABLE modules: - module: go.etcd.io/etcd diff --git a/data/excluded/GO-2022-0885.yaml b/data/excluded/GO-2022-0885.yaml index 03a47585..b68c0b58 100644 --- a/data/excluded/GO-2022-0885.yaml +++ b/data/excluded/GO-2022-0885.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0885 excluded: NOT_IMPORTABLE modules: - module: k8s.io/kube-proxy diff --git a/data/excluded/GO-2022-0886.yaml b/data/excluded/GO-2022-0886.yaml index 791e5e7b..69038136 100644 --- a/data/excluded/GO-2022-0886.yaml +++ b/data/excluded/GO-2022-0886.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0886 excluded: NOT_IMPORTABLE modules: - module: k8s.io/kubernetes diff --git a/data/excluded/GO-2022-0887.yaml b/data/excluded/GO-2022-0887.yaml index 933b89b7..aadbc048 100644 --- a/data/excluded/GO-2022-0887.yaml +++ b/data/excluded/GO-2022-0887.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0887 excluded: NOT_IMPORTABLE modules: - module: github.com/go-ldap/ldap diff --git a/data/excluded/GO-2022-0888.yaml b/data/excluded/GO-2022-0888.yaml index 95ee6562..84c411a5 100644 --- a/data/excluded/GO-2022-0888.yaml +++ b/data/excluded/GO-2022-0888.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0888 excluded: NOT_IMPORTABLE modules: - module: github.com/syncthing/syncthing diff --git a/data/excluded/GO-2022-0889.yaml b/data/excluded/GO-2022-0889.yaml index 83fddeb0..738a3a3f 100644 --- a/data/excluded/GO-2022-0889.yaml +++ b/data/excluded/GO-2022-0889.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0889 excluded: NOT_IMPORTABLE modules: - module: github.com/cosmos/ethermint diff --git a/data/excluded/GO-2022-0890.yaml b/data/excluded/GO-2022-0890.yaml index c3abac74..b38dd353 100644 --- a/data/excluded/GO-2022-0890.yaml +++ b/data/excluded/GO-2022-0890.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0890 excluded: NOT_IMPORTABLE modules: - module: github.com/kubernetes/kubernetes diff --git a/data/excluded/GO-2022-0892.yaml b/data/excluded/GO-2022-0892.yaml index e63a7ccd..51783dc7 100644 --- a/data/excluded/GO-2022-0892.yaml +++ b/data/excluded/GO-2022-0892.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0892 excluded: NOT_IMPORTABLE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2022-0893.yaml b/data/excluded/GO-2022-0893.yaml index cc368f69..e515fdac 100644 --- a/data/excluded/GO-2022-0893.yaml +++ b/data/excluded/GO-2022-0893.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0893 excluded: NOT_IMPORTABLE modules: - module: github.com/kubernetes/kubernetes diff --git a/data/excluded/GO-2022-0894.yaml b/data/excluded/GO-2022-0894.yaml index 1cc5dbb2..da72396a 100644 --- a/data/excluded/GO-2022-0894.yaml +++ b/data/excluded/GO-2022-0894.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0894 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2022-0895.yaml b/data/excluded/GO-2022-0895.yaml index 90d1e7b6..5abaafaf 100644 --- a/data/excluded/GO-2022-0895.yaml +++ b/data/excluded/GO-2022-0895.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0895 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2022-0896.yaml b/data/excluded/GO-2022-0896.yaml index d4786936..70ed49ba 100644 --- a/data/excluded/GO-2022-0896.yaml +++ b/data/excluded/GO-2022-0896.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0896 excluded: NOT_GO_CODE modules: - module: github.com/pomerium/pomerium diff --git a/data/excluded/GO-2022-0897.yaml b/data/excluded/GO-2022-0897.yaml index eda48289..f847cdef 100644 --- a/data/excluded/GO-2022-0897.yaml +++ b/data/excluded/GO-2022-0897.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0897 excluded: NOT_GO_CODE modules: - module: github.com/pomerium/pomerium diff --git a/data/excluded/GO-2022-0898.yaml b/data/excluded/GO-2022-0898.yaml index 34b6bba2..3765cc2a 100644 --- a/data/excluded/GO-2022-0898.yaml +++ b/data/excluded/GO-2022-0898.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0898 excluded: NOT_IMPORTABLE modules: - module: github.com/sylabs/singularity diff --git a/data/excluded/GO-2022-0899.yaml b/data/excluded/GO-2022-0899.yaml index 511f2f41..ed2efa1a 100644 --- a/data/excluded/GO-2022-0899.yaml +++ b/data/excluded/GO-2022-0899.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0899 excluded: NOT_IMPORTABLE modules: - module: github.com/sylabs/singularity diff --git a/data/excluded/GO-2022-0900.yaml b/data/excluded/GO-2022-0900.yaml index 78256107..eaed5271 100644 --- a/data/excluded/GO-2022-0900.yaml +++ b/data/excluded/GO-2022-0900.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0900 excluded: NOT_IMPORTABLE modules: - module: github.com/sylabs/singularity diff --git a/data/excluded/GO-2022-0901.yaml b/data/excluded/GO-2022-0901.yaml index 8f7d29d3..25bb1d0c 100644 --- a/data/excluded/GO-2022-0901.yaml +++ b/data/excluded/GO-2022-0901.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0901 excluded: NOT_IMPORTABLE modules: - module: github.com/sylabs/singularity diff --git a/data/excluded/GO-2022-0902.yaml b/data/excluded/GO-2022-0902.yaml index 5fc68cd7..9d1d71a5 100644 --- a/data/excluded/GO-2022-0902.yaml +++ b/data/excluded/GO-2022-0902.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0902 excluded: NOT_IMPORTABLE modules: - module: github.com/sylabs/singularity diff --git a/data/excluded/GO-2022-0903.yaml b/data/excluded/GO-2022-0903.yaml index 10e67134..a2d89055 100644 --- a/data/excluded/GO-2022-0903.yaml +++ b/data/excluded/GO-2022-0903.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0903 excluded: NOT_IMPORTABLE modules: - module: ktbs.dev/teler diff --git a/data/excluded/GO-2022-0904.yaml b/data/excluded/GO-2022-0904.yaml index 157e5edc..63f5e4f7 100644 --- a/data/excluded/GO-2022-0904.yaml +++ b/data/excluded/GO-2022-0904.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0904 excluded: NOT_IMPORTABLE modules: - module: k8s.io/kubernetes diff --git a/data/excluded/GO-2022-0905.yaml b/data/excluded/GO-2022-0905.yaml index 3ae5fbc9..8f538a3b 100644 --- a/data/excluded/GO-2022-0905.yaml +++ b/data/excluded/GO-2022-0905.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0905 excluded: NOT_IMPORTABLE modules: - module: github.com/filecoin-project/lotus diff --git a/data/excluded/GO-2022-0906.yaml b/data/excluded/GO-2022-0906.yaml index cd74791c..9783b533 100644 --- a/data/excluded/GO-2022-0906.yaml +++ b/data/excluded/GO-2022-0906.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0906 excluded: NOT_IMPORTABLE modules: - module: github.com/tyktechnologies/tyk-identity-broker diff --git a/data/excluded/GO-2022-0907.yaml b/data/excluded/GO-2022-0907.yaml index eef0eeb7..29c89dbf 100644 --- a/data/excluded/GO-2022-0907.yaml +++ b/data/excluded/GO-2022-0907.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0907 excluded: NOT_IMPORTABLE modules: - module: k8s.io/kubernetes diff --git a/data/excluded/GO-2022-0908.yaml b/data/excluded/GO-2022-0908.yaml index e2441c1d..ca0545f7 100644 --- a/data/excluded/GO-2022-0908.yaml +++ b/data/excluded/GO-2022-0908.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0908 excluded: NOT_IMPORTABLE modules: - module: k8s.io/kubernetes diff --git a/data/excluded/GO-2022-0909.yaml b/data/excluded/GO-2022-0909.yaml index 5c5decfb..956833f5 100644 --- a/data/excluded/GO-2022-0909.yaml +++ b/data/excluded/GO-2022-0909.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0909 excluded: NOT_IMPORTABLE modules: - module: k8s.io/kubernetes diff --git a/data/excluded/GO-2022-0910.yaml b/data/excluded/GO-2022-0910.yaml index 0b1e4a59..5af93816 100644 --- a/data/excluded/GO-2022-0910.yaml +++ b/data/excluded/GO-2022-0910.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0910 excluded: NOT_IMPORTABLE modules: - module: k8s.io/kubernetes diff --git a/data/excluded/GO-2022-0911.yaml b/data/excluded/GO-2022-0911.yaml index 65f54b52..ce3b0458 100644 --- a/data/excluded/GO-2022-0911.yaml +++ b/data/excluded/GO-2022-0911.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0911 excluded: NOT_IMPORTABLE modules: - module: github.com/Yubico/yubihsm-connector diff --git a/data/excluded/GO-2022-0912.yaml b/data/excluded/GO-2022-0912.yaml index 897d2017..97e4b4ce 100644 --- a/data/excluded/GO-2022-0912.yaml +++ b/data/excluded/GO-2022-0912.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0912 excluded: NOT_IMPORTABLE modules: - module: github.com/sylabs/sif diff --git a/data/excluded/GO-2022-0913.yaml b/data/excluded/GO-2022-0913.yaml index 8d534867..eaf54689 100644 --- a/data/excluded/GO-2022-0913.yaml +++ b/data/excluded/GO-2022-0913.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0913 excluded: NOT_IMPORTABLE modules: - module: github.com/prometheus/prometheus diff --git a/data/excluded/GO-2022-0914.yaml b/data/excluded/GO-2022-0914.yaml index b3055842..41c70511 100644 --- a/data/excluded/GO-2022-0914.yaml +++ b/data/excluded/GO-2022-0914.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0914 excluded: NOT_IMPORTABLE modules: - module: github.com/opencontainers/runc diff --git a/data/excluded/GO-2022-0915.yaml b/data/excluded/GO-2022-0915.yaml index 77ec953f..3f2543e4 100644 --- a/data/excluded/GO-2022-0915.yaml +++ b/data/excluded/GO-2022-0915.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0915 excluded: NOT_IMPORTABLE modules: - module: github.com/cortexproject/cortex diff --git a/data/excluded/GO-2022-0916.yaml b/data/excluded/GO-2022-0916.yaml index e0397153..a1278e14 100644 --- a/data/excluded/GO-2022-0916.yaml +++ b/data/excluded/GO-2022-0916.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0916 excluded: NOT_IMPORTABLE modules: - module: github.com/sylabs/singularity diff --git a/data/excluded/GO-2022-0917.yaml b/data/excluded/GO-2022-0917.yaml index 54925255..ec8fe19c 100644 --- a/data/excluded/GO-2022-0917.yaml +++ b/data/excluded/GO-2022-0917.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0917 excluded: NOT_IMPORTABLE modules: - module: github.com/authelia/authelia/v4 diff --git a/data/excluded/GO-2022-0919.yaml b/data/excluded/GO-2022-0919.yaml index 3e1c308e..09b2d1f8 100644 --- a/data/excluded/GO-2022-0919.yaml +++ b/data/excluded/GO-2022-0919.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0919 excluded: NOT_IMPORTABLE modules: - module: github.com/pterodactyl/wings diff --git a/data/excluded/GO-2022-0920.yaml b/data/excluded/GO-2022-0920.yaml index 76553672..d07e1758 100644 --- a/data/excluded/GO-2022-0920.yaml +++ b/data/excluded/GO-2022-0920.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0920 excluded: NOT_IMPORTABLE modules: - module: github.com/ory/oathkeeper diff --git a/data/excluded/GO-2022-0921.yaml b/data/excluded/GO-2022-0921.yaml index df62b022..32b159dd 100644 --- a/data/excluded/GO-2022-0921.yaml +++ b/data/excluded/GO-2022-0921.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0921 excluded: NOT_IMPORTABLE modules: - module: github.com/containerd/containerd diff --git a/data/excluded/GO-2022-0922.yaml b/data/excluded/GO-2022-0922.yaml index eec9f147..46798fd3 100644 --- a/data/excluded/GO-2022-0922.yaml +++ b/data/excluded/GO-2022-0922.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0922 excluded: NOT_IMPORTABLE modules: - module: github.com/projectcontour/contour diff --git a/data/excluded/GO-2022-0923.yaml b/data/excluded/GO-2022-0923.yaml index 3c900afb..e5c8769e 100644 --- a/data/excluded/GO-2022-0923.yaml +++ b/data/excluded/GO-2022-0923.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0923 excluded: NOT_IMPORTABLE modules: - module: github.com/traefik/traefik diff --git a/data/excluded/GO-2022-0924.yaml b/data/excluded/GO-2022-0924.yaml index 9a8d9df5..6eed5a77 100644 --- a/data/excluded/GO-2022-0924.yaml +++ b/data/excluded/GO-2022-0924.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0924 excluded: NOT_IMPORTABLE modules: - module: github.com/dutchcoders/transfer.sh diff --git a/data/excluded/GO-2022-0925.yaml b/data/excluded/GO-2022-0925.yaml index 0b857c22..6a81950e 100644 --- a/data/excluded/GO-2022-0925.yaml +++ b/data/excluded/GO-2022-0925.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0925 excluded: NOT_IMPORTABLE modules: - module: github.com/dutchcoders/transfer.sh diff --git a/data/excluded/GO-2022-0926.yaml b/data/excluded/GO-2022-0926.yaml index 4487128a..2f931ecb 100644 --- a/data/excluded/GO-2022-0926.yaml +++ b/data/excluded/GO-2022-0926.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0926 excluded: NOT_IMPORTABLE modules: - module: github.com/grafana/loki diff --git a/data/excluded/GO-2022-0927.yaml b/data/excluded/GO-2022-0927.yaml index b6323f71..37287e63 100644 --- a/data/excluded/GO-2022-0927.yaml +++ b/data/excluded/GO-2022-0927.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0927 excluded: NOT_IMPORTABLE modules: - module: github.com/cortexproject/cortex diff --git a/data/excluded/GO-2022-0928.yaml b/data/excluded/GO-2022-0928.yaml index 6d031986..1b5198cc 100644 --- a/data/excluded/GO-2022-0928.yaml +++ b/data/excluded/GO-2022-0928.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0928 excluded: NOT_IMPORTABLE modules: - module: github.com/argoproj/argo-workflows/v3 diff --git a/data/excluded/GO-2022-0929.yaml b/data/excluded/GO-2022-0929.yaml index 0ef78b29..641d455a 100644 --- a/data/excluded/GO-2022-0929.yaml +++ b/data/excluded/GO-2022-0929.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0929 excluded: NOT_IMPORTABLE modules: - module: github.com/gen2brain/go-unarr diff --git a/data/excluded/GO-2022-0930.yaml b/data/excluded/GO-2022-0930.yaml index bdb2902d..eac195b6 100644 --- a/data/excluded/GO-2022-0930.yaml +++ b/data/excluded/GO-2022-0930.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0930 excluded: NOT_IMPORTABLE modules: - module: github.com/wal-g/wal-g diff --git a/data/excluded/GO-2022-0931.yaml b/data/excluded/GO-2022-0931.yaml index e5c0dd5d..94a285e6 100644 --- a/data/excluded/GO-2022-0931.yaml +++ b/data/excluded/GO-2022-0931.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0931 excluded: NOT_IMPORTABLE modules: - module: istio.io/istio diff --git a/data/excluded/GO-2022-0932.yaml b/data/excluded/GO-2022-0932.yaml index f8807667..a93c50e1 100644 --- a/data/excluded/GO-2022-0932.yaml +++ b/data/excluded/GO-2022-0932.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0932 excluded: NOT_IMPORTABLE modules: - module: istio.io/istio diff --git a/data/excluded/GO-2022-0933.yaml b/data/excluded/GO-2022-0933.yaml index b59a9173..32389cea 100644 --- a/data/excluded/GO-2022-0933.yaml +++ b/data/excluded/GO-2022-0933.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0933 excluded: NOT_IMPORTABLE modules: - module: github.com/pomerium/pomerium diff --git a/data/excluded/GO-2022-0934.yaml b/data/excluded/GO-2022-0934.yaml index eb821c71..fa4cfb92 100644 --- a/data/excluded/GO-2022-0934.yaml +++ b/data/excluded/GO-2022-0934.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0934 excluded: NOT_IMPORTABLE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2022-0935.yaml b/data/excluded/GO-2022-0935.yaml index b52e610f..e680e7e4 100644 --- a/data/excluded/GO-2022-0935.yaml +++ b/data/excluded/GO-2022-0935.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0935 excluded: NOT_IMPORTABLE modules: - module: github.com/beego/beego/v2 diff --git a/data/excluded/GO-2022-0936.yaml b/data/excluded/GO-2022-0936.yaml index 81918ff2..736e1469 100644 --- a/data/excluded/GO-2022-0936.yaml +++ b/data/excluded/GO-2022-0936.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0936 excluded: NOT_IMPORTABLE modules: - module: github.com/in-toto/in-toto-golang diff --git a/data/excluded/GO-2022-0937.yaml b/data/excluded/GO-2022-0937.yaml index 3b33a729..6c2e1f97 100644 --- a/data/excluded/GO-2022-0937.yaml +++ b/data/excluded/GO-2022-0937.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0937 excluded: NOT_IMPORTABLE modules: - module: github.com/elves/elvish diff --git a/data/excluded/GO-2022-0938.yaml b/data/excluded/GO-2022-0938.yaml index d48e2666..0e2497bb 100644 --- a/data/excluded/GO-2022-0938.yaml +++ b/data/excluded/GO-2022-0938.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0938 excluded: NOT_IMPORTABLE modules: - module: github.com/containerd/containerd diff --git a/data/excluded/GO-2022-0939.yaml b/data/excluded/GO-2022-0939.yaml index ab266305..1c788edd 100644 --- a/data/excluded/GO-2022-0939.yaml +++ b/data/excluded/GO-2022-0939.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0939 excluded: NOT_IMPORTABLE modules: - module: github.com/stevenweathers/thunderdome-planning-poker diff --git a/data/excluded/GO-2022-0940.yaml b/data/excluded/GO-2022-0940.yaml index 6b68cce7..f0766b1e 100644 --- a/data/excluded/GO-2022-0940.yaml +++ b/data/excluded/GO-2022-0940.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0940 excluded: EFFECTIVELY_PRIVATE modules: - module: k8s.io/kubernetes diff --git a/data/excluded/GO-2022-0941.yaml b/data/excluded/GO-2022-0941.yaml index 8077bc19..641aa01f 100644 --- a/data/excluded/GO-2022-0941.yaml +++ b/data/excluded/GO-2022-0941.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0941 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/ethereum/go-ethereum diff --git a/data/excluded/GO-2022-0946.yaml b/data/excluded/GO-2022-0946.yaml index 6ffa80d7..6e3bc6bc 100644 --- a/data/excluded/GO-2022-0946.yaml +++ b/data/excluded/GO-2022-0946.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0946 excluded: NOT_GO_CODE modules: - module: github.com/arvados/arvados diff --git a/data/excluded/GO-2022-0949.yaml b/data/excluded/GO-2022-0949.yaml index f86d931e..7879747e 100644 --- a/data/excluded/GO-2022-0949.yaml +++ b/data/excluded/GO-2022-0949.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0949 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hyperledger/fabric diff --git a/data/excluded/GO-2022-0951.yaml b/data/excluded/GO-2022-0951.yaml index 68afa28c..b03a8964 100644 --- a/data/excluded/GO-2022-0951.yaml +++ b/data/excluded/GO-2022-0951.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0951 excluded: NOT_IMPORTABLE modules: - module: github.com/keycloak/keycloak-gatekeeper diff --git a/data/excluded/GO-2022-0953.yaml b/data/excluded/GO-2022-0953.yaml index 2b8bc737..218db016 100644 --- a/data/excluded/GO-2022-0953.yaml +++ b/data/excluded/GO-2022-0953.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0953 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2022-0954.yaml b/data/excluded/GO-2022-0954.yaml index 9c92ae9f..3d3999bf 100644 --- a/data/excluded/GO-2022-0954.yaml +++ b/data/excluded/GO-2022-0954.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0954 excluded: NOT_IMPORTABLE modules: - module: kubevirt.io/kubevirt diff --git a/data/excluded/GO-2022-0955.yaml b/data/excluded/GO-2022-0955.yaml index 110fa759..aaee654a 100644 --- a/data/excluded/GO-2022-0955.yaml +++ b/data/excluded/GO-2022-0955.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0955 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/openshift/cluster-ingress-operator diff --git a/data/excluded/GO-2022-0958.yaml b/data/excluded/GO-2022-0958.yaml index 0f1e5bb4..7ffe52a9 100644 --- a/data/excluded/GO-2022-0958.yaml +++ b/data/excluded/GO-2022-0958.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0958 excluded: NOT_IMPORTABLE modules: - module: gitlab.com/nbdkit/libnbd diff --git a/data/excluded/GO-2022-0959.yaml b/data/excluded/GO-2022-0959.yaml index c2ef709b..4b810591 100644 --- a/data/excluded/GO-2022-0959.yaml +++ b/data/excluded/GO-2022-0959.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0959 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cilium/cilium diff --git a/data/excluded/GO-2022-0960.yaml b/data/excluded/GO-2022-0960.yaml index b71dcb8e..a2e72155 100644 --- a/data/excluded/GO-2022-0960.yaml +++ b/data/excluded/GO-2022-0960.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0960 excluded: NOT_IMPORTABLE modules: - module: github.com/fluxcd/flux2 diff --git a/data/excluded/GO-2022-0961.yaml b/data/excluded/GO-2022-0961.yaml index 667e126d..d764d749 100644 --- a/data/excluded/GO-2022-0961.yaml +++ b/data/excluded/GO-2022-0961.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0961 excluded: NOT_IMPORTABLE modules: - module: github.com/zitadel/zitadel diff --git a/data/excluded/GO-2022-0964.yaml b/data/excluded/GO-2022-0964.yaml index 4e1ed4cc..d764811c 100644 --- a/data/excluded/GO-2022-0964.yaml +++ b/data/excluded/GO-2022-0964.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0964 excluded: NOT_IMPORTABLE modules: - module: github.com/drakkan/sftpgo diff --git a/data/excluded/GO-2022-0970.yaml b/data/excluded/GO-2022-0970.yaml index a297e0fc..28d31e9d 100644 --- a/data/excluded/GO-2022-0970.yaml +++ b/data/excluded/GO-2022-0970.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0970 excluded: NOT_IMPORTABLE modules: - module: github.com/ElrondNetwork/elrond-go diff --git a/data/excluded/GO-2022-0971.yaml b/data/excluded/GO-2022-0971.yaml index f83b5abf..4afab9c1 100644 --- a/data/excluded/GO-2022-0971.yaml +++ b/data/excluded/GO-2022-0971.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0971 excluded: NOT_IMPORTABLE modules: - module: github.com/ElrondNetwork/elrond-go diff --git a/data/excluded/GO-2022-0973.yaml b/data/excluded/GO-2022-0973.yaml index 6a4cde36..901064bc 100644 --- a/data/excluded/GO-2022-0973.yaml +++ b/data/excluded/GO-2022-0973.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0973 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2022-0974.yaml b/data/excluded/GO-2022-0974.yaml index 21a352a0..27480ee7 100644 --- a/data/excluded/GO-2022-0974.yaml +++ b/data/excluded/GO-2022-0974.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0974 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2022-0975.yaml b/data/excluded/GO-2022-0975.yaml index f9e55f99..13244d8d 100644 --- a/data/excluded/GO-2022-0975.yaml +++ b/data/excluded/GO-2022-0975.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0975 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2022-0977.yaml b/data/excluded/GO-2022-0977.yaml index dffb1726..b13b39d8 100644 --- a/data/excluded/GO-2022-0977.yaml +++ b/data/excluded/GO-2022-0977.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0977 excluded: NOT_IMPORTABLE modules: - module: github.com/fluxcd/flux2 diff --git a/data/excluded/GO-2022-0981.yaml b/data/excluded/GO-2022-0981.yaml index 3421d150..dee20bb1 100644 --- a/data/excluded/GO-2022-0981.yaml +++ b/data/excluded/GO-2022-0981.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0981 excluded: NOT_IMPORTABLE modules: - module: go.pinniped.dev diff --git a/data/excluded/GO-2022-0982.yaml b/data/excluded/GO-2022-0982.yaml index 4701b3cd..2e600f4f 100644 --- a/data/excluded/GO-2022-0982.yaml +++ b/data/excluded/GO-2022-0982.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0982 excluded: EFFECTIVELY_PRIVATE modules: - module: code.gitea.io/gitea diff --git a/data/excluded/GO-2022-0983.yaml b/data/excluded/GO-2022-0983.yaml index 83737029..546deade 100644 --- a/data/excluded/GO-2022-0983.yaml +++ b/data/excluded/GO-2022-0983.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0983 excluded: EFFECTIVELY_PRIVATE modules: - module: k8s.io/kubernetes diff --git a/data/excluded/GO-2022-0984.yaml b/data/excluded/GO-2022-0984.yaml index 59ce7c70..0c89c29f 100644 --- a/data/excluded/GO-2022-0984.yaml +++ b/data/excluded/GO-2022-0984.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0984 excluded: NOT_IMPORTABLE modules: - module: github.com/gravitational/teleport diff --git a/data/excluded/GO-2022-0985.yaml b/data/excluded/GO-2022-0985.yaml index a8fcc313..1aca7bdb 100644 --- a/data/excluded/GO-2022-0985.yaml +++ b/data/excluded/GO-2022-0985.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0985 excluded: NOT_IMPORTABLE modules: - module: github.com/moby/moby diff --git a/data/excluded/GO-2022-0986.yaml b/data/excluded/GO-2022-0986.yaml index a560bb16..ee55d575 100644 --- a/data/excluded/GO-2022-0986.yaml +++ b/data/excluded/GO-2022-0986.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0986 excluded: NOT_IMPORTABLE modules: - module: github.com/gravitl/netmaker diff --git a/data/excluded/GO-2022-0987.yaml b/data/excluded/GO-2022-0987.yaml index f95d745a..2ccc9ce0 100644 --- a/data/excluded/GO-2022-0987.yaml +++ b/data/excluded/GO-2022-0987.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0987 excluded: NOT_IMPORTABLE modules: - module: github.com/gophish/gophish diff --git a/data/excluded/GO-2022-0989.yaml b/data/excluded/GO-2022-0989.yaml index 001a89af..fd54f5df 100644 --- a/data/excluded/GO-2022-0989.yaml +++ b/data/excluded/GO-2022-0989.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0989 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/matrix-org/dendrite diff --git a/data/excluded/GO-2022-0993.yaml b/data/excluded/GO-2022-0993.yaml index 10d00cd9..b9210556 100644 --- a/data/excluded/GO-2022-0993.yaml +++ b/data/excluded/GO-2022-0993.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0993 excluded: NOT_A_VULNERABILITY modules: - module: std diff --git a/data/excluded/GO-2022-0995.yaml b/data/excluded/GO-2022-0995.yaml index 29d817e9..39fcd6b0 100644 --- a/data/excluded/GO-2022-0995.yaml +++ b/data/excluded/GO-2022-0995.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0995 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/siderolabs/talos diff --git a/data/excluded/GO-2022-0998.yaml b/data/excluded/GO-2022-0998.yaml index 25a4291f..571084a8 100644 --- a/data/excluded/GO-2022-0998.yaml +++ b/data/excluded/GO-2022-0998.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0998 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/sigstore/cosign diff --git a/data/excluded/GO-2022-0999.yaml b/data/excluded/GO-2022-0999.yaml index 48dd1035..25c0dd01 100644 --- a/data/excluded/GO-2022-0999.yaml +++ b/data/excluded/GO-2022-0999.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0999 excluded: NOT_IMPORTABLE modules: - module: github.com/ouqiang/gocron diff --git a/data/excluded/GO-2022-1000.yaml b/data/excluded/GO-2022-1000.yaml index f14da277..04e3cb7f 100644 --- a/data/excluded/GO-2022-1000.yaml +++ b/data/excluded/GO-2022-1000.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1000 excluded: EFFECTIVELY_PRIVATE modules: - module: kubevirt.io/kubevirt diff --git a/data/excluded/GO-2022-1003.yaml b/data/excluded/GO-2022-1003.yaml index 29f3da14..12851844 100644 --- a/data/excluded/GO-2022-1003.yaml +++ b/data/excluded/GO-2022-1003.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1003 excluded: NOT_GO_CODE modules: - module: github.com/talos-systems/talos diff --git a/data/excluded/GO-2022-1005.yaml b/data/excluded/GO-2022-1005.yaml index c5a3fb98..0f88bbc8 100644 --- a/data/excluded/GO-2022-1005.yaml +++ b/data/excluded/GO-2022-1005.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1005 excluded: NOT_GO_CODE modules: - module: github.com/siderolabs/talos diff --git a/data/excluded/GO-2022-1006.yaml b/data/excluded/GO-2022-1006.yaml index c37be5dc..da1249a7 100644 --- a/data/excluded/GO-2022-1006.yaml +++ b/data/excluded/GO-2022-1006.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1006 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/casdoor/casdoor diff --git a/data/excluded/GO-2022-1007.yaml b/data/excluded/GO-2022-1007.yaml index b571c3c4..3e518cd7 100644 --- a/data/excluded/GO-2022-1007.yaml +++ b/data/excluded/GO-2022-1007.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1007 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/containers/podman/v3 diff --git a/data/excluded/GO-2022-1009.yaml b/data/excluded/GO-2022-1009.yaml index 48df92b7..d9e1cdd7 100644 --- a/data/excluded/GO-2022-1009.yaml +++ b/data/excluded/GO-2022-1009.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1009 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/goharbor/harbor diff --git a/data/excluded/GO-2022-1010.yaml b/data/excluded/GO-2022-1010.yaml index 56c6eecd..50805e82 100644 --- a/data/excluded/GO-2022-1010.yaml +++ b/data/excluded/GO-2022-1010.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1010 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/goharbor/harbor diff --git a/data/excluded/GO-2022-1011.yaml b/data/excluded/GO-2022-1011.yaml index dfdb95fd..be3a1d8f 100644 --- a/data/excluded/GO-2022-1011.yaml +++ b/data/excluded/GO-2022-1011.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1011 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/goharbor/harbor diff --git a/data/excluded/GO-2022-1012.yaml b/data/excluded/GO-2022-1012.yaml index b2de2f9b..1d8b0dc4 100644 --- a/data/excluded/GO-2022-1012.yaml +++ b/data/excluded/GO-2022-1012.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1012 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/goharbor/harbor diff --git a/data/excluded/GO-2022-1013.yaml b/data/excluded/GO-2022-1013.yaml index d016e109..a2dc9dc3 100644 --- a/data/excluded/GO-2022-1013.yaml +++ b/data/excluded/GO-2022-1013.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1013 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/goharbor/harbor diff --git a/data/excluded/GO-2022-1014.yaml b/data/excluded/GO-2022-1014.yaml index e4f6c955..ba2190b7 100644 --- a/data/excluded/GO-2022-1014.yaml +++ b/data/excluded/GO-2022-1014.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1014 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cri-o/cri-o diff --git a/data/excluded/GO-2022-1015.yaml b/data/excluded/GO-2022-1015.yaml index 5285de1c..9898ab2b 100644 --- a/data/excluded/GO-2022-1015.yaml +++ b/data/excluded/GO-2022-1015.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1015 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/drakkan/sftpgo diff --git a/data/excluded/GO-2022-1016.yaml b/data/excluded/GO-2022-1016.yaml index 40f40a50..7e160a83 100644 --- a/data/excluded/GO-2022-1016.yaml +++ b/data/excluded/GO-2022-1016.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1016 excluded: NOT_GO_CODE modules: - module: github.com/protocolbuffers/protobuf diff --git a/data/excluded/GO-2022-1017.yaml b/data/excluded/GO-2022-1017.yaml index f3230716..6012e226 100644 --- a/data/excluded/GO-2022-1017.yaml +++ b/data/excluded/GO-2022-1017.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1017 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/arvados/arvados diff --git a/data/excluded/GO-2022-1018.yaml b/data/excluded/GO-2022-1018.yaml index 8e0210c8..4786a51f 100644 --- a/data/excluded/GO-2022-1018.yaml +++ b/data/excluded/GO-2022-1018.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1018 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hyperledger/fabric diff --git a/data/excluded/GO-2022-1019.yaml b/data/excluded/GO-2022-1019.yaml index 8d8cb57a..4165224d 100644 --- a/data/excluded/GO-2022-1019.yaml +++ b/data/excluded/GO-2022-1019.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1019 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/treeverse/lakefs diff --git a/data/excluded/GO-2022-1020.yaml b/data/excluded/GO-2022-1020.yaml index c99d0343..48ad1314 100644 --- a/data/excluded/GO-2022-1020.yaml +++ b/data/excluded/GO-2022-1020.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1020 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cloudreve/Cloudreve/v3 diff --git a/data/excluded/GO-2022-1021.yaml b/data/excluded/GO-2022-1021.yaml index 42e93deb..fc339a6d 100644 --- a/data/excluded/GO-2022-1021.yaml +++ b/data/excluded/GO-2022-1021.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1021 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/vault diff --git a/data/excluded/GO-2022-1022.yaml b/data/excluded/GO-2022-1022.yaml index 67916ca7..4cc3e8d5 100644 --- a/data/excluded/GO-2022-1022.yaml +++ b/data/excluded/GO-2022-1022.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1022 excluded: NOT_IMPORTABLE modules: - module: github.com/mohammed90/caddy-ssh diff --git a/data/excluded/GO-2022-1023.yaml b/data/excluded/GO-2022-1023.yaml index 32688a34..1f35529e 100644 --- a/data/excluded/GO-2022-1023.yaml +++ b/data/excluded/GO-2022-1023.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1023 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/brokercap/Bifrost diff --git a/data/excluded/GO-2022-1028.yaml b/data/excluded/GO-2022-1028.yaml index 90ee1f63..4972f436 100644 --- a/data/excluded/GO-2022-1028.yaml +++ b/data/excluded/GO-2022-1028.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1028 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v6 diff --git a/data/excluded/GO-2022-1029.yaml b/data/excluded/GO-2022-1029.yaml index 06924e29..269d3323 100644 --- a/data/excluded/GO-2022-1029.yaml +++ b/data/excluded/GO-2022-1029.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1029 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2022-1030.yaml b/data/excluded/GO-2022-1030.yaml index 6a13aff1..eaaae22b 100644 --- a/data/excluded/GO-2022-1030.yaml +++ b/data/excluded/GO-2022-1030.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1030 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/dutchcoders/transfer.sh diff --git a/data/excluded/GO-2022-1032.yaml b/data/excluded/GO-2022-1032.yaml index 85709c9f..1d70c385 100644 --- a/data/excluded/GO-2022-1032.yaml +++ b/data/excluded/GO-2022-1032.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1032 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cloudflare/goflow diff --git a/data/excluded/GO-2022-1033.yaml b/data/excluded/GO-2022-1033.yaml index 74738cfd..3e8ea333 100644 --- a/data/excluded/GO-2022-1033.yaml +++ b/data/excluded/GO-2022-1033.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1033 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/dapr/dashboard diff --git a/data/excluded/GO-2022-1034.yaml b/data/excluded/GO-2022-1034.yaml index 5261f3d2..d16e0a6b 100644 --- a/data/excluded/GO-2022-1034.yaml +++ b/data/excluded/GO-2022-1034.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1034 excluded: NOT_IMPORTABLE modules: - module: github.com/snyk/snyk-go-plugin diff --git a/data/excluded/GO-2022-1035.yaml b/data/excluded/GO-2022-1035.yaml index 4c974b44..9d9a9d6d 100644 --- a/data/excluded/GO-2022-1035.yaml +++ b/data/excluded/GO-2022-1035.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1035 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/dexidp/dex diff --git a/data/excluded/GO-2022-1036.yaml b/data/excluded/GO-2022-1036.yaml index d8b6dd52..bbacfdee 100644 --- a/data/excluded/GO-2022-1036.yaml +++ b/data/excluded/GO-2022-1036.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1036 excluded: NOT_GO_CODE modules: - module: github.com/bytebase/bytebase diff --git a/data/excluded/GO-2022-1048.yaml b/data/excluded/GO-2022-1048.yaml index 60394bb5..f65f040f 100644 --- a/data/excluded/GO-2022-1048.yaml +++ b/data/excluded/GO-2022-1048.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1048 excluded: NOT_A_VULNERABILITY modules: - module: go.etcd.io/etcd/client/v3 diff --git a/data/excluded/GO-2022-1049.yaml b/data/excluded/GO-2022-1049.yaml index 0cf62630..f705f026 100644 --- a/data/excluded/GO-2022-1049.yaml +++ b/data/excluded/GO-2022-1049.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1049 excluded: EFFECTIVELY_PRIVATE modules: - module: go.etcd.io/etcd/client/v3 diff --git a/data/excluded/GO-2022-1050.yaml b/data/excluded/GO-2022-1050.yaml index 10004220..258a5067 100644 --- a/data/excluded/GO-2022-1050.yaml +++ b/data/excluded/GO-2022-1050.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1050 excluded: EFFECTIVELY_PRIVATE modules: - module: go.etcd.io/etcd/client/v3 diff --git a/data/excluded/GO-2022-1051.yaml b/data/excluded/GO-2022-1051.yaml index 8d912c85..1fd737b1 100644 --- a/data/excluded/GO-2022-1051.yaml +++ b/data/excluded/GO-2022-1051.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1051 excluded: EFFECTIVELY_PRIVATE modules: - module: go.etcd.io/etcd/v3 diff --git a/data/excluded/GO-2022-1057.yaml b/data/excluded/GO-2022-1057.yaml index e7c9be2d..0dcb2fb2 100644 --- a/data/excluded/GO-2022-1057.yaml +++ b/data/excluded/GO-2022-1057.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1057 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/traefik/traefik/v2 diff --git a/data/excluded/GO-2022-1060.yaml b/data/excluded/GO-2022-1060.yaml index 52b7441a..ec272d2b 100644 --- a/data/excluded/GO-2022-1060.yaml +++ b/data/excluded/GO-2022-1060.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1060 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2022-1061.yaml b/data/excluded/GO-2022-1061.yaml index 8c8f6c7b..5e9c2bc0 100644 --- a/data/excluded/GO-2022-1061.yaml +++ b/data/excluded/GO-2022-1061.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1061 excluded: NOT_IMPORTABLE modules: - module: github.com/AdguardTeam/AdGuardHome diff --git a/data/excluded/GO-2022-1062.yaml b/data/excluded/GO-2022-1062.yaml index dafdc8f9..3f80a1ab 100644 --- a/data/excluded/GO-2022-1062.yaml +++ b/data/excluded/GO-2022-1062.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1062 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-1063.yaml b/data/excluded/GO-2022-1063.yaml index 7ecbe8c5..51eb2082 100644 --- a/data/excluded/GO-2022-1063.yaml +++ b/data/excluded/GO-2022-1063.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1063 excluded: NOT_GO_CODE modules: - module: github.com/protocolbuffers/protobuf diff --git a/data/excluded/GO-2022-1064.yaml b/data/excluded/GO-2022-1064.yaml index 0cfe6975..af292b1b 100644 --- a/data/excluded/GO-2022-1064.yaml +++ b/data/excluded/GO-2022-1064.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1064 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/istio/istio diff --git a/data/excluded/GO-2022-1065.yaml b/data/excluded/GO-2022-1065.yaml index c3aae5ea..605a4103 100644 --- a/data/excluded/GO-2022-1065.yaml +++ b/data/excluded/GO-2022-1065.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1065 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/go-gitea/gitea diff --git a/data/excluded/GO-2022-1066.yaml b/data/excluded/GO-2022-1066.yaml index a46d09bd..07d5aa91 100644 --- a/data/excluded/GO-2022-1066.yaml +++ b/data/excluded/GO-2022-1066.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1066 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cheqd/cheqd-node diff --git a/data/excluded/GO-2022-1067.yaml b/data/excluded/GO-2022-1067.yaml index 3ab15103..c700ccc2 100644 --- a/data/excluded/GO-2022-1067.yaml +++ b/data/excluded/GO-2022-1067.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1067 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/brokercap/Bifrost diff --git a/data/excluded/GO-2022-1068.yaml b/data/excluded/GO-2022-1068.yaml index de8e8f4d..9e748b19 100644 --- a/data/excluded/GO-2022-1068.yaml +++ b/data/excluded/GO-2022-1068.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1068 excluded: NOT_GO_CODE modules: - module: github.com/git/git diff --git a/data/excluded/GO-2022-1069.yaml b/data/excluded/GO-2022-1069.yaml index f4c1522b..b45fc84a 100644 --- a/data/excluded/GO-2022-1069.yaml +++ b/data/excluded/GO-2022-1069.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1069 excluded: NOT_GO_CODE modules: - module: github.com/git/git diff --git a/data/excluded/GO-2022-1072.yaml b/data/excluded/GO-2022-1072.yaml index 7b221ece..2cd9d200 100644 --- a/data/excluded/GO-2022-1072.yaml +++ b/data/excluded/GO-2022-1072.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1072 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/concourse/concourse diff --git a/data/excluded/GO-2022-1076.yaml b/data/excluded/GO-2022-1076.yaml index c0d97b01..fc3e6b9b 100644 --- a/data/excluded/GO-2022-1076.yaml +++ b/data/excluded/GO-2022-1076.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1076 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/flipped-aurora/gin-vue-admin diff --git a/data/excluded/GO-2022-1079.yaml b/data/excluded/GO-2022-1079.yaml index 2e268d78..4cab8564 100644 --- a/data/excluded/GO-2022-1079.yaml +++ b/data/excluded/GO-2022-1079.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1079 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/openfga/openfga diff --git a/data/excluded/GO-2022-1080.yaml b/data/excluded/GO-2022-1080.yaml index a039d122..71c2d8ad 100644 --- a/data/excluded/GO-2022-1080.yaml +++ b/data/excluded/GO-2022-1080.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1080 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/openfga/openfga diff --git a/data/excluded/GO-2022-1081.yaml b/data/excluded/GO-2022-1081.yaml index dbaf1540..a57fcbf4 100644 --- a/data/excluded/GO-2022-1081.yaml +++ b/data/excluded/GO-2022-1081.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1081 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/openfga/openfga diff --git a/data/excluded/GO-2022-1082.yaml b/data/excluded/GO-2022-1082.yaml index 44114800..34a1f86c 100644 --- a/data/excluded/GO-2022-1082.yaml +++ b/data/excluded/GO-2022-1082.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1082 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/flipped-aurora/gin-vue-admin diff --git a/data/excluded/GO-2022-1088.yaml b/data/excluded/GO-2022-1088.yaml index a8d96a18..4085a281 100644 --- a/data/excluded/GO-2022-1088.yaml +++ b/data/excluded/GO-2022-1088.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1088 excluded: NOT_GO_CODE modules: - module: github.com/bazelbuild/bazel diff --git a/data/excluded/GO-2022-1089.yaml b/data/excluded/GO-2022-1089.yaml index ffa4f567..53ce9235 100644 --- a/data/excluded/GO-2022-1089.yaml +++ b/data/excluded/GO-2022-1089.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1089 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cloudflare/cfrpki diff --git a/data/excluded/GO-2022-1090.yaml b/data/excluded/GO-2022-1090.yaml index 75742416..30bf59f1 100644 --- a/data/excluded/GO-2022-1090.yaml +++ b/data/excluded/GO-2022-1090.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1090 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/boundary diff --git a/data/excluded/GO-2022-1097.yaml b/data/excluded/GO-2022-1097.yaml index 2caad2f5..ca805b39 100644 --- a/data/excluded/GO-2022-1097.yaml +++ b/data/excluded/GO-2022-1097.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1097 excluded: NOT_IMPORTABLE modules: - module: github.com/pingcap/tidb diff --git a/data/excluded/GO-2022-1099.yaml b/data/excluded/GO-2022-1099.yaml index 0f79e624..4dae5b9d 100644 --- a/data/excluded/GO-2022-1099.yaml +++ b/data/excluded/GO-2022-1099.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1099 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/openfga/openfga diff --git a/data/excluded/GO-2022-1100.yaml b/data/excluded/GO-2022-1100.yaml index d92a3e54..45e05d0d 100644 --- a/data/excluded/GO-2022-1100.yaml +++ b/data/excluded/GO-2022-1100.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1100 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/go-vela/worker diff --git a/data/excluded/GO-2022-1101.yaml b/data/excluded/GO-2022-1101.yaml index d5da15e1..d0275751 100644 --- a/data/excluded/GO-2022-1101.yaml +++ b/data/excluded/GO-2022-1101.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1101 excluded: NOT_IMPORTABLE modules: - module: github.com/istio/istio diff --git a/data/excluded/GO-2022-1104.yaml b/data/excluded/GO-2022-1104.yaml index aac7645a..df71af3e 100644 --- a/data/excluded/GO-2022-1104.yaml +++ b/data/excluded/GO-2022-1104.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1104 excluded: NOT_IMPORTABLE modules: - module: github.com/phachon/mm-wiki diff --git a/data/excluded/GO-2022-1105.yaml b/data/excluded/GO-2022-1105.yaml index 2f076e01..27e1bdaa 100644 --- a/data/excluded/GO-2022-1105.yaml +++ b/data/excluded/GO-2022-1105.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1105 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-1106.yaml b/data/excluded/GO-2022-1106.yaml index 088f169d..2f759556 100644 --- a/data/excluded/GO-2022-1106.yaml +++ b/data/excluded/GO-2022-1106.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1106 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2022-1107.yaml b/data/excluded/GO-2022-1107.yaml index cf49a139..2de5a312 100644 --- a/data/excluded/GO-2022-1107.yaml +++ b/data/excluded/GO-2022-1107.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1107 excluded: NOT_IMPORTABLE modules: - module: github.com/moby/moby diff --git a/data/excluded/GO-2022-1109.yaml b/data/excluded/GO-2022-1109.yaml index 1dd74f4d..45e18a35 100644 --- a/data/excluded/GO-2022-1109.yaml +++ b/data/excluded/GO-2022-1109.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1109 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hyperledger/fabric diff --git a/data/excluded/GO-2022-1115.yaml b/data/excluded/GO-2022-1115.yaml index 67cff823..db4d5152 100644 --- a/data/excluded/GO-2022-1115.yaml +++ b/data/excluded/GO-2022-1115.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1115 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/lightningnetwork/lnd diff --git a/data/excluded/GO-2022-1119.yaml b/data/excluded/GO-2022-1119.yaml index d22403fa..085c8d64 100644 --- a/data/excluded/GO-2022-1119.yaml +++ b/data/excluded/GO-2022-1119.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1119 excluded: NOT_IMPORTABLE modules: - module: tailscale.com diff --git a/data/excluded/GO-2022-1120.yaml b/data/excluded/GO-2022-1120.yaml index 9ff09396..39a64fb6 100644 --- a/data/excluded/GO-2022-1120.yaml +++ b/data/excluded/GO-2022-1120.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1120 excluded: NOT_IMPORTABLE modules: - module: tailscale.com diff --git a/data/excluded/GO-2022-1121.yaml b/data/excluded/GO-2022-1121.yaml index 3166214c..69ae17e0 100644 --- a/data/excluded/GO-2022-1121.yaml +++ b/data/excluded/GO-2022-1121.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1121 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2022-1126.yaml b/data/excluded/GO-2022-1126.yaml index 6b0ac57b..5676d555 100644 --- a/data/excluded/GO-2022-1126.yaml +++ b/data/excluded/GO-2022-1126.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1126 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server diff --git a/data/excluded/GO-2022-1127.yaml b/data/excluded/GO-2022-1127.yaml index d974a98e..f2489e08 100644 --- a/data/excluded/GO-2022-1127.yaml +++ b/data/excluded/GO-2022-1127.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1127 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server diff --git a/data/excluded/GO-2022-1132.yaml b/data/excluded/GO-2022-1132.yaml index 34d8a6fb..8ac5307b 100644 --- a/data/excluded/GO-2022-1132.yaml +++ b/data/excluded/GO-2022-1132.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1132 excluded: NOT_IMPORTABLE modules: - module: github.com/grafana/synthetic-monitoring-agent diff --git a/data/excluded/GO-2022-1133.yaml b/data/excluded/GO-2022-1133.yaml index a3b3a4a1..0ce6927d 100644 --- a/data/excluded/GO-2022-1133.yaml +++ b/data/excluded/GO-2022-1133.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1133 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/free5gc/free5gc diff --git a/data/excluded/GO-2022-1135.yaml b/data/excluded/GO-2022-1135.yaml index 97571426..c514b9b2 100644 --- a/data/excluded/GO-2022-1135.yaml +++ b/data/excluded/GO-2022-1135.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1135 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/clastix/capsule diff --git a/data/excluded/GO-2022-1136.yaml b/data/excluded/GO-2022-1136.yaml index 81e581e0..3bd9f1f2 100644 --- a/data/excluded/GO-2022-1136.yaml +++ b/data/excluded/GO-2022-1136.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1136 excluded: NOT_IMPORTABLE modules: - module: github.com/benc-uk/kubeview diff --git a/data/excluded/GO-2022-1137.yaml b/data/excluded/GO-2022-1137.yaml index cb5b20c7..9e55c8e1 100644 --- a/data/excluded/GO-2022-1137.yaml +++ b/data/excluded/GO-2022-1137.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1137 excluded: NOT_GO_CODE modules: - module: github.com/mittwald/kube-httpcache diff --git a/data/excluded/GO-2022-1138.yaml b/data/excluded/GO-2022-1138.yaml index e694ca15..65f4bb2c 100644 --- a/data/excluded/GO-2022-1138.yaml +++ b/data/excluded/GO-2022-1138.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1138 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/owncast/owncast diff --git a/data/excluded/GO-2022-1140.yaml b/data/excluded/GO-2022-1140.yaml index f375f5fb..9a9f2ef2 100644 --- a/data/excluded/GO-2022-1140.yaml +++ b/data/excluded/GO-2022-1140.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1140 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/prometheus/prometheus/v2 diff --git a/data/excluded/GO-2022-1141.yaml b/data/excluded/GO-2022-1141.yaml index eb764aec..bb841043 100644 --- a/data/excluded/GO-2022-1141.yaml +++ b/data/excluded/GO-2022-1141.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1141 excluded: NOT_GO_CODE modules: - module: teler.app diff --git a/data/excluded/GO-2022-1147.yaml b/data/excluded/GO-2022-1147.yaml index 4ad6b42e..bbd9e371 100644 --- a/data/excluded/GO-2022-1147.yaml +++ b/data/excluded/GO-2022-1147.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1147 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/containerd/containerd diff --git a/data/excluded/GO-2022-1150.yaml b/data/excluded/GO-2022-1150.yaml index 672ea8f5..4c82731a 100644 --- a/data/excluded/GO-2022-1150.yaml +++ b/data/excluded/GO-2022-1150.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1150 excluded: NOT_IMPORTABLE modules: - module: github.com/hasura/graphql-engine diff --git a/data/excluded/GO-2022-1151.yaml b/data/excluded/GO-2022-1151.yaml index cfcc8515..30104bbf 100644 --- a/data/excluded/GO-2022-1151.yaml +++ b/data/excluded/GO-2022-1151.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1151 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/containers/podman diff --git a/data/excluded/GO-2022-1152.yaml b/data/excluded/GO-2022-1152.yaml index 9acccd57..d083ccca 100644 --- a/data/excluded/GO-2022-1152.yaml +++ b/data/excluded/GO-2022-1152.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1152 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/traefik/traefik/v2 diff --git a/data/excluded/GO-2022-1153.yaml b/data/excluded/GO-2022-1153.yaml index ed5b83b8..dcb52aba 100644 --- a/data/excluded/GO-2022-1153.yaml +++ b/data/excluded/GO-2022-1153.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1153 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/casdoor/casdoor diff --git a/data/excluded/GO-2022-1154.yaml b/data/excluded/GO-2022-1154.yaml index bb5d85a6..0670ea4b 100644 --- a/data/excluded/GO-2022-1154.yaml +++ b/data/excluded/GO-2022-1154.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1154 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/traefik/traefik/v2 diff --git a/data/excluded/GO-2022-1160.yaml b/data/excluded/GO-2022-1160.yaml index 456a06f8..13e85462 100644 --- a/data/excluded/GO-2022-1160.yaml +++ b/data/excluded/GO-2022-1160.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1160 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/aws/amazon-cloudwatch-agent diff --git a/data/excluded/GO-2022-1161.yaml b/data/excluded/GO-2022-1161.yaml index f558ac42..642e8129 100644 --- a/data/excluded/GO-2022-1161.yaml +++ b/data/excluded/GO-2022-1161.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1161 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/alist-org/alist/v3 diff --git a/data/excluded/GO-2022-1162.yaml b/data/excluded/GO-2022-1162.yaml index 5534d4dc..96b097c9 100644 --- a/data/excluded/GO-2022-1162.yaml +++ b/data/excluded/GO-2022-1162.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1162 excluded: NOT_A_VULNERABILITY modules: - module: github.com/alist-org/alist/v3 diff --git a/data/excluded/GO-2022-1164.yaml b/data/excluded/GO-2022-1164.yaml index 942b0c81..464afada 100644 --- a/data/excluded/GO-2022-1164.yaml +++ b/data/excluded/GO-2022-1164.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1164 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/csaf-poc/csaf_distribution diff --git a/data/excluded/GO-2022-1171.yaml b/data/excluded/GO-2022-1171.yaml index b8505e30..ee534e70 100644 --- a/data/excluded/GO-2022-1171.yaml +++ b/data/excluded/GO-2022-1171.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1171 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/alist-org/alist/v3 diff --git a/data/excluded/GO-2022-1173.yaml b/data/excluded/GO-2022-1173.yaml index 1879221b..6056a58d 100644 --- a/data/excluded/GO-2022-1173.yaml +++ b/data/excluded/GO-2022-1173.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1173 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1179.yaml b/data/excluded/GO-2022-1179.yaml index 3b8ab618..1c7fb6b2 100644 --- a/data/excluded/GO-2022-1179.yaml +++ b/data/excluded/GO-2022-1179.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1179 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/openfga/openfga diff --git a/data/excluded/GO-2022-1181.yaml b/data/excluded/GO-2022-1181.yaml index 4b5a80ce..9c5b42f2 100644 --- a/data/excluded/GO-2022-1181.yaml +++ b/data/excluded/GO-2022-1181.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1181 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/Azure/aad-pod-identity diff --git a/data/excluded/GO-2022-1182.yaml b/data/excluded/GO-2022-1182.yaml index 74ae2bea..47d40977 100644 --- a/data/excluded/GO-2022-1182.yaml +++ b/data/excluded/GO-2022-1182.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1182 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/studygolang/studygolang diff --git a/data/excluded/GO-2022-1185.yaml b/data/excluded/GO-2022-1185.yaml index f2cc2f18..0cb912e8 100644 --- a/data/excluded/GO-2022-1185.yaml +++ b/data/excluded/GO-2022-1185.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1185 excluded: NOT_IMPORTABLE modules: - module: github.com/destinygg/chat diff --git a/data/excluded/GO-2022-1189.yaml b/data/excluded/GO-2022-1189.yaml index 0e68969c..ce97ed59 100644 --- a/data/excluded/GO-2022-1189.yaml +++ b/data/excluded/GO-2022-1189.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1189 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1190.yaml b/data/excluded/GO-2022-1190.yaml index 7389c306..fafac1aa 100644 --- a/data/excluded/GO-2022-1190.yaml +++ b/data/excluded/GO-2022-1190.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1190 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1192.yaml b/data/excluded/GO-2022-1192.yaml index 3c8b9bec..58dfa33d 100644 --- a/data/excluded/GO-2022-1192.yaml +++ b/data/excluded/GO-2022-1192.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1192 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1200.yaml b/data/excluded/GO-2022-1200.yaml index fdfdc4c4..3716a729 100644 --- a/data/excluded/GO-2022-1200.yaml +++ b/data/excluded/GO-2022-1200.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1200 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/ElrondNetwork/elrond-go diff --git a/data/excluded/GO-2022-1204.yaml b/data/excluded/GO-2022-1204.yaml index edc59e97..6d1a0985 100644 --- a/data/excluded/GO-2022-1204.yaml +++ b/data/excluded/GO-2022-1204.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1204 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/fkie-cad/yapscan diff --git a/data/excluded/GO-2022-1206.yaml b/data/excluded/GO-2022-1206.yaml index 5a51d347..2e2f8a1f 100644 --- a/data/excluded/GO-2022-1206.yaml +++ b/data/excluded/GO-2022-1206.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1206 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cri-o/cri-o diff --git a/data/excluded/GO-2022-1208.yaml b/data/excluded/GO-2022-1208.yaml index 83a3913f..25ca2e35 100644 --- a/data/excluded/GO-2022-1208.yaml +++ b/data/excluded/GO-2022-1208.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1208 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/gotify/server diff --git a/data/excluded/GO-2022-1210.yaml b/data/excluded/GO-2022-1210.yaml index 94c28ae6..71f12ee0 100644 --- a/data/excluded/GO-2022-1210.yaml +++ b/data/excluded/GO-2022-1210.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1210 excluded: NOT_GO_CODE modules: - module: github.com/studygolang/studygolang diff --git a/data/excluded/GO-2022-1212.yaml b/data/excluded/GO-2022-1212.yaml index cf86dc14..0aea2046 100644 --- a/data/excluded/GO-2022-1212.yaml +++ b/data/excluded/GO-2022-1212.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1212 excluded: NOT_IMPORTABLE modules: - module: github.com/jessfraz/pastebinit diff --git a/data/excluded/GO-2022-1214.yaml b/data/excluded/GO-2022-1214.yaml index bb9f5198..ed51978b 100644 --- a/data/excluded/GO-2022-1214.yaml +++ b/data/excluded/GO-2022-1214.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1214 excluded: NOT_GO_CODE modules: - module: github.com/kubernetes-sigs/aws-efs-csi-driver diff --git a/data/excluded/GO-2022-1216.yaml b/data/excluded/GO-2022-1216.yaml index 0b41c824..d656e33c 100644 --- a/data/excluded/GO-2022-1216.yaml +++ b/data/excluded/GO-2022-1216.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1216 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1218.yaml b/data/excluded/GO-2022-1218.yaml index b069f1f1..2634eb54 100644 --- a/data/excluded/GO-2022-1218.yaml +++ b/data/excluded/GO-2022-1218.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1218 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1219.yaml b/data/excluded/GO-2022-1219.yaml index 1bb49e6b..68bf94d5 100644 --- a/data/excluded/GO-2022-1219.yaml +++ b/data/excluded/GO-2022-1219.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1219 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1220.yaml b/data/excluded/GO-2022-1220.yaml index dc73a00d..c2f294a3 100644 --- a/data/excluded/GO-2022-1220.yaml +++ b/data/excluded/GO-2022-1220.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1220 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1225.yaml b/data/excluded/GO-2022-1225.yaml index 3303e7c9..b38aa10d 100644 --- a/data/excluded/GO-2022-1225.yaml +++ b/data/excluded/GO-2022-1225.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1225 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1226.yaml b/data/excluded/GO-2022-1226.yaml index 63152865..8d3bd694 100644 --- a/data/excluded/GO-2022-1226.yaml +++ b/data/excluded/GO-2022-1226.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1226 excluded: NOT_GO_CODE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1235.yaml b/data/excluded/GO-2022-1235.yaml index cfa522b2..179519e4 100644 --- a/data/excluded/GO-2022-1235.yaml +++ b/data/excluded/GO-2022-1235.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1235 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1236.yaml b/data/excluded/GO-2022-1236.yaml index c3dde19e..82e20b80 100644 --- a/data/excluded/GO-2022-1236.yaml +++ b/data/excluded/GO-2022-1236.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1236 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1239.yaml b/data/excluded/GO-2022-1239.yaml index b7300ec7..c839d34a 100644 --- a/data/excluded/GO-2022-1239.yaml +++ b/data/excluded/GO-2022-1239.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1239 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1240.yaml b/data/excluded/GO-2022-1240.yaml index 097dfe3d..f9110656 100644 --- a/data/excluded/GO-2022-1240.yaml +++ b/data/excluded/GO-2022-1240.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1240 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1243.yaml b/data/excluded/GO-2022-1243.yaml index 8ad022b2..8f2bf7ba 100644 --- a/data/excluded/GO-2022-1243.yaml +++ b/data/excluded/GO-2022-1243.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1243 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1245.yaml b/data/excluded/GO-2022-1245.yaml index cd1bfd61..3d6f9534 100644 --- a/data/excluded/GO-2022-1245.yaml +++ b/data/excluded/GO-2022-1245.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1245 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1248.yaml b/data/excluded/GO-2022-1248.yaml index da9c50d9..16fa28f6 100644 --- a/data/excluded/GO-2022-1248.yaml +++ b/data/excluded/GO-2022-1248.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1248 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1250.yaml b/data/excluded/GO-2022-1250.yaml index a0adf9bf..1e0a48d7 100644 --- a/data/excluded/GO-2022-1250.yaml +++ b/data/excluded/GO-2022-1250.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1250 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1251.yaml b/data/excluded/GO-2022-1251.yaml index 66f380a8..edb1faf6 100644 --- a/data/excluded/GO-2022-1251.yaml +++ b/data/excluded/GO-2022-1251.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1251 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1253.yaml b/data/excluded/GO-2022-1253.yaml index 75d64ca6..efbca83a 100644 --- a/data/excluded/GO-2022-1253.yaml +++ b/data/excluded/GO-2022-1253.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1253 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2022-1258.yaml b/data/excluded/GO-2022-1258.yaml index 2c1d3869..5be0b01a 100644 --- a/data/excluded/GO-2022-1258.yaml +++ b/data/excluded/GO-2022-1258.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1258 excluded: NOT_GO_CODE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2023-1267.yaml b/data/excluded/GO-2023-1267.yaml index e0245f25..870ca949 100644 --- a/data/excluded/GO-2023-1267.yaml +++ b/data/excluded/GO-2023-1267.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1267 excluded: NOT_GO_CODE modules: - module: github.com/spinnaker/spinnaker diff --git a/data/excluded/GO-2023-1271.yaml b/data/excluded/GO-2023-1271.yaml index 5f267228..c2321284 100644 --- a/data/excluded/GO-2023-1271.yaml +++ b/data/excluded/GO-2023-1271.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1271 excluded: NOT_GO_CODE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2023-1283.yaml b/data/excluded/GO-2023-1283.yaml index 73b5f046..00a0995f 100644 --- a/data/excluded/GO-2023-1283.yaml +++ b/data/excluded/GO-2023-1283.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1283 excluded: NOT_IMPORTABLE modules: - module: github.com/KubeOperator/kubepi diff --git a/data/excluded/GO-2023-1285.yaml b/data/excluded/GO-2023-1285.yaml index 6d06a9ec..7ee94964 100644 --- a/data/excluded/GO-2023-1285.yaml +++ b/data/excluded/GO-2023-1285.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1285 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2023-1286.yaml b/data/excluded/GO-2023-1286.yaml index 233aa322..1c9cbe13 100644 --- a/data/excluded/GO-2023-1286.yaml +++ b/data/excluded/GO-2023-1286.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1286 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2023-1291.yaml b/data/excluded/GO-2023-1291.yaml index 329d977d..d6f2009a 100644 --- a/data/excluded/GO-2023-1291.yaml +++ b/data/excluded/GO-2023-1291.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1291 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2023-1292.yaml b/data/excluded/GO-2023-1292.yaml index 35a81b70..a43e9d48 100644 --- a/data/excluded/GO-2023-1292.yaml +++ b/data/excluded/GO-2023-1292.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1292 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2023-1294.yaml b/data/excluded/GO-2023-1294.yaml index 6e534059..4241a3a2 100644 --- a/data/excluded/GO-2023-1294.yaml +++ b/data/excluded/GO-2023-1294.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1294 excluded: NOT_IMPORTABLE modules: - module: github.com/agnivade/easy-scrypt diff --git a/data/excluded/GO-2023-1377.yaml b/data/excluded/GO-2023-1377.yaml index a8d97293..a163a905 100644 --- a/data/excluded/GO-2023-1377.yaml +++ b/data/excluded/GO-2023-1377.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1377 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/weaveworks/weave-gitops diff --git a/data/excluded/GO-2023-1388.yaml b/data/excluded/GO-2023-1388.yaml index 3fd69c17..fe0949aa 100644 --- a/data/excluded/GO-2023-1388.yaml +++ b/data/excluded/GO-2023-1388.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1388 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/weaveworks/weave-gitops diff --git a/data/excluded/GO-2023-1449.yaml b/data/excluded/GO-2023-1449.yaml index 8e42f0e4..2894cc08 100644 --- a/data/excluded/GO-2023-1449.yaml +++ b/data/excluded/GO-2023-1449.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1449 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2023-1460.yaml b/data/excluded/GO-2023-1460.yaml index acba51a4..a67fc5f2 100644 --- a/data/excluded/GO-2023-1460.yaml +++ b/data/excluded/GO-2023-1460.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1460 excluded: NOT_GO_CODE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2023-1461.yaml b/data/excluded/GO-2023-1461.yaml index c97d1151..f1432875 100644 --- a/data/excluded/GO-2023-1461.yaml +++ b/data/excluded/GO-2023-1461.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1461 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2023-1462.yaml b/data/excluded/GO-2023-1462.yaml index 2f421a75..c2dcaba4 100644 --- a/data/excluded/GO-2023-1462.yaml +++ b/data/excluded/GO-2023-1462.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1462 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2023-1463.yaml b/data/excluded/GO-2023-1463.yaml index b72ee5d4..976274f8 100644 --- a/data/excluded/GO-2023-1463.yaml +++ b/data/excluded/GO-2023-1463.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1463 excluded: NOT_IMPORTABLE modules: - module: github.com/KubeOperator/kubepi diff --git a/data/excluded/GO-2023-1465.yaml b/data/excluded/GO-2023-1465.yaml index bb070351..0d3544af 100644 --- a/data/excluded/GO-2023-1465.yaml +++ b/data/excluded/GO-2023-1465.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1465 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2023-1467.yaml b/data/excluded/GO-2023-1467.yaml index 063f2711..83a3e86c 100644 --- a/data/excluded/GO-2023-1467.yaml +++ b/data/excluded/GO-2023-1467.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1467 excluded: NOT_GO_CODE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2023-1468.yaml b/data/excluded/GO-2023-1468.yaml index 076c8d09..06b44e2d 100644 --- a/data/excluded/GO-2023-1468.yaml +++ b/data/excluded/GO-2023-1468.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1468 excluded: NOT_IMPORTABLE modules: - module: github.com/KubeOperator/kubepi diff --git a/data/excluded/GO-2023-1469.yaml b/data/excluded/GO-2023-1469.yaml index 4d9d37af..f5ba70e3 100644 --- a/data/excluded/GO-2023-1469.yaml +++ b/data/excluded/GO-2023-1469.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1469 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos diff --git a/data/excluded/GO-2023-1471.yaml b/data/excluded/GO-2023-1471.yaml index a24470d1..7baed801 100644 --- a/data/excluded/GO-2023-1471.yaml +++ b/data/excluded/GO-2023-1471.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1471 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/gotify/server diff --git a/data/excluded/GO-2023-1489.yaml b/data/excluded/GO-2023-1489.yaml index f10eb072..a9b8640f 100644 --- a/data/excluded/GO-2023-1489.yaml +++ b/data/excluded/GO-2023-1489.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1489 excluded: NOT_IMPORTABLE modules: - module: github.com/zitadel/zitadel diff --git a/data/excluded/GO-2023-1491.yaml b/data/excluded/GO-2023-1491.yaml index 63e24c91..ca339775 100644 --- a/data/excluded/GO-2023-1491.yaml +++ b/data/excluded/GO-2023-1491.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1491 excluded: EFFECTIVELY_PRIVATE modules: - module: gitlab.com/gitlab-org/gitlab-pages diff --git a/data/excluded/GO-2023-1492.yaml b/data/excluded/GO-2023-1492.yaml index a5704139..82614f34 100644 --- a/data/excluded/GO-2023-1492.yaml +++ b/data/excluded/GO-2023-1492.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1492 excluded: EFFECTIVELY_PRIVATE modules: - module: k8s.io/kubernetes diff --git a/data/excluded/GO-2023-1493.yaml b/data/excluded/GO-2023-1493.yaml index 2dc03b6c..b0efe9d2 100644 --- a/data/excluded/GO-2023-1493.yaml +++ b/data/excluded/GO-2023-1493.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1493 excluded: NOT_GO_CODE modules: - module: github.com/bits-and-blooms/bloom diff --git a/data/excluded/GO-2023-1496.yaml b/data/excluded/GO-2023-1496.yaml index 3c624d42..1683f92d 100644 --- a/data/excluded/GO-2023-1496.yaml +++ b/data/excluded/GO-2023-1496.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1496 excluded: NOT_IMPORTABLE modules: - module: github.com/KubeOperator/KubeOperator diff --git a/data/excluded/GO-2023-1498.yaml b/data/excluded/GO-2023-1498.yaml index 43c0cd28..ac1e0c43 100644 --- a/data/excluded/GO-2023-1498.yaml +++ b/data/excluded/GO-2023-1498.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1498 excluded: NOT_GO_CODE modules: - module: github.com/git-for-windows/git diff --git a/data/excluded/GO-2023-1499.yaml b/data/excluded/GO-2023-1499.yaml index c4f60cb9..4c892a5a 100644 --- a/data/excluded/GO-2023-1499.yaml +++ b/data/excluded/GO-2023-1499.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1499 excluded: NOT_GO_CODE modules: - module: github.com/git/git diff --git a/data/excluded/GO-2023-1500.yaml b/data/excluded/GO-2023-1500.yaml index 2f0c1cf0..fc2ad1a4 100644 --- a/data/excluded/GO-2023-1500.yaml +++ b/data/excluded/GO-2023-1500.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1500 excluded: NOT_GO_CODE modules: - module: github.com/git/git diff --git a/data/excluded/GO-2023-1502.yaml b/data/excluded/GO-2023-1502.yaml index 10ba53a2..0b318e28 100644 --- a/data/excluded/GO-2023-1502.yaml +++ b/data/excluded/GO-2023-1502.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1502 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/Velocidex/velociraptor diff --git a/data/excluded/GO-2023-1504.yaml b/data/excluded/GO-2023-1504.yaml index ec4bfbff..8df9ac07 100644 --- a/data/excluded/GO-2023-1504.yaml +++ b/data/excluded/GO-2023-1504.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1504 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/nektos/act diff --git a/data/excluded/GO-2023-1509.yaml b/data/excluded/GO-2023-1509.yaml index e55d6fbc..522b5ab6 100644 --- a/data/excluded/GO-2023-1509.yaml +++ b/data/excluded/GO-2023-1509.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1509 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/go-sonic/sonic diff --git a/data/excluded/GO-2023-1511.yaml b/data/excluded/GO-2023-1511.yaml index e0012f84..fe05d493 100644 --- a/data/excluded/GO-2023-1511.yaml +++ b/data/excluded/GO-2023-1511.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1511 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2023-1512.yaml b/data/excluded/GO-2023-1512.yaml index d39ecdce..20028a82 100644 --- a/data/excluded/GO-2023-1512.yaml +++ b/data/excluded/GO-2023-1512.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1512 excluded: NOT_IMPORTABLE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2023-1513.yaml b/data/excluded/GO-2023-1513.yaml index 2699b0e8..ddd336f6 100644 --- a/data/excluded/GO-2023-1513.yaml +++ b/data/excluded/GO-2023-1513.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1513 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2023-1514.yaml b/data/excluded/GO-2023-1514.yaml index a34f08fb..eba84d08 100644 --- a/data/excluded/GO-2023-1514.yaml +++ b/data/excluded/GO-2023-1514.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1514 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2023-1516.yaml b/data/excluded/GO-2023-1516.yaml index 9a63c6d1..2125c7df 100644 --- a/data/excluded/GO-2023-1516.yaml +++ b/data/excluded/GO-2023-1516.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1516 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2023-1517.yaml b/data/excluded/GO-2023-1517.yaml index 3d4af487..4eff9901 100644 --- a/data/excluded/GO-2023-1517.yaml +++ b/data/excluded/GO-2023-1517.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1517 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2023-1518.yaml b/data/excluded/GO-2023-1518.yaml index e7e2b72f..4288411d 100644 --- a/data/excluded/GO-2023-1518.yaml +++ b/data/excluded/GO-2023-1518.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1518 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2023-1520.yaml b/data/excluded/GO-2023-1520.yaml index 594599c4..eb1d5ce9 100644 --- a/data/excluded/GO-2023-1520.yaml +++ b/data/excluded/GO-2023-1520.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1520 excluded: NOT_IMPORTABLE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2023-1524.yaml b/data/excluded/GO-2023-1524.yaml index 61431ed6..c7398d84 100644 --- a/data/excluded/GO-2023-1524.yaml +++ b/data/excluded/GO-2023-1524.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1524 excluded: EFFECTIVELY_PRIVATE modules: - module: fortio.org/proxy diff --git a/data/excluded/GO-2023-1527.yaml b/data/excluded/GO-2023-1527.yaml index 75b887ec..07bb3c58 100644 --- a/data/excluded/GO-2023-1527.yaml +++ b/data/excluded/GO-2023-1527.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1527 excluded: EFFECTIVELY_PRIVATE modules: - module: www.velocidex.com/golang/velociraptor diff --git a/data/excluded/GO-2023-1533.yaml b/data/excluded/GO-2023-1533.yaml index 65c62cad..f409af05 100644 --- a/data/excluded/GO-2023-1533.yaml +++ b/data/excluded/GO-2023-1533.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1533 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/anchore/syft diff --git a/data/excluded/GO-2023-1536.yaml b/data/excluded/GO-2023-1536.yaml index c76e491e..0ac01d9c 100644 --- a/data/excluded/GO-2023-1536.yaml +++ b/data/excluded/GO-2023-1536.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1536 excluded: NOT_GO_CODE modules: - module: github.com/pyca/cryptography diff --git a/data/excluded/GO-2023-1541.yaml b/data/excluded/GO-2023-1541.yaml index 76f0db53..f960f361 100644 --- a/data/excluded/GO-2023-1541.yaml +++ b/data/excluded/GO-2023-1541.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1541 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1542.yaml b/data/excluded/GO-2023-1542.yaml index 63a75950..84af2acd 100644 --- a/data/excluded/GO-2023-1542.yaml +++ b/data/excluded/GO-2023-1542.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1542 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/pterodactyl/wings diff --git a/data/excluded/GO-2023-1543.yaml b/data/excluded/GO-2023-1543.yaml index 8bef2216..61ad977b 100644 --- a/data/excluded/GO-2023-1543.yaml +++ b/data/excluded/GO-2023-1543.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1543 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/nothub/mrpack-install diff --git a/data/excluded/GO-2023-1544.yaml b/data/excluded/GO-2023-1544.yaml index 056cd187..3c3e941e 100644 --- a/data/excluded/GO-2023-1544.yaml +++ b/data/excluded/GO-2023-1544.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1544 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/containers/podman/v2 diff --git a/data/excluded/GO-2023-1550.yaml b/data/excluded/GO-2023-1550.yaml index f5c1118e..407efa08 100644 --- a/data/excluded/GO-2023-1550.yaml +++ b/data/excluded/GO-2023-1550.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1550 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1551.yaml b/data/excluded/GO-2023-1551.yaml index 3b7754ee..1bfc8d25 100644 --- a/data/excluded/GO-2023-1551.yaml +++ b/data/excluded/GO-2023-1551.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1551 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1552.yaml b/data/excluded/GO-2023-1552.yaml index de89db99..425c9123 100644 --- a/data/excluded/GO-2023-1552.yaml +++ b/data/excluded/GO-2023-1552.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1552 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1553.yaml b/data/excluded/GO-2023-1553.yaml index f3e84fc0..866f4ee0 100644 --- a/data/excluded/GO-2023-1553.yaml +++ b/data/excluded/GO-2023-1553.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1553 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1554.yaml b/data/excluded/GO-2023-1554.yaml index bc381013..70404524 100644 --- a/data/excluded/GO-2023-1554.yaml +++ b/data/excluded/GO-2023-1554.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1554 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1555.yaml b/data/excluded/GO-2023-1555.yaml index 7b990321..a173746e 100644 --- a/data/excluded/GO-2023-1555.yaml +++ b/data/excluded/GO-2023-1555.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1555 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/pterodactyl/wings diff --git a/data/excluded/GO-2023-1560.yaml b/data/excluded/GO-2023-1560.yaml index 9f5561f9..5534b786 100644 --- a/data/excluded/GO-2023-1560.yaml +++ b/data/excluded/GO-2023-1560.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1560 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/flipped-aurora/gin-vue-admin diff --git a/data/excluded/GO-2023-1562.yaml b/data/excluded/GO-2023-1562.yaml index 81a2aa7c..0bbb6df2 100644 --- a/data/excluded/GO-2023-1562.yaml +++ b/data/excluded/GO-2023-1562.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1562 excluded: NOT_GO_CODE modules: - module: github.com/git/git diff --git a/data/excluded/GO-2023-1563.yaml b/data/excluded/GO-2023-1563.yaml index f963179b..38e537ca 100644 --- a/data/excluded/GO-2023-1563.yaml +++ b/data/excluded/GO-2023-1563.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1563 excluded: NOT_GO_CODE modules: - module: github.com/git/git diff --git a/data/excluded/GO-2023-1564.yaml b/data/excluded/GO-2023-1564.yaml index 7a34ec57..5f4fcf42 100644 --- a/data/excluded/GO-2023-1564.yaml +++ b/data/excluded/GO-2023-1564.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1564 excluded: NOT_GO_CODE modules: - module: github.com/git-for-windows/git diff --git a/data/excluded/GO-2023-1565.yaml b/data/excluded/GO-2023-1565.yaml index fd2c15dc..61060e6b 100644 --- a/data/excluded/GO-2023-1565.yaml +++ b/data/excluded/GO-2023-1565.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1565 excluded: NOT_GO_CODE modules: - module: github.com/git-for-windows/git diff --git a/data/excluded/GO-2023-1577.yaml b/data/excluded/GO-2023-1577.yaml index e33ee1d5..2a964c0c 100644 --- a/data/excluded/GO-2023-1577.yaml +++ b/data/excluded/GO-2023-1577.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1577 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd diff --git a/data/excluded/GO-2023-1581.yaml b/data/excluded/GO-2023-1581.yaml index ba8ee0b8..3523d095 100644 --- a/data/excluded/GO-2023-1581.yaml +++ b/data/excluded/GO-2023-1581.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1581 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2023-1582.yaml b/data/excluded/GO-2023-1582.yaml index 487026ed..a831e64c 100644 --- a/data/excluded/GO-2023-1582.yaml +++ b/data/excluded/GO-2023-1582.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1582 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mosn/mosn diff --git a/data/excluded/GO-2023-1583.yaml b/data/excluded/GO-2023-1583.yaml index 4c4a3c29..2174545e 100644 --- a/data/excluded/GO-2023-1583.yaml +++ b/data/excluded/GO-2023-1583.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1583 excluded: NOT_IMPORTABLE modules: - module: github.com/edgelesssys/constellation/v2 diff --git a/data/excluded/GO-2023-1584.yaml b/data/excluded/GO-2023-1584.yaml index 418ba2e9..758a8155 100644 --- a/data/excluded/GO-2023-1584.yaml +++ b/data/excluded/GO-2023-1584.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1584 excluded: NOT_GO_CODE modules: - module: github.com/moby/hyperkit diff --git a/data/excluded/GO-2023-1585.yaml b/data/excluded/GO-2023-1585.yaml index d2a316e3..4eabefd0 100644 --- a/data/excluded/GO-2023-1585.yaml +++ b/data/excluded/GO-2023-1585.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1585 excluded: NOT_GO_CODE modules: - module: github.com/moby/hyperkit diff --git a/data/excluded/GO-2023-1586.yaml b/data/excluded/GO-2023-1586.yaml index b7e0b084..a1117700 100644 --- a/data/excluded/GO-2023-1586.yaml +++ b/data/excluded/GO-2023-1586.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1586 excluded: NOT_GO_CODE modules: - module: github.com/moby/hyperkit diff --git a/data/excluded/GO-2023-1587.yaml b/data/excluded/GO-2023-1587.yaml index d2199885..f148b46b 100644 --- a/data/excluded/GO-2023-1587.yaml +++ b/data/excluded/GO-2023-1587.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1587 excluded: NOT_GO_CODE modules: - module: github.com/moby/hyperkit diff --git a/data/excluded/GO-2023-1590.yaml b/data/excluded/GO-2023-1590.yaml index c83237fa..48fb07cb 100644 --- a/data/excluded/GO-2023-1590.yaml +++ b/data/excluded/GO-2023-1590.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1590 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/gopistolet/gopistolet diff --git a/data/excluded/GO-2023-1591.yaml b/data/excluded/GO-2023-1591.yaml index e2060111..00d65a56 100644 --- a/data/excluded/GO-2023-1591.yaml +++ b/data/excluded/GO-2023-1591.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1591 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/minio/minio diff --git a/data/excluded/GO-2023-1592.yaml b/data/excluded/GO-2023-1592.yaml index fd8d6693..86eeb8c7 100644 --- a/data/excluded/GO-2023-1592.yaml +++ b/data/excluded/GO-2023-1592.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1592 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1593.yaml b/data/excluded/GO-2023-1593.yaml index 2f549ad8..585d25fd 100644 --- a/data/excluded/GO-2023-1593.yaml +++ b/data/excluded/GO-2023-1593.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1593 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/zhaojh329/rttys diff --git a/data/excluded/GO-2023-1594.yaml b/data/excluded/GO-2023-1594.yaml index 9f66085a..364fd1cc 100644 --- a/data/excluded/GO-2023-1594.yaml +++ b/data/excluded/GO-2023-1594.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1594 excluded: NOT_GO_CODE modules: - module: github.com/strukturag/libheif diff --git a/data/excluded/GO-2023-1596.yaml b/data/excluded/GO-2023-1596.yaml index b85b1017..c037fcb2 100644 --- a/data/excluded/GO-2023-1596.yaml +++ b/data/excluded/GO-2023-1596.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1596 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs diff --git a/data/excluded/GO-2023-1598.yaml b/data/excluded/GO-2023-1598.yaml index 4d9c5850..6ace3088 100644 --- a/data/excluded/GO-2023-1598.yaml +++ b/data/excluded/GO-2023-1598.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1598 excluded: NOT_IMPORTABLE modules: - module: github.com/juju/juju diff --git a/data/excluded/GO-2023-1599.yaml b/data/excluded/GO-2023-1599.yaml index 7e05af7a..6cc50b0c 100644 --- a/data/excluded/GO-2023-1599.yaml +++ b/data/excluded/GO-2023-1599.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1599 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2023-1603.yaml b/data/excluded/GO-2023-1603.yaml index 65748356..d0d05d97 100644 --- a/data/excluded/GO-2023-1603.yaml +++ b/data/excluded/GO-2023-1603.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1603 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2023-1604.yaml b/data/excluded/GO-2023-1604.yaml index 4f2eb09a..036d54e0 100644 --- a/data/excluded/GO-2023-1604.yaml +++ b/data/excluded/GO-2023-1604.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1604 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2023-1605.yaml b/data/excluded/GO-2023-1605.yaml index 27548f42..cf4e2e11 100644 --- a/data/excluded/GO-2023-1605.yaml +++ b/data/excluded/GO-2023-1605.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1605 excluded: NOT_IMPORTABLE modules: - module: github.com/gitpod-io/gitpod diff --git a/data/excluded/GO-2023-1606.yaml b/data/excluded/GO-2023-1606.yaml index b4751122..b332ac81 100644 --- a/data/excluded/GO-2023-1606.yaml +++ b/data/excluded/GO-2023-1606.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1606 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/coredns/coredns diff --git a/data/excluded/GO-2023-1607.yaml b/data/excluded/GO-2023-1607.yaml index d5d806ef..8d882371 100644 --- a/data/excluded/GO-2023-1607.yaml +++ b/data/excluded/GO-2023-1607.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1607 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/fkie-cad/yapscan diff --git a/data/excluded/GO-2023-1609.yaml b/data/excluded/GO-2023-1609.yaml index 2c5b2afd..9059e4d5 100644 --- a/data/excluded/GO-2023-1609.yaml +++ b/data/excluded/GO-2023-1609.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1609 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/moby/buildkit diff --git a/data/excluded/GO-2023-1610.yaml b/data/excluded/GO-2023-1610.yaml index 02488837..74f0de01 100644 --- a/data/excluded/GO-2023-1610.yaml +++ b/data/excluded/GO-2023-1610.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1610 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/coredns/coredns diff --git a/data/excluded/GO-2023-1612.yaml b/data/excluded/GO-2023-1612.yaml index 23da5018..f41d8cdd 100644 --- a/data/excluded/GO-2023-1612.yaml +++ b/data/excluded/GO-2023-1612.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1612 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1613.yaml b/data/excluded/GO-2023-1613.yaml index 6685a865..879b131f 100644 --- a/data/excluded/GO-2023-1613.yaml +++ b/data/excluded/GO-2023-1613.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1613 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1614.yaml b/data/excluded/GO-2023-1614.yaml index 246cdf45..90b6557f 100644 --- a/data/excluded/GO-2023-1614.yaml +++ b/data/excluded/GO-2023-1614.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1614 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1615.yaml b/data/excluded/GO-2023-1615.yaml index 5636e28c..e66868b0 100644 --- a/data/excluded/GO-2023-1615.yaml +++ b/data/excluded/GO-2023-1615.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1615 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1616.yaml b/data/excluded/GO-2023-1616.yaml index b9bc3992..bb2da412 100644 --- a/data/excluded/GO-2023-1616.yaml +++ b/data/excluded/GO-2023-1616.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1616 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1617.yaml b/data/excluded/GO-2023-1617.yaml index 04b48f1f..611cd951 100644 --- a/data/excluded/GO-2023-1617.yaml +++ b/data/excluded/GO-2023-1617.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1617 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1618.yaml b/data/excluded/GO-2023-1618.yaml index f4e2acd5..355f1a6d 100644 --- a/data/excluded/GO-2023-1618.yaml +++ b/data/excluded/GO-2023-1618.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1618 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1619.yaml b/data/excluded/GO-2023-1619.yaml index 11325a9d..c3621d80 100644 --- a/data/excluded/GO-2023-1619.yaml +++ b/data/excluded/GO-2023-1619.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1619 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1620.yaml b/data/excluded/GO-2023-1620.yaml index aad9740e..672ce6f6 100644 --- a/data/excluded/GO-2023-1620.yaml +++ b/data/excluded/GO-2023-1620.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1620 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1622.yaml b/data/excluded/GO-2023-1622.yaml index e9cecad2..1aef11a8 100644 --- a/data/excluded/GO-2023-1622.yaml +++ b/data/excluded/GO-2023-1622.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1622 excluded: NOT_IMPORTABLE modules: - module: github.com/edgelesssys/constellation/v2 diff --git a/data/excluded/GO-2023-1624.yaml b/data/excluded/GO-2023-1624.yaml index 42a14429..9cd5bb07 100644 --- a/data/excluded/GO-2023-1624.yaml +++ b/data/excluded/GO-2023-1624.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1624 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/crossplane/crossplane diff --git a/data/excluded/GO-2023-1627.yaml b/data/excluded/GO-2023-1627.yaml index 5dad6b73..3b7f35eb 100644 --- a/data/excluded/GO-2023-1627.yaml +++ b/data/excluded/GO-2023-1627.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1627 excluded: NOT_IMPORTABLE modules: - module: github.com/opencontainers/runc diff --git a/data/excluded/GO-2023-1628.yaml b/data/excluded/GO-2023-1628.yaml index 1bfcba06..242ab544 100644 --- a/data/excluded/GO-2023-1628.yaml +++ b/data/excluded/GO-2023-1628.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1628 excluded: NOT_IMPORTABLE modules: - module: github.com/kubernetes/kubernetes diff --git a/data/excluded/GO-2023-1629.yaml b/data/excluded/GO-2023-1629.yaml index f15153c0..e17895c2 100644 --- a/data/excluded/GO-2023-1629.yaml +++ b/data/excluded/GO-2023-1629.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1629 excluded: NOT_IMPORTABLE modules: - module: github.com/kubernetes/kubernetes diff --git a/data/excluded/GO-2023-1630.yaml b/data/excluded/GO-2023-1630.yaml index ea370826..9f07e3d0 100644 --- a/data/excluded/GO-2023-1630.yaml +++ b/data/excluded/GO-2023-1630.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1630 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/foxcpp/maddy diff --git a/data/excluded/GO-2023-1632.yaml b/data/excluded/GO-2023-1632.yaml index 15ec14aa..36d2899d 100644 --- a/data/excluded/GO-2023-1632.yaml +++ b/data/excluded/GO-2023-1632.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1632 excluded: NOT_IMPORTABLE modules: - module: github.com/hasura/graphql-engine diff --git a/data/excluded/GO-2023-1633.yaml b/data/excluded/GO-2023-1633.yaml index c1c425e8..19f4ba2d 100644 --- a/data/excluded/GO-2023-1633.yaml +++ b/data/excluded/GO-2023-1633.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1633 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2023-1634.yaml b/data/excluded/GO-2023-1634.yaml index dddc263e..b6088c63 100644 --- a/data/excluded/GO-2023-1634.yaml +++ b/data/excluded/GO-2023-1634.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1634 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/minio/minio diff --git a/data/excluded/GO-2023-1636.yaml b/data/excluded/GO-2023-1636.yaml index 37a0840f..b42b3cde 100644 --- a/data/excluded/GO-2023-1636.yaml +++ b/data/excluded/GO-2023-1636.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1636 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kubevirt/kubevirt diff --git a/data/excluded/GO-2023-1638.yaml b/data/excluded/GO-2023-1638.yaml index 6e7d4bed..6d5a3912 100644 --- a/data/excluded/GO-2023-1638.yaml +++ b/data/excluded/GO-2023-1638.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1638 excluded: NOT_IMPORTABLE modules: - module: github.com/authelia/authelia/v4 diff --git a/data/excluded/GO-2023-1639.yaml b/data/excluded/GO-2023-1639.yaml index dbf24170..eed206ac 100644 --- a/data/excluded/GO-2023-1639.yaml +++ b/data/excluded/GO-2023-1639.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1639 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul diff --git a/data/excluded/GO-2023-1641.yaml b/data/excluded/GO-2023-1641.yaml index 5548f658..5fb574b0 100644 --- a/data/excluded/GO-2023-1641.yaml +++ b/data/excluded/GO-2023-1641.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1641 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/play-with-docker/play-with-docker diff --git a/data/excluded/GO-2023-1642.yaml b/data/excluded/GO-2023-1642.yaml index f1d5c2dd..836d2004 100644 --- a/data/excluded/GO-2023-1642.yaml +++ b/data/excluded/GO-2023-1642.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1642 excluded: NOT_GO_CODE modules: - module: github.com/cilium/cilium diff --git a/data/excluded/GO-2023-1643.yaml b/data/excluded/GO-2023-1643.yaml index 7816eb3c..e81f2243 100644 --- a/data/excluded/GO-2023-1643.yaml +++ b/data/excluded/GO-2023-1643.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1643 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cilium/cilium diff --git a/data/excluded/GO-2023-1644.yaml b/data/excluded/GO-2023-1644.yaml index 8735802c..b8c50a22 100644 --- a/data/excluded/GO-2023-1644.yaml +++ b/data/excluded/GO-2023-1644.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1644 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cilium/cilium diff --git a/data/excluded/GO-2023-1645.yaml b/data/excluded/GO-2023-1645.yaml index b05993ef..77828ad6 100644 --- a/data/excluded/GO-2023-1645.yaml +++ b/data/excluded/GO-2023-1645.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1645 excluded: EFFECTIVELY_PRIVATE modules: - module: miniflux.app diff --git a/data/excluded/GO-2023-1646.yaml b/data/excluded/GO-2023-1646.yaml index d2b1d94c..1a03874c 100644 --- a/data/excluded/GO-2023-1646.yaml +++ b/data/excluded/GO-2023-1646.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1646 excluded: EFFECTIVELY_PRIVATE modules: - module: miniflux.app diff --git a/data/excluded/GO-2023-1650.yaml b/data/excluded/GO-2023-1650.yaml index 764fd32b..00dd21b2 100644 --- a/data/excluded/GO-2023-1650.yaml +++ b/data/excluded/GO-2023-1650.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1650 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/ansible-semaphore/semaphore diff --git a/data/excluded/GO-2023-1651.yaml b/data/excluded/GO-2023-1651.yaml index e4fbb681..4167571b 100644 --- a/data/excluded/GO-2023-1651.yaml +++ b/data/excluded/GO-2023-1651.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1651 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/imgproxy/imgproxy/v3 diff --git a/data/excluded/GO-2023-1652.yaml b/data/excluded/GO-2023-1652.yaml index f7501e43..d413b096 100644 --- a/data/excluded/GO-2023-1652.yaml +++ b/data/excluded/GO-2023-1652.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1652 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cloudflare/cloudflared diff --git a/data/excluded/GO-2023-1653.yaml b/data/excluded/GO-2023-1653.yaml index 7c15729e..08be4141 100644 --- a/data/excluded/GO-2023-1653.yaml +++ b/data/excluded/GO-2023-1653.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1653 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cilium/cilium-cli diff --git a/data/excluded/GO-2023-1654.yaml b/data/excluded/GO-2023-1654.yaml index 19fb85d8..cd338154 100644 --- a/data/excluded/GO-2023-1654.yaml +++ b/data/excluded/GO-2023-1654.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1654 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1655.yaml b/data/excluded/GO-2023-1655.yaml index d763e065..271cda9c 100644 --- a/data/excluded/GO-2023-1655.yaml +++ b/data/excluded/GO-2023-1655.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1655 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1656.yaml b/data/excluded/GO-2023-1656.yaml index f1b6bca1..509dc60d 100644 --- a/data/excluded/GO-2023-1656.yaml +++ b/data/excluded/GO-2023-1656.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1656 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1657.yaml b/data/excluded/GO-2023-1657.yaml index 2bfa7c51..8b992afd 100644 --- a/data/excluded/GO-2023-1657.yaml +++ b/data/excluded/GO-2023-1657.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1657 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1658.yaml b/data/excluded/GO-2023-1658.yaml index 84e42c8a..3f17e60c 100644 --- a/data/excluded/GO-2023-1658.yaml +++ b/data/excluded/GO-2023-1658.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1658 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1659.yaml b/data/excluded/GO-2023-1659.yaml index d78ffb12..bd2ce170 100644 --- a/data/excluded/GO-2023-1659.yaml +++ b/data/excluded/GO-2023-1659.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1659 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1660.yaml b/data/excluded/GO-2023-1660.yaml index 6296cf59..a5d5c361 100644 --- a/data/excluded/GO-2023-1660.yaml +++ b/data/excluded/GO-2023-1660.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1660 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1661.yaml b/data/excluded/GO-2023-1661.yaml index 33935a3b..d402f2cb 100644 --- a/data/excluded/GO-2023-1661.yaml +++ b/data/excluded/GO-2023-1661.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1661 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1662.yaml b/data/excluded/GO-2023-1662.yaml index 8b4fdd6f..3b92b7e7 100644 --- a/data/excluded/GO-2023-1662.yaml +++ b/data/excluded/GO-2023-1662.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1662 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1665.yaml b/data/excluded/GO-2023-1665.yaml index 9f347fbb..20c8c025 100644 --- a/data/excluded/GO-2023-1665.yaml +++ b/data/excluded/GO-2023-1665.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1665 excluded: NOT_IMPORTABLE modules: - module: github.com/gophish/gophish diff --git a/data/excluded/GO-2023-1666.yaml b/data/excluded/GO-2023-1666.yaml index 41b9f943..d5dff28c 100644 --- a/data/excluded/GO-2023-1666.yaml +++ b/data/excluded/GO-2023-1666.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1666 excluded: NOT_IMPORTABLE modules: - module: github.com/gophish/gophish diff --git a/data/excluded/GO-2023-1667.yaml b/data/excluded/GO-2023-1667.yaml index 54dd707c..8da9f926 100644 --- a/data/excluded/GO-2023-1667.yaml +++ b/data/excluded/GO-2023-1667.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1667 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/minio/minio diff --git a/data/excluded/GO-2023-1668.yaml b/data/excluded/GO-2023-1668.yaml index 421fb105..ec906722 100644 --- a/data/excluded/GO-2023-1668.yaml +++ b/data/excluded/GO-2023-1668.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1668 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/minio/minio diff --git a/data/excluded/GO-2023-1669.yaml b/data/excluded/GO-2023-1669.yaml index 341ca715..4d3fe939 100644 --- a/data/excluded/GO-2023-1669.yaml +++ b/data/excluded/GO-2023-1669.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1669 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/minio/minio diff --git a/data/excluded/GO-2023-1670.yaml b/data/excluded/GO-2023-1670.yaml index 1340fe1f..2a8c9f06 100644 --- a/data/excluded/GO-2023-1670.yaml +++ b/data/excluded/GO-2023-1670.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1670 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/argoproj/argo-cd/v2 diff --git a/data/excluded/GO-2023-1671.yaml b/data/excluded/GO-2023-1671.yaml index 9cfc3051..267b8f25 100644 --- a/data/excluded/GO-2023-1671.yaml +++ b/data/excluded/GO-2023-1671.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1671 excluded: EFFECTIVELY_PRIVATE modules: - module: tailscale.com diff --git a/data/excluded/GO-2023-1673.yaml b/data/excluded/GO-2023-1673.yaml index 90a2adff..b7e1e076 100644 --- a/data/excluded/GO-2023-1673.yaml +++ b/data/excluded/GO-2023-1673.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1673 excluded: NOT_A_VULNERABILITY modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2023-1674.yaml b/data/excluded/GO-2023-1674.yaml index 4b936c4b..fdcea65b 100644 --- a/data/excluded/GO-2023-1674.yaml +++ b/data/excluded/GO-2023-1674.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1674 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2023-1676.yaml b/data/excluded/GO-2023-1676.yaml index 83aa448b..d935590f 100644 --- a/data/excluded/GO-2023-1676.yaml +++ b/data/excluded/GO-2023-1676.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1676 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/openshift/assisted-installer diff --git a/data/excluded/GO-2023-1680.yaml b/data/excluded/GO-2023-1680.yaml index b7a6ee96..f8af6525 100644 --- a/data/excluded/GO-2023-1680.yaml +++ b/data/excluded/GO-2023-1680.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1680 excluded: NOT_GO_CODE modules: - module: github.com/grafana/grafana diff --git a/data/excluded/GO-2023-1682.yaml b/data/excluded/GO-2023-1682.yaml index d1e9656e..2780c0c2 100644 --- a/data/excluded/GO-2023-1682.yaml +++ b/data/excluded/GO-2023-1682.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1682 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/opencontainers/runc diff --git a/data/excluded/GO-2023-1683.yaml b/data/excluded/GO-2023-1683.yaml index ce9c8a8c..017b3890 100644 --- a/data/excluded/GO-2023-1683.yaml +++ b/data/excluded/GO-2023-1683.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1683 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/opencontainers/runc diff --git a/data/excluded/GO-2023-1685.yaml b/data/excluded/GO-2023-1685.yaml index 9aa62ffa..eb1d91d0 100644 --- a/data/excluded/GO-2023-1685.yaml +++ b/data/excluded/GO-2023-1685.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1685 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/vault diff --git a/data/excluded/GO-2023-1686.yaml b/data/excluded/GO-2023-1686.yaml index a29e9179..68fa86be 100644 --- a/data/excluded/GO-2023-1686.yaml +++ b/data/excluded/GO-2023-1686.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1686 excluded: NOT_GO_CODE modules: - module: github.com/OpenAPITools/openapi-generator diff --git a/data/excluded/GO-2023-1687.yaml b/data/excluded/GO-2023-1687.yaml index c7b61b03..8df32e9e 100644 --- a/data/excluded/GO-2023-1687.yaml +++ b/data/excluded/GO-2023-1687.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1687 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/darklynx/request-baskets diff --git a/data/excluded/GO-2023-1688.yaml b/data/excluded/GO-2023-1688.yaml index 5d8b2381..739ab4b6 100644 --- a/data/excluded/GO-2023-1688.yaml +++ b/data/excluded/GO-2023-1688.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1688 excluded: EFFECTIVELY_PRIVATE modules: - module: atomys.codes/stud42 diff --git a/data/excluded/GO-2023-1689.yaml b/data/excluded/GO-2023-1689.yaml index 67b6c615..3ddc7317 100644 --- a/data/excluded/GO-2023-1689.yaml +++ b/data/excluded/GO-2023-1689.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1689 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/etcd-io/etcd diff --git a/data/excluded/GO-2023-1690.yaml b/data/excluded/GO-2023-1690.yaml index d8761704..9735b4ed 100644 --- a/data/excluded/GO-2023-1690.yaml +++ b/data/excluded/GO-2023-1690.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1690 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2023-1691.yaml b/data/excluded/GO-2023-1691.yaml index 18d3f8f2..a9cfbc98 100644 --- a/data/excluded/GO-2023-1691.yaml +++ b/data/excluded/GO-2023-1691.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1691 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2023-1692.yaml b/data/excluded/GO-2023-1692.yaml index 1b872a29..9ba65e97 100644 --- a/data/excluded/GO-2023-1692.yaml +++ b/data/excluded/GO-2023-1692.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1692 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2023-1693.yaml b/data/excluded/GO-2023-1693.yaml index 103d997e..7ef011b0 100644 --- a/data/excluded/GO-2023-1693.yaml +++ b/data/excluded/GO-2023-1693.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1693 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2023-1694.yaml b/data/excluded/GO-2023-1694.yaml index 640660ac..b5bce1d0 100644 --- a/data/excluded/GO-2023-1694.yaml +++ b/data/excluded/GO-2023-1694.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1694 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2023-1695.yaml b/data/excluded/GO-2023-1695.yaml index a41181af..42e0b65a 100644 --- a/data/excluded/GO-2023-1695.yaml +++ b/data/excluded/GO-2023-1695.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1695 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy diff --git a/data/excluded/GO-2023-1699.yaml b/data/excluded/GO-2023-1699.yaml index b05e8d42..5664ecd8 100644 --- a/data/excluded/GO-2023-1699.yaml +++ b/data/excluded/GO-2023-1699.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1699 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/moby/moby diff --git a/data/excluded/GO-2023-1700.yaml b/data/excluded/GO-2023-1700.yaml index 1e5ddc54..e2b8080d 100644 --- a/data/excluded/GO-2023-1700.yaml +++ b/data/excluded/GO-2023-1700.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1700 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/moby/moby diff --git a/data/excluded/GO-2023-1701.yaml b/data/excluded/GO-2023-1701.yaml index c653b8b7..0a29bf3f 100644 --- a/data/excluded/GO-2023-1701.yaml +++ b/data/excluded/GO-2023-1701.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1701 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/moby/moby diff --git a/data/excluded/GO-2023-1706.yaml b/data/excluded/GO-2023-1706.yaml index 553c65c8..60f32631 100644 --- a/data/excluded/GO-2023-1706.yaml +++ b/data/excluded/GO-2023-1706.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1706 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/phachon/mm-wiki diff --git a/data/excluded/GO-2023-1707.yaml b/data/excluded/GO-2023-1707.yaml index b6f686b8..01a6e76c 100644 --- a/data/excluded/GO-2023-1707.yaml +++ b/data/excluded/GO-2023-1707.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1707 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad diff --git a/data/excluded/GO-2023-1708.yaml b/data/excluded/GO-2023-1708.yaml index 18f10b3e..f76a4ac0 100644 --- a/data/excluded/GO-2023-1708.yaml +++ b/data/excluded/GO-2023-1708.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1708 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/vault diff --git a/data/excluded/GO-2023-1710.yaml b/data/excluded/GO-2023-1710.yaml index f90d9a73..fed04572 100644 --- a/data/excluded/GO-2023-1710.yaml +++ b/data/excluded/GO-2023-1710.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1710 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server diff --git a/data/excluded/GO-2023-1711.yaml b/data/excluded/GO-2023-1711.yaml index 95f979d8..999f133e 100644 --- a/data/excluded/GO-2023-1711.yaml +++ b/data/excluded/GO-2023-1711.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1711 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v6 diff --git a/data/excluded/GO-2023-1712.yaml b/data/excluded/GO-2023-1712.yaml index 2077afeb..23b16379 100644 --- a/data/excluded/GO-2023-1712.yaml +++ b/data/excluded/GO-2023-1712.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1712 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v6 diff --git a/data/excluded/GO-2023-1714.yaml b/data/excluded/GO-2023-1714.yaml index ce4b2c8f..53b99d45 100644 --- a/data/excluded/GO-2023-1714.yaml +++ b/data/excluded/GO-2023-1714.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1714 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/phachon/mm-wiki diff --git a/data/excluded/GO-2023-1715.yaml b/data/excluded/GO-2023-1715.yaml index b1490374..b56e9a6f 100644 --- a/data/excluded/GO-2023-1715.yaml +++ b/data/excluded/GO-2023-1715.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1715 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/traefik/traefik/v2 diff --git a/data/excluded/GO-2023-1716.yaml b/data/excluded/GO-2023-1716.yaml index 27adf78e..35873770 100644 --- a/data/excluded/GO-2023-1716.yaml +++ b/data/excluded/GO-2023-1716.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1716 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1718.yaml b/data/excluded/GO-2023-1718.yaml index edefa791..cb72810f 100644 --- a/data/excluded/GO-2023-1718.yaml +++ b/data/excluded/GO-2023-1718.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1718 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1719.yaml b/data/excluded/GO-2023-1719.yaml index 4a4b0aa1..f74b82ba 100644 --- a/data/excluded/GO-2023-1719.yaml +++ b/data/excluded/GO-2023-1719.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1719 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1720.yaml b/data/excluded/GO-2023-1720.yaml index 289f4921..976b4dbf 100644 --- a/data/excluded/GO-2023-1720.yaml +++ b/data/excluded/GO-2023-1720.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1720 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cubefs/cubefs diff --git a/data/excluded/GO-2023-1721.yaml b/data/excluded/GO-2023-1721.yaml index d2232efa..79a48d0a 100644 --- a/data/excluded/GO-2023-1721.yaml +++ b/data/excluded/GO-2023-1721.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1721 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/open-feature/open-feature-operator diff --git a/data/excluded/GO-2023-1723.yaml b/data/excluded/GO-2023-1723.yaml index d850e8d8..cef2a633 100644 --- a/data/excluded/GO-2023-1723.yaml +++ b/data/excluded/GO-2023-1723.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1723 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/authzed/spicedb diff --git a/data/excluded/GO-2023-1727.yaml b/data/excluded/GO-2023-1727.yaml index 34fc8abd..fc56a2f5 100644 --- a/data/excluded/GO-2023-1727.yaml +++ b/data/excluded/GO-2023-1727.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1727 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v6 diff --git a/data/excluded/GO-2023-1728.yaml b/data/excluded/GO-2023-1728.yaml index 41ec33fd..aa2e3100 100644 --- a/data/excluded/GO-2023-1728.yaml +++ b/data/excluded/GO-2023-1728.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1728 excluded: EFFECTIVELY_PRIVATE modules: - module: gitlab.com/gitlab-org/gitlab-pages diff --git a/data/excluded/GO-2023-1729.yaml b/data/excluded/GO-2023-1729.yaml index c8579c13..94aafb6c 100644 --- a/data/excluded/GO-2023-1729.yaml +++ b/data/excluded/GO-2023-1729.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1729 excluded: EFFECTIVELY_PRIVATE modules: - module: gitlab.com/gitlab-org/gitaly diff --git a/data/excluded/GO-2023-1735.yaml b/data/excluded/GO-2023-1735.yaml index d6177824..ed77d031 100644 --- a/data/excluded/GO-2023-1735.yaml +++ b/data/excluded/GO-2023-1735.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1735 excluded: NOT_IMPORTABLE modules: - module: github.com/clusternet/clusternet diff --git a/data/excluded/GO-2023-1736.yaml b/data/excluded/GO-2023-1736.yaml index dacd8021..dd9be4a9 100644 --- a/data/excluded/GO-2023-1736.yaml +++ b/data/excluded/GO-2023-1736.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1736 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher diff --git a/data/excluded/GO-2023-1738.yaml b/data/excluded/GO-2023-1738.yaml index c3f8f9e5..55ba8897 100644 --- a/data/excluded/GO-2023-1738.yaml +++ b/data/excluded/GO-2023-1738.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1738 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/apptainer/apptainer diff --git a/data/excluded/GO-2023-1739.yaml b/data/excluded/GO-2023-1739.yaml index f9a6947a..4387552f 100644 --- a/data/excluded/GO-2023-1739.yaml +++ b/data/excluded/GO-2023-1739.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1739 excluded: NOT_GO_CODE modules: - module: github.com/git/git diff --git a/data/excluded/GO-2023-1740.yaml b/data/excluded/GO-2023-1740.yaml index 03acbb09..a18eae8a 100644 --- a/data/excluded/GO-2023-1740.yaml +++ b/data/excluded/GO-2023-1740.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1740 excluded: NOT_GO_CODE modules: - module: github.com/git-for-windows/git diff --git a/data/excluded/GO-2023-1741.yaml b/data/excluded/GO-2023-1741.yaml index 4957d8d0..1f870cf4 100644 --- a/data/excluded/GO-2023-1741.yaml +++ b/data/excluded/GO-2023-1741.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1741 excluded: NOT_GO_CODE modules: - module: github.com/git/git diff --git a/data/excluded/GO-2023-1742.yaml b/data/excluded/GO-2023-1742.yaml index c16f3f1a..a1bbabb0 100644 --- a/data/excluded/GO-2023-1742.yaml +++ b/data/excluded/GO-2023-1742.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1742 excluded: NOT_GO_CODE modules: - module: github.com/git-for-windows/git diff --git a/data/excluded/GO-2023-1743.yaml b/data/excluded/GO-2023-1743.yaml index 56d6f7bc..51621709 100644 --- a/data/excluded/GO-2023-1743.yaml +++ b/data/excluded/GO-2023-1743.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1743 excluded: NOT_GO_CODE modules: - module: github.com/git-for-windows/git diff --git a/data/excluded/GO-2023-1745.yaml b/data/excluded/GO-2023-1745.yaml index b7f6c7e4..0582b7ad 100644 --- a/data/excluded/GO-2023-1745.yaml +++ b/data/excluded/GO-2023-1745.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1745 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/prometheus/blackbox_exporter diff --git a/data/excluded/GO-2023-1746.yaml b/data/excluded/GO-2023-1746.yaml index 534d9181..1ea3f10b 100644 --- a/data/excluded/GO-2023-1746.yaml +++ b/data/excluded/GO-2023-1746.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1746 excluded: NOT_GO_CODE modules: - module: github.com/metal3-io/baremetal-operator diff --git a/data/excluded/GO-2023-1747.yaml b/data/excluded/GO-2023-1747.yaml index c87c2a6f..9ca2dab4 100644 --- a/data/excluded/GO-2023-1747.yaml +++ b/data/excluded/GO-2023-1747.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1747 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/ory/oathkeeper diff --git a/data/excluded/GO-2023-1748.yaml b/data/excluded/GO-2023-1748.yaml index b9b51509..6cf628c8 100644 --- a/data/excluded/GO-2023-1748.yaml +++ b/data/excluded/GO-2023-1748.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1748 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/GoogleCloudPlatform/esp-v2 diff --git a/data/excluded/GO-2023-1749.yaml b/data/excluded/GO-2023-1749.yaml index 5c78de71..7f997e66 100644 --- a/data/excluded/GO-2023-1749.yaml +++ b/data/excluded/GO-2023-1749.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1749 excluded: NOT_GO_CODE modules: - module: github.com/h2o/h2o diff --git a/data/excluded/GO-2023-1754.yaml b/data/excluded/GO-2023-1754.yaml index d995cc5a..3bb76f2e 100644 --- a/data/excluded/GO-2023-1754.yaml +++ b/data/excluded/GO-2023-1754.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1754 excluded: NOT_IMPORTABLE modules: - module: github.com/sigstore/rekor diff --git a/data/excluded/GO-2023-1758.yaml b/data/excluded/GO-2023-1758.yaml index b49a5a4e..6e0723e4 100644 --- a/data/excluded/GO-2023-1758.yaml +++ b/data/excluded/GO-2023-1758.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1758 excluded: NOT_IMPORTABLE modules: - module: github.com/mutagen-io/mutagen diff --git a/data/excluded/GO-2023-1761.yaml b/data/excluded/GO-2023-1761.yaml index 3c0f343c..8462d10d 100644 --- a/data/excluded/GO-2023-1761.yaml +++ b/data/excluded/GO-2023-1761.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1761 excluded: NOT_IMPORTABLE modules: - module: github.com/imgproxy/imgproxy diff --git a/data/excluded/GO-2023-1763.yaml b/data/excluded/GO-2023-1763.yaml index 5ab53239..744a59fd 100644 --- a/data/excluded/GO-2023-1763.yaml +++ b/data/excluded/GO-2023-1763.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1763 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/fluid-cloudnative/fluid diff --git a/data/excluded/GO-2023-1764.yaml b/data/excluded/GO-2023-1764.yaml index f3188de7..3ee5435f 100644 --- a/data/excluded/GO-2023-1764.yaml +++ b/data/excluded/GO-2023-1764.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1764 excluded: NOT_IMPORTABLE modules: - module: github.com/mutagen-io/mutagen diff --git a/data/excluded/GO-2023-1768.yaml b/data/excluded/GO-2023-1768.yaml index 9af95e28..a0ffdaaf 100644 --- a/data/excluded/GO-2023-1768.yaml +++ b/data/excluded/GO-2023-1768.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1768 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/pterodactyl/wings diff --git a/data/excluded/GO-2023-1769.yaml b/data/excluded/GO-2023-1769.yaml index 65dd6ac5..a8f4dac1 100644 --- a/data/excluded/GO-2023-1769.yaml +++ b/data/excluded/GO-2023-1769.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1769 excluded: EFFECTIVELY_PRIVATE modules: - module: vitess.io/vitess diff --git a/data/excluded/GO-2023-1771.yaml b/data/excluded/GO-2023-1771.yaml index 1b2d9ba6..cd868f19 100644 --- a/data/excluded/GO-2023-1771.yaml +++ b/data/excluded/GO-2023-1771.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1771 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/etcd-io/etcd diff --git a/data/excluded/GO-2023-1774.yaml b/data/excluded/GO-2023-1774.yaml index 02a0d8ea..b7f1cad8 100644 --- a/data/excluded/GO-2023-1774.yaml +++ b/data/excluded/GO-2023-1774.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1774 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer diff --git a/data/excluded/GO-2023-1775.yaml b/data/excluded/GO-2023-1775.yaml index 76af6d32..80c2f91b 100644 --- a/data/excluded/GO-2023-1775.yaml +++ b/data/excluded/GO-2023-1775.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1775 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/ipfs/kubo diff --git a/data/excluded/GO-2023-1778.yaml b/data/excluded/GO-2023-1778.yaml index 173894c2..da172696 100644 --- a/data/excluded/GO-2023-1778.yaml +++ b/data/excluded/GO-2023-1778.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1778 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v6 diff --git a/data/excluded/GO-2023-1779.yaml b/data/excluded/GO-2023-1779.yaml index 65318620..5685d399 100644 --- a/data/excluded/GO-2023-1779.yaml +++ b/data/excluded/GO-2023-1779.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1779 excluded: NOT_IMPORTABLE modules: - module: github.com/returntocorp/semgrep diff --git a/data/excluded/GO-2023-1785.yaml b/data/excluded/GO-2023-1785.yaml index a42f280e..ce767e29 100644 --- a/data/excluded/GO-2023-1785.yaml +++ b/data/excluded/GO-2023-1785.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1785 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/cilium/cilium diff --git a/data/excluded/GO-2023-1787.yaml b/data/excluded/GO-2023-1787.yaml index 4bbed9a0..7af4475a 100644 --- a/data/excluded/GO-2023-1787.yaml +++ b/data/excluded/GO-2023-1787.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1787 excluded: NOT_IMPORTABLE modules: - module: github.com/kubernetes/minikube diff --git a/data/excluded/GO-2023-1789.yaml b/data/excluded/GO-2023-1789.yaml index 5076d175..7147c356 100644 --- a/data/excluded/GO-2023-1789.yaml +++ b/data/excluded/GO-2023-1789.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1789 excluded: NOT_IMPORTABLE modules: - module: k8s.io/ingress-nginx diff --git a/data/reports/GO-2020-0001.yaml b/data/reports/GO-2020-0001.yaml index 3419cbce..b19a6ef4 100644 --- a/data/reports/GO-2020-0001.yaml +++ b/data/reports/GO-2020-0001.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0001 modules: - module: github.com/gin-gonic/gin versions: diff --git a/data/reports/GO-2020-0003.yaml b/data/reports/GO-2020-0003.yaml index c6a057a5..477ae6fb 100644 --- a/data/reports/GO-2020-0003.yaml +++ b/data/reports/GO-2020-0003.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0003 modules: - module: github.com/revel/revel versions: diff --git a/data/reports/GO-2020-0004.yaml b/data/reports/GO-2020-0004.yaml index e31818a2..a17894f4 100644 --- a/data/reports/GO-2020-0004.yaml +++ b/data/reports/GO-2020-0004.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0004 modules: - module: github.com/nanobox-io/golang-nanoauth versions: diff --git a/data/reports/GO-2020-0005.yaml b/data/reports/GO-2020-0005.yaml index b8c2fc90..10c629f2 100644 --- a/data/reports/GO-2020-0005.yaml +++ b/data/reports/GO-2020-0005.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0005 modules: - module: go.etcd.io/etcd versions: diff --git a/data/reports/GO-2020-0006.yaml b/data/reports/GO-2020-0006.yaml index 9cd70d6b..d1404037 100644 --- a/data/reports/GO-2020-0006.yaml +++ b/data/reports/GO-2020-0006.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0006 modules: - module: github.com/miekg/dns versions: diff --git a/data/reports/GO-2020-0007.yaml b/data/reports/GO-2020-0007.yaml index 4d4b3831..07b29a0d 100644 --- a/data/reports/GO-2020-0007.yaml +++ b/data/reports/GO-2020-0007.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0007 modules: - module: github.com/seccomp/libseccomp-golang versions: diff --git a/data/reports/GO-2020-0008.yaml b/data/reports/GO-2020-0008.yaml index b19a3c77..41d7729e 100644 --- a/data/reports/GO-2020-0008.yaml +++ b/data/reports/GO-2020-0008.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0008 modules: - module: github.com/miekg/dns versions: diff --git a/data/reports/GO-2020-0009.yaml b/data/reports/GO-2020-0009.yaml index 0431f8d8..525d6ed1 100644 --- a/data/reports/GO-2020-0009.yaml +++ b/data/reports/GO-2020-0009.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0009 modules: - module: github.com/square/go-jose versions: diff --git a/data/reports/GO-2020-0010.yaml b/data/reports/GO-2020-0010.yaml index 5e3a679a..f72e9654 100644 --- a/data/reports/GO-2020-0010.yaml +++ b/data/reports/GO-2020-0010.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0010 modules: - module: github.com/square/go-jose versions: diff --git a/data/reports/GO-2020-0012.yaml b/data/reports/GO-2020-0012.yaml index 037743c5..c98b65cc 100644 --- a/data/reports/GO-2020-0012.yaml +++ b/data/reports/GO-2020-0012.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0012 modules: - module: golang.org/x/crypto versions: diff --git a/data/reports/GO-2020-0013.yaml b/data/reports/GO-2020-0013.yaml index 7b486542..5ef24aa1 100644 --- a/data/reports/GO-2020-0013.yaml +++ b/data/reports/GO-2020-0013.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0013 modules: - module: golang.org/x/crypto versions: diff --git a/data/reports/GO-2020-0014.yaml b/data/reports/GO-2020-0014.yaml index 2606b0dc..68bbd1b7 100644 --- a/data/reports/GO-2020-0014.yaml +++ b/data/reports/GO-2020-0014.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0014 modules: - module: golang.org/x/net versions: diff --git a/data/reports/GO-2020-0015.yaml b/data/reports/GO-2020-0015.yaml index f8e09d7c..2c36c1bb 100644 --- a/data/reports/GO-2020-0015.yaml +++ b/data/reports/GO-2020-0015.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0015 modules: - module: golang.org/x/text versions: diff --git a/data/reports/GO-2020-0016.yaml b/data/reports/GO-2020-0016.yaml index 3c4e11ae..d63e9bbb 100644 --- a/data/reports/GO-2020-0016.yaml +++ b/data/reports/GO-2020-0016.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0016 modules: - module: github.com/ulikunitz/xz versions: diff --git a/data/reports/GO-2020-0017.yaml b/data/reports/GO-2020-0017.yaml index 414bb294..17e65c68 100644 --- a/data/reports/GO-2020-0017.yaml +++ b/data/reports/GO-2020-0017.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0017 modules: - module: github.com/dgrijalva/jwt-go versions: diff --git a/data/reports/GO-2020-0019.yaml b/data/reports/GO-2020-0019.yaml index d8de7a21..cb1893bd 100644 --- a/data/reports/GO-2020-0019.yaml +++ b/data/reports/GO-2020-0019.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0019 modules: - module: github.com/gorilla/websocket versions: diff --git a/data/reports/GO-2020-0020.yaml b/data/reports/GO-2020-0020.yaml index c7675916..85916931 100644 --- a/data/reports/GO-2020-0020.yaml +++ b/data/reports/GO-2020-0020.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0020 modules: - module: github.com/gorilla/handlers versions: diff --git a/data/reports/GO-2020-0021.yaml b/data/reports/GO-2020-0021.yaml index 1d85e5db..77fbe701 100644 --- a/data/reports/GO-2020-0021.yaml +++ b/data/reports/GO-2020-0021.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0021 modules: - module: github.com/gogits/gogs versions: diff --git a/data/reports/GO-2020-0022.yaml b/data/reports/GO-2020-0022.yaml index ace37fcb..f2030ab2 100644 --- a/data/reports/GO-2020-0022.yaml +++ b/data/reports/GO-2020-0022.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0022 modules: - module: github.com/cloudflare/golz4 versions: diff --git a/data/reports/GO-2020-0023.yaml b/data/reports/GO-2020-0023.yaml index ff5502d8..1f56b745 100644 --- a/data/reports/GO-2020-0023.yaml +++ b/data/reports/GO-2020-0023.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0023 modules: - module: github.com/robbert229/jwt versions: diff --git a/data/reports/GO-2020-0024.yaml b/data/reports/GO-2020-0024.yaml index 52c3ed10..61fbade8 100644 --- a/data/reports/GO-2020-0024.yaml +++ b/data/reports/GO-2020-0024.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0024 modules: - module: github.com/btcsuite/go-socks versions: diff --git a/data/reports/GO-2020-0025.yaml b/data/reports/GO-2020-0025.yaml index 54cd0b43..ad32a22d 100644 --- a/data/reports/GO-2020-0025.yaml +++ b/data/reports/GO-2020-0025.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0025 modules: - module: code.cloudfoundry.org/archiver versions: diff --git a/data/reports/GO-2020-0026.yaml b/data/reports/GO-2020-0026.yaml index 2feda4ac..c323a7cb 100644 --- a/data/reports/GO-2020-0026.yaml +++ b/data/reports/GO-2020-0026.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0026 modules: - module: github.com/openshift/source-to-image versions: diff --git a/data/reports/GO-2020-0027.yaml b/data/reports/GO-2020-0027.yaml index f7138427..275f4232 100644 --- a/data/reports/GO-2020-0027.yaml +++ b/data/reports/GO-2020-0027.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0027 modules: - module: github.com/google/fscrypt versions: diff --git a/data/reports/GO-2020-0028.yaml b/data/reports/GO-2020-0028.yaml index f574790f..b57cc674 100644 --- a/data/reports/GO-2020-0028.yaml +++ b/data/reports/GO-2020-0028.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0028 modules: - module: github.com/miekg/dns versions: diff --git a/data/reports/GO-2020-0032.yaml b/data/reports/GO-2020-0032.yaml index 29943458..6f0f80b2 100644 --- a/data/reports/GO-2020-0032.yaml +++ b/data/reports/GO-2020-0032.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0032 modules: - module: github.com/goadesign/goa versions: diff --git a/data/reports/GO-2020-0033.yaml b/data/reports/GO-2020-0033.yaml index 4ffdf2fb..f96e3aae 100644 --- a/data/reports/GO-2020-0033.yaml +++ b/data/reports/GO-2020-0033.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0033 modules: - module: aahframe.work versions: diff --git a/data/reports/GO-2020-0034.yaml b/data/reports/GO-2020-0034.yaml index f5fe0b18..1587aa27 100644 --- a/data/reports/GO-2020-0034.yaml +++ b/data/reports/GO-2020-0034.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0034 modules: - module: github.com/artdarek/go-unzip versions: diff --git a/data/reports/GO-2020-0035.yaml b/data/reports/GO-2020-0035.yaml index b1a1ad33..75e88853 100644 --- a/data/reports/GO-2020-0035.yaml +++ b/data/reports/GO-2020-0035.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0035 modules: - module: github.com/yi-ge/unzip versions: diff --git a/data/reports/GO-2020-0036.yaml b/data/reports/GO-2020-0036.yaml index fec533f8..b601e1bd 100644 --- a/data/reports/GO-2020-0036.yaml +++ b/data/reports/GO-2020-0036.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0036 modules: - module: gopkg.in/yaml.v2 versions: diff --git a/data/reports/GO-2020-0037.yaml b/data/reports/GO-2020-0037.yaml index 066b8039..3cad546f 100644 --- a/data/reports/GO-2020-0037.yaml +++ b/data/reports/GO-2020-0037.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0037 modules: - module: github.com/tendermint/tendermint versions: diff --git a/data/reports/GO-2020-0038.yaml b/data/reports/GO-2020-0038.yaml index 75fe273d..b199bfa0 100644 --- a/data/reports/GO-2020-0038.yaml +++ b/data/reports/GO-2020-0038.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0038 modules: - module: github.com/pion/dtls versions: diff --git a/data/reports/GO-2020-0039.yaml b/data/reports/GO-2020-0039.yaml index 09ec808e..b6906376 100644 --- a/data/reports/GO-2020-0039.yaml +++ b/data/reports/GO-2020-0039.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0039 modules: - module: gopkg.in/macaron.v1 versions: diff --git a/data/reports/GO-2020-0040.yaml b/data/reports/GO-2020-0040.yaml index b6fbe70f..30816a07 100644 --- a/data/reports/GO-2020-0040.yaml +++ b/data/reports/GO-2020-0040.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0040 modules: - module: github.com/shiyanhui/dht vulnerable_at: 0.0.0-20201219151056-5a20f3199263 diff --git a/data/reports/GO-2020-0041.yaml b/data/reports/GO-2020-0041.yaml index f4d713a4..0c54e9a7 100644 --- a/data/reports/GO-2020-0041.yaml +++ b/data/reports/GO-2020-0041.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0041 modules: - module: github.com/unknwon/cae versions: diff --git a/data/reports/GO-2020-0042.yaml b/data/reports/GO-2020-0042.yaml index dea61709..94a925bf 100644 --- a/data/reports/GO-2020-0042.yaml +++ b/data/reports/GO-2020-0042.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0042 modules: - module: github.com/sassoftware/go-rpmutils versions: diff --git a/data/reports/GO-2020-0043.yaml b/data/reports/GO-2020-0043.yaml index 8c457f5b..ec9292db 100644 --- a/data/reports/GO-2020-0043.yaml +++ b/data/reports/GO-2020-0043.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0043 modules: - module: github.com/mholt/caddy versions: diff --git a/data/reports/GO-2020-0045.yaml b/data/reports/GO-2020-0045.yaml index a1041c63..af0ae7c6 100644 --- a/data/reports/GO-2020-0045.yaml +++ b/data/reports/GO-2020-0045.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0045 modules: - module: github.com/dinever/golf versions: diff --git a/data/reports/GO-2020-0046.yaml b/data/reports/GO-2020-0046.yaml index 575ca224..85f88589 100644 --- a/data/reports/GO-2020-0046.yaml +++ b/data/reports/GO-2020-0046.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0046 modules: - module: github.com/russellhaering/goxmldsig versions: diff --git a/data/reports/GO-2020-0047.yaml b/data/reports/GO-2020-0047.yaml index 290135fe..2ebff39c 100644 --- a/data/reports/GO-2020-0047.yaml +++ b/data/reports/GO-2020-0047.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0047 modules: - module: github.com/RobotsAndPencils/go-saml vulnerable_at: 0.0.0-20170520135329-fb13cb52a46b diff --git a/data/reports/GO-2020-0048.yaml b/data/reports/GO-2020-0048.yaml index 5f77e268..bcc19873 100644 --- a/data/reports/GO-2020-0048.yaml +++ b/data/reports/GO-2020-0048.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0048 modules: - module: github.com/antchfx/xmlquery versions: diff --git a/data/reports/GO-2020-0049.yaml b/data/reports/GO-2020-0049.yaml index 1bc5bce4..0532fcbe 100644 --- a/data/reports/GO-2020-0049.yaml +++ b/data/reports/GO-2020-0049.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0049 modules: - module: github.com/justinas/nosurf versions: diff --git a/data/reports/GO-2020-0050.yaml b/data/reports/GO-2020-0050.yaml index f6db0276..11c16a76 100644 --- a/data/reports/GO-2020-0050.yaml +++ b/data/reports/GO-2020-0050.yaml @@ -1,3 +1,4 @@ +id: GO-2020-0050 modules: - module: github.com/russellhaering/goxmldsig versions: diff --git a/data/reports/GO-2021-0051.yaml b/data/reports/GO-2021-0051.yaml index a1b5975f..d274f406 100644 --- a/data/reports/GO-2021-0051.yaml +++ b/data/reports/GO-2021-0051.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0051 modules: - module: github.com/labstack/echo/v4 versions: diff --git a/data/reports/GO-2021-0052.yaml b/data/reports/GO-2021-0052.yaml index c1068f93..660659bc 100644 --- a/data/reports/GO-2021-0052.yaml +++ b/data/reports/GO-2021-0052.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0052 modules: - module: github.com/gin-gonic/gin versions: diff --git a/data/reports/GO-2021-0053.yaml b/data/reports/GO-2021-0053.yaml index 4c79dd57..affd6a77 100644 --- a/data/reports/GO-2021-0053.yaml +++ b/data/reports/GO-2021-0053.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0053 modules: - module: github.com/gogo/protobuf versions: diff --git a/data/reports/GO-2021-0054.yaml b/data/reports/GO-2021-0054.yaml index 7b2cef51..1ed02482 100644 --- a/data/reports/GO-2021-0054.yaml +++ b/data/reports/GO-2021-0054.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0054 modules: - module: github.com/tidwall/gjson versions: diff --git a/data/reports/GO-2021-0057.yaml b/data/reports/GO-2021-0057.yaml index fcd33a19..b98a224a 100644 --- a/data/reports/GO-2021-0057.yaml +++ b/data/reports/GO-2021-0057.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0057 modules: - module: github.com/buger/jsonparser versions: diff --git a/data/reports/GO-2021-0058.yaml b/data/reports/GO-2021-0058.yaml index c5eec1fa..e4e0c81c 100644 --- a/data/reports/GO-2021-0058.yaml +++ b/data/reports/GO-2021-0058.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0058 modules: - module: github.com/crewjam/saml versions: diff --git a/data/reports/GO-2021-0059.yaml b/data/reports/GO-2021-0059.yaml index 5937f56a..cbe3075f 100644 --- a/data/reports/GO-2021-0059.yaml +++ b/data/reports/GO-2021-0059.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0059 modules: - module: github.com/tidwall/gjson versions: diff --git a/data/reports/GO-2021-0060.yaml b/data/reports/GO-2021-0060.yaml index 9812faf6..c7fb4a89 100644 --- a/data/reports/GO-2021-0060.yaml +++ b/data/reports/GO-2021-0060.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0060 modules: - module: github.com/russellhaering/gosaml2 versions: diff --git a/data/reports/GO-2021-0061.yaml b/data/reports/GO-2021-0061.yaml index a826d24e..55693882 100644 --- a/data/reports/GO-2021-0061.yaml +++ b/data/reports/GO-2021-0061.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0061 modules: - module: gopkg.in/yaml.v2 versions: diff --git a/data/reports/GO-2021-0063.yaml b/data/reports/GO-2021-0063.yaml index 889ccd16..dfac3007 100644 --- a/data/reports/GO-2021-0063.yaml +++ b/data/reports/GO-2021-0063.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0063 modules: - module: github.com/ethereum/go-ethereum versions: diff --git a/data/reports/GO-2021-0064.yaml b/data/reports/GO-2021-0064.yaml index 44317735..ba7bb6a7 100644 --- a/data/reports/GO-2021-0064.yaml +++ b/data/reports/GO-2021-0064.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0064 modules: - module: k8s.io/client-go versions: diff --git a/data/reports/GO-2021-0065.yaml b/data/reports/GO-2021-0065.yaml index c5b915af..c692a2bb 100644 --- a/data/reports/GO-2021-0065.yaml +++ b/data/reports/GO-2021-0065.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0065 modules: - module: k8s.io/client-go versions: diff --git a/data/reports/GO-2021-0066.yaml b/data/reports/GO-2021-0066.yaml index 7360a757..964c8c78 100644 --- a/data/reports/GO-2021-0066.yaml +++ b/data/reports/GO-2021-0066.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0066 modules: - module: k8s.io/kubernetes versions: diff --git a/data/reports/GO-2021-0067.yaml b/data/reports/GO-2021-0067.yaml index 2ae54e18..26c8bf2a 100644 --- a/data/reports/GO-2021-0067.yaml +++ b/data/reports/GO-2021-0067.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0067 modules: - module: std versions: diff --git a/data/reports/GO-2021-0068.yaml b/data/reports/GO-2021-0068.yaml index 77025f59..450d1c75 100644 --- a/data/reports/GO-2021-0068.yaml +++ b/data/reports/GO-2021-0068.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0068 modules: - module: cmd versions: diff --git a/data/reports/GO-2021-0069.yaml b/data/reports/GO-2021-0069.yaml index dfe46336..8f1cf2b5 100644 --- a/data/reports/GO-2021-0069.yaml +++ b/data/reports/GO-2021-0069.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0069 modules: - module: std versions: diff --git a/data/reports/GO-2021-0070.yaml b/data/reports/GO-2021-0070.yaml index ed73b32e..a6c9c4cb 100644 --- a/data/reports/GO-2021-0070.yaml +++ b/data/reports/GO-2021-0070.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0070 modules: - module: github.com/opencontainers/runc versions: diff --git a/data/reports/GO-2021-0071.yaml b/data/reports/GO-2021-0071.yaml index 298099d5..1761ea0b 100644 --- a/data/reports/GO-2021-0071.yaml +++ b/data/reports/GO-2021-0071.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0071 modules: - module: github.com/lxc/lxd versions: diff --git a/data/reports/GO-2021-0072.yaml b/data/reports/GO-2021-0072.yaml index a0bac001..06746a80 100644 --- a/data/reports/GO-2021-0072.yaml +++ b/data/reports/GO-2021-0072.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0072 modules: - module: github.com/docker/distribution versions: diff --git a/data/reports/GO-2021-0073.yaml b/data/reports/GO-2021-0073.yaml index b3cc3f9e..ef5c192e 100644 --- a/data/reports/GO-2021-0073.yaml +++ b/data/reports/GO-2021-0073.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0073 modules: - module: github.com/git-lfs/git-lfs versions: diff --git a/data/reports/GO-2021-0075.yaml b/data/reports/GO-2021-0075.yaml index c652cf73..69ad949c 100644 --- a/data/reports/GO-2021-0075.yaml +++ b/data/reports/GO-2021-0075.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0075 modules: - module: github.com/ethereum/go-ethereum versions: diff --git a/data/reports/GO-2021-0076.yaml b/data/reports/GO-2021-0076.yaml index b0486523..442329b3 100644 --- a/data/reports/GO-2021-0076.yaml +++ b/data/reports/GO-2021-0076.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0076 modules: - module: github.com/evanphx/json-patch versions: diff --git a/data/reports/GO-2021-0077.yaml b/data/reports/GO-2021-0077.yaml index 8d0b5c1f..a80c4cab 100644 --- a/data/reports/GO-2021-0077.yaml +++ b/data/reports/GO-2021-0077.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0077 modules: - module: go.etcd.io/etcd versions: diff --git a/data/reports/GO-2021-0078.yaml b/data/reports/GO-2021-0078.yaml index 4db35e11..102bcfb2 100644 --- a/data/reports/GO-2021-0078.yaml +++ b/data/reports/GO-2021-0078.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0078 modules: - module: golang.org/x/net versions: diff --git a/data/reports/GO-2021-0079.yaml b/data/reports/GO-2021-0079.yaml index 1e48790e..20d9a49d 100644 --- a/data/reports/GO-2021-0079.yaml +++ b/data/reports/GO-2021-0079.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0079 modules: - module: github.com/bytom/bytom versions: diff --git a/data/reports/GO-2021-0081.yaml b/data/reports/GO-2021-0081.yaml index 78b89851..460ea6c4 100644 --- a/data/reports/GO-2021-0081.yaml +++ b/data/reports/GO-2021-0081.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0081 modules: - module: github.com/containers/image versions: diff --git a/data/reports/GO-2021-0082.yaml b/data/reports/GO-2021-0082.yaml index 5f6f1905..1b285ca6 100644 --- a/data/reports/GO-2021-0082.yaml +++ b/data/reports/GO-2021-0082.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0082 modules: - module: github.com/facebook/fbthrift versions: diff --git a/data/reports/GO-2021-0083.yaml b/data/reports/GO-2021-0083.yaml index 86df9d1a..93d10666 100644 --- a/data/reports/GO-2021-0083.yaml +++ b/data/reports/GO-2021-0083.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0083 modules: - module: github.com/hybridgroup/gobot versions: diff --git a/data/reports/GO-2021-0084.yaml b/data/reports/GO-2021-0084.yaml index 5f062b77..cfd67b37 100644 --- a/data/reports/GO-2021-0084.yaml +++ b/data/reports/GO-2021-0084.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0084 modules: - module: github.com/astaxie/beego versions: diff --git a/data/reports/GO-2021-0085.yaml b/data/reports/GO-2021-0085.yaml index 73540096..193540d2 100644 --- a/data/reports/GO-2021-0085.yaml +++ b/data/reports/GO-2021-0085.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0085 modules: - module: github.com/opencontainers/runc versions: diff --git a/data/reports/GO-2021-0086.yaml b/data/reports/GO-2021-0086.yaml index 30f874d2..3e960791 100644 --- a/data/reports/GO-2021-0086.yaml +++ b/data/reports/GO-2021-0086.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0086 modules: - module: github.com/documize/community versions: diff --git a/data/reports/GO-2021-0087.yaml b/data/reports/GO-2021-0087.yaml index 781f006f..4d34d442 100644 --- a/data/reports/GO-2021-0087.yaml +++ b/data/reports/GO-2021-0087.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0087 modules: - module: github.com/opencontainers/runc versions: diff --git a/data/reports/GO-2021-0088.yaml b/data/reports/GO-2021-0088.yaml index c5993ea1..a3439507 100644 --- a/data/reports/GO-2021-0088.yaml +++ b/data/reports/GO-2021-0088.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0088 modules: - module: github.com/facebook/fbthrift versions: diff --git a/data/reports/GO-2021-0089.yaml b/data/reports/GO-2021-0089.yaml index affffcd8..4f02bd5d 100644 --- a/data/reports/GO-2021-0089.yaml +++ b/data/reports/GO-2021-0089.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0089 modules: - module: github.com/buger/jsonparser versions: diff --git a/data/reports/GO-2021-0090.yaml b/data/reports/GO-2021-0090.yaml index bee03c4b..af3b60a6 100644 --- a/data/reports/GO-2021-0090.yaml +++ b/data/reports/GO-2021-0090.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0090 modules: - module: github.com/tendermint/tendermint versions: diff --git a/data/reports/GO-2021-0094.yaml b/data/reports/GO-2021-0094.yaml index f9888a45..3189298c 100644 --- a/data/reports/GO-2021-0094.yaml +++ b/data/reports/GO-2021-0094.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0094 modules: - module: github.com/hashicorp/go-slug versions: diff --git a/data/reports/GO-2021-0095.yaml b/data/reports/GO-2021-0095.yaml index eaeb60af..f42f65ef 100644 --- a/data/reports/GO-2021-0095.yaml +++ b/data/reports/GO-2021-0095.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0095 modules: - module: github.com/google/go-tpm versions: diff --git a/data/reports/GO-2021-0096.yaml b/data/reports/GO-2021-0096.yaml index e83ee2a5..3585cc60 100644 --- a/data/reports/GO-2021-0096.yaml +++ b/data/reports/GO-2021-0096.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0096 modules: - module: github.com/proglottis/gpgme versions: diff --git a/data/reports/GO-2021-0097.yaml b/data/reports/GO-2021-0097.yaml index af4e7475..c97c5256 100644 --- a/data/reports/GO-2021-0097.yaml +++ b/data/reports/GO-2021-0097.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0097 modules: - module: github.com/dhowden/tag versions: diff --git a/data/reports/GO-2021-0098.yaml b/data/reports/GO-2021-0098.yaml index abd868d6..8528e489 100644 --- a/data/reports/GO-2021-0098.yaml +++ b/data/reports/GO-2021-0098.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0098 modules: - module: github.com/git-lfs/git-lfs versions: diff --git a/data/reports/GO-2021-0099.yaml b/data/reports/GO-2021-0099.yaml index 98fb6fc7..21588cbe 100644 --- a/data/reports/GO-2021-0099.yaml +++ b/data/reports/GO-2021-0099.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0099 modules: - module: github.com/deislabs/oras versions: diff --git a/data/reports/GO-2021-0100.yaml b/data/reports/GO-2021-0100.yaml index 33a8cc25..7dea1cab 100644 --- a/data/reports/GO-2021-0100.yaml +++ b/data/reports/GO-2021-0100.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0100 modules: - module: github.com/containers/storage versions: diff --git a/data/reports/GO-2021-0101.yaml b/data/reports/GO-2021-0101.yaml index ae82767d..26ee8341 100644 --- a/data/reports/GO-2021-0101.yaml +++ b/data/reports/GO-2021-0101.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0101 modules: - module: github.com/apache/thrift versions: diff --git a/data/reports/GO-2021-0102.yaml b/data/reports/GO-2021-0102.yaml index 5aa8e900..d3e31cae 100644 --- a/data/reports/GO-2021-0102.yaml +++ b/data/reports/GO-2021-0102.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0102 modules: - module: code.cloudfoundry.org/gorouter versions: diff --git a/data/reports/GO-2021-0103.yaml b/data/reports/GO-2021-0103.yaml index 0677b302..ade4b780 100644 --- a/data/reports/GO-2021-0103.yaml +++ b/data/reports/GO-2021-0103.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0103 modules: - module: github.com/holiman/uint256 versions: diff --git a/data/reports/GO-2021-0104.yaml b/data/reports/GO-2021-0104.yaml index e4ae308c..d252d307 100644 --- a/data/reports/GO-2021-0104.yaml +++ b/data/reports/GO-2021-0104.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0104 modules: - module: github.com/pion/webrtc/v3 versions: diff --git a/data/reports/GO-2021-0105.yaml b/data/reports/GO-2021-0105.yaml index 13d48bd1..3969a48b 100644 --- a/data/reports/GO-2021-0105.yaml +++ b/data/reports/GO-2021-0105.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0105 modules: - module: github.com/ethereum/go-ethereum versions: diff --git a/data/reports/GO-2021-0106.yaml b/data/reports/GO-2021-0106.yaml index c2005240..62ac967e 100644 --- a/data/reports/GO-2021-0106.yaml +++ b/data/reports/GO-2021-0106.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0106 modules: - module: github.com/whyrusleeping/tar-utils versions: diff --git a/data/reports/GO-2021-0107.yaml b/data/reports/GO-2021-0107.yaml index 6304b787..8fe146c4 100644 --- a/data/reports/GO-2021-0107.yaml +++ b/data/reports/GO-2021-0107.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0107 modules: - module: github.com/ecnepsnai/web versions: diff --git a/data/reports/GO-2021-0108.yaml b/data/reports/GO-2021-0108.yaml index 88a00a76..3481b39c 100644 --- a/data/reports/GO-2021-0108.yaml +++ b/data/reports/GO-2021-0108.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0108 modules: - module: github.com/gofiber/fiber versions: diff --git a/data/reports/GO-2021-0109.yaml b/data/reports/GO-2021-0109.yaml index 249cec40..707bf840 100644 --- a/data/reports/GO-2021-0109.yaml +++ b/data/reports/GO-2021-0109.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0109 modules: - module: github.com/ory/fosite versions: diff --git a/data/reports/GO-2021-0110.yaml b/data/reports/GO-2021-0110.yaml index ecc74128..f5ea7a0f 100644 --- a/data/reports/GO-2021-0110.yaml +++ b/data/reports/GO-2021-0110.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0110 modules: - module: github.com/ory/fosite versions: diff --git a/data/reports/GO-2021-0112.yaml b/data/reports/GO-2021-0112.yaml index 19289792..a652a164 100644 --- a/data/reports/GO-2021-0112.yaml +++ b/data/reports/GO-2021-0112.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0112 modules: - module: go.mongodb.org/mongo-driver versions: diff --git a/data/reports/GO-2021-0113.yaml b/data/reports/GO-2021-0113.yaml index b834ba41..d4649a11 100644 --- a/data/reports/GO-2021-0113.yaml +++ b/data/reports/GO-2021-0113.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0113 modules: - module: golang.org/x/text versions: diff --git a/data/reports/GO-2021-0142.yaml b/data/reports/GO-2021-0142.yaml index 66855c14..e6ed34ee 100644 --- a/data/reports/GO-2021-0142.yaml +++ b/data/reports/GO-2021-0142.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0142 modules: - module: std versions: diff --git a/data/reports/GO-2021-0154.yaml b/data/reports/GO-2021-0154.yaml index 6012677f..d52e1bba 100644 --- a/data/reports/GO-2021-0154.yaml +++ b/data/reports/GO-2021-0154.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0154 modules: - module: std versions: diff --git a/data/reports/GO-2021-0159.yaml b/data/reports/GO-2021-0159.yaml index 6af8527c..28764691 100644 --- a/data/reports/GO-2021-0159.yaml +++ b/data/reports/GO-2021-0159.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0159 modules: - module: std versions: diff --git a/data/reports/GO-2021-0160.yaml b/data/reports/GO-2021-0160.yaml index 9712d78f..42acec2e 100644 --- a/data/reports/GO-2021-0160.yaml +++ b/data/reports/GO-2021-0160.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0160 modules: - module: std versions: diff --git a/data/reports/GO-2021-0163.yaml b/data/reports/GO-2021-0163.yaml index 76f63506..fea4d9b2 100644 --- a/data/reports/GO-2021-0163.yaml +++ b/data/reports/GO-2021-0163.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0163 modules: - module: std versions: diff --git a/data/reports/GO-2021-0172.yaml b/data/reports/GO-2021-0172.yaml index c3755ec5..cd653ef1 100644 --- a/data/reports/GO-2021-0172.yaml +++ b/data/reports/GO-2021-0172.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0172 modules: - module: std versions: diff --git a/data/reports/GO-2021-0178.yaml b/data/reports/GO-2021-0178.yaml index 3e33a579..551d2a16 100644 --- a/data/reports/GO-2021-0178.yaml +++ b/data/reports/GO-2021-0178.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0178 modules: - module: std versions: diff --git a/data/reports/GO-2021-0223.yaml b/data/reports/GO-2021-0223.yaml index 91ecd6e2..d7edeceb 100644 --- a/data/reports/GO-2021-0223.yaml +++ b/data/reports/GO-2021-0223.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0223 modules: - module: std versions: diff --git a/data/reports/GO-2021-0224.yaml b/data/reports/GO-2021-0224.yaml index 6ee11a68..7d6caafb 100644 --- a/data/reports/GO-2021-0224.yaml +++ b/data/reports/GO-2021-0224.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0224 modules: - module: std versions: diff --git a/data/reports/GO-2021-0226.yaml b/data/reports/GO-2021-0226.yaml index a2769ac9..0440f928 100644 --- a/data/reports/GO-2021-0226.yaml +++ b/data/reports/GO-2021-0226.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0226 modules: - module: std versions: diff --git a/data/reports/GO-2021-0227.yaml b/data/reports/GO-2021-0227.yaml index 45e5f4bd..4a8d849c 100644 --- a/data/reports/GO-2021-0227.yaml +++ b/data/reports/GO-2021-0227.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0227 modules: - module: golang.org/x/crypto versions: diff --git a/data/reports/GO-2021-0228.yaml b/data/reports/GO-2021-0228.yaml index 9a4e1f64..6c3d36b1 100644 --- a/data/reports/GO-2021-0228.yaml +++ b/data/reports/GO-2021-0228.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0228 modules: - module: github.com/unknwon/cae versions: diff --git a/data/reports/GO-2021-0234.yaml b/data/reports/GO-2021-0234.yaml index 8a01d3e9..efcf385e 100644 --- a/data/reports/GO-2021-0234.yaml +++ b/data/reports/GO-2021-0234.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0234 modules: - module: std versions: diff --git a/data/reports/GO-2021-0235.yaml b/data/reports/GO-2021-0235.yaml index 642d286a..fbf8587e 100644 --- a/data/reports/GO-2021-0235.yaml +++ b/data/reports/GO-2021-0235.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0235 modules: - module: std versions: diff --git a/data/reports/GO-2021-0237.yaml b/data/reports/GO-2021-0237.yaml index 4919c5c2..36f7e009 100644 --- a/data/reports/GO-2021-0237.yaml +++ b/data/reports/GO-2021-0237.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0237 modules: - module: github.com/AndrewBurian/powermux versions: diff --git a/data/reports/GO-2021-0238.yaml b/data/reports/GO-2021-0238.yaml index 49f33f80..0de67e5f 100644 --- a/data/reports/GO-2021-0238.yaml +++ b/data/reports/GO-2021-0238.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0238 modules: - module: golang.org/x/net versions: diff --git a/data/reports/GO-2021-0239.yaml b/data/reports/GO-2021-0239.yaml index c2858785..52896187 100644 --- a/data/reports/GO-2021-0239.yaml +++ b/data/reports/GO-2021-0239.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0239 modules: - module: std versions: diff --git a/data/reports/GO-2021-0240.yaml b/data/reports/GO-2021-0240.yaml index 7e340d90..fa2e49f1 100644 --- a/data/reports/GO-2021-0240.yaml +++ b/data/reports/GO-2021-0240.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0240 modules: - module: std versions: diff --git a/data/reports/GO-2021-0241.yaml b/data/reports/GO-2021-0241.yaml index aee48e7b..23281213 100644 --- a/data/reports/GO-2021-0241.yaml +++ b/data/reports/GO-2021-0241.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0241 modules: - module: std versions: diff --git a/data/reports/GO-2021-0242.yaml b/data/reports/GO-2021-0242.yaml index 22b8f8e6..2ead25e6 100644 --- a/data/reports/GO-2021-0242.yaml +++ b/data/reports/GO-2021-0242.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0242 modules: - module: std versions: diff --git a/data/reports/GO-2021-0243.yaml b/data/reports/GO-2021-0243.yaml index 431f3e43..98245a15 100644 --- a/data/reports/GO-2021-0243.yaml +++ b/data/reports/GO-2021-0243.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0243 modules: - module: std versions: diff --git a/data/reports/GO-2021-0245.yaml b/data/reports/GO-2021-0245.yaml index 77a08eb9..2d1b1a5b 100644 --- a/data/reports/GO-2021-0245.yaml +++ b/data/reports/GO-2021-0245.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0245 modules: - module: std versions: diff --git a/data/reports/GO-2021-0258.yaml b/data/reports/GO-2021-0258.yaml index 7ca5ac82..a580bbe0 100644 --- a/data/reports/GO-2021-0258.yaml +++ b/data/reports/GO-2021-0258.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0258 modules: - module: github.com/pomerium/pomerium versions: diff --git a/data/reports/GO-2021-0263.yaml b/data/reports/GO-2021-0263.yaml index 1518fc71..052182c5 100644 --- a/data/reports/GO-2021-0263.yaml +++ b/data/reports/GO-2021-0263.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0263 modules: - module: std versions: diff --git a/data/reports/GO-2021-0264.yaml b/data/reports/GO-2021-0264.yaml index a0a40772..254a521c 100644 --- a/data/reports/GO-2021-0264.yaml +++ b/data/reports/GO-2021-0264.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0264 modules: - module: std versions: diff --git a/data/reports/GO-2021-0265.yaml b/data/reports/GO-2021-0265.yaml index 27e4b68f..fdfbbf3c 100644 --- a/data/reports/GO-2021-0265.yaml +++ b/data/reports/GO-2021-0265.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0265 modules: - module: github.com/tidwall/gjson versions: diff --git a/data/reports/GO-2021-0317.yaml b/data/reports/GO-2021-0317.yaml index 51724f1c..02a16794 100644 --- a/data/reports/GO-2021-0317.yaml +++ b/data/reports/GO-2021-0317.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0317 modules: - module: std versions: diff --git a/data/reports/GO-2021-0319.yaml b/data/reports/GO-2021-0319.yaml index 6c00de75..7a34dbf7 100644 --- a/data/reports/GO-2021-0319.yaml +++ b/data/reports/GO-2021-0319.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0319 modules: - module: std versions: diff --git a/data/reports/GO-2021-0347.yaml b/data/reports/GO-2021-0347.yaml index b5c83670..ec96381a 100644 --- a/data/reports/GO-2021-0347.yaml +++ b/data/reports/GO-2021-0347.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0347 modules: - module: std versions: diff --git a/data/reports/GO-2021-0356.yaml b/data/reports/GO-2021-0356.yaml index a9557045..d0a06fb5 100644 --- a/data/reports/GO-2021-0356.yaml +++ b/data/reports/GO-2021-0356.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0356 modules: - module: golang.org/x/crypto versions: diff --git a/data/reports/GO-2021-0412.yaml b/data/reports/GO-2021-0412.yaml index 6c150955..f293c1b6 100644 --- a/data/reports/GO-2021-0412.yaml +++ b/data/reports/GO-2021-0412.yaml @@ -1,3 +1,4 @@ +id: GO-2021-0412 modules: - module: github.com/containerd/imgcrypt versions: diff --git a/data/reports/GO-2022-0166.yaml b/data/reports/GO-2022-0166.yaml index c93da6b3..cab74877 100644 --- a/data/reports/GO-2022-0166.yaml +++ b/data/reports/GO-2022-0166.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0166 modules: - module: std versions: diff --git a/data/reports/GO-2022-0171.yaml b/data/reports/GO-2022-0171.yaml index f902667c..6a9b181b 100644 --- a/data/reports/GO-2022-0171.yaml +++ b/data/reports/GO-2022-0171.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0171 modules: - module: std versions: diff --git a/data/reports/GO-2022-0177.yaml b/data/reports/GO-2022-0177.yaml index 6711c086..08642c80 100644 --- a/data/reports/GO-2022-0177.yaml +++ b/data/reports/GO-2022-0177.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0177 modules: - module: cmd versions: diff --git a/data/reports/GO-2022-0187.yaml b/data/reports/GO-2022-0187.yaml index b2dbfd62..454a6034 100644 --- a/data/reports/GO-2022-0187.yaml +++ b/data/reports/GO-2022-0187.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0187 modules: - module: std versions: diff --git a/data/reports/GO-2022-0189.yaml b/data/reports/GO-2022-0189.yaml index bd06d71d..1cc392fb 100644 --- a/data/reports/GO-2022-0189.yaml +++ b/data/reports/GO-2022-0189.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0189 modules: - module: cmd versions: diff --git a/data/reports/GO-2022-0190.yaml b/data/reports/GO-2022-0190.yaml index b581a4d8..493279a8 100644 --- a/data/reports/GO-2022-0190.yaml +++ b/data/reports/GO-2022-0190.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0190 modules: - module: cmd versions: diff --git a/data/reports/GO-2022-0191.yaml b/data/reports/GO-2022-0191.yaml index 0b7acadd..44849587 100644 --- a/data/reports/GO-2022-0191.yaml +++ b/data/reports/GO-2022-0191.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0191 modules: - module: std versions: diff --git a/data/reports/GO-2022-0192.yaml b/data/reports/GO-2022-0192.yaml index 5fef3fb8..8908e9e5 100644 --- a/data/reports/GO-2022-0192.yaml +++ b/data/reports/GO-2022-0192.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0192 modules: - module: golang.org/x/net versions: diff --git a/data/reports/GO-2022-0193.yaml b/data/reports/GO-2022-0193.yaml index 434c4b9d..aaa292af 100644 --- a/data/reports/GO-2022-0193.yaml +++ b/data/reports/GO-2022-0193.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0193 modules: - module: golang.org/x/net versions: diff --git a/data/reports/GO-2022-0197.yaml b/data/reports/GO-2022-0197.yaml index fb6b8652..6a56095a 100644 --- a/data/reports/GO-2022-0197.yaml +++ b/data/reports/GO-2022-0197.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0197 modules: - module: golang.org/x/net versions: diff --git a/data/reports/GO-2022-0201.yaml b/data/reports/GO-2022-0201.yaml index 07e0cdaf..d0523b70 100644 --- a/data/reports/GO-2022-0201.yaml +++ b/data/reports/GO-2022-0201.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0201 modules: - module: cmd versions: diff --git a/data/reports/GO-2022-0203.yaml b/data/reports/GO-2022-0203.yaml index 7e0cb456..a771aa31 100644 --- a/data/reports/GO-2022-0203.yaml +++ b/data/reports/GO-2022-0203.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0203 modules: - module: cmd versions: diff --git a/data/reports/GO-2022-0209.yaml b/data/reports/GO-2022-0209.yaml index e61a2819..1c16e888 100644 --- a/data/reports/GO-2022-0209.yaml +++ b/data/reports/GO-2022-0209.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0209 modules: - module: golang.org/x/crypto versions: diff --git a/data/reports/GO-2022-0211.yaml b/data/reports/GO-2022-0211.yaml index 13bb1363..adc339e9 100644 --- a/data/reports/GO-2022-0211.yaml +++ b/data/reports/GO-2022-0211.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0211 modules: - module: std versions: diff --git a/data/reports/GO-2022-0212.yaml b/data/reports/GO-2022-0212.yaml index 377fd957..6dbc3f1c 100644 --- a/data/reports/GO-2022-0212.yaml +++ b/data/reports/GO-2022-0212.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0212 modules: - module: std versions: diff --git a/data/reports/GO-2022-0213.yaml b/data/reports/GO-2022-0213.yaml index e18e0d26..122637ac 100644 --- a/data/reports/GO-2022-0213.yaml +++ b/data/reports/GO-2022-0213.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0213 modules: - module: std versions: diff --git a/data/reports/GO-2022-0217.yaml b/data/reports/GO-2022-0217.yaml index d41fb67d..8355f7f6 100644 --- a/data/reports/GO-2022-0217.yaml +++ b/data/reports/GO-2022-0217.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0217 modules: - module: std versions: diff --git a/data/reports/GO-2022-0220.yaml b/data/reports/GO-2022-0220.yaml index 5744a007..1818f3f1 100644 --- a/data/reports/GO-2022-0220.yaml +++ b/data/reports/GO-2022-0220.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0220 modules: - module: std versions: diff --git a/data/reports/GO-2022-0229.yaml b/data/reports/GO-2022-0229.yaml index af1e7cfd..1743be2b 100644 --- a/data/reports/GO-2022-0229.yaml +++ b/data/reports/GO-2022-0229.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0229 modules: - module: std versions: diff --git a/data/reports/GO-2022-0230.yaml b/data/reports/GO-2022-0230.yaml index fe27860e..9bc43e8e 100644 --- a/data/reports/GO-2022-0230.yaml +++ b/data/reports/GO-2022-0230.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0230 modules: - module: github.com/containernetworking/cni versions: diff --git a/data/reports/GO-2022-0233.yaml b/data/reports/GO-2022-0233.yaml index 1b998567..055d1fa1 100644 --- a/data/reports/GO-2022-0233.yaml +++ b/data/reports/GO-2022-0233.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0233 modules: - module: github.com/pires/go-proxyproto versions: diff --git a/data/reports/GO-2022-0236.yaml b/data/reports/GO-2022-0236.yaml index 1a0e9c6f..b9b8dcfd 100644 --- a/data/reports/GO-2022-0236.yaml +++ b/data/reports/GO-2022-0236.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0236 modules: - module: std versions: diff --git a/data/reports/GO-2022-0244.yaml b/data/reports/GO-2022-0244.yaml index 2cf72bd8..ff2aad9f 100644 --- a/data/reports/GO-2022-0244.yaml +++ b/data/reports/GO-2022-0244.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0244 modules: - module: github.com/satori/go.uuid versions: diff --git a/data/reports/GO-2022-0246.yaml b/data/reports/GO-2022-0246.yaml index 22957ffb..8d0c9c00 100644 --- a/data/reports/GO-2022-0246.yaml +++ b/data/reports/GO-2022-0246.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0246 modules: - module: github.com/cloudflare/cfrpki versions: diff --git a/data/reports/GO-2022-0247.yaml b/data/reports/GO-2022-0247.yaml index 4d8cf826..5c428169 100644 --- a/data/reports/GO-2022-0247.yaml +++ b/data/reports/GO-2022-0247.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0247 modules: - module: cmd versions: diff --git a/data/reports/GO-2022-0248.yaml b/data/reports/GO-2022-0248.yaml index 6955c40c..2e9837bd 100644 --- a/data/reports/GO-2022-0248.yaml +++ b/data/reports/GO-2022-0248.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0248 modules: - module: github.com/cloudflare/cfrpki versions: diff --git a/data/reports/GO-2022-0251.yaml b/data/reports/GO-2022-0251.yaml index 6f6f01d8..4a2e572e 100644 --- a/data/reports/GO-2022-0251.yaml +++ b/data/reports/GO-2022-0251.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0251 modules: - module: github.com/cloudflare/cfrpki versions: diff --git a/data/reports/GO-2022-0252.yaml b/data/reports/GO-2022-0252.yaml index 9d5cfd0f..a162ab50 100644 --- a/data/reports/GO-2022-0252.yaml +++ b/data/reports/GO-2022-0252.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0252 modules: - module: github.com/cloudflare/cfrpki versions: diff --git a/data/reports/GO-2022-0253.yaml b/data/reports/GO-2022-0253.yaml index b0b96e18..648c9c20 100644 --- a/data/reports/GO-2022-0253.yaml +++ b/data/reports/GO-2022-0253.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0253 modules: - module: github.com/cloudflare/cfrpki versions: diff --git a/data/reports/GO-2022-0254.yaml b/data/reports/GO-2022-0254.yaml index 360abad0..e7611930 100644 --- a/data/reports/GO-2022-0254.yaml +++ b/data/reports/GO-2022-0254.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0254 modules: - module: github.com/ethereum/go-ethereum versions: diff --git a/data/reports/GO-2022-0256.yaml b/data/reports/GO-2022-0256.yaml index 9a91aa91..c17e474e 100644 --- a/data/reports/GO-2022-0256.yaml +++ b/data/reports/GO-2022-0256.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0256 modules: - module: github.com/ethereum/go-ethereum versions: diff --git a/data/reports/GO-2022-0272.yaml b/data/reports/GO-2022-0272.yaml index 04e3ad5d..6e472f9f 100644 --- a/data/reports/GO-2022-0272.yaml +++ b/data/reports/GO-2022-0272.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0272 modules: - module: github.com/kataras/iris/v12 versions: diff --git a/data/reports/GO-2022-0273.yaml b/data/reports/GO-2022-0273.yaml index 5d0575e9..b8e3a7e2 100644 --- a/data/reports/GO-2022-0273.yaml +++ b/data/reports/GO-2022-0273.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0273 modules: - module: std versions: diff --git a/data/reports/GO-2022-0274.yaml b/data/reports/GO-2022-0274.yaml index 6ec7d338..ed02a31b 100644 --- a/data/reports/GO-2022-0274.yaml +++ b/data/reports/GO-2022-0274.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0274 modules: - module: github.com/opencontainers/runc versions: diff --git a/data/reports/GO-2022-0288.yaml b/data/reports/GO-2022-0288.yaml index bf19adcd..07328c55 100644 --- a/data/reports/GO-2022-0288.yaml +++ b/data/reports/GO-2022-0288.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0288 modules: - module: std versions: diff --git a/data/reports/GO-2022-0289.yaml b/data/reports/GO-2022-0289.yaml index c73e5059..33c1a981 100644 --- a/data/reports/GO-2022-0289.yaml +++ b/data/reports/GO-2022-0289.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0289 modules: - module: std versions: diff --git a/data/reports/GO-2022-0294.yaml b/data/reports/GO-2022-0294.yaml index ef77ccc9..4cfc4f0d 100644 --- a/data/reports/GO-2022-0294.yaml +++ b/data/reports/GO-2022-0294.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0294 modules: - module: github.com/google/go-attestation versions: diff --git a/data/reports/GO-2022-0300.yaml b/data/reports/GO-2022-0300.yaml index 986c767c..f85b59f9 100644 --- a/data/reports/GO-2022-0300.yaml +++ b/data/reports/GO-2022-0300.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0300 modules: - module: github.com/graph-gophers/graphql-go versions: diff --git a/data/reports/GO-2022-0316.yaml b/data/reports/GO-2022-0316.yaml index ba9471a8..f0722f52 100644 --- a/data/reports/GO-2022-0316.yaml +++ b/data/reports/GO-2022-0316.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0316 modules: - module: github.com/open-policy-agent/opa versions: diff --git a/data/reports/GO-2022-0318.yaml b/data/reports/GO-2022-0318.yaml index 2b00429e..183d53ed 100644 --- a/data/reports/GO-2022-0318.yaml +++ b/data/reports/GO-2022-0318.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0318 modules: - module: cmd versions: diff --git a/data/reports/GO-2022-0322.yaml b/data/reports/GO-2022-0322.yaml index f73d03ad..740672f3 100644 --- a/data/reports/GO-2022-0322.yaml +++ b/data/reports/GO-2022-0322.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0322 modules: - module: github.com/prometheus/client_golang versions: diff --git a/data/reports/GO-2022-0345.yaml b/data/reports/GO-2022-0345.yaml index 80d4a218..dee845e9 100644 --- a/data/reports/GO-2022-0345.yaml +++ b/data/reports/GO-2022-0345.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0345 modules: - module: github.com/containers/buildah versions: diff --git a/data/reports/GO-2022-0346.yaml b/data/reports/GO-2022-0346.yaml index cae1e05d..728da51a 100644 --- a/data/reports/GO-2022-0346.yaml +++ b/data/reports/GO-2022-0346.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0346 modules: - module: github.com/quay/claircore versions: diff --git a/data/reports/GO-2022-0355.yaml b/data/reports/GO-2022-0355.yaml index e17341ae..3c8079ba 100644 --- a/data/reports/GO-2022-0355.yaml +++ b/data/reports/GO-2022-0355.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0355 modules: - module: github.com/valyala/fasthttp versions: diff --git a/data/reports/GO-2022-0370.yaml b/data/reports/GO-2022-0370.yaml index bebb4c0c..80126462 100644 --- a/data/reports/GO-2022-0370.yaml +++ b/data/reports/GO-2022-0370.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0370 modules: - module: mellium.im/xmpp versions: diff --git a/data/reports/GO-2022-0379.yaml b/data/reports/GO-2022-0379.yaml index 61a6cd8d..f36dc5d0 100644 --- a/data/reports/GO-2022-0379.yaml +++ b/data/reports/GO-2022-0379.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0379 modules: - module: github.com/docker/distribution versions: diff --git a/data/reports/GO-2022-0380.yaml b/data/reports/GO-2022-0380.yaml index 02b36731..1e4d240c 100644 --- a/data/reports/GO-2022-0380.yaml +++ b/data/reports/GO-2022-0380.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0380 modules: - module: github.com/nats-io/jwt versions: diff --git a/data/reports/GO-2022-0384.yaml b/data/reports/GO-2022-0384.yaml index 6ee47f27..6443aa50 100644 --- a/data/reports/GO-2022-0384.yaml +++ b/data/reports/GO-2022-0384.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0384 modules: - module: helm.sh/helm/v3 versions: diff --git a/data/reports/GO-2022-0386.yaml b/data/reports/GO-2022-0386.yaml index aec29839..c62642f8 100644 --- a/data/reports/GO-2022-0386.yaml +++ b/data/reports/GO-2022-0386.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0386 modules: - module: github.com/nats-io/jwt versions: diff --git a/data/reports/GO-2022-0391.yaml b/data/reports/GO-2022-0391.yaml index 2e52cba0..5245ad12 100644 --- a/data/reports/GO-2022-0391.yaml +++ b/data/reports/GO-2022-0391.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0391 modules: - module: github.com/aws/aws-sdk-go versions: diff --git a/data/reports/GO-2022-0400.yaml b/data/reports/GO-2022-0400.yaml index a4724198..8bcf5e70 100644 --- a/data/reports/GO-2022-0400.yaml +++ b/data/reports/GO-2022-0400.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0400 modules: - module: github.com/ntbosscher/gobase versions: diff --git a/data/reports/GO-2022-0402.yaml b/data/reports/GO-2022-0402.yaml index 5d8ddbef..c9042f08 100644 --- a/data/reports/GO-2022-0402.yaml +++ b/data/reports/GO-2022-0402.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0402 modules: - module: github.com/nats-io/jwt versions: diff --git a/data/reports/GO-2022-0411.yaml b/data/reports/GO-2022-0411.yaml index 394e2b80..44a18fb7 100644 --- a/data/reports/GO-2022-0411.yaml +++ b/data/reports/GO-2022-0411.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0411 modules: - module: github.com/Masterminds/goutils versions: diff --git a/data/reports/GO-2022-0414.yaml b/data/reports/GO-2022-0414.yaml index b94e035c..9f19ded5 100644 --- a/data/reports/GO-2022-0414.yaml +++ b/data/reports/GO-2022-0414.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0414 modules: - module: github.com/Masterminds/vcs versions: diff --git a/data/reports/GO-2022-0417.yaml b/data/reports/GO-2022-0417.yaml index c7839d5f..e927593c 100644 --- a/data/reports/GO-2022-0417.yaml +++ b/data/reports/GO-2022-0417.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0417 modules: - module: github.com/containers/buildah versions: diff --git a/data/reports/GO-2022-0422.yaml b/data/reports/GO-2022-0422.yaml index eedfbd7f..8b475269 100644 --- a/data/reports/GO-2022-0422.yaml +++ b/data/reports/GO-2022-0422.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0422 modules: - module: github.com/ipld/go-codec-dagpb versions: diff --git a/data/reports/GO-2022-0425.yaml b/data/reports/GO-2022-0425.yaml index 85714df4..af722c75 100644 --- a/data/reports/GO-2022-0425.yaml +++ b/data/reports/GO-2022-0425.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0425 modules: - module: github.com/flynn/noise versions: diff --git a/data/reports/GO-2022-0433.yaml b/data/reports/GO-2022-0433.yaml index aa2190c9..164cb817 100644 --- a/data/reports/GO-2022-0433.yaml +++ b/data/reports/GO-2022-0433.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0433 modules: - module: std versions: diff --git a/data/reports/GO-2022-0434.yaml b/data/reports/GO-2022-0434.yaml index d99bca96..2704c721 100644 --- a/data/reports/GO-2022-0434.yaml +++ b/data/reports/GO-2022-0434.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0434 modules: - module: std versions: diff --git a/data/reports/GO-2022-0435.yaml b/data/reports/GO-2022-0435.yaml index 4da10715..ccd64f9d 100644 --- a/data/reports/GO-2022-0435.yaml +++ b/data/reports/GO-2022-0435.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0435 modules: - module: std versions: diff --git a/data/reports/GO-2022-0438.yaml b/data/reports/GO-2022-0438.yaml index c4d099aa..f7c041ae 100644 --- a/data/reports/GO-2022-0438.yaml +++ b/data/reports/GO-2022-0438.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0438 modules: - module: github.com/hashicorp/go-getter versions: diff --git a/data/reports/GO-2022-0444.yaml b/data/reports/GO-2022-0444.yaml index af0ab3d7..df8c9320 100644 --- a/data/reports/GO-2022-0444.yaml +++ b/data/reports/GO-2022-0444.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0444 modules: - module: github.com/theupdateframework/go-tuf versions: diff --git a/data/reports/GO-2022-0460.yaml b/data/reports/GO-2022-0460.yaml index e56685c8..b61519c0 100644 --- a/data/reports/GO-2022-0460.yaml +++ b/data/reports/GO-2022-0460.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0460 modules: - module: github.com/pion/dtls/v2 versions: diff --git a/data/reports/GO-2022-0461.yaml b/data/reports/GO-2022-0461.yaml index 265ed705..ff87be96 100644 --- a/data/reports/GO-2022-0461.yaml +++ b/data/reports/GO-2022-0461.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0461 modules: - module: github.com/pion/dtls/v2 versions: diff --git a/data/reports/GO-2022-0462.yaml b/data/reports/GO-2022-0462.yaml index 904b6111..27bfee09 100644 --- a/data/reports/GO-2022-0462.yaml +++ b/data/reports/GO-2022-0462.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0462 modules: - module: github.com/pion/dtls/v2 versions: diff --git a/data/reports/GO-2022-0463.yaml b/data/reports/GO-2022-0463.yaml index 0c72b43b..802db82b 100644 --- a/data/reports/GO-2022-0463.yaml +++ b/data/reports/GO-2022-0463.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0463 modules: - module: github.com/astaxie/beego vulnerable_at: 1.12.3 diff --git a/data/reports/GO-2022-0470.yaml b/data/reports/GO-2022-0470.yaml index 9a818ade..a0c01db8 100644 --- a/data/reports/GO-2022-0470.yaml +++ b/data/reports/GO-2022-0470.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0470 modules: - module: github.com/blevesearch/bleve vulnerable_at: 1.0.14 diff --git a/data/reports/GO-2022-0475.yaml b/data/reports/GO-2022-0475.yaml index 71aa9acb..a844bdff 100644 --- a/data/reports/GO-2022-0475.yaml +++ b/data/reports/GO-2022-0475.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0475 modules: - module: cmd versions: diff --git a/data/reports/GO-2022-0476.yaml b/data/reports/GO-2022-0476.yaml index 8453b276..4c987cf1 100644 --- a/data/reports/GO-2022-0476.yaml +++ b/data/reports/GO-2022-0476.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0476 modules: - module: cmd versions: diff --git a/data/reports/GO-2022-0477.yaml b/data/reports/GO-2022-0477.yaml index 2d0244fc..f7d7304d 100644 --- a/data/reports/GO-2022-0477.yaml +++ b/data/reports/GO-2022-0477.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0477 modules: - module: std versions: diff --git a/data/reports/GO-2022-0492.yaml b/data/reports/GO-2022-0492.yaml index e28a45e1..b29705e3 100644 --- a/data/reports/GO-2022-0492.yaml +++ b/data/reports/GO-2022-0492.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0492 modules: - module: github.com/argoproj/argo-events versions: diff --git a/data/reports/GO-2022-0493.yaml b/data/reports/GO-2022-0493.yaml index f1443f2f..82227dcc 100644 --- a/data/reports/GO-2022-0493.yaml +++ b/data/reports/GO-2022-0493.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0493 modules: - module: std versions: diff --git a/data/reports/GO-2022-0503.yaml b/data/reports/GO-2022-0503.yaml index 8c43b9cb..93f63074 100644 --- a/data/reports/GO-2022-0503.yaml +++ b/data/reports/GO-2022-0503.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0503 modules: - module: github.com/ipld/go-car versions: diff --git a/data/reports/GO-2022-0515.yaml b/data/reports/GO-2022-0515.yaml index d843fda9..303b028c 100644 --- a/data/reports/GO-2022-0515.yaml +++ b/data/reports/GO-2022-0515.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0515 modules: - module: std versions: diff --git a/data/reports/GO-2022-0519.yaml b/data/reports/GO-2022-0519.yaml index 868d8f36..c5bea7bb 100644 --- a/data/reports/GO-2022-0519.yaml +++ b/data/reports/GO-2022-0519.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0519 modules: - module: github.com/flyteorg/flyteadmin versions: diff --git a/data/reports/GO-2022-0520.yaml b/data/reports/GO-2022-0520.yaml index 8ff47048..f0e9e2e0 100644 --- a/data/reports/GO-2022-0520.yaml +++ b/data/reports/GO-2022-0520.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0520 modules: - module: std versions: diff --git a/data/reports/GO-2022-0521.yaml b/data/reports/GO-2022-0521.yaml index aef86145..4a277b31 100644 --- a/data/reports/GO-2022-0521.yaml +++ b/data/reports/GO-2022-0521.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0521 modules: - module: std versions: diff --git a/data/reports/GO-2022-0522.yaml b/data/reports/GO-2022-0522.yaml index 93bae8b6..c2b08cd4 100644 --- a/data/reports/GO-2022-0522.yaml +++ b/data/reports/GO-2022-0522.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0522 modules: - module: std versions: diff --git a/data/reports/GO-2022-0523.yaml b/data/reports/GO-2022-0523.yaml index 14681893..cbf835d3 100644 --- a/data/reports/GO-2022-0523.yaml +++ b/data/reports/GO-2022-0523.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0523 modules: - module: std versions: diff --git a/data/reports/GO-2022-0524.yaml b/data/reports/GO-2022-0524.yaml index df3f63cc..0b6bcef7 100644 --- a/data/reports/GO-2022-0524.yaml +++ b/data/reports/GO-2022-0524.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0524 modules: - module: std versions: diff --git a/data/reports/GO-2022-0525.yaml b/data/reports/GO-2022-0525.yaml index ebd926b8..e1e0662f 100644 --- a/data/reports/GO-2022-0525.yaml +++ b/data/reports/GO-2022-0525.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0525 modules: - module: std versions: diff --git a/data/reports/GO-2022-0526.yaml b/data/reports/GO-2022-0526.yaml index 3b8c1d9d..a32661a9 100644 --- a/data/reports/GO-2022-0526.yaml +++ b/data/reports/GO-2022-0526.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0526 modules: - module: std versions: diff --git a/data/reports/GO-2022-0527.yaml b/data/reports/GO-2022-0527.yaml index 62519c79..80984c65 100644 --- a/data/reports/GO-2022-0527.yaml +++ b/data/reports/GO-2022-0527.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0527 modules: - module: std versions: diff --git a/data/reports/GO-2022-0528.yaml b/data/reports/GO-2022-0528.yaml index 301218d4..5f00c06d 100644 --- a/data/reports/GO-2022-0528.yaml +++ b/data/reports/GO-2022-0528.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0528 modules: - module: github.com/containrrr/shoutrrr versions: diff --git a/data/reports/GO-2022-0531.yaml b/data/reports/GO-2022-0531.yaml index 58daa292..fe8ff639 100644 --- a/data/reports/GO-2022-0531.yaml +++ b/data/reports/GO-2022-0531.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0531 modules: - module: std versions: diff --git a/data/reports/GO-2022-0532.yaml b/data/reports/GO-2022-0532.yaml index b2029d75..789b409b 100644 --- a/data/reports/GO-2022-0532.yaml +++ b/data/reports/GO-2022-0532.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0532 modules: - module: std versions: diff --git a/data/reports/GO-2022-0533.yaml b/data/reports/GO-2022-0533.yaml index aa0f91f4..11650f21 100644 --- a/data/reports/GO-2022-0533.yaml +++ b/data/reports/GO-2022-0533.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0533 modules: - module: std versions: diff --git a/data/reports/GO-2022-0534.yaml b/data/reports/GO-2022-0534.yaml index a89f6761..cf050ee8 100644 --- a/data/reports/GO-2022-0534.yaml +++ b/data/reports/GO-2022-0534.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0534 modules: - module: github.com/runatlantis/atlantis versions: diff --git a/data/reports/GO-2022-0535.yaml b/data/reports/GO-2022-0535.yaml index 72e281d2..9f0e4d6e 100644 --- a/data/reports/GO-2022-0535.yaml +++ b/data/reports/GO-2022-0535.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0535 modules: - module: std versions: diff --git a/data/reports/GO-2022-0536.yaml b/data/reports/GO-2022-0536.yaml index 9816f34c..194f4d14 100644 --- a/data/reports/GO-2022-0536.yaml +++ b/data/reports/GO-2022-0536.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0536 modules: - module: std versions: diff --git a/data/reports/GO-2022-0537.yaml b/data/reports/GO-2022-0537.yaml index ea229b7f..9894eb2c 100644 --- a/data/reports/GO-2022-0537.yaml +++ b/data/reports/GO-2022-0537.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0537 modules: - module: std versions: diff --git a/data/reports/GO-2022-0558.yaml b/data/reports/GO-2022-0558.yaml index 03c1b637..537ea1d9 100644 --- a/data/reports/GO-2022-0558.yaml +++ b/data/reports/GO-2022-0558.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0558 modules: - module: github.com/containers/psgo versions: diff --git a/data/reports/GO-2022-0563.yaml b/data/reports/GO-2022-0563.yaml index 8ee533a1..9656d25b 100644 --- a/data/reports/GO-2022-0563.yaml +++ b/data/reports/GO-2022-0563.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0563 modules: - module: github.com/filebrowser/filebrowser/v2 versions: diff --git a/data/reports/GO-2022-0564.yaml b/data/reports/GO-2022-0564.yaml index bb165027..d35864f0 100644 --- a/data/reports/GO-2022-0564.yaml +++ b/data/reports/GO-2022-0564.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0564 modules: - module: github.com/biscuit-auth/biscuit-go vulnerable_at: 1.0.0 diff --git a/data/reports/GO-2022-0569.yaml b/data/reports/GO-2022-0569.yaml index dc84ea6d..f44e617d 100644 --- a/data/reports/GO-2022-0569.yaml +++ b/data/reports/GO-2022-0569.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0569 modules: - module: github.com/astaxie/beego vulnerable_at: 1.12.3 diff --git a/data/reports/GO-2022-0572.yaml b/data/reports/GO-2022-0572.yaml index df7ff7f5..e9158b3d 100644 --- a/data/reports/GO-2022-0572.yaml +++ b/data/reports/GO-2022-0572.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0572 modules: - module: github.com/astaxie/beego vulnerable_at: 1.12.3 diff --git a/data/reports/GO-2022-0574.yaml b/data/reports/GO-2022-0574.yaml index 0b012124..dfbbdf12 100644 --- a/data/reports/GO-2022-0574.yaml +++ b/data/reports/GO-2022-0574.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0574 modules: - module: github.com/open-policy-agent/opa versions: diff --git a/data/reports/GO-2022-0586.yaml b/data/reports/GO-2022-0586.yaml index d49d4a82..bb0eac07 100644 --- a/data/reports/GO-2022-0586.yaml +++ b/data/reports/GO-2022-0586.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0586 modules: - module: github.com/hashicorp/go-getter versions: diff --git a/data/reports/GO-2022-0587.yaml b/data/reports/GO-2022-0587.yaml index 70d1e3b7..0c91a29c 100644 --- a/data/reports/GO-2022-0587.yaml +++ b/data/reports/GO-2022-0587.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0587 modules: - module: github.com/open-policy-agent/opa versions: diff --git a/data/reports/GO-2022-0588.yaml b/data/reports/GO-2022-0588.yaml index 14fed37e..4e8817cd 100644 --- a/data/reports/GO-2022-0588.yaml +++ b/data/reports/GO-2022-0588.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0588 modules: - module: github.com/microcosm-cc/bluemonday versions: diff --git a/data/reports/GO-2022-0603.yaml b/data/reports/GO-2022-0603.yaml index 1207af03..ff6afd4f 100644 --- a/data/reports/GO-2022-0603.yaml +++ b/data/reports/GO-2022-0603.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0603 modules: - module: gopkg.in/yaml.v3 versions: diff --git a/data/reports/GO-2022-0619.yaml b/data/reports/GO-2022-0619.yaml index e056d8a6..eb31e0b5 100644 --- a/data/reports/GO-2022-0619.yaml +++ b/data/reports/GO-2022-0619.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0619 modules: - module: github.com/emicklei/go-restful versions: diff --git a/data/reports/GO-2022-0621.yaml b/data/reports/GO-2022-0621.yaml index b28197f6..f0f64809 100644 --- a/data/reports/GO-2022-0621.yaml +++ b/data/reports/GO-2022-0621.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0621 modules: - module: k8s.io/kube-state-metrics versions: diff --git a/data/reports/GO-2022-0629.yaml b/data/reports/GO-2022-0629.yaml index e414839e..b7d05640 100644 --- a/data/reports/GO-2022-0629.yaml +++ b/data/reports/GO-2022-0629.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0629 modules: - module: sigs.k8s.io/secrets-store-csi-driver versions: diff --git a/data/reports/GO-2022-0643.yaml b/data/reports/GO-2022-0643.yaml index d258cf9b..689ddda1 100644 --- a/data/reports/GO-2022-0643.yaml +++ b/data/reports/GO-2022-0643.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0643 modules: - module: github.com/elastic/beats versions: diff --git a/data/reports/GO-2022-0646.yaml b/data/reports/GO-2022-0646.yaml index a3266778..38039b4b 100644 --- a/data/reports/GO-2022-0646.yaml +++ b/data/reports/GO-2022-0646.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0646 modules: - module: github.com/aws/aws-sdk-go vulnerable_at: 1.33.21 diff --git a/data/reports/GO-2022-0701.yaml b/data/reports/GO-2022-0701.yaml index 4ded9c03..d0d9ddb2 100644 --- a/data/reports/GO-2022-0701.yaml +++ b/data/reports/GO-2022-0701.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0701 modules: - module: k8s.io/kubernetes versions: diff --git a/data/reports/GO-2022-0706.yaml b/data/reports/GO-2022-0706.yaml index 4057ff20..4b3b36ac 100644 --- a/data/reports/GO-2022-0706.yaml +++ b/data/reports/GO-2022-0706.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0706 modules: - module: go.elastic.co/apm versions: diff --git a/data/reports/GO-2022-0755.yaml b/data/reports/GO-2022-0755.yaml index b92d1f86..171691fa 100644 --- a/data/reports/GO-2022-0755.yaml +++ b/data/reports/GO-2022-0755.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0755 modules: - module: github.com/rancher/rancher versions: diff --git a/data/reports/GO-2022-0761.yaml b/data/reports/GO-2022-0761.yaml index 3cffa351..b46caf34 100644 --- a/data/reports/GO-2022-0761.yaml +++ b/data/reports/GO-2022-0761.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0761 modules: - module: std versions: diff --git a/data/reports/GO-2022-0762.yaml b/data/reports/GO-2022-0762.yaml index a69f200f..53054a8a 100644 --- a/data/reports/GO-2022-0762.yaml +++ b/data/reports/GO-2022-0762.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0762 modules: - module: github.com/microcosm-cc/bluemonday versions: diff --git a/data/reports/GO-2022-0942.yaml b/data/reports/GO-2022-0942.yaml index 8876e38a..82d7e488 100644 --- a/data/reports/GO-2022-0942.yaml +++ b/data/reports/GO-2022-0942.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0942 modules: - module: github.com/graphql-go/graphql versions: diff --git a/data/reports/GO-2022-0945.yaml b/data/reports/GO-2022-0945.yaml index 58771e13..1bc64937 100644 --- a/data/reports/GO-2022-0945.yaml +++ b/data/reports/GO-2022-0945.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0945 modules: - module: gopkg.in/square/go-jose.v1 versions: diff --git a/data/reports/GO-2022-0952.yaml b/data/reports/GO-2022-0952.yaml index 5bc6b207..cb82fa66 100644 --- a/data/reports/GO-2022-0952.yaml +++ b/data/reports/GO-2022-0952.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0952 modules: - module: github.com/matrix-org/gomatrixserverlib versions: diff --git a/data/reports/GO-2022-0956.yaml b/data/reports/GO-2022-0956.yaml index 196c24d7..16b9b50e 100644 --- a/data/reports/GO-2022-0956.yaml +++ b/data/reports/GO-2022-0956.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0956 modules: - module: gopkg.in/yaml.v2 versions: diff --git a/data/reports/GO-2022-0957.yaml b/data/reports/GO-2022-0957.yaml index eb32af68..75320735 100644 --- a/data/reports/GO-2022-0957.yaml +++ b/data/reports/GO-2022-0957.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0957 modules: - module: github.com/tidwall/gjson versions: diff --git a/data/reports/GO-2022-0962.yaml b/data/reports/GO-2022-0962.yaml index 7ea89a39..c317597a 100644 --- a/data/reports/GO-2022-0962.yaml +++ b/data/reports/GO-2022-0962.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0962 modules: - module: helm.sh/helm/v3 versions: diff --git a/data/reports/GO-2022-0963.yaml b/data/reports/GO-2022-0963.yaml index 8a73b236..0dc655cb 100644 --- a/data/reports/GO-2022-0963.yaml +++ b/data/reports/GO-2022-0963.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0963 modules: - module: github.com/gagliardetto/binary versions: diff --git a/data/reports/GO-2022-0965.yaml b/data/reports/GO-2022-0965.yaml index c39d07ea..d0e1861a 100644 --- a/data/reports/GO-2022-0965.yaml +++ b/data/reports/GO-2022-0965.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0965 modules: - module: k8s.io/apimachinery versions: diff --git a/data/reports/GO-2022-0968.yaml b/data/reports/GO-2022-0968.yaml index 6ff0817d..ac33cf07 100644 --- a/data/reports/GO-2022-0968.yaml +++ b/data/reports/GO-2022-0968.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0968 modules: - module: golang.org/x/crypto versions: diff --git a/data/reports/GO-2022-0969.yaml b/data/reports/GO-2022-0969.yaml index 72e38241..72c497c7 100644 --- a/data/reports/GO-2022-0969.yaml +++ b/data/reports/GO-2022-0969.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0969 modules: - module: std versions: diff --git a/data/reports/GO-2022-0972.yaml b/data/reports/GO-2022-0972.yaml index 78dcc403..30edf6e1 100644 --- a/data/reports/GO-2022-0972.yaml +++ b/data/reports/GO-2022-0972.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0972 modules: - module: github.com/shamaton/msgpack/v2 versions: diff --git a/data/reports/GO-2022-0978.yaml b/data/reports/GO-2022-0978.yaml index 345b57d7..94178f0c 100644 --- a/data/reports/GO-2022-0978.yaml +++ b/data/reports/GO-2022-0978.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0978 modules: - module: github.com/open-policy-agent/opa versions: diff --git a/data/reports/GO-2022-0979.yaml b/data/reports/GO-2022-0979.yaml index c953b0dd..72d63a2a 100644 --- a/data/reports/GO-2022-0979.yaml +++ b/data/reports/GO-2022-0979.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0979 modules: - module: github.com/peterzen/goresolver vulnerable_at: 1.0.2 diff --git a/data/reports/GO-2022-0980.yaml b/data/reports/GO-2022-0980.yaml index cce78111..1fe7dbb8 100644 --- a/data/reports/GO-2022-0980.yaml +++ b/data/reports/GO-2022-0980.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0980 modules: - module: github.com/hashicorp/consul-template versions: diff --git a/data/reports/GO-2022-0988.yaml b/data/reports/GO-2022-0988.yaml index 433e03f9..9038705f 100644 --- a/data/reports/GO-2022-0988.yaml +++ b/data/reports/GO-2022-0988.yaml @@ -1,3 +1,4 @@ +id: GO-2022-0988 modules: - module: std versions: diff --git a/data/reports/GO-2022-1002.yaml b/data/reports/GO-2022-1002.yaml index 83a8d876..973eecf1 100644 --- a/data/reports/GO-2022-1002.yaml +++ b/data/reports/GO-2022-1002.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1002 modules: - module: github.com/pandatix/go-cvss versions: diff --git a/data/reports/GO-2022-1004.yaml b/data/reports/GO-2022-1004.yaml index 844b0ca3..0d118fc8 100644 --- a/data/reports/GO-2022-1004.yaml +++ b/data/reports/GO-2022-1004.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1004 modules: - module: github.com/theupdateframework/go-tuf versions: diff --git a/data/reports/GO-2022-1008.yaml b/data/reports/GO-2022-1008.yaml index 518c5757..edb1f579 100644 --- a/data/reports/GO-2022-1008.yaml +++ b/data/reports/GO-2022-1008.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1008 modules: - module: github.com/containers/buildah versions: diff --git a/data/reports/GO-2022-1026.yaml b/data/reports/GO-2022-1026.yaml index 58d16374..877e884a 100644 --- a/data/reports/GO-2022-1026.yaml +++ b/data/reports/GO-2022-1026.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1026 modules: - module: github.com/peterzen/goresolver vulnerable_at: 1.0.2 diff --git a/data/reports/GO-2022-1027.yaml b/data/reports/GO-2022-1027.yaml index 327ab25f..be3b17da 100644 --- a/data/reports/GO-2022-1027.yaml +++ b/data/reports/GO-2022-1027.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1027 modules: - module: github.com/cloudwego/hertz versions: diff --git a/data/reports/GO-2022-1031.yaml b/data/reports/GO-2022-1031.yaml index 0351b4a8..b8a5e06d 100644 --- a/data/reports/GO-2022-1031.yaml +++ b/data/reports/GO-2022-1031.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1031 modules: - module: github.com/labstack/echo/v4 versions: diff --git a/data/reports/GO-2022-1037.yaml b/data/reports/GO-2022-1037.yaml index 6e8b39de..f20a5a59 100644 --- a/data/reports/GO-2022-1037.yaml +++ b/data/reports/GO-2022-1037.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1037 modules: - module: std versions: diff --git a/data/reports/GO-2022-1038.yaml b/data/reports/GO-2022-1038.yaml index be2e1b79..a4a7da31 100644 --- a/data/reports/GO-2022-1038.yaml +++ b/data/reports/GO-2022-1038.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1038 modules: - module: std versions: diff --git a/data/reports/GO-2022-1039.yaml b/data/reports/GO-2022-1039.yaml index 91590af5..9d5ed134 100644 --- a/data/reports/GO-2022-1039.yaml +++ b/data/reports/GO-2022-1039.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1039 modules: - module: std versions: diff --git a/data/reports/GO-2022-1040.yaml b/data/reports/GO-2022-1040.yaml index 47f77c85..fe349dcf 100644 --- a/data/reports/GO-2022-1040.yaml +++ b/data/reports/GO-2022-1040.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1040 modules: - module: helm.sh/helm/v3 versions: diff --git a/data/reports/GO-2022-1043.yaml b/data/reports/GO-2022-1043.yaml index 47459492..29a33bc7 100644 --- a/data/reports/GO-2022-1043.yaml +++ b/data/reports/GO-2022-1043.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1043 modules: - module: github.com/flyteorg/flyteadmin versions: diff --git a/data/reports/GO-2022-1045.yaml b/data/reports/GO-2022-1045.yaml index 1a4495c9..931a58fe 100644 --- a/data/reports/GO-2022-1045.yaml +++ b/data/reports/GO-2022-1045.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1045 modules: - module: github.com/sylabs/sif/v2 versions: diff --git a/data/reports/GO-2022-1052.yaml b/data/reports/GO-2022-1052.yaml index 9b7b971b..a0538881 100644 --- a/data/reports/GO-2022-1052.yaml +++ b/data/reports/GO-2022-1052.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1052 modules: - module: github.com/tendermint/tendermint versions: diff --git a/data/reports/GO-2022-1053.yaml b/data/reports/GO-2022-1053.yaml index 1ee39c4c..479527dc 100644 --- a/data/reports/GO-2022-1053.yaml +++ b/data/reports/GO-2022-1053.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1053 modules: - module: github.com/supranational/blst versions: diff --git a/data/reports/GO-2022-1059.yaml b/data/reports/GO-2022-1059.yaml index 16bd250d..96e354c5 100644 --- a/data/reports/GO-2022-1059.yaml +++ b/data/reports/GO-2022-1059.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1059 modules: - module: golang.org/x/text versions: diff --git a/data/reports/GO-2022-1071.yaml b/data/reports/GO-2022-1071.yaml index 76e46fca..8edb8bbf 100644 --- a/data/reports/GO-2022-1071.yaml +++ b/data/reports/GO-2022-1071.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1071 modules: - module: github.com/fluxcd/helm-controller/api versions: diff --git a/data/reports/GO-2022-1083.yaml b/data/reports/GO-2022-1083.yaml index 2353d4ce..a6e782fb 100644 --- a/data/reports/GO-2022-1083.yaml +++ b/data/reports/GO-2022-1083.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1083 modules: - module: github.com/free5gc/aper vulnerable_at: 1.0.4 diff --git a/data/reports/GO-2022-1086.yaml b/data/reports/GO-2022-1086.yaml index c759344e..d8e98ff4 100644 --- a/data/reports/GO-2022-1086.yaml +++ b/data/reports/GO-2022-1086.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1086 modules: - module: github.com/zalando/skipper versions: diff --git a/data/reports/GO-2022-1095.yaml b/data/reports/GO-2022-1095.yaml index 6317d224..6793c230 100644 --- a/data/reports/GO-2022-1095.yaml +++ b/data/reports/GO-2022-1095.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1095 modules: - module: std versions: diff --git a/data/reports/GO-2022-1098.yaml b/data/reports/GO-2022-1098.yaml index 6c59cca4..2081751e 100644 --- a/data/reports/GO-2022-1098.yaml +++ b/data/reports/GO-2022-1098.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1098 modules: - module: github.com/btcsuite/btcd versions: diff --git a/data/reports/GO-2022-1113.yaml b/data/reports/GO-2022-1113.yaml index 738fd9e4..2b0d7d3a 100644 --- a/data/reports/GO-2022-1113.yaml +++ b/data/reports/GO-2022-1113.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1113 modules: - module: github.com/oam-dev/kubevela versions: diff --git a/data/reports/GO-2022-1114.yaml b/data/reports/GO-2022-1114.yaml index b2360ad2..654ba51f 100644 --- a/data/reports/GO-2022-1114.yaml +++ b/data/reports/GO-2022-1114.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1114 modules: - module: github.com/duke-git/lancet versions: diff --git a/data/reports/GO-2022-1117.yaml b/data/reports/GO-2022-1117.yaml index e1a630f1..024db92a 100644 --- a/data/reports/GO-2022-1117.yaml +++ b/data/reports/GO-2022-1117.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1117 modules: - module: github.com/codenotary/immudb versions: diff --git a/data/reports/GO-2022-1118.yaml b/data/reports/GO-2022-1118.yaml index d28ac924..408c879a 100644 --- a/data/reports/GO-2022-1118.yaml +++ b/data/reports/GO-2022-1118.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1118 modules: - module: github.com/codenotary/immudb versions: diff --git a/data/reports/GO-2022-1129.yaml b/data/reports/GO-2022-1129.yaml index 0e6b3692..3eb5166a 100644 --- a/data/reports/GO-2022-1129.yaml +++ b/data/reports/GO-2022-1129.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1129 modules: - module: github.com/crewjam/saml versions: diff --git a/data/reports/GO-2022-1130.yaml b/data/reports/GO-2022-1130.yaml index baf0ce57..fb79a9c1 100644 --- a/data/reports/GO-2022-1130.yaml +++ b/data/reports/GO-2022-1130.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1130 modules: - module: github.com/prometheus/exporter-toolkit versions: diff --git a/data/reports/GO-2022-1143.yaml b/data/reports/GO-2022-1143.yaml index 12476a99..59c633e6 100644 --- a/data/reports/GO-2022-1143.yaml +++ b/data/reports/GO-2022-1143.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1143 modules: - module: std versions: diff --git a/data/reports/GO-2022-1144.yaml b/data/reports/GO-2022-1144.yaml index c09519a1..dcf6a50e 100644 --- a/data/reports/GO-2022-1144.yaml +++ b/data/reports/GO-2022-1144.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1144 modules: - module: std versions: diff --git a/data/reports/GO-2022-1148.yaml b/data/reports/GO-2022-1148.yaml index ec34c7bd..72fc42fb 100644 --- a/data/reports/GO-2022-1148.yaml +++ b/data/reports/GO-2022-1148.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1148 modules: - module: github.com/libp2p/go-libp2p versions: diff --git a/data/reports/GO-2022-1155.yaml b/data/reports/GO-2022-1155.yaml index 1474c383..c2c87294 100644 --- a/data/reports/GO-2022-1155.yaml +++ b/data/reports/GO-2022-1155.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1155 modules: - module: github.com/ipfs/go-merkledag versions: diff --git a/data/reports/GO-2022-1159.yaml b/data/reports/GO-2022-1159.yaml index 505859fc..e0714536 100644 --- a/data/reports/GO-2022-1159.yaml +++ b/data/reports/GO-2022-1159.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1159 modules: - module: github.com/containers/podman/v4 versions: diff --git a/data/reports/GO-2022-1165.yaml b/data/reports/GO-2022-1165.yaml index a262db36..e4d1c49f 100644 --- a/data/reports/GO-2022-1165.yaml +++ b/data/reports/GO-2022-1165.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1165 modules: - module: helm.sh/helm/v3 versions: diff --git a/data/reports/GO-2022-1166.yaml b/data/reports/GO-2022-1166.yaml index ff3b0dc4..f30e1065 100644 --- a/data/reports/GO-2022-1166.yaml +++ b/data/reports/GO-2022-1166.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1166 modules: - module: helm.sh/helm/v3 versions: diff --git a/data/reports/GO-2022-1167.yaml b/data/reports/GO-2022-1167.yaml index a1aaa3b5..681b4851 100644 --- a/data/reports/GO-2022-1167.yaml +++ b/data/reports/GO-2022-1167.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1167 modules: - module: helm.sh/helm/v3 versions: diff --git a/data/reports/GO-2022-1175.yaml b/data/reports/GO-2022-1175.yaml index 54eacc9d..064cbe22 100644 --- a/data/reports/GO-2022-1175.yaml +++ b/data/reports/GO-2022-1175.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1175 modules: - module: github.com/cortexproject/cortex versions: diff --git a/data/reports/GO-2022-1178.yaml b/data/reports/GO-2022-1178.yaml index b41689a9..c3d656b7 100644 --- a/data/reports/GO-2022-1178.yaml +++ b/data/reports/GO-2022-1178.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1178 modules: - module: github.com/bradleyfalzon/ghinstallation versions: diff --git a/data/reports/GO-2022-1180.yaml b/data/reports/GO-2022-1180.yaml index 7e3177a4..4e6d08ea 100644 --- a/data/reports/GO-2022-1180.yaml +++ b/data/reports/GO-2022-1180.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1180 modules: - module: github.com/kyverno/kyverno versions: diff --git a/data/reports/GO-2022-1184.yaml b/data/reports/GO-2022-1184.yaml index 31e7f427..7d1a38e1 100644 --- a/data/reports/GO-2022-1184.yaml +++ b/data/reports/GO-2022-1184.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1184 modules: - module: code.sajari.com/docconv versions: diff --git a/data/reports/GO-2022-1187.yaml b/data/reports/GO-2022-1187.yaml index faede991..75ace5c8 100644 --- a/data/reports/GO-2022-1187.yaml +++ b/data/reports/GO-2022-1187.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1187 modules: - module: github.com/go-macaron/i18n versions: diff --git a/data/reports/GO-2022-1188.yaml b/data/reports/GO-2022-1188.yaml index 1df0959f..5fd22a21 100644 --- a/data/reports/GO-2022-1188.yaml +++ b/data/reports/GO-2022-1188.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1188 modules: - module: code.sajari.com/docconv versions: diff --git a/data/reports/GO-2022-1201.yaml b/data/reports/GO-2022-1201.yaml index 1fed7975..92fee05f 100644 --- a/data/reports/GO-2022-1201.yaml +++ b/data/reports/GO-2022-1201.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1201 modules: - module: github.com/openshift/osin versions: diff --git a/data/reports/GO-2022-1213.yaml b/data/reports/GO-2022-1213.yaml index ad0fb056..9619f53c 100644 --- a/data/reports/GO-2022-1213.yaml +++ b/data/reports/GO-2022-1213.yaml @@ -1,3 +1,4 @@ +id: GO-2022-1213 modules: - module: github.com/go-macaron/csrf versions: diff --git a/data/reports/GO-2023-1268.yaml b/data/reports/GO-2023-1268.yaml index 6936f3c1..700a6b76 100644 --- a/data/reports/GO-2023-1268.yaml +++ b/data/reports/GO-2023-1268.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1268 modules: - module: mellium.im/sasl versions: diff --git a/data/reports/GO-2023-1269.yaml b/data/reports/GO-2023-1269.yaml index 2337331a..9e1bbca9 100644 --- a/data/reports/GO-2023-1269.yaml +++ b/data/reports/GO-2023-1269.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1269 modules: - module: github.com/ipld/go-ipld-prime versions: diff --git a/data/reports/GO-2023-1295.yaml b/data/reports/GO-2023-1295.yaml index ffb7dd8b..f00e59ab 100644 --- a/data/reports/GO-2023-1295.yaml +++ b/data/reports/GO-2023-1295.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1295 modules: - module: github.com/square/squalor versions: diff --git a/data/reports/GO-2023-1494.yaml b/data/reports/GO-2023-1494.yaml index 2817be84..b3c63fde 100644 --- a/data/reports/GO-2023-1494.yaml +++ b/data/reports/GO-2023-1494.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1494 modules: - module: github.com/elgs/gosqljson versions: diff --git a/data/reports/GO-2023-1495.yaml b/data/reports/GO-2023-1495.yaml index 32c6d859..39258937 100644 --- a/data/reports/GO-2023-1495.yaml +++ b/data/reports/GO-2023-1495.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1495 modules: - module: golang.org/x/net versions: diff --git a/data/reports/GO-2023-1497.yaml b/data/reports/GO-2023-1497.yaml index 7b45d0bd..11d4b507 100644 --- a/data/reports/GO-2023-1497.yaml +++ b/data/reports/GO-2023-1497.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1497 modules: - module: github.com/sylabs/scs-library-client versions: diff --git a/data/reports/GO-2023-1505.yaml b/data/reports/GO-2023-1505.yaml index da65da5f..719dddc1 100644 --- a/data/reports/GO-2023-1505.yaml +++ b/data/reports/GO-2023-1505.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1505 modules: - module: github.com/uber/kraken vulnerable_at: 0.1.4 diff --git a/data/reports/GO-2023-1515.yaml b/data/reports/GO-2023-1515.yaml index 64d13686..3f630cd1 100644 --- a/data/reports/GO-2023-1515.yaml +++ b/data/reports/GO-2023-1515.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1515 modules: - module: github.com/rancher/wrangler versions: diff --git a/data/reports/GO-2023-1519.yaml b/data/reports/GO-2023-1519.yaml index 4e3e0ea5..084f0916 100644 --- a/data/reports/GO-2023-1519.yaml +++ b/data/reports/GO-2023-1519.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1519 modules: - module: github.com/rancher/wrangler versions: diff --git a/data/reports/GO-2023-1526.yaml b/data/reports/GO-2023-1526.yaml index 0666b84b..6ed26362 100644 --- a/data/reports/GO-2023-1526.yaml +++ b/data/reports/GO-2023-1526.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1526 modules: - module: github.com/hakobe/paranoidhttp versions: diff --git a/data/reports/GO-2023-1534.yaml b/data/reports/GO-2023-1534.yaml index 3136962a..0e711471 100644 --- a/data/reports/GO-2023-1534.yaml +++ b/data/reports/GO-2023-1534.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1534 modules: - module: github.com/pion/dtls/v2 versions: diff --git a/data/reports/GO-2023-1535.yaml b/data/reports/GO-2023-1535.yaml index 7042c480..1ded1555 100644 --- a/data/reports/GO-2023-1535.yaml +++ b/data/reports/GO-2023-1535.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1535 modules: - module: github.com/pion/dtls/v2 versions: diff --git a/data/reports/GO-2023-1546.yaml b/data/reports/GO-2023-1546.yaml index f3ee689e..f125d349 100644 --- a/data/reports/GO-2023-1546.yaml +++ b/data/reports/GO-2023-1546.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1546 modules: - module: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp versions: diff --git a/data/reports/GO-2023-1547.yaml b/data/reports/GO-2023-1547.yaml index 2dd08a86..5d50f55c 100644 --- a/data/reports/GO-2023-1547.yaml +++ b/data/reports/GO-2023-1547.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1547 modules: - module: helm.sh/helm/v3 versions: diff --git a/data/reports/GO-2023-1548.yaml b/data/reports/GO-2023-1548.yaml index 864f9903..464b0a60 100644 --- a/data/reports/GO-2023-1548.yaml +++ b/data/reports/GO-2023-1548.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1548 modules: - module: github.com/argoproj/argo-cd/v2 versions: diff --git a/data/reports/GO-2023-1549.yaml b/data/reports/GO-2023-1549.yaml index f49d7026..ce82a790 100644 --- a/data/reports/GO-2023-1549.yaml +++ b/data/reports/GO-2023-1549.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1549 modules: - module: github.com/openshift/apiserver-library-go versions: diff --git a/data/reports/GO-2023-1557.yaml b/data/reports/GO-2023-1557.yaml index 324382b5..f978e538 100644 --- a/data/reports/GO-2023-1557.yaml +++ b/data/reports/GO-2023-1557.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1557 modules: - module: github.com/ipfs/go-unixfs versions: diff --git a/data/reports/GO-2023-1558.yaml b/data/reports/GO-2023-1558.yaml index c3a775a8..a5ee28d0 100644 --- a/data/reports/GO-2023-1558.yaml +++ b/data/reports/GO-2023-1558.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1558 modules: - module: github.com/ipfs/go-bitfield versions: diff --git a/data/reports/GO-2023-1559.yaml b/data/reports/GO-2023-1559.yaml index 3e363e5e..603174d4 100644 --- a/data/reports/GO-2023-1559.yaml +++ b/data/reports/GO-2023-1559.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1559 modules: - module: github.com/ipfs/go-unixfsnode versions: diff --git a/data/reports/GO-2023-1566.yaml b/data/reports/GO-2023-1566.yaml index 08a99c59..c926c89c 100644 --- a/data/reports/GO-2023-1566.yaml +++ b/data/reports/GO-2023-1566.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1566 modules: - module: github.com/usememos/memos versions: diff --git a/data/reports/GO-2023-1567.yaml b/data/reports/GO-2023-1567.yaml index 257eafe5..4ab36bdd 100644 --- a/data/reports/GO-2023-1567.yaml +++ b/data/reports/GO-2023-1567.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1567 modules: - module: github.com/caddyserver/caddy/v2 versions: diff --git a/data/reports/GO-2023-1568.yaml b/data/reports/GO-2023-1568.yaml index 3ff77730..cdb4bc06 100644 --- a/data/reports/GO-2023-1568.yaml +++ b/data/reports/GO-2023-1568.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1568 modules: - module: std versions: diff --git a/data/reports/GO-2023-1569.yaml b/data/reports/GO-2023-1569.yaml index 079c75a7..bb5ac0c3 100644 --- a/data/reports/GO-2023-1569.yaml +++ b/data/reports/GO-2023-1569.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1569 modules: - module: std versions: diff --git a/data/reports/GO-2023-1570.yaml b/data/reports/GO-2023-1570.yaml index 25190770..d5d89c33 100644 --- a/data/reports/GO-2023-1570.yaml +++ b/data/reports/GO-2023-1570.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1570 modules: - module: std versions: diff --git a/data/reports/GO-2023-1571.yaml b/data/reports/GO-2023-1571.yaml index 5f562db4..1c89f990 100644 --- a/data/reports/GO-2023-1571.yaml +++ b/data/reports/GO-2023-1571.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1571 modules: - module: std versions: diff --git a/data/reports/GO-2023-1572.yaml b/data/reports/GO-2023-1572.yaml index 8a8f37ea..c2a1a922 100644 --- a/data/reports/GO-2023-1572.yaml +++ b/data/reports/GO-2023-1572.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1572 modules: - module: golang.org/x/image versions: diff --git a/data/reports/GO-2023-1573.yaml b/data/reports/GO-2023-1573.yaml index 2c5e30b5..ff86aa98 100644 --- a/data/reports/GO-2023-1573.yaml +++ b/data/reports/GO-2023-1573.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1573 modules: - module: github.com/containerd/containerd versions: diff --git a/data/reports/GO-2023-1574.yaml b/data/reports/GO-2023-1574.yaml index 505d9ba0..c88f57a2 100644 --- a/data/reports/GO-2023-1574.yaml +++ b/data/reports/GO-2023-1574.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1574 modules: - module: github.com/containerd/containerd versions: diff --git a/data/reports/GO-2023-1578.yaml b/data/reports/GO-2023-1578.yaml index d8be6ccb..0e55cea5 100644 --- a/data/reports/GO-2023-1578.yaml +++ b/data/reports/GO-2023-1578.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1578 modules: - module: github.com/hashicorp/go-getter/v2 versions: diff --git a/data/reports/GO-2023-1595.yaml b/data/reports/GO-2023-1595.yaml index 5267e66f..7cf25ca9 100644 --- a/data/reports/GO-2023-1595.yaml +++ b/data/reports/GO-2023-1595.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1595 modules: - module: filippo.io/nistec versions: diff --git a/data/reports/GO-2023-1597.yaml b/data/reports/GO-2023-1597.yaml index 641c46b8..780e10f9 100644 --- a/data/reports/GO-2023-1597.yaml +++ b/data/reports/GO-2023-1597.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1597 modules: - module: github.com/kitabisa/teler-waf versions: diff --git a/data/reports/GO-2023-1600.yaml b/data/reports/GO-2023-1600.yaml index 9792ef69..efea160c 100644 --- a/data/reports/GO-2023-1600.yaml +++ b/data/reports/GO-2023-1600.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1600 modules: - module: github.com/kitabisa/teler-waf versions: diff --git a/data/reports/GO-2023-1602.yaml b/data/reports/GO-2023-1602.yaml index fe1a7760..68539308 100644 --- a/data/reports/GO-2023-1602.yaml +++ b/data/reports/GO-2023-1602.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1602 modules: - module: github.com/russellhaering/gosaml2 versions: diff --git a/data/reports/GO-2023-1611.yaml b/data/reports/GO-2023-1611.yaml index 56689346..52ca41fe 100644 --- a/data/reports/GO-2023-1611.yaml +++ b/data/reports/GO-2023-1611.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1611 modules: - module: github.com/gookit/goutil versions: diff --git a/data/reports/GO-2023-1621.yaml b/data/reports/GO-2023-1621.yaml index 661df9e5..5b5bee17 100644 --- a/data/reports/GO-2023-1621.yaml +++ b/data/reports/GO-2023-1621.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1621 modules: - module: std versions: diff --git a/data/reports/GO-2023-1623.yaml b/data/reports/GO-2023-1623.yaml index 43d104e1..b79c6548 100644 --- a/data/reports/GO-2023-1623.yaml +++ b/data/reports/GO-2023-1623.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1623 modules: - module: github.com/crossplane/crossplane-runtime versions: diff --git a/data/reports/GO-2023-1631.yaml b/data/reports/GO-2023-1631.yaml index 68e8f7f3..92dfba51 100644 --- a/data/reports/GO-2023-1631.yaml +++ b/data/reports/GO-2023-1631.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1631 modules: - module: google.golang.org/protobuf versions: diff --git a/data/reports/GO-2023-1681.yaml b/data/reports/GO-2023-1681.yaml index a2c57548..2ffe67ca 100644 --- a/data/reports/GO-2023-1681.yaml +++ b/data/reports/GO-2023-1681.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1681 modules: - module: github.com/containers/podman/v4 versions: diff --git a/data/reports/GO-2023-1702.yaml b/data/reports/GO-2023-1702.yaml index dea66777..4da1ff1f 100644 --- a/data/reports/GO-2023-1702.yaml +++ b/data/reports/GO-2023-1702.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1702 modules: - module: std versions: diff --git a/data/reports/GO-2023-1703.yaml b/data/reports/GO-2023-1703.yaml index 202c511a..d0631093 100644 --- a/data/reports/GO-2023-1703.yaml +++ b/data/reports/GO-2023-1703.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1703 modules: - module: std versions: diff --git a/data/reports/GO-2023-1704.yaml b/data/reports/GO-2023-1704.yaml index 6be6ec32..75824101 100644 --- a/data/reports/GO-2023-1704.yaml +++ b/data/reports/GO-2023-1704.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1704 modules: - module: std versions: diff --git a/data/reports/GO-2023-1705.yaml b/data/reports/GO-2023-1705.yaml index 8d18cc91..5f6fd326 100644 --- a/data/reports/GO-2023-1705.yaml +++ b/data/reports/GO-2023-1705.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1705 modules: - module: std versions: diff --git a/data/reports/GO-2023-1709.yaml b/data/reports/GO-2023-1709.yaml index 9aeae77f..52c1b8ab 100644 --- a/data/reports/GO-2023-1709.yaml +++ b/data/reports/GO-2023-1709.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1709 modules: - module: github.com/hashicorp/vault versions: diff --git a/data/reports/GO-2023-1713.yaml b/data/reports/GO-2023-1713.yaml index 3a4e4fe2..f5d29371 100644 --- a/data/reports/GO-2023-1713.yaml +++ b/data/reports/GO-2023-1713.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1713 modules: - module: github.com/sjqzhang/go-fastdfs versions: diff --git a/data/reports/GO-2023-1717.yaml b/data/reports/GO-2023-1717.yaml index d81fff0f..8f9299aa 100644 --- a/data/reports/GO-2023-1717.yaml +++ b/data/reports/GO-2023-1717.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1717 modules: - module: vitess.io/vitess versions: diff --git a/data/reports/GO-2023-1737.yaml b/data/reports/GO-2023-1737.yaml index 6a0a20bd..619271be 100644 --- a/data/reports/GO-2023-1737.yaml +++ b/data/reports/GO-2023-1737.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1737 modules: - module: github.com/gin-gonic/gin versions: diff --git a/data/reports/GO-2023-1751.yaml b/data/reports/GO-2023-1751.yaml index b85d4b18..d64f1b5b 100644 --- a/data/reports/GO-2023-1751.yaml +++ b/data/reports/GO-2023-1751.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1751 modules: - module: std versions: diff --git a/data/reports/GO-2023-1752.yaml b/data/reports/GO-2023-1752.yaml index bff12765..b3b64839 100644 --- a/data/reports/GO-2023-1752.yaml +++ b/data/reports/GO-2023-1752.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1752 modules: - module: std versions: diff --git a/data/reports/GO-2023-1753.yaml b/data/reports/GO-2023-1753.yaml index f6260c53..82a4422d 100644 --- a/data/reports/GO-2023-1753.yaml +++ b/data/reports/GO-2023-1753.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1753 modules: - module: std versions: diff --git a/data/reports/GO-2023-1765.yaml b/data/reports/GO-2023-1765.yaml index efe75ac8..33ad2f11 100644 --- a/data/reports/GO-2023-1765.yaml +++ b/data/reports/GO-2023-1765.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1765 modules: - module: github.com/cloudflare/circl versions: diff --git a/data/reports/GO-2023-1772.yaml b/data/reports/GO-2023-1772.yaml index 10112a43..de2b39f7 100644 --- a/data/reports/GO-2023-1772.yaml +++ b/data/reports/GO-2023-1772.yaml @@ -1,3 +1,4 @@ +id: GO-2023-1772 modules: - module: github.com/distribution/distribution versions: diff --git a/internal/report/lint.go b/internal/report/lint.go index b4f97733..38334231 100644 --- a/internal/report/lint.go +++ b/internal/report/lint.go @@ -235,7 +235,10 @@ func (r *Report) IsExcluded() bool { return r.Excluded != "" } -var errWrongDir = errors.New("report is in incorrect directory") +var ( + errWrongDir = errors.New("report is in incorrect directory") + errWrongID = errors.New("report ID mismatch") +) // CheckFilename errors if the filename is inconsistent with the report. func (r *Report) CheckFilename(filename string) (err error) { @@ -252,6 +255,11 @@ func (r *Report) CheckFilename(filename string) (err error) { return fmt.Errorf("%w (want %s, found %s)", errWrongDir, "reports", dir) } + wantID := GoID(filename) + if r.ID != wantID { + return fmt.Errorf("%w (want %s, found %s)", errWrongID, wantID, r.ID) + } + return nil } @@ -266,7 +274,10 @@ func (r *Report) Lint() []string { issues = append(issues, iss) } - isStdLibReport := false + if r.ID == "" { + addIssue("missing ID") + } + if r.IsExcluded() { if !slices.Contains(ExcludedReasons, r.Excluded) { addIssue(fmt.Sprintf("excluded reason (%q) is not a valid excluded reason (accepted: %v)", r.Excluded, ExcludedReasons)) @@ -289,6 +300,7 @@ func (r *Report) Lint() []string { } } + isStdLibReport := false for i, m := range r.Modules { addPkgIssue := func(iss string) { addIssue(fmt.Sprintf("modules[%v]: %v", i, iss)) diff --git a/internal/report/lint_test.go b/internal/report/lint_test.go index 9874a681..6b87062d 100644 --- a/internal/report/lint_test.go +++ b/internal/report/lint_test.go @@ -24,6 +24,7 @@ var ( func validReport(f func(r *Report)) Report { r := Report{ + ID: "GO-0000-0000", Modules: []*Module{{ Module: "golang.org/x/net", VulnerableAt: "1.2.3", @@ -41,6 +42,7 @@ func validReport(f func(r *Report)) Report { func validStdReport(f func(r *Report)) Report { r := Report{ + ID: "GO-0000-0000", Modules: []*Module{{ Module: "std", VulnerableAt: "1.2.3", @@ -58,6 +60,7 @@ func validStdReport(f func(r *Report)) Report { func validExcludedReport(f func(r *Report)) Report { r := Report{ + ID: "GO-0000-0000", Excluded: "NOT_GO_CODE", CVEs: []string{"CVE-2022-1234545"}, } @@ -71,6 +74,13 @@ func TestLint(t *testing.T) { report Report want []string }{ + { + desc: "no ID", + report: validReport(func(r *Report) { + r.ID = "" + }), + want: []string{"missing ID"}, + }, { desc: "no modules", report: validReport(func(r *Report) { @@ -430,27 +440,36 @@ func TestCheckFilename(t *testing.T) { report Report wantErr error }{ + { + desc: "wrong ID", + filename: "data/reports/GO-0000-0000.yaml", + report: validReport( + func(r *Report) { + r.ID = "GO-0000-1111" + }), + wantErr: errWrongID, + }, { desc: "excluded in correct directory", - filename: "data/excluded/GO-0000-0001.yaml", + filename: "data/excluded/GO-0000-0000.yaml", report: validExcludedReport(noop), wantErr: nil, }, { desc: "excluded in wrong directory", - filename: "data/wrong/GO-0000-0001.yaml", + filename: "data/wrong/GO-0000-0000.yaml", report: validExcludedReport(noop), wantErr: errWrongDir, }, { desc: "non-excluded in correct directory", - filename: "data/reports/GO-0000-0001.yaml", + filename: "data/reports/GO-0000-0000.yaml", report: validReport(noop), wantErr: nil, }, { desc: "non-excluded in wrong directory", - filename: "data/wrong/GO-0000-0001.yaml", + filename: "data/wrong/GO-0000-0000.yaml", report: validReport(noop), wantErr: errWrongDir, },