diff --git a/advisories/github-reviewed/2022/10/GHSA-2p3c-p3qw-69r4/GHSA-2p3c-p3qw-69r4.json b/advisories/github-reviewed/2022/10/GHSA-2p3c-p3qw-69r4/GHSA-2p3c-p3qw-69r4.json index 77a7eb5d669..86d805351da 100644 --- a/advisories/github-reviewed/2022/10/GHSA-2p3c-p3qw-69r4/GHSA-2p3c-p3qw-69r4.json +++ b/advisories/github-reviewed/2022/10/GHSA-2p3c-p3qw-69r4/GHSA-2p3c-p3qw-69r4.json @@ -3,14 +3,10 @@ "id": "GHSA-2p3c-p3qw-69r4", "modified": "2023-07-31T20:39:03Z", "published": "2022-10-12T14:15:48Z", - "aliases": [ - - ], + "aliases": [], "summary": "The graphql-upload library included in Apollo Server 2 is vulnerable to CSRF mutations", "details": "### Impact\nThe [graphql-upload](https://www.npmjs.com/package/graphql-upload) npm package can execute GraphQL operations contained in `content-type: multipart/form-data` POST requests. Because they are POST requests, they can contain GraphQL mutations. Because they use `content-type: multipart/form-data`, they can be \"simple requests\" which are not preflighted by browsers.\n\nIf your GraphQL server uses `graphql-upload` and uses `SameSite=None` cookies for authentication, then JS on any origin can cause browsers to send cookie-authenticated mutations to your GraphQL server, which will be executed without checking your CORS policy first. (The attack won't be able to see the response to the mutation if your CORS policy is set up properly, but the side effects of the mutation will still happen.)\n\nAdditionally, if your GraphQL server uses `graphql-upload` and relies on network properties for security (whether by explicitly looking at the client's IP address or by only being available on a private network), then JS on any origin can cause browsers (which may be on a private network or have an allowed IP address) to send mutations to your GraphQL server, which will be executed without checking your CORS policy first. (This attack does not require your server to use cookies. It is in some cases prevented by some browsers such as Chrome.)\n\nApollo Server 2 bundled `graphql-upload` and enabled it by default, so by default, Apollo Server 2 servers are vulnerable to these CSRF attacks. (Apollo Server 1 did not bundle `graphql-upload`. Apollo Server 3 no longer bundles `graphql-upload`, although AS3's docs do document how to manually integrate with `graphql-upload`.) It is enabled even if your server makes no use of the upload functionality.\n\nIf you are running Apollo Server 2 (older than v2.25.4) and do not specify `uploads: false` to `new ApolloServer`, then you are vulnerable to this CSRF mutation attack.\n\nWe recently introduced an opt-in CSRF prevention feature in Apollo Server 3.7. This feature successfully protects against CSRF even if you have manually integrated your AS3.7 server with `graphql-upload`. However, this feature is not available for Apollo Server 2.\n\n### Patches\nIf you are using Apollo Server 2 and do *not* actually use uploads in your schema (ie, the `Upload` scalar is not used as the argument to any field or in any input object definition, and you do not specify `uploads` to `new ApolloServer`), then upgrading to Apollo Server 2.25.4 will automatically disable `graphql-upload` in your server. This will fix the CSRF mutation vulnerability.\n\nUpgrading to v2.25.4 does still leave your server vulnerable to non-mutation CSRF attacks such as timing attacks against query operations. To protect yourself against these potentially lower impact CSRF attack, we encourage upgrading to Apollo Server v3.7 and enabling CSRF prevention. See [the Apollo Server 3 migration guide](https://www.apollographql.com/docs/apollo-server/migration/) and the [CSRF prevention docs](https://www.apollographql.com/docs/apollo-server/security/cors/#preventing-cross-site-request-forgery-csrf) for details.\n\nIf you are actively using the uploads feature with Apollo Server 2, then upgrading to v2.25.4 will not disable the feature and you will still be vulnerable. You should instead upgrade to v3.7 and enable the CSRF prevention feature.\n\nIf you are manually integrating the `graphql-upload` package with any version of Apollo Server (or any Node GraphQL server) and need to continue using the feature, then you must enable some sort of CSRF prevention feature to fix this vulnerability. We recommend the CSRF prevention feature in Apollo Server 3.7.\n\n### Workarounds\nInstead of upgrading your Apollo Server 2 server, you can specify `uploads: false` to `new ApolloServer` to disable the `graphql-upload` integration and protect against CSRF mutations. (Only do this if you do not actually use the uploads feature in your server!) This will still leave your server vulnerable to non-mutation CSRF attacks such as timing attacks against query operations; you need to upgrade to v3.7 and enable CSRF prevention to protect against these attacks.\n\n### Related work\n- [PR adding a Security section to the GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec/pull/64)", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/10/GHSA-3r7j-8mqh-6qhx/GHSA-3r7j-8mqh-6qhx.json b/advisories/github-reviewed/2022/10/GHSA-3r7j-8mqh-6qhx/GHSA-3r7j-8mqh-6qhx.json index 6c1ff94ae53..d489ab9812c 100644 --- a/advisories/github-reviewed/2022/10/GHSA-3r7j-8mqh-6qhx/GHSA-3r7j-8mqh-6qhx.json +++ b/advisories/github-reviewed/2022/10/GHSA-3r7j-8mqh-6qhx/GHSA-3r7j-8mqh-6qhx.json @@ -61,9 +61,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2022-10-20T18:20:28Z", diff --git a/advisories/github-reviewed/2022/10/GHSA-c942-mfmp-p4fh/GHSA-c942-mfmp-p4fh.json b/advisories/github-reviewed/2022/10/GHSA-c942-mfmp-p4fh/GHSA-c942-mfmp-p4fh.json index 521248fb3d8..b9b3321f2bb 100644 --- a/advisories/github-reviewed/2022/10/GHSA-c942-mfmp-p4fh/GHSA-c942-mfmp-p4fh.json +++ b/advisories/github-reviewed/2022/10/GHSA-c942-mfmp-p4fh/GHSA-c942-mfmp-p4fh.json @@ -50,9 +50,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-10-25T19:58:53Z", diff --git a/advisories/github-reviewed/2022/10/GHSA-rh58-r7jh-xhx3/GHSA-rh58-r7jh-xhx3.json b/advisories/github-reviewed/2022/10/GHSA-rh58-r7jh-xhx3/GHSA-rh58-r7jh-xhx3.json index 4d9a11846d9..80330297d81 100644 --- a/advisories/github-reviewed/2022/10/GHSA-rh58-r7jh-xhx3/GHSA-rh58-r7jh-xhx3.json +++ b/advisories/github-reviewed/2022/10/GHSA-rh58-r7jh-xhx3/GHSA-rh58-r7jh-xhx3.json @@ -662,9 +662,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-10-25T17:33:12Z", diff --git a/advisories/github-reviewed/2023/02/GHSA-xhjq-w7xm-p8qj/GHSA-xhjq-w7xm-p8qj.json b/advisories/github-reviewed/2023/02/GHSA-xhjq-w7xm-p8qj/GHSA-xhjq-w7xm-p8qj.json index 495809ec1c7..f0f96cb6dbc 100644 --- a/advisories/github-reviewed/2023/02/GHSA-xhjq-w7xm-p8qj/GHSA-xhjq-w7xm-p8qj.json +++ b/advisories/github-reviewed/2023/02/GHSA-xhjq-w7xm-p8qj/GHSA-xhjq-w7xm-p8qj.json @@ -86,9 +86,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-02-07T22:39:34Z", diff --git a/advisories/github-reviewed/2024/02/GHSA-785g-282q-pwvx/GHSA-785g-282q-pwvx.json b/advisories/github-reviewed/2024/02/GHSA-785g-282q-pwvx/GHSA-785g-282q-pwvx.json index 3665f7be652..5736b5c6421 100644 --- a/advisories/github-reviewed/2024/02/GHSA-785g-282q-pwvx/GHSA-785g-282q-pwvx.json +++ b/advisories/github-reviewed/2024/02/GHSA-785g-282q-pwvx/GHSA-785g-282q-pwvx.json @@ -8,9 +8,7 @@ ], "summary": "Rack CORS Middleware has Insecure File Permissions", "details": "rack-cors (aka Rack CORS Middleware) 2.0.1 has 0666 permissions for the .rb files.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -62,9 +60,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-02-26T22:15:06Z", diff --git a/advisories/unreviewed/2022/05/GHSA-v9c2-mfx9-w528/GHSA-v9c2-mfx9-w528.json b/advisories/unreviewed/2022/05/GHSA-v9c2-mfx9-w528/GHSA-v9c2-mfx9-w528.json index a44e23ec422..c8113c1d3e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-v9c2-mfx9-w528/GHSA-v9c2-mfx9-w528.json +++ b/advisories/unreviewed/2022/05/GHSA-v9c2-mfx9-w528/GHSA-v9c2-mfx9-w528.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-4536-pp2v-fh9m/GHSA-4536-pp2v-fh9m.json b/advisories/unreviewed/2022/09/GHSA-4536-pp2v-fh9m/GHSA-4536-pp2v-fh9m.json index 6d4c52526ec..50f93cf16ee 100644 --- a/advisories/unreviewed/2022/09/GHSA-4536-pp2v-fh9m/GHSA-4536-pp2v-fh9m.json +++ b/advisories/unreviewed/2022/09/GHSA-4536-pp2v-fh9m/GHSA-4536-pp2v-fh9m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-468h-hx5g-4gvx/GHSA-468h-hx5g-4gvx.json b/advisories/unreviewed/2022/09/GHSA-468h-hx5g-4gvx/GHSA-468h-hx5g-4gvx.json index 7b489654c06..c26c8dc14ee 100644 --- a/advisories/unreviewed/2022/09/GHSA-468h-hx5g-4gvx/GHSA-468h-hx5g-4gvx.json +++ b/advisories/unreviewed/2022/09/GHSA-468h-hx5g-4gvx/GHSA-468h-hx5g-4gvx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-6m76-235x-7w53/GHSA-6m76-235x-7w53.json b/advisories/unreviewed/2022/09/GHSA-6m76-235x-7w53/GHSA-6m76-235x-7w53.json index cdc578fb501..64f1b81d25e 100644 --- a/advisories/unreviewed/2022/09/GHSA-6m76-235x-7w53/GHSA-6m76-235x-7w53.json +++ b/advisories/unreviewed/2022/09/GHSA-6m76-235x-7w53/GHSA-6m76-235x-7w53.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-6r4r-2jfc-fg95/GHSA-6r4r-2jfc-fg95.json b/advisories/unreviewed/2022/09/GHSA-6r4r-2jfc-fg95/GHSA-6r4r-2jfc-fg95.json index 8452e51ca22..906de24749a 100644 --- a/advisories/unreviewed/2022/09/GHSA-6r4r-2jfc-fg95/GHSA-6r4r-2jfc-fg95.json +++ b/advisories/unreviewed/2022/09/GHSA-6r4r-2jfc-fg95/GHSA-6r4r-2jfc-fg95.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-7fh2-wq6h-8m4v/GHSA-7fh2-wq6h-8m4v.json b/advisories/unreviewed/2022/09/GHSA-7fh2-wq6h-8m4v/GHSA-7fh2-wq6h-8m4v.json index 51c48c3f98e..568bfae2d12 100644 --- a/advisories/unreviewed/2022/09/GHSA-7fh2-wq6h-8m4v/GHSA-7fh2-wq6h-8m4v.json +++ b/advisories/unreviewed/2022/09/GHSA-7fh2-wq6h-8m4v/GHSA-7fh2-wq6h-8m4v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-7p65-9fw3-56mr/GHSA-7p65-9fw3-56mr.json b/advisories/unreviewed/2022/09/GHSA-7p65-9fw3-56mr/GHSA-7p65-9fw3-56mr.json index 06c421ad56a..8cdca0acbd8 100644 --- a/advisories/unreviewed/2022/09/GHSA-7p65-9fw3-56mr/GHSA-7p65-9fw3-56mr.json +++ b/advisories/unreviewed/2022/09/GHSA-7p65-9fw3-56mr/GHSA-7p65-9fw3-56mr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-7pgc-prpj-jg7v/GHSA-7pgc-prpj-jg7v.json b/advisories/unreviewed/2022/09/GHSA-7pgc-prpj-jg7v/GHSA-7pgc-prpj-jg7v.json index c15e1f661ab..62ab1fc28f6 100644 --- a/advisories/unreviewed/2022/09/GHSA-7pgc-prpj-jg7v/GHSA-7pgc-prpj-jg7v.json +++ b/advisories/unreviewed/2022/09/GHSA-7pgc-prpj-jg7v/GHSA-7pgc-prpj-jg7v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-9r47-jh8c-w2hq/GHSA-9r47-jh8c-w2hq.json b/advisories/unreviewed/2022/09/GHSA-9r47-jh8c-w2hq/GHSA-9r47-jh8c-w2hq.json index cb55281ecf8..c2f6b79c5cf 100644 --- a/advisories/unreviewed/2022/09/GHSA-9r47-jh8c-w2hq/GHSA-9r47-jh8c-w2hq.json +++ b/advisories/unreviewed/2022/09/GHSA-9r47-jh8c-w2hq/GHSA-9r47-jh8c-w2hq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-9v9p-vg3w-f44m/GHSA-9v9p-vg3w-f44m.json b/advisories/unreviewed/2022/09/GHSA-9v9p-vg3w-f44m/GHSA-9v9p-vg3w-f44m.json index f9acc6650ea..4e065cceb77 100644 --- a/advisories/unreviewed/2022/09/GHSA-9v9p-vg3w-f44m/GHSA-9v9p-vg3w-f44m.json +++ b/advisories/unreviewed/2022/09/GHSA-9v9p-vg3w-f44m/GHSA-9v9p-vg3w-f44m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-cxpc-6wmp-c2mm/GHSA-cxpc-6wmp-c2mm.json b/advisories/unreviewed/2022/09/GHSA-cxpc-6wmp-c2mm/GHSA-cxpc-6wmp-c2mm.json index d6d6b0b1322..f1dc27ed524 100644 --- a/advisories/unreviewed/2022/09/GHSA-cxpc-6wmp-c2mm/GHSA-cxpc-6wmp-c2mm.json +++ b/advisories/unreviewed/2022/09/GHSA-cxpc-6wmp-c2mm/GHSA-cxpc-6wmp-c2mm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-f8x8-vxwq-2p77/GHSA-f8x8-vxwq-2p77.json b/advisories/unreviewed/2022/09/GHSA-f8x8-vxwq-2p77/GHSA-f8x8-vxwq-2p77.json index b4ee7a0108b..6ad4a46e153 100644 --- a/advisories/unreviewed/2022/09/GHSA-f8x8-vxwq-2p77/GHSA-f8x8-vxwq-2p77.json +++ b/advisories/unreviewed/2022/09/GHSA-f8x8-vxwq-2p77/GHSA-f8x8-vxwq-2p77.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-g56g-c49p-8w3q/GHSA-g56g-c49p-8w3q.json b/advisories/unreviewed/2022/09/GHSA-g56g-c49p-8w3q/GHSA-g56g-c49p-8w3q.json index 058fc85e0fe..b31cd302a91 100644 --- a/advisories/unreviewed/2022/09/GHSA-g56g-c49p-8w3q/GHSA-g56g-c49p-8w3q.json +++ b/advisories/unreviewed/2022/09/GHSA-g56g-c49p-8w3q/GHSA-g56g-c49p-8w3q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-hqmx-w3x7-2p3v/GHSA-hqmx-w3x7-2p3v.json b/advisories/unreviewed/2022/09/GHSA-hqmx-w3x7-2p3v/GHSA-hqmx-w3x7-2p3v.json index 1c3d7452789..a274302fa5f 100644 --- a/advisories/unreviewed/2022/09/GHSA-hqmx-w3x7-2p3v/GHSA-hqmx-w3x7-2p3v.json +++ b/advisories/unreviewed/2022/09/GHSA-hqmx-w3x7-2p3v/GHSA-hqmx-w3x7-2p3v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-m8r8-8368-mvmm/GHSA-m8r8-8368-mvmm.json b/advisories/unreviewed/2022/09/GHSA-m8r8-8368-mvmm/GHSA-m8r8-8368-mvmm.json index 9772cb46039..d3a3522d87d 100644 --- a/advisories/unreviewed/2022/09/GHSA-m8r8-8368-mvmm/GHSA-m8r8-8368-mvmm.json +++ b/advisories/unreviewed/2022/09/GHSA-m8r8-8368-mvmm/GHSA-m8r8-8368-mvmm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-pqxc-54m5-8r8m/GHSA-pqxc-54m5-8r8m.json b/advisories/unreviewed/2022/09/GHSA-pqxc-54m5-8r8m/GHSA-pqxc-54m5-8r8m.json index e1c422ed7ab..18588112dbe 100644 --- a/advisories/unreviewed/2022/09/GHSA-pqxc-54m5-8r8m/GHSA-pqxc-54m5-8r8m.json +++ b/advisories/unreviewed/2022/09/GHSA-pqxc-54m5-8r8m/GHSA-pqxc-54m5-8r8m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-qpm7-hp8h-42w8/GHSA-qpm7-hp8h-42w8.json b/advisories/unreviewed/2022/09/GHSA-qpm7-hp8h-42w8/GHSA-qpm7-hp8h-42w8.json index 6a4f65a7f61..a30114c7e0f 100644 --- a/advisories/unreviewed/2022/09/GHSA-qpm7-hp8h-42w8/GHSA-qpm7-hp8h-42w8.json +++ b/advisories/unreviewed/2022/09/GHSA-qpm7-hp8h-42w8/GHSA-qpm7-hp8h-42w8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-rvv6-3f7f-jg4m/GHSA-rvv6-3f7f-jg4m.json b/advisories/unreviewed/2022/09/GHSA-rvv6-3f7f-jg4m/GHSA-rvv6-3f7f-jg4m.json index b929939a907..cb382ccf6cf 100644 --- a/advisories/unreviewed/2022/09/GHSA-rvv6-3f7f-jg4m/GHSA-rvv6-3f7f-jg4m.json +++ b/advisories/unreviewed/2022/09/GHSA-rvv6-3f7f-jg4m/GHSA-rvv6-3f7f-jg4m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-vf33-779v-4hf8/GHSA-vf33-779v-4hf8.json b/advisories/unreviewed/2022/09/GHSA-vf33-779v-4hf8/GHSA-vf33-779v-4hf8.json index b7e43444dbb..300577179e9 100644 --- a/advisories/unreviewed/2022/09/GHSA-vf33-779v-4hf8/GHSA-vf33-779v-4hf8.json +++ b/advisories/unreviewed/2022/09/GHSA-vf33-779v-4hf8/GHSA-vf33-779v-4hf8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-vfvf-5pgf-r7g9/GHSA-vfvf-5pgf-r7g9.json b/advisories/unreviewed/2022/09/GHSA-vfvf-5pgf-r7g9/GHSA-vfvf-5pgf-r7g9.json index 6eb045d1ee7..ea12907f74a 100644 --- a/advisories/unreviewed/2022/09/GHSA-vfvf-5pgf-r7g9/GHSA-vfvf-5pgf-r7g9.json +++ b/advisories/unreviewed/2022/09/GHSA-vfvf-5pgf-r7g9/GHSA-vfvf-5pgf-r7g9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-3gx9-7v2h-vcxw/GHSA-3gx9-7v2h-vcxw.json b/advisories/unreviewed/2022/10/GHSA-3gx9-7v2h-vcxw/GHSA-3gx9-7v2h-vcxw.json index 4d8b996fa0f..9834d9fca61 100644 --- a/advisories/unreviewed/2022/10/GHSA-3gx9-7v2h-vcxw/GHSA-3gx9-7v2h-vcxw.json +++ b/advisories/unreviewed/2022/10/GHSA-3gx9-7v2h-vcxw/GHSA-3gx9-7v2h-vcxw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-45fc-vgfv-j42h/GHSA-45fc-vgfv-j42h.json b/advisories/unreviewed/2022/10/GHSA-45fc-vgfv-j42h/GHSA-45fc-vgfv-j42h.json index 56841bbe538..26001c35813 100644 --- a/advisories/unreviewed/2022/10/GHSA-45fc-vgfv-j42h/GHSA-45fc-vgfv-j42h.json +++ b/advisories/unreviewed/2022/10/GHSA-45fc-vgfv-j42h/GHSA-45fc-vgfv-j42h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-45x6-9f7m-559p/GHSA-45x6-9f7m-559p.json b/advisories/unreviewed/2022/10/GHSA-45x6-9f7m-559p/GHSA-45x6-9f7m-559p.json index b1cdbb3c734..022b9d25a27 100644 --- a/advisories/unreviewed/2022/10/GHSA-45x6-9f7m-559p/GHSA-45x6-9f7m-559p.json +++ b/advisories/unreviewed/2022/10/GHSA-45x6-9f7m-559p/GHSA-45x6-9f7m-559p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-4674-7fxm-wcq3/GHSA-4674-7fxm-wcq3.json b/advisories/unreviewed/2022/10/GHSA-4674-7fxm-wcq3/GHSA-4674-7fxm-wcq3.json index 66a0beae0c7..dfafaf3995e 100644 --- a/advisories/unreviewed/2022/10/GHSA-4674-7fxm-wcq3/GHSA-4674-7fxm-wcq3.json +++ b/advisories/unreviewed/2022/10/GHSA-4674-7fxm-wcq3/GHSA-4674-7fxm-wcq3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-488g-whpv-px3q/GHSA-488g-whpv-px3q.json b/advisories/unreviewed/2022/10/GHSA-488g-whpv-px3q/GHSA-488g-whpv-px3q.json index 1b02def2116..9aaa8edcff8 100644 --- a/advisories/unreviewed/2022/10/GHSA-488g-whpv-px3q/GHSA-488g-whpv-px3q.json +++ b/advisories/unreviewed/2022/10/GHSA-488g-whpv-px3q/GHSA-488g-whpv-px3q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-5wgq-vg66-44cm/GHSA-5wgq-vg66-44cm.json b/advisories/unreviewed/2022/10/GHSA-5wgq-vg66-44cm/GHSA-5wgq-vg66-44cm.json index 172e0e7b832..3df286bcfc9 100644 --- a/advisories/unreviewed/2022/10/GHSA-5wgq-vg66-44cm/GHSA-5wgq-vg66-44cm.json +++ b/advisories/unreviewed/2022/10/GHSA-5wgq-vg66-44cm/GHSA-5wgq-vg66-44cm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-6mw3-7v65-29gj/GHSA-6mw3-7v65-29gj.json b/advisories/unreviewed/2022/10/GHSA-6mw3-7v65-29gj/GHSA-6mw3-7v65-29gj.json index 3a78cf2be71..1b26c8f8370 100644 --- a/advisories/unreviewed/2022/10/GHSA-6mw3-7v65-29gj/GHSA-6mw3-7v65-29gj.json +++ b/advisories/unreviewed/2022/10/GHSA-6mw3-7v65-29gj/GHSA-6mw3-7v65-29gj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-73w8-4h43-h886/GHSA-73w8-4h43-h886.json b/advisories/unreviewed/2022/10/GHSA-73w8-4h43-h886/GHSA-73w8-4h43-h886.json index 2deb4434b02..ca539cb6e63 100644 --- a/advisories/unreviewed/2022/10/GHSA-73w8-4h43-h886/GHSA-73w8-4h43-h886.json +++ b/advisories/unreviewed/2022/10/GHSA-73w8-4h43-h886/GHSA-73w8-4h43-h886.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-7gjv-3m9j-mrrp/GHSA-7gjv-3m9j-mrrp.json b/advisories/unreviewed/2022/10/GHSA-7gjv-3m9j-mrrp/GHSA-7gjv-3m9j-mrrp.json index 06b436f216f..e82af2d34cc 100644 --- a/advisories/unreviewed/2022/10/GHSA-7gjv-3m9j-mrrp/GHSA-7gjv-3m9j-mrrp.json +++ b/advisories/unreviewed/2022/10/GHSA-7gjv-3m9j-mrrp/GHSA-7gjv-3m9j-mrrp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-7qq8-2p9r-p388/GHSA-7qq8-2p9r-p388.json b/advisories/unreviewed/2022/10/GHSA-7qq8-2p9r-p388/GHSA-7qq8-2p9r-p388.json index c5281e81131..af2e339c6f1 100644 --- a/advisories/unreviewed/2022/10/GHSA-7qq8-2p9r-p388/GHSA-7qq8-2p9r-p388.json +++ b/advisories/unreviewed/2022/10/GHSA-7qq8-2p9r-p388/GHSA-7qq8-2p9r-p388.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-7vhh-hm9r-vmgg/GHSA-7vhh-hm9r-vmgg.json b/advisories/unreviewed/2022/10/GHSA-7vhh-hm9r-vmgg/GHSA-7vhh-hm9r-vmgg.json index f942fd4db13..f28765c516e 100644 --- a/advisories/unreviewed/2022/10/GHSA-7vhh-hm9r-vmgg/GHSA-7vhh-hm9r-vmgg.json +++ b/advisories/unreviewed/2022/10/GHSA-7vhh-hm9r-vmgg/GHSA-7vhh-hm9r-vmgg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-8227-gc3m-7gx5/GHSA-8227-gc3m-7gx5.json b/advisories/unreviewed/2022/10/GHSA-8227-gc3m-7gx5/GHSA-8227-gc3m-7gx5.json index 5dfe4e30ea4..f58c842d8c8 100644 --- a/advisories/unreviewed/2022/10/GHSA-8227-gc3m-7gx5/GHSA-8227-gc3m-7gx5.json +++ b/advisories/unreviewed/2022/10/GHSA-8227-gc3m-7gx5/GHSA-8227-gc3m-7gx5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-83fr-4hw7-v3c5/GHSA-83fr-4hw7-v3c5.json b/advisories/unreviewed/2022/10/GHSA-83fr-4hw7-v3c5/GHSA-83fr-4hw7-v3c5.json index 1529faf6614..d321f1f864a 100644 --- a/advisories/unreviewed/2022/10/GHSA-83fr-4hw7-v3c5/GHSA-83fr-4hw7-v3c5.json +++ b/advisories/unreviewed/2022/10/GHSA-83fr-4hw7-v3c5/GHSA-83fr-4hw7-v3c5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-87c6-f68m-3j78/GHSA-87c6-f68m-3j78.json b/advisories/unreviewed/2022/10/GHSA-87c6-f68m-3j78/GHSA-87c6-f68m-3j78.json index 5b158cb98de..9e1ad97afb6 100644 --- a/advisories/unreviewed/2022/10/GHSA-87c6-f68m-3j78/GHSA-87c6-f68m-3j78.json +++ b/advisories/unreviewed/2022/10/GHSA-87c6-f68m-3j78/GHSA-87c6-f68m-3j78.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-946h-v793-qmf6/GHSA-946h-v793-qmf6.json b/advisories/unreviewed/2022/10/GHSA-946h-v793-qmf6/GHSA-946h-v793-qmf6.json index 4f38df55c57..57b95a17034 100644 --- a/advisories/unreviewed/2022/10/GHSA-946h-v793-qmf6/GHSA-946h-v793-qmf6.json +++ b/advisories/unreviewed/2022/10/GHSA-946h-v793-qmf6/GHSA-946h-v793-qmf6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-98gv-p34g-p5vg/GHSA-98gv-p34g-p5vg.json b/advisories/unreviewed/2022/10/GHSA-98gv-p34g-p5vg/GHSA-98gv-p34g-p5vg.json index 48cb1035b5a..2bbe143f9be 100644 --- a/advisories/unreviewed/2022/10/GHSA-98gv-p34g-p5vg/GHSA-98gv-p34g-p5vg.json +++ b/advisories/unreviewed/2022/10/GHSA-98gv-p34g-p5vg/GHSA-98gv-p34g-p5vg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-9rwh-g3hv-2rjg/GHSA-9rwh-g3hv-2rjg.json b/advisories/unreviewed/2022/10/GHSA-9rwh-g3hv-2rjg/GHSA-9rwh-g3hv-2rjg.json index 224eb64533f..8ccafa74e77 100644 --- a/advisories/unreviewed/2022/10/GHSA-9rwh-g3hv-2rjg/GHSA-9rwh-g3hv-2rjg.json +++ b/advisories/unreviewed/2022/10/GHSA-9rwh-g3hv-2rjg/GHSA-9rwh-g3hv-2rjg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-cqrw-65hp-hpv3/GHSA-cqrw-65hp-hpv3.json b/advisories/unreviewed/2022/10/GHSA-cqrw-65hp-hpv3/GHSA-cqrw-65hp-hpv3.json index c0b794f954a..9106179f4fd 100644 --- a/advisories/unreviewed/2022/10/GHSA-cqrw-65hp-hpv3/GHSA-cqrw-65hp-hpv3.json +++ b/advisories/unreviewed/2022/10/GHSA-cqrw-65hp-hpv3/GHSA-cqrw-65hp-hpv3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-crr9-3x94-m79r/GHSA-crr9-3x94-m79r.json b/advisories/unreviewed/2022/10/GHSA-crr9-3x94-m79r/GHSA-crr9-3x94-m79r.json index aebc5a9ed80..38e1cd64506 100644 --- a/advisories/unreviewed/2022/10/GHSA-crr9-3x94-m79r/GHSA-crr9-3x94-m79r.json +++ b/advisories/unreviewed/2022/10/GHSA-crr9-3x94-m79r/GHSA-crr9-3x94-m79r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-cvq4-rgf9-fp77/GHSA-cvq4-rgf9-fp77.json b/advisories/unreviewed/2022/10/GHSA-cvq4-rgf9-fp77/GHSA-cvq4-rgf9-fp77.json index cb5b2af7bfb..272ba2a2e7c 100644 --- a/advisories/unreviewed/2022/10/GHSA-cvq4-rgf9-fp77/GHSA-cvq4-rgf9-fp77.json +++ b/advisories/unreviewed/2022/10/GHSA-cvq4-rgf9-fp77/GHSA-cvq4-rgf9-fp77.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-f2r6-hpcq-7fm5/GHSA-f2r6-hpcq-7fm5.json b/advisories/unreviewed/2022/10/GHSA-f2r6-hpcq-7fm5/GHSA-f2r6-hpcq-7fm5.json index f69933bfa36..75f0e24dc3e 100644 --- a/advisories/unreviewed/2022/10/GHSA-f2r6-hpcq-7fm5/GHSA-f2r6-hpcq-7fm5.json +++ b/advisories/unreviewed/2022/10/GHSA-f2r6-hpcq-7fm5/GHSA-f2r6-hpcq-7fm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-f756-c9x3-wxmg/GHSA-f756-c9x3-wxmg.json b/advisories/unreviewed/2022/10/GHSA-f756-c9x3-wxmg/GHSA-f756-c9x3-wxmg.json index 90b52bc64f6..fdb418f5d6b 100644 --- a/advisories/unreviewed/2022/10/GHSA-f756-c9x3-wxmg/GHSA-f756-c9x3-wxmg.json +++ b/advisories/unreviewed/2022/10/GHSA-f756-c9x3-wxmg/GHSA-f756-c9x3-wxmg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-f97j-jw4h-hfq3/GHSA-f97j-jw4h-hfq3.json b/advisories/unreviewed/2022/10/GHSA-f97j-jw4h-hfq3/GHSA-f97j-jw4h-hfq3.json index e35d0927cfc..bc12a3a566d 100644 --- a/advisories/unreviewed/2022/10/GHSA-f97j-jw4h-hfq3/GHSA-f97j-jw4h-hfq3.json +++ b/advisories/unreviewed/2022/10/GHSA-f97j-jw4h-hfq3/GHSA-f97j-jw4h-hfq3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-g639-fwp5-v85h/GHSA-g639-fwp5-v85h.json b/advisories/unreviewed/2022/10/GHSA-g639-fwp5-v85h/GHSA-g639-fwp5-v85h.json index bf6c695c881..e067b77aabc 100644 --- a/advisories/unreviewed/2022/10/GHSA-g639-fwp5-v85h/GHSA-g639-fwp5-v85h.json +++ b/advisories/unreviewed/2022/10/GHSA-g639-fwp5-v85h/GHSA-g639-fwp5-v85h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-g6v8-pg97-856j/GHSA-g6v8-pg97-856j.json b/advisories/unreviewed/2022/10/GHSA-g6v8-pg97-856j/GHSA-g6v8-pg97-856j.json index 02927b0e9b8..a5e4c0152f7 100644 --- a/advisories/unreviewed/2022/10/GHSA-g6v8-pg97-856j/GHSA-g6v8-pg97-856j.json +++ b/advisories/unreviewed/2022/10/GHSA-g6v8-pg97-856j/GHSA-g6v8-pg97-856j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-gqgj-3c9w-9j8m/GHSA-gqgj-3c9w-9j8m.json b/advisories/unreviewed/2022/10/GHSA-gqgj-3c9w-9j8m/GHSA-gqgj-3c9w-9j8m.json index 0031224b245..4f712fe22d0 100644 --- a/advisories/unreviewed/2022/10/GHSA-gqgj-3c9w-9j8m/GHSA-gqgj-3c9w-9j8m.json +++ b/advisories/unreviewed/2022/10/GHSA-gqgj-3c9w-9j8m/GHSA-gqgj-3c9w-9j8m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-gvc3-rhv6-6x2c/GHSA-gvc3-rhv6-6x2c.json b/advisories/unreviewed/2022/10/GHSA-gvc3-rhv6-6x2c/GHSA-gvc3-rhv6-6x2c.json index 11b3d8c1a2f..6a8d08231b2 100644 --- a/advisories/unreviewed/2022/10/GHSA-gvc3-rhv6-6x2c/GHSA-gvc3-rhv6-6x2c.json +++ b/advisories/unreviewed/2022/10/GHSA-gvc3-rhv6-6x2c/GHSA-gvc3-rhv6-6x2c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-hrxj-63c3-4p4v/GHSA-hrxj-63c3-4p4v.json b/advisories/unreviewed/2022/10/GHSA-hrxj-63c3-4p4v/GHSA-hrxj-63c3-4p4v.json index a96ee2872fa..00bc23de9f6 100644 --- a/advisories/unreviewed/2022/10/GHSA-hrxj-63c3-4p4v/GHSA-hrxj-63c3-4p4v.json +++ b/advisories/unreviewed/2022/10/GHSA-hrxj-63c3-4p4v/GHSA-hrxj-63c3-4p4v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-hwfp-8w72-6fqv/GHSA-hwfp-8w72-6fqv.json b/advisories/unreviewed/2022/10/GHSA-hwfp-8w72-6fqv/GHSA-hwfp-8w72-6fqv.json index 6406bfe07e0..e08274843ad 100644 --- a/advisories/unreviewed/2022/10/GHSA-hwfp-8w72-6fqv/GHSA-hwfp-8w72-6fqv.json +++ b/advisories/unreviewed/2022/10/GHSA-hwfp-8w72-6fqv/GHSA-hwfp-8w72-6fqv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-j22p-vfqp-65fj/GHSA-j22p-vfqp-65fj.json b/advisories/unreviewed/2022/10/GHSA-j22p-vfqp-65fj/GHSA-j22p-vfqp-65fj.json index f2050c82a20..22aaa20529d 100644 --- a/advisories/unreviewed/2022/10/GHSA-j22p-vfqp-65fj/GHSA-j22p-vfqp-65fj.json +++ b/advisories/unreviewed/2022/10/GHSA-j22p-vfqp-65fj/GHSA-j22p-vfqp-65fj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-jm88-vr5q-23rj/GHSA-jm88-vr5q-23rj.json b/advisories/unreviewed/2022/10/GHSA-jm88-vr5q-23rj/GHSA-jm88-vr5q-23rj.json index 8003e412f35..a1ff0e25bce 100644 --- a/advisories/unreviewed/2022/10/GHSA-jm88-vr5q-23rj/GHSA-jm88-vr5q-23rj.json +++ b/advisories/unreviewed/2022/10/GHSA-jm88-vr5q-23rj/GHSA-jm88-vr5q-23rj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-jp9r-f89v-6j47/GHSA-jp9r-f89v-6j47.json b/advisories/unreviewed/2022/10/GHSA-jp9r-f89v-6j47/GHSA-jp9r-f89v-6j47.json index 5447f066a47..883db2ac9db 100644 --- a/advisories/unreviewed/2022/10/GHSA-jp9r-f89v-6j47/GHSA-jp9r-f89v-6j47.json +++ b/advisories/unreviewed/2022/10/GHSA-jp9r-f89v-6j47/GHSA-jp9r-f89v-6j47.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-jpmh-qrhq-g32f/GHSA-jpmh-qrhq-g32f.json b/advisories/unreviewed/2022/10/GHSA-jpmh-qrhq-g32f/GHSA-jpmh-qrhq-g32f.json index c1d55b36657..8e65d342cd6 100644 --- a/advisories/unreviewed/2022/10/GHSA-jpmh-qrhq-g32f/GHSA-jpmh-qrhq-g32f.json +++ b/advisories/unreviewed/2022/10/GHSA-jpmh-qrhq-g32f/GHSA-jpmh-qrhq-g32f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-pc79-p8f4-vrv5/GHSA-pc79-p8f4-vrv5.json b/advisories/unreviewed/2022/10/GHSA-pc79-p8f4-vrv5/GHSA-pc79-p8f4-vrv5.json index 389ff7b1712..9ec6bfb4f36 100644 --- a/advisories/unreviewed/2022/10/GHSA-pc79-p8f4-vrv5/GHSA-pc79-p8f4-vrv5.json +++ b/advisories/unreviewed/2022/10/GHSA-pc79-p8f4-vrv5/GHSA-pc79-p8f4-vrv5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-pwqh-p38m-583c/GHSA-pwqh-p38m-583c.json b/advisories/unreviewed/2022/10/GHSA-pwqh-p38m-583c/GHSA-pwqh-p38m-583c.json index 91ccff4ccd7..f68438427aa 100644 --- a/advisories/unreviewed/2022/10/GHSA-pwqh-p38m-583c/GHSA-pwqh-p38m-583c.json +++ b/advisories/unreviewed/2022/10/GHSA-pwqh-p38m-583c/GHSA-pwqh-p38m-583c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-q5rg-w8wf-2j28/GHSA-q5rg-w8wf-2j28.json b/advisories/unreviewed/2022/10/GHSA-q5rg-w8wf-2j28/GHSA-q5rg-w8wf-2j28.json index 61ed12337e4..bf27cd70427 100644 --- a/advisories/unreviewed/2022/10/GHSA-q5rg-w8wf-2j28/GHSA-q5rg-w8wf-2j28.json +++ b/advisories/unreviewed/2022/10/GHSA-q5rg-w8wf-2j28/GHSA-q5rg-w8wf-2j28.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-q7p9-qp49-wfvq/GHSA-q7p9-qp49-wfvq.json b/advisories/unreviewed/2022/10/GHSA-q7p9-qp49-wfvq/GHSA-q7p9-qp49-wfvq.json index 9b6e836cb0b..6b39fdfa0e9 100644 --- a/advisories/unreviewed/2022/10/GHSA-q7p9-qp49-wfvq/GHSA-q7p9-qp49-wfvq.json +++ b/advisories/unreviewed/2022/10/GHSA-q7p9-qp49-wfvq/GHSA-q7p9-qp49-wfvq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-v2qh-p52h-4659/GHSA-v2qh-p52h-4659.json b/advisories/unreviewed/2022/10/GHSA-v2qh-p52h-4659/GHSA-v2qh-p52h-4659.json index e883afc9591..a12fd2bccb3 100644 --- a/advisories/unreviewed/2022/10/GHSA-v2qh-p52h-4659/GHSA-v2qh-p52h-4659.json +++ b/advisories/unreviewed/2022/10/GHSA-v2qh-p52h-4659/GHSA-v2qh-p52h-4659.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-vw7j-6j6f-vm86/GHSA-vw7j-6j6f-vm86.json b/advisories/unreviewed/2022/10/GHSA-vw7j-6j6f-vm86/GHSA-vw7j-6j6f-vm86.json index 8ca93580a16..19bd6e8c2d1 100644 --- a/advisories/unreviewed/2022/10/GHSA-vw7j-6j6f-vm86/GHSA-vw7j-6j6f-vm86.json +++ b/advisories/unreviewed/2022/10/GHSA-vw7j-6j6f-vm86/GHSA-vw7j-6j6f-vm86.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-w9r8-q59v-7xx4/GHSA-w9r8-q59v-7xx4.json b/advisories/unreviewed/2022/10/GHSA-w9r8-q59v-7xx4/GHSA-w9r8-q59v-7xx4.json index 7afc2bff889..23d00a45e4e 100644 --- a/advisories/unreviewed/2022/10/GHSA-w9r8-q59v-7xx4/GHSA-w9r8-q59v-7xx4.json +++ b/advisories/unreviewed/2022/10/GHSA-w9r8-q59v-7xx4/GHSA-w9r8-q59v-7xx4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-wp9x-2qx4-mfcg/GHSA-wp9x-2qx4-mfcg.json b/advisories/unreviewed/2022/10/GHSA-wp9x-2qx4-mfcg/GHSA-wp9x-2qx4-mfcg.json index c3537786cc7..442d818dcb0 100644 --- a/advisories/unreviewed/2022/10/GHSA-wp9x-2qx4-mfcg/GHSA-wp9x-2qx4-mfcg.json +++ b/advisories/unreviewed/2022/10/GHSA-wp9x-2qx4-mfcg/GHSA-wp9x-2qx4-mfcg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-wrgw-86pw-mvrr/GHSA-wrgw-86pw-mvrr.json b/advisories/unreviewed/2022/10/GHSA-wrgw-86pw-mvrr/GHSA-wrgw-86pw-mvrr.json index ba0df3573d9..c3c62e0795d 100644 --- a/advisories/unreviewed/2022/10/GHSA-wrgw-86pw-mvrr/GHSA-wrgw-86pw-mvrr.json +++ b/advisories/unreviewed/2022/10/GHSA-wrgw-86pw-mvrr/GHSA-wrgw-86pw-mvrr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-x2r5-459f-qm67/GHSA-x2r5-459f-qm67.json b/advisories/unreviewed/2022/10/GHSA-x2r5-459f-qm67/GHSA-x2r5-459f-qm67.json index 8cb850cd19f..4c8d214e7f0 100644 --- a/advisories/unreviewed/2022/10/GHSA-x2r5-459f-qm67/GHSA-x2r5-459f-qm67.json +++ b/advisories/unreviewed/2022/10/GHSA-x2r5-459f-qm67/GHSA-x2r5-459f-qm67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-xqqh-8g96-r9wj/GHSA-xqqh-8g96-r9wj.json b/advisories/unreviewed/2022/10/GHSA-xqqh-8g96-r9wj/GHSA-xqqh-8g96-r9wj.json index 288fea08db8..4dd262cbfb9 100644 --- a/advisories/unreviewed/2022/10/GHSA-xqqh-8g96-r9wj/GHSA-xqqh-8g96-r9wj.json +++ b/advisories/unreviewed/2022/10/GHSA-xqqh-8g96-r9wj/GHSA-xqqh-8g96-r9wj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/12/GHSA-24j2-327w-xq74/GHSA-24j2-327w-xq74.json b/advisories/unreviewed/2022/12/GHSA-24j2-327w-xq74/GHSA-24j2-327w-xq74.json index 0ef3bf7ef98..ba91ac6e1f6 100644 --- a/advisories/unreviewed/2022/12/GHSA-24j2-327w-xq74/GHSA-24j2-327w-xq74.json +++ b/advisories/unreviewed/2022/12/GHSA-24j2-327w-xq74/GHSA-24j2-327w-xq74.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/12/GHSA-2gpx-vh9j-9x8j/GHSA-2gpx-vh9j-9x8j.json b/advisories/unreviewed/2022/12/GHSA-2gpx-vh9j-9x8j/GHSA-2gpx-vh9j-9x8j.json index db3cb47358e..34157597753 100644 --- a/advisories/unreviewed/2022/12/GHSA-2gpx-vh9j-9x8j/GHSA-2gpx-vh9j-9x8j.json +++ b/advisories/unreviewed/2022/12/GHSA-2gpx-vh9j-9x8j/GHSA-2gpx-vh9j-9x8j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-35w4-5hgf-f56q/GHSA-35w4-5hgf-f56q.json b/advisories/unreviewed/2022/12/GHSA-35w4-5hgf-f56q/GHSA-35w4-5hgf-f56q.json index ca6f4316c10..9667d11096a 100644 --- a/advisories/unreviewed/2022/12/GHSA-35w4-5hgf-f56q/GHSA-35w4-5hgf-f56q.json +++ b/advisories/unreviewed/2022/12/GHSA-35w4-5hgf-f56q/GHSA-35w4-5hgf-f56q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-36m9-prc4-gjq2/GHSA-36m9-prc4-gjq2.json b/advisories/unreviewed/2022/12/GHSA-36m9-prc4-gjq2/GHSA-36m9-prc4-gjq2.json index 6050f1bf632..055f9cd2332 100644 --- a/advisories/unreviewed/2022/12/GHSA-36m9-prc4-gjq2/GHSA-36m9-prc4-gjq2.json +++ b/advisories/unreviewed/2022/12/GHSA-36m9-prc4-gjq2/GHSA-36m9-prc4-gjq2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-37h7-m5mq-c3w7/GHSA-37h7-m5mq-c3w7.json b/advisories/unreviewed/2022/12/GHSA-37h7-m5mq-c3w7/GHSA-37h7-m5mq-c3w7.json index 315659010ba..6d459efd576 100644 --- a/advisories/unreviewed/2022/12/GHSA-37h7-m5mq-c3w7/GHSA-37h7-m5mq-c3w7.json +++ b/advisories/unreviewed/2022/12/GHSA-37h7-m5mq-c3w7/GHSA-37h7-m5mq-c3w7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-45qq-chvf-7cwf/GHSA-45qq-chvf-7cwf.json b/advisories/unreviewed/2022/12/GHSA-45qq-chvf-7cwf/GHSA-45qq-chvf-7cwf.json index feebc776440..a98f0970009 100644 --- a/advisories/unreviewed/2022/12/GHSA-45qq-chvf-7cwf/GHSA-45qq-chvf-7cwf.json +++ b/advisories/unreviewed/2022/12/GHSA-45qq-chvf-7cwf/GHSA-45qq-chvf-7cwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-4j4v-rxfh-c8wc/GHSA-4j4v-rxfh-c8wc.json b/advisories/unreviewed/2022/12/GHSA-4j4v-rxfh-c8wc/GHSA-4j4v-rxfh-c8wc.json index fcf44d6456b..240bcfaccca 100644 --- a/advisories/unreviewed/2022/12/GHSA-4j4v-rxfh-c8wc/GHSA-4j4v-rxfh-c8wc.json +++ b/advisories/unreviewed/2022/12/GHSA-4j4v-rxfh-c8wc/GHSA-4j4v-rxfh-c8wc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-4qqj-86vv-pqqr/GHSA-4qqj-86vv-pqqr.json b/advisories/unreviewed/2022/12/GHSA-4qqj-86vv-pqqr/GHSA-4qqj-86vv-pqqr.json index 21c69167a8d..d7f8a86a33b 100644 --- a/advisories/unreviewed/2022/12/GHSA-4qqj-86vv-pqqr/GHSA-4qqj-86vv-pqqr.json +++ b/advisories/unreviewed/2022/12/GHSA-4qqj-86vv-pqqr/GHSA-4qqj-86vv-pqqr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-52wp-rmr4-hhfm/GHSA-52wp-rmr4-hhfm.json b/advisories/unreviewed/2022/12/GHSA-52wp-rmr4-hhfm/GHSA-52wp-rmr4-hhfm.json index 857aa9da7b0..fe50ec59071 100644 --- a/advisories/unreviewed/2022/12/GHSA-52wp-rmr4-hhfm/GHSA-52wp-rmr4-hhfm.json +++ b/advisories/unreviewed/2022/12/GHSA-52wp-rmr4-hhfm/GHSA-52wp-rmr4-hhfm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-54hw-8q4q-2g6m/GHSA-54hw-8q4q-2g6m.json b/advisories/unreviewed/2022/12/GHSA-54hw-8q4q-2g6m/GHSA-54hw-8q4q-2g6m.json index 5aec3c3b609..c3fc320f739 100644 --- a/advisories/unreviewed/2022/12/GHSA-54hw-8q4q-2g6m/GHSA-54hw-8q4q-2g6m.json +++ b/advisories/unreviewed/2022/12/GHSA-54hw-8q4q-2g6m/GHSA-54hw-8q4q-2g6m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/12/GHSA-5899-hhfh-hw26/GHSA-5899-hhfh-hw26.json b/advisories/unreviewed/2022/12/GHSA-5899-hhfh-hw26/GHSA-5899-hhfh-hw26.json index 4c170638550..cb819686b20 100644 --- a/advisories/unreviewed/2022/12/GHSA-5899-hhfh-hw26/GHSA-5899-hhfh-hw26.json +++ b/advisories/unreviewed/2022/12/GHSA-5899-hhfh-hw26/GHSA-5899-hhfh-hw26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-653f-v7gf-v92q/GHSA-653f-v7gf-v92q.json b/advisories/unreviewed/2022/12/GHSA-653f-v7gf-v92q/GHSA-653f-v7gf-v92q.json index a7453d75d44..6fe08770100 100644 --- a/advisories/unreviewed/2022/12/GHSA-653f-v7gf-v92q/GHSA-653f-v7gf-v92q.json +++ b/advisories/unreviewed/2022/12/GHSA-653f-v7gf-v92q/GHSA-653f-v7gf-v92q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-6647-v6q5-pgfg/GHSA-6647-v6q5-pgfg.json b/advisories/unreviewed/2022/12/GHSA-6647-v6q5-pgfg/GHSA-6647-v6q5-pgfg.json index 252358bf23f..0a3f80d586f 100644 --- a/advisories/unreviewed/2022/12/GHSA-6647-v6q5-pgfg/GHSA-6647-v6q5-pgfg.json +++ b/advisories/unreviewed/2022/12/GHSA-6647-v6q5-pgfg/GHSA-6647-v6q5-pgfg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-6pc9-rr53-3mpc/GHSA-6pc9-rr53-3mpc.json b/advisories/unreviewed/2022/12/GHSA-6pc9-rr53-3mpc/GHSA-6pc9-rr53-3mpc.json index 2709cfe9648..a107151fa85 100644 --- a/advisories/unreviewed/2022/12/GHSA-6pc9-rr53-3mpc/GHSA-6pc9-rr53-3mpc.json +++ b/advisories/unreviewed/2022/12/GHSA-6pc9-rr53-3mpc/GHSA-6pc9-rr53-3mpc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-6v3v-27cv-q5qr/GHSA-6v3v-27cv-q5qr.json b/advisories/unreviewed/2022/12/GHSA-6v3v-27cv-q5qr/GHSA-6v3v-27cv-q5qr.json index bb5038b5d88..cedf14d3670 100644 --- a/advisories/unreviewed/2022/12/GHSA-6v3v-27cv-q5qr/GHSA-6v3v-27cv-q5qr.json +++ b/advisories/unreviewed/2022/12/GHSA-6v3v-27cv-q5qr/GHSA-6v3v-27cv-q5qr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-77hr-p9qf-w2hc/GHSA-77hr-p9qf-w2hc.json b/advisories/unreviewed/2022/12/GHSA-77hr-p9qf-w2hc/GHSA-77hr-p9qf-w2hc.json index ff6ff8fd424..6ef9c164ec9 100644 --- a/advisories/unreviewed/2022/12/GHSA-77hr-p9qf-w2hc/GHSA-77hr-p9qf-w2hc.json +++ b/advisories/unreviewed/2022/12/GHSA-77hr-p9qf-w2hc/GHSA-77hr-p9qf-w2hc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-7rf6-522q-9wq4/GHSA-7rf6-522q-9wq4.json b/advisories/unreviewed/2022/12/GHSA-7rf6-522q-9wq4/GHSA-7rf6-522q-9wq4.json index e62f8142a45..85e3a378266 100644 --- a/advisories/unreviewed/2022/12/GHSA-7rf6-522q-9wq4/GHSA-7rf6-522q-9wq4.json +++ b/advisories/unreviewed/2022/12/GHSA-7rf6-522q-9wq4/GHSA-7rf6-522q-9wq4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-8wh6-vxv3-f5vc/GHSA-8wh6-vxv3-f5vc.json b/advisories/unreviewed/2022/12/GHSA-8wh6-vxv3-f5vc/GHSA-8wh6-vxv3-f5vc.json index 8770bc54e8d..186c198990c 100644 --- a/advisories/unreviewed/2022/12/GHSA-8wh6-vxv3-f5vc/GHSA-8wh6-vxv3-f5vc.json +++ b/advisories/unreviewed/2022/12/GHSA-8wh6-vxv3-f5vc/GHSA-8wh6-vxv3-f5vc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-9437-3xx5-xxpf/GHSA-9437-3xx5-xxpf.json b/advisories/unreviewed/2022/12/GHSA-9437-3xx5-xxpf/GHSA-9437-3xx5-xxpf.json index af45348c975..b34e8d9fd69 100644 --- a/advisories/unreviewed/2022/12/GHSA-9437-3xx5-xxpf/GHSA-9437-3xx5-xxpf.json +++ b/advisories/unreviewed/2022/12/GHSA-9437-3xx5-xxpf/GHSA-9437-3xx5-xxpf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-9cgm-gf5x-jx5x/GHSA-9cgm-gf5x-jx5x.json b/advisories/unreviewed/2022/12/GHSA-9cgm-gf5x-jx5x/GHSA-9cgm-gf5x-jx5x.json index 16a9e9d1922..33562d6e057 100644 --- a/advisories/unreviewed/2022/12/GHSA-9cgm-gf5x-jx5x/GHSA-9cgm-gf5x-jx5x.json +++ b/advisories/unreviewed/2022/12/GHSA-9cgm-gf5x-jx5x/GHSA-9cgm-gf5x-jx5x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-9f3h-4xvq-5r5q/GHSA-9f3h-4xvq-5r5q.json b/advisories/unreviewed/2022/12/GHSA-9f3h-4xvq-5r5q/GHSA-9f3h-4xvq-5r5q.json index cc8f1d371c7..eae69c1e779 100644 --- a/advisories/unreviewed/2022/12/GHSA-9f3h-4xvq-5r5q/GHSA-9f3h-4xvq-5r5q.json +++ b/advisories/unreviewed/2022/12/GHSA-9f3h-4xvq-5r5q/GHSA-9f3h-4xvq-5r5q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-9rj9-4qhw-j56j/GHSA-9rj9-4qhw-j56j.json b/advisories/unreviewed/2022/12/GHSA-9rj9-4qhw-j56j/GHSA-9rj9-4qhw-j56j.json index ff57f2eedb4..1f78b897529 100644 --- a/advisories/unreviewed/2022/12/GHSA-9rj9-4qhw-j56j/GHSA-9rj9-4qhw-j56j.json +++ b/advisories/unreviewed/2022/12/GHSA-9rj9-4qhw-j56j/GHSA-9rj9-4qhw-j56j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-c2j9-gf3g-mw4q/GHSA-c2j9-gf3g-mw4q.json b/advisories/unreviewed/2022/12/GHSA-c2j9-gf3g-mw4q/GHSA-c2j9-gf3g-mw4q.json index f5798f56b88..a7051fe81d6 100644 --- a/advisories/unreviewed/2022/12/GHSA-c2j9-gf3g-mw4q/GHSA-c2j9-gf3g-mw4q.json +++ b/advisories/unreviewed/2022/12/GHSA-c2j9-gf3g-mw4q/GHSA-c2j9-gf3g-mw4q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-c526-jrr3-jpfc/GHSA-c526-jrr3-jpfc.json b/advisories/unreviewed/2022/12/GHSA-c526-jrr3-jpfc/GHSA-c526-jrr3-jpfc.json index af9b5565705..04352867665 100644 --- a/advisories/unreviewed/2022/12/GHSA-c526-jrr3-jpfc/GHSA-c526-jrr3-jpfc.json +++ b/advisories/unreviewed/2022/12/GHSA-c526-jrr3-jpfc/GHSA-c526-jrr3-jpfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-f6gm-jc8c-7qrm/GHSA-f6gm-jc8c-7qrm.json b/advisories/unreviewed/2022/12/GHSA-f6gm-jc8c-7qrm/GHSA-f6gm-jc8c-7qrm.json index 44b9ae07875..a49f4f0ab68 100644 --- a/advisories/unreviewed/2022/12/GHSA-f6gm-jc8c-7qrm/GHSA-f6gm-jc8c-7qrm.json +++ b/advisories/unreviewed/2022/12/GHSA-f6gm-jc8c-7qrm/GHSA-f6gm-jc8c-7qrm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-gcm3-4rwm-4xx9/GHSA-gcm3-4rwm-4xx9.json b/advisories/unreviewed/2022/12/GHSA-gcm3-4rwm-4xx9/GHSA-gcm3-4rwm-4xx9.json index 3460025d001..17a5ea7e1c6 100644 --- a/advisories/unreviewed/2022/12/GHSA-gcm3-4rwm-4xx9/GHSA-gcm3-4rwm-4xx9.json +++ b/advisories/unreviewed/2022/12/GHSA-gcm3-4rwm-4xx9/GHSA-gcm3-4rwm-4xx9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-gfmw-c2xw-hvjj/GHSA-gfmw-c2xw-hvjj.json b/advisories/unreviewed/2022/12/GHSA-gfmw-c2xw-hvjj/GHSA-gfmw-c2xw-hvjj.json index ac77ad5a97a..c02236871ec 100644 --- a/advisories/unreviewed/2022/12/GHSA-gfmw-c2xw-hvjj/GHSA-gfmw-c2xw-hvjj.json +++ b/advisories/unreviewed/2022/12/GHSA-gfmw-c2xw-hvjj/GHSA-gfmw-c2xw-hvjj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-gm8j-qhfm-mgv8/GHSA-gm8j-qhfm-mgv8.json b/advisories/unreviewed/2022/12/GHSA-gm8j-qhfm-mgv8/GHSA-gm8j-qhfm-mgv8.json index f0ae5cc0aa3..b10493c18a7 100644 --- a/advisories/unreviewed/2022/12/GHSA-gm8j-qhfm-mgv8/GHSA-gm8j-qhfm-mgv8.json +++ b/advisories/unreviewed/2022/12/GHSA-gm8j-qhfm-mgv8/GHSA-gm8j-qhfm-mgv8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/12/GHSA-gqxf-4j76-pqc9/GHSA-gqxf-4j76-pqc9.json b/advisories/unreviewed/2022/12/GHSA-gqxf-4j76-pqc9/GHSA-gqxf-4j76-pqc9.json index eca247f27a2..2920494806f 100644 --- a/advisories/unreviewed/2022/12/GHSA-gqxf-4j76-pqc9/GHSA-gqxf-4j76-pqc9.json +++ b/advisories/unreviewed/2022/12/GHSA-gqxf-4j76-pqc9/GHSA-gqxf-4j76-pqc9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-hx94-fmp2-8m32/GHSA-hx94-fmp2-8m32.json b/advisories/unreviewed/2022/12/GHSA-hx94-fmp2-8m32/GHSA-hx94-fmp2-8m32.json index d050c38f335..dfd0312696d 100644 --- a/advisories/unreviewed/2022/12/GHSA-hx94-fmp2-8m32/GHSA-hx94-fmp2-8m32.json +++ b/advisories/unreviewed/2022/12/GHSA-hx94-fmp2-8m32/GHSA-hx94-fmp2-8m32.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-hxg3-5gh6-4998/GHSA-hxg3-5gh6-4998.json b/advisories/unreviewed/2022/12/GHSA-hxg3-5gh6-4998/GHSA-hxg3-5gh6-4998.json index d01fbaae5c5..b391bf0d108 100644 --- a/advisories/unreviewed/2022/12/GHSA-hxg3-5gh6-4998/GHSA-hxg3-5gh6-4998.json +++ b/advisories/unreviewed/2022/12/GHSA-hxg3-5gh6-4998/GHSA-hxg3-5gh6-4998.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-jpmp-fq2w-x5v7/GHSA-jpmp-fq2w-x5v7.json b/advisories/unreviewed/2022/12/GHSA-jpmp-fq2w-x5v7/GHSA-jpmp-fq2w-x5v7.json index c6bb1926fdf..0a6a3c43637 100644 --- a/advisories/unreviewed/2022/12/GHSA-jpmp-fq2w-x5v7/GHSA-jpmp-fq2w-x5v7.json +++ b/advisories/unreviewed/2022/12/GHSA-jpmp-fq2w-x5v7/GHSA-jpmp-fq2w-x5v7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-jr9c-c5m3-29r9/GHSA-jr9c-c5m3-29r9.json b/advisories/unreviewed/2022/12/GHSA-jr9c-c5m3-29r9/GHSA-jr9c-c5m3-29r9.json index 20af43e36d2..76591608c41 100644 --- a/advisories/unreviewed/2022/12/GHSA-jr9c-c5m3-29r9/GHSA-jr9c-c5m3-29r9.json +++ b/advisories/unreviewed/2022/12/GHSA-jr9c-c5m3-29r9/GHSA-jr9c-c5m3-29r9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-m9gf-7pr5-72cf/GHSA-m9gf-7pr5-72cf.json b/advisories/unreviewed/2022/12/GHSA-m9gf-7pr5-72cf/GHSA-m9gf-7pr5-72cf.json index 4dc81781ec8..902a145ad50 100644 --- a/advisories/unreviewed/2022/12/GHSA-m9gf-7pr5-72cf/GHSA-m9gf-7pr5-72cf.json +++ b/advisories/unreviewed/2022/12/GHSA-m9gf-7pr5-72cf/GHSA-m9gf-7pr5-72cf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-mpfm-xmx6-3669/GHSA-mpfm-xmx6-3669.json b/advisories/unreviewed/2022/12/GHSA-mpfm-xmx6-3669/GHSA-mpfm-xmx6-3669.json index f79a161f518..52f1da3d747 100644 --- a/advisories/unreviewed/2022/12/GHSA-mpfm-xmx6-3669/GHSA-mpfm-xmx6-3669.json +++ b/advisories/unreviewed/2022/12/GHSA-mpfm-xmx6-3669/GHSA-mpfm-xmx6-3669.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-mvrc-89wc-5wg5/GHSA-mvrc-89wc-5wg5.json b/advisories/unreviewed/2022/12/GHSA-mvrc-89wc-5wg5/GHSA-mvrc-89wc-5wg5.json index 7d6d4d84420..5ee50547375 100644 --- a/advisories/unreviewed/2022/12/GHSA-mvrc-89wc-5wg5/GHSA-mvrc-89wc-5wg5.json +++ b/advisories/unreviewed/2022/12/GHSA-mvrc-89wc-5wg5/GHSA-mvrc-89wc-5wg5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-p92r-95qg-v4vf/GHSA-p92r-95qg-v4vf.json b/advisories/unreviewed/2022/12/GHSA-p92r-95qg-v4vf/GHSA-p92r-95qg-v4vf.json index db55e2d78fe..d81d501510a 100644 --- a/advisories/unreviewed/2022/12/GHSA-p92r-95qg-v4vf/GHSA-p92r-95qg-v4vf.json +++ b/advisories/unreviewed/2022/12/GHSA-p92r-95qg-v4vf/GHSA-p92r-95qg-v4vf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-pqgg-xh9j-6h6q/GHSA-pqgg-xh9j-6h6q.json b/advisories/unreviewed/2022/12/GHSA-pqgg-xh9j-6h6q/GHSA-pqgg-xh9j-6h6q.json index 2602df23728..2a2ee54fe3a 100644 --- a/advisories/unreviewed/2022/12/GHSA-pqgg-xh9j-6h6q/GHSA-pqgg-xh9j-6h6q.json +++ b/advisories/unreviewed/2022/12/GHSA-pqgg-xh9j-6h6q/GHSA-pqgg-xh9j-6h6q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-qc24-vqq2-gjjw/GHSA-qc24-vqq2-gjjw.json b/advisories/unreviewed/2022/12/GHSA-qc24-vqq2-gjjw/GHSA-qc24-vqq2-gjjw.json index 818ea8287ec..4fe6892b63c 100644 --- a/advisories/unreviewed/2022/12/GHSA-qc24-vqq2-gjjw/GHSA-qc24-vqq2-gjjw.json +++ b/advisories/unreviewed/2022/12/GHSA-qc24-vqq2-gjjw/GHSA-qc24-vqq2-gjjw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-qgvc-4cm4-g35j/GHSA-qgvc-4cm4-g35j.json b/advisories/unreviewed/2022/12/GHSA-qgvc-4cm4-g35j/GHSA-qgvc-4cm4-g35j.json index 82535379838..da831817033 100644 --- a/advisories/unreviewed/2022/12/GHSA-qgvc-4cm4-g35j/GHSA-qgvc-4cm4-g35j.json +++ b/advisories/unreviewed/2022/12/GHSA-qgvc-4cm4-g35j/GHSA-qgvc-4cm4-g35j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-qq54-c3p8-j5hg/GHSA-qq54-c3p8-j5hg.json b/advisories/unreviewed/2022/12/GHSA-qq54-c3p8-j5hg/GHSA-qq54-c3p8-j5hg.json index 17b62958ae0..7e839902c4e 100644 --- a/advisories/unreviewed/2022/12/GHSA-qq54-c3p8-j5hg/GHSA-qq54-c3p8-j5hg.json +++ b/advisories/unreviewed/2022/12/GHSA-qq54-c3p8-j5hg/GHSA-qq54-c3p8-j5hg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/12/GHSA-qxv5-pj8x-gv57/GHSA-qxv5-pj8x-gv57.json b/advisories/unreviewed/2022/12/GHSA-qxv5-pj8x-gv57/GHSA-qxv5-pj8x-gv57.json index 343f5acad72..5b729ddef6a 100644 --- a/advisories/unreviewed/2022/12/GHSA-qxv5-pj8x-gv57/GHSA-qxv5-pj8x-gv57.json +++ b/advisories/unreviewed/2022/12/GHSA-qxv5-pj8x-gv57/GHSA-qxv5-pj8x-gv57.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-r2gh-2xmp-x6mx/GHSA-r2gh-2xmp-x6mx.json b/advisories/unreviewed/2022/12/GHSA-r2gh-2xmp-x6mx/GHSA-r2gh-2xmp-x6mx.json index 9a07b8ed03f..465f37eed4e 100644 --- a/advisories/unreviewed/2022/12/GHSA-r2gh-2xmp-x6mx/GHSA-r2gh-2xmp-x6mx.json +++ b/advisories/unreviewed/2022/12/GHSA-r2gh-2xmp-x6mx/GHSA-r2gh-2xmp-x6mx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-r7m7-fjr4-wvx6/GHSA-r7m7-fjr4-wvx6.json b/advisories/unreviewed/2022/12/GHSA-r7m7-fjr4-wvx6/GHSA-r7m7-fjr4-wvx6.json index e0981c40e47..49d0ab6e500 100644 --- a/advisories/unreviewed/2022/12/GHSA-r7m7-fjr4-wvx6/GHSA-r7m7-fjr4-wvx6.json +++ b/advisories/unreviewed/2022/12/GHSA-r7m7-fjr4-wvx6/GHSA-r7m7-fjr4-wvx6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-r877-389w-8vx8/GHSA-r877-389w-8vx8.json b/advisories/unreviewed/2022/12/GHSA-r877-389w-8vx8/GHSA-r877-389w-8vx8.json index 35c3a99ab12..5db4fdd4f69 100644 --- a/advisories/unreviewed/2022/12/GHSA-r877-389w-8vx8/GHSA-r877-389w-8vx8.json +++ b/advisories/unreviewed/2022/12/GHSA-r877-389w-8vx8/GHSA-r877-389w-8vx8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/12/GHSA-r8w3-884p-p4g2/GHSA-r8w3-884p-p4g2.json b/advisories/unreviewed/2022/12/GHSA-r8w3-884p-p4g2/GHSA-r8w3-884p-p4g2.json index caeee28f9f1..571fd6ad7d1 100644 --- a/advisories/unreviewed/2022/12/GHSA-r8w3-884p-p4g2/GHSA-r8w3-884p-p4g2.json +++ b/advisories/unreviewed/2022/12/GHSA-r8w3-884p-p4g2/GHSA-r8w3-884p-p4g2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-rphx-h6qg-2rqj/GHSA-rphx-h6qg-2rqj.json b/advisories/unreviewed/2022/12/GHSA-rphx-h6qg-2rqj/GHSA-rphx-h6qg-2rqj.json index 4d9ee693289..e28683cb794 100644 --- a/advisories/unreviewed/2022/12/GHSA-rphx-h6qg-2rqj/GHSA-rphx-h6qg-2rqj.json +++ b/advisories/unreviewed/2022/12/GHSA-rphx-h6qg-2rqj/GHSA-rphx-h6qg-2rqj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-vh82-wv6w-hf86/GHSA-vh82-wv6w-hf86.json b/advisories/unreviewed/2022/12/GHSA-vh82-wv6w-hf86/GHSA-vh82-wv6w-hf86.json index e3c88237945..a1793be9819 100644 --- a/advisories/unreviewed/2022/12/GHSA-vh82-wv6w-hf86/GHSA-vh82-wv6w-hf86.json +++ b/advisories/unreviewed/2022/12/GHSA-vh82-wv6w-hf86/GHSA-vh82-wv6w-hf86.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-vm92-fjv4-325g/GHSA-vm92-fjv4-325g.json b/advisories/unreviewed/2022/12/GHSA-vm92-fjv4-325g/GHSA-vm92-fjv4-325g.json index a08ee7ff350..ff1bd4b175c 100644 --- a/advisories/unreviewed/2022/12/GHSA-vm92-fjv4-325g/GHSA-vm92-fjv4-325g.json +++ b/advisories/unreviewed/2022/12/GHSA-vm92-fjv4-325g/GHSA-vm92-fjv4-325g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-w5xm-2389-pj9r/GHSA-w5xm-2389-pj9r.json b/advisories/unreviewed/2022/12/GHSA-w5xm-2389-pj9r/GHSA-w5xm-2389-pj9r.json index 3608d5a255e..eed1910ca7d 100644 --- a/advisories/unreviewed/2022/12/GHSA-w5xm-2389-pj9r/GHSA-w5xm-2389-pj9r.json +++ b/advisories/unreviewed/2022/12/GHSA-w5xm-2389-pj9r/GHSA-w5xm-2389-pj9r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-wf52-hx48-jm6v/GHSA-wf52-hx48-jm6v.json b/advisories/unreviewed/2022/12/GHSA-wf52-hx48-jm6v/GHSA-wf52-hx48-jm6v.json index a57c7a180a0..4aae46ddbde 100644 --- a/advisories/unreviewed/2022/12/GHSA-wf52-hx48-jm6v/GHSA-wf52-hx48-jm6v.json +++ b/advisories/unreviewed/2022/12/GHSA-wf52-hx48-jm6v/GHSA-wf52-hx48-jm6v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/12/GHSA-wjmf-wx39-cv67/GHSA-wjmf-wx39-cv67.json b/advisories/unreviewed/2022/12/GHSA-wjmf-wx39-cv67/GHSA-wjmf-wx39-cv67.json index 413422f6fc8..2cd21e5d291 100644 --- a/advisories/unreviewed/2022/12/GHSA-wjmf-wx39-cv67/GHSA-wjmf-wx39-cv67.json +++ b/advisories/unreviewed/2022/12/GHSA-wjmf-wx39-cv67/GHSA-wjmf-wx39-cv67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-wqxx-gc3w-x3c8/GHSA-wqxx-gc3w-x3c8.json b/advisories/unreviewed/2022/12/GHSA-wqxx-gc3w-x3c8/GHSA-wqxx-gc3w-x3c8.json index d1a631828d0..3d1e52f7250 100644 --- a/advisories/unreviewed/2022/12/GHSA-wqxx-gc3w-x3c8/GHSA-wqxx-gc3w-x3c8.json +++ b/advisories/unreviewed/2022/12/GHSA-wqxx-gc3w-x3c8/GHSA-wqxx-gc3w-x3c8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-x4q2-p9fr-44ff/GHSA-x4q2-p9fr-44ff.json b/advisories/unreviewed/2022/12/GHSA-x4q2-p9fr-44ff/GHSA-x4q2-p9fr-44ff.json index 97c24138ae7..d22c0018497 100644 --- a/advisories/unreviewed/2022/12/GHSA-x4q2-p9fr-44ff/GHSA-x4q2-p9fr-44ff.json +++ b/advisories/unreviewed/2022/12/GHSA-x4q2-p9fr-44ff/GHSA-x4q2-p9fr-44ff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-x4q2-pwgr-g2mx/GHSA-x4q2-pwgr-g2mx.json b/advisories/unreviewed/2022/12/GHSA-x4q2-pwgr-g2mx/GHSA-x4q2-pwgr-g2mx.json index 76d25b74074..b9f4afa4347 100644 --- a/advisories/unreviewed/2022/12/GHSA-x4q2-pwgr-g2mx/GHSA-x4q2-pwgr-g2mx.json +++ b/advisories/unreviewed/2022/12/GHSA-x4q2-pwgr-g2mx/GHSA-x4q2-pwgr-g2mx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-xgvr-hmmm-grgr/GHSA-xgvr-hmmm-grgr.json b/advisories/unreviewed/2022/12/GHSA-xgvr-hmmm-grgr/GHSA-xgvr-hmmm-grgr.json index 9c7b70f0c72..9334d23651d 100644 --- a/advisories/unreviewed/2022/12/GHSA-xgvr-hmmm-grgr/GHSA-xgvr-hmmm-grgr.json +++ b/advisories/unreviewed/2022/12/GHSA-xgvr-hmmm-grgr/GHSA-xgvr-hmmm-grgr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-3j7g-922g-j6r3/GHSA-3j7g-922g-j6r3.json b/advisories/unreviewed/2023/01/GHSA-3j7g-922g-j6r3/GHSA-3j7g-922g-j6r3.json index 66067b9683e..37026466764 100644 --- a/advisories/unreviewed/2023/01/GHSA-3j7g-922g-j6r3/GHSA-3j7g-922g-j6r3.json +++ b/advisories/unreviewed/2023/01/GHSA-3j7g-922g-j6r3/GHSA-3j7g-922g-j6r3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-4mjm-gg3q-674f/GHSA-4mjm-gg3q-674f.json b/advisories/unreviewed/2023/01/GHSA-4mjm-gg3q-674f/GHSA-4mjm-gg3q-674f.json index f09c93a7ed1..d216a8e3451 100644 --- a/advisories/unreviewed/2023/01/GHSA-4mjm-gg3q-674f/GHSA-4mjm-gg3q-674f.json +++ b/advisories/unreviewed/2023/01/GHSA-4mjm-gg3q-674f/GHSA-4mjm-gg3q-674f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-5whj-3p7m-72ch/GHSA-5whj-3p7m-72ch.json b/advisories/unreviewed/2023/01/GHSA-5whj-3p7m-72ch/GHSA-5whj-3p7m-72ch.json index 153260998b5..5f1dcfad088 100644 --- a/advisories/unreviewed/2023/01/GHSA-5whj-3p7m-72ch/GHSA-5whj-3p7m-72ch.json +++ b/advisories/unreviewed/2023/01/GHSA-5whj-3p7m-72ch/GHSA-5whj-3p7m-72ch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-6hpw-2974-gxxw/GHSA-6hpw-2974-gxxw.json b/advisories/unreviewed/2023/01/GHSA-6hpw-2974-gxxw/GHSA-6hpw-2974-gxxw.json index ee12eb9805f..3c2c0f907e0 100644 --- a/advisories/unreviewed/2023/01/GHSA-6hpw-2974-gxxw/GHSA-6hpw-2974-gxxw.json +++ b/advisories/unreviewed/2023/01/GHSA-6hpw-2974-gxxw/GHSA-6hpw-2974-gxxw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-6v69-3cxg-9845/GHSA-6v69-3cxg-9845.json b/advisories/unreviewed/2023/01/GHSA-6v69-3cxg-9845/GHSA-6v69-3cxg-9845.json index ef38f30f66d..4b5a655eb4c 100644 --- a/advisories/unreviewed/2023/01/GHSA-6v69-3cxg-9845/GHSA-6v69-3cxg-9845.json +++ b/advisories/unreviewed/2023/01/GHSA-6v69-3cxg-9845/GHSA-6v69-3cxg-9845.json @@ -7,12 +7,8 @@ "CVE-2019-5313" ], "details": "CVE was unused by HPE.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -20,9 +16,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-76qp-hmwj-8f8f/GHSA-76qp-hmwj-8f8f.json b/advisories/unreviewed/2023/01/GHSA-76qp-hmwj-8f8f/GHSA-76qp-hmwj-8f8f.json index f3a4231867b..c08b435df86 100644 --- a/advisories/unreviewed/2023/01/GHSA-76qp-hmwj-8f8f/GHSA-76qp-hmwj-8f8f.json +++ b/advisories/unreviewed/2023/01/GHSA-76qp-hmwj-8f8f/GHSA-76qp-hmwj-8f8f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-8hw8-3xpp-fr77/GHSA-8hw8-3xpp-fr77.json b/advisories/unreviewed/2023/01/GHSA-8hw8-3xpp-fr77/GHSA-8hw8-3xpp-fr77.json index aaf0d2ae114..eac0c4fb776 100644 --- a/advisories/unreviewed/2023/01/GHSA-8hw8-3xpp-fr77/GHSA-8hw8-3xpp-fr77.json +++ b/advisories/unreviewed/2023/01/GHSA-8hw8-3xpp-fr77/GHSA-8hw8-3xpp-fr77.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-8qp7-prcq-v2m5/GHSA-8qp7-prcq-v2m5.json b/advisories/unreviewed/2023/01/GHSA-8qp7-prcq-v2m5/GHSA-8qp7-prcq-v2m5.json index ceef7d4879f..df07ae12e00 100644 --- a/advisories/unreviewed/2023/01/GHSA-8qp7-prcq-v2m5/GHSA-8qp7-prcq-v2m5.json +++ b/advisories/unreviewed/2023/01/GHSA-8qp7-prcq-v2m5/GHSA-8qp7-prcq-v2m5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-92gp-pccq-hgwg/GHSA-92gp-pccq-hgwg.json b/advisories/unreviewed/2023/01/GHSA-92gp-pccq-hgwg/GHSA-92gp-pccq-hgwg.json index a8c8736306e..f27837dfc7d 100644 --- a/advisories/unreviewed/2023/01/GHSA-92gp-pccq-hgwg/GHSA-92gp-pccq-hgwg.json +++ b/advisories/unreviewed/2023/01/GHSA-92gp-pccq-hgwg/GHSA-92gp-pccq-hgwg.json @@ -7,12 +7,8 @@ "CVE-2020-7118" ], "details": "CVE was unused by HPE.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -20,9 +16,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-94fj-vh2p-xmpm/GHSA-94fj-vh2p-xmpm.json b/advisories/unreviewed/2023/01/GHSA-94fj-vh2p-xmpm/GHSA-94fj-vh2p-xmpm.json index a74fce2175b..ee93876efde 100644 --- a/advisories/unreviewed/2023/01/GHSA-94fj-vh2p-xmpm/GHSA-94fj-vh2p-xmpm.json +++ b/advisories/unreviewed/2023/01/GHSA-94fj-vh2p-xmpm/GHSA-94fj-vh2p-xmpm.json @@ -7,12 +7,8 @@ "CVE-2020-24643" ], "details": "CVE was unused by HPE.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -20,9 +16,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-9ppv-xcv2-vhqr/GHSA-9ppv-xcv2-vhqr.json b/advisories/unreviewed/2023/01/GHSA-9ppv-xcv2-vhqr/GHSA-9ppv-xcv2-vhqr.json index 93cf42a4fd4..94a6a9d8ca1 100644 --- a/advisories/unreviewed/2023/01/GHSA-9ppv-xcv2-vhqr/GHSA-9ppv-xcv2-vhqr.json +++ b/advisories/unreviewed/2023/01/GHSA-9ppv-xcv2-vhqr/GHSA-9ppv-xcv2-vhqr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-9w89-223r-7hm3/GHSA-9w89-223r-7hm3.json b/advisories/unreviewed/2023/01/GHSA-9w89-223r-7hm3/GHSA-9w89-223r-7hm3.json index 6943a95f4d4..02398bbbb51 100644 --- a/advisories/unreviewed/2023/01/GHSA-9w89-223r-7hm3/GHSA-9w89-223r-7hm3.json +++ b/advisories/unreviewed/2023/01/GHSA-9w89-223r-7hm3/GHSA-9w89-223r-7hm3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-fjv4-37j2-743q/GHSA-fjv4-37j2-743q.json b/advisories/unreviewed/2023/01/GHSA-fjv4-37j2-743q/GHSA-fjv4-37j2-743q.json index 84a9abe1144..ab72a6ee3ad 100644 --- a/advisories/unreviewed/2023/01/GHSA-fjv4-37j2-743q/GHSA-fjv4-37j2-743q.json +++ b/advisories/unreviewed/2023/01/GHSA-fjv4-37j2-743q/GHSA-fjv4-37j2-743q.json @@ -7,12 +7,8 @@ "CVE-2020-24642" ], "details": "CVE was unused by HPE.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -20,9 +16,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-frcq-7vxc-3px2/GHSA-frcq-7vxc-3px2.json b/advisories/unreviewed/2023/01/GHSA-frcq-7vxc-3px2/GHSA-frcq-7vxc-3px2.json index 0b0b77d0482..7d52024a984 100644 --- a/advisories/unreviewed/2023/01/GHSA-frcq-7vxc-3px2/GHSA-frcq-7vxc-3px2.json +++ b/advisories/unreviewed/2023/01/GHSA-frcq-7vxc-3px2/GHSA-frcq-7vxc-3px2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-g3jp-2gfc-xjq6/GHSA-g3jp-2gfc-xjq6.json b/advisories/unreviewed/2023/01/GHSA-g3jp-2gfc-xjq6/GHSA-g3jp-2gfc-xjq6.json index 273123d301e..08e5ee35e53 100644 --- a/advisories/unreviewed/2023/01/GHSA-g3jp-2gfc-xjq6/GHSA-g3jp-2gfc-xjq6.json +++ b/advisories/unreviewed/2023/01/GHSA-g3jp-2gfc-xjq6/GHSA-g3jp-2gfc-xjq6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-g3xp-33qp-c738/GHSA-g3xp-33qp-c738.json b/advisories/unreviewed/2023/01/GHSA-g3xp-33qp-c738/GHSA-g3xp-33qp-c738.json index bf2df89ebf1..8ccb15d180e 100644 --- a/advisories/unreviewed/2023/01/GHSA-g3xp-33qp-c738/GHSA-g3xp-33qp-c738.json +++ b/advisories/unreviewed/2023/01/GHSA-g3xp-33qp-c738/GHSA-g3xp-33qp-c738.json @@ -7,12 +7,8 @@ "CVE-2020-24644" ], "details": "CVE was unused by HPE.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -20,9 +16,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-h8vw-7x98-j7c4/GHSA-h8vw-7x98-j7c4.json b/advisories/unreviewed/2023/01/GHSA-h8vw-7x98-j7c4/GHSA-h8vw-7x98-j7c4.json index bee327d6eea..75704f0ea93 100644 --- a/advisories/unreviewed/2023/01/GHSA-h8vw-7x98-j7c4/GHSA-h8vw-7x98-j7c4.json +++ b/advisories/unreviewed/2023/01/GHSA-h8vw-7x98-j7c4/GHSA-h8vw-7x98-j7c4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-j9cj-vhg7-rwqr/GHSA-j9cj-vhg7-rwqr.json b/advisories/unreviewed/2023/01/GHSA-j9cj-vhg7-rwqr/GHSA-j9cj-vhg7-rwqr.json index 9600d49dd5b..875f232110f 100644 --- a/advisories/unreviewed/2023/01/GHSA-j9cj-vhg7-rwqr/GHSA-j9cj-vhg7-rwqr.json +++ b/advisories/unreviewed/2023/01/GHSA-j9cj-vhg7-rwqr/GHSA-j9cj-vhg7-rwqr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-mjxf-pxf8-wjmw/GHSA-mjxf-pxf8-wjmw.json b/advisories/unreviewed/2023/01/GHSA-mjxf-pxf8-wjmw/GHSA-mjxf-pxf8-wjmw.json index 5206e0bc480..6f351badd9c 100644 --- a/advisories/unreviewed/2023/01/GHSA-mjxf-pxf8-wjmw/GHSA-mjxf-pxf8-wjmw.json +++ b/advisories/unreviewed/2023/01/GHSA-mjxf-pxf8-wjmw/GHSA-mjxf-pxf8-wjmw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-qcvq-w335-8gh3/GHSA-qcvq-w335-8gh3.json b/advisories/unreviewed/2023/01/GHSA-qcvq-w335-8gh3/GHSA-qcvq-w335-8gh3.json index e1221c82553..759253b760a 100644 --- a/advisories/unreviewed/2023/01/GHSA-qcvq-w335-8gh3/GHSA-qcvq-w335-8gh3.json +++ b/advisories/unreviewed/2023/01/GHSA-qcvq-w335-8gh3/GHSA-qcvq-w335-8gh3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-qpg9-5cx8-657q/GHSA-qpg9-5cx8-657q.json b/advisories/unreviewed/2023/01/GHSA-qpg9-5cx8-657q/GHSA-qpg9-5cx8-657q.json index d7e8bbcb7b1..0519dc245a2 100644 --- a/advisories/unreviewed/2023/01/GHSA-qpg9-5cx8-657q/GHSA-qpg9-5cx8-657q.json +++ b/advisories/unreviewed/2023/01/GHSA-qpg9-5cx8-657q/GHSA-qpg9-5cx8-657q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-rr76-fj9v-7w82/GHSA-rr76-fj9v-7w82.json b/advisories/unreviewed/2023/01/GHSA-rr76-fj9v-7w82/GHSA-rr76-fj9v-7w82.json index 231c762a02f..4b1df4ef169 100644 --- a/advisories/unreviewed/2023/01/GHSA-rr76-fj9v-7w82/GHSA-rr76-fj9v-7w82.json +++ b/advisories/unreviewed/2023/01/GHSA-rr76-fj9v-7w82/GHSA-rr76-fj9v-7w82.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-xffm-xh7m-334v/GHSA-xffm-xh7m-334v.json b/advisories/unreviewed/2023/01/GHSA-xffm-xh7m-334v/GHSA-xffm-xh7m-334v.json index 3aa58ce3d97..ddd6d3e96af 100644 --- a/advisories/unreviewed/2023/01/GHSA-xffm-xh7m-334v/GHSA-xffm-xh7m-334v.json +++ b/advisories/unreviewed/2023/01/GHSA-xffm-xh7m-334v/GHSA-xffm-xh7m-334v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-xpf6-m5rc-7966/GHSA-xpf6-m5rc-7966.json b/advisories/unreviewed/2023/01/GHSA-xpf6-m5rc-7966/GHSA-xpf6-m5rc-7966.json index 2c802bc1f0c..256f58499e2 100644 --- a/advisories/unreviewed/2023/01/GHSA-xpf6-m5rc-7966/GHSA-xpf6-m5rc-7966.json +++ b/advisories/unreviewed/2023/01/GHSA-xpf6-m5rc-7966/GHSA-xpf6-m5rc-7966.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-68c4-gf98-vq7q/GHSA-68c4-gf98-vq7q.json b/advisories/unreviewed/2023/02/GHSA-68c4-gf98-vq7q/GHSA-68c4-gf98-vq7q.json index 6cc7c102855..d14ffef023d 100644 --- a/advisories/unreviewed/2023/02/GHSA-68c4-gf98-vq7q/GHSA-68c4-gf98-vq7q.json +++ b/advisories/unreviewed/2023/02/GHSA-68c4-gf98-vq7q/GHSA-68c4-gf98-vq7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-736c-6582-j82m/GHSA-736c-6582-j82m.json b/advisories/unreviewed/2023/02/GHSA-736c-6582-j82m/GHSA-736c-6582-j82m.json index e5231bd2ee1..6dfe1e03894 100644 --- a/advisories/unreviewed/2023/02/GHSA-736c-6582-j82m/GHSA-736c-6582-j82m.json +++ b/advisories/unreviewed/2023/02/GHSA-736c-6582-j82m/GHSA-736c-6582-j82m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-76c2-8f59-h7p8/GHSA-76c2-8f59-h7p8.json b/advisories/unreviewed/2023/02/GHSA-76c2-8f59-h7p8/GHSA-76c2-8f59-h7p8.json index 3b2f2f81a33..06aa1cee44e 100644 --- a/advisories/unreviewed/2023/02/GHSA-76c2-8f59-h7p8/GHSA-76c2-8f59-h7p8.json +++ b/advisories/unreviewed/2023/02/GHSA-76c2-8f59-h7p8/GHSA-76c2-8f59-h7p8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-85f4-cmhq-rx89/GHSA-85f4-cmhq-rx89.json b/advisories/unreviewed/2023/02/GHSA-85f4-cmhq-rx89/GHSA-85f4-cmhq-rx89.json index e538c430599..6378b85b5bb 100644 --- a/advisories/unreviewed/2023/02/GHSA-85f4-cmhq-rx89/GHSA-85f4-cmhq-rx89.json +++ b/advisories/unreviewed/2023/02/GHSA-85f4-cmhq-rx89/GHSA-85f4-cmhq-rx89.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-8rq7-6h4w-w3xv/GHSA-8rq7-6h4w-w3xv.json b/advisories/unreviewed/2023/02/GHSA-8rq7-6h4w-w3xv/GHSA-8rq7-6h4w-w3xv.json index 33809fa3070..ce49a80eb08 100644 --- a/advisories/unreviewed/2023/02/GHSA-8rq7-6h4w-w3xv/GHSA-8rq7-6h4w-w3xv.json +++ b/advisories/unreviewed/2023/02/GHSA-8rq7-6h4w-w3xv/GHSA-8rq7-6h4w-w3xv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-9283-fvg2-gf6j/GHSA-9283-fvg2-gf6j.json b/advisories/unreviewed/2023/02/GHSA-9283-fvg2-gf6j/GHSA-9283-fvg2-gf6j.json index 37cdeb0cfed..e8be4bed9ff 100644 --- a/advisories/unreviewed/2023/02/GHSA-9283-fvg2-gf6j/GHSA-9283-fvg2-gf6j.json +++ b/advisories/unreviewed/2023/02/GHSA-9283-fvg2-gf6j/GHSA-9283-fvg2-gf6j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-c436-fpwp-rwfj/GHSA-c436-fpwp-rwfj.json b/advisories/unreviewed/2023/02/GHSA-c436-fpwp-rwfj/GHSA-c436-fpwp-rwfj.json index c963d9c3d7e..26ee226e76a 100644 --- a/advisories/unreviewed/2023/02/GHSA-c436-fpwp-rwfj/GHSA-c436-fpwp-rwfj.json +++ b/advisories/unreviewed/2023/02/GHSA-c436-fpwp-rwfj/GHSA-c436-fpwp-rwfj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-c942-38wm-6p4x/GHSA-c942-38wm-6p4x.json b/advisories/unreviewed/2023/02/GHSA-c942-38wm-6p4x/GHSA-c942-38wm-6p4x.json index 45ec08f3cb3..374b3cc187f 100644 --- a/advisories/unreviewed/2023/02/GHSA-c942-38wm-6p4x/GHSA-c942-38wm-6p4x.json +++ b/advisories/unreviewed/2023/02/GHSA-c942-38wm-6p4x/GHSA-c942-38wm-6p4x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-f9v2-3453-rj68/GHSA-f9v2-3453-rj68.json b/advisories/unreviewed/2023/02/GHSA-f9v2-3453-rj68/GHSA-f9v2-3453-rj68.json index 9a17c70e002..2abd1fa36cb 100644 --- a/advisories/unreviewed/2023/02/GHSA-f9v2-3453-rj68/GHSA-f9v2-3453-rj68.json +++ b/advisories/unreviewed/2023/02/GHSA-f9v2-3453-rj68/GHSA-f9v2-3453-rj68.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-fr43-5hh3-gm58/GHSA-fr43-5hh3-gm58.json b/advisories/unreviewed/2023/02/GHSA-fr43-5hh3-gm58/GHSA-fr43-5hh3-gm58.json index 338be77af23..e678dbb3ab4 100644 --- a/advisories/unreviewed/2023/02/GHSA-fr43-5hh3-gm58/GHSA-fr43-5hh3-gm58.json +++ b/advisories/unreviewed/2023/02/GHSA-fr43-5hh3-gm58/GHSA-fr43-5hh3-gm58.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-frh4-4pfg-65vw/GHSA-frh4-4pfg-65vw.json b/advisories/unreviewed/2023/02/GHSA-frh4-4pfg-65vw/GHSA-frh4-4pfg-65vw.json index 7495ecf9c8a..d928bd5b033 100644 --- a/advisories/unreviewed/2023/02/GHSA-frh4-4pfg-65vw/GHSA-frh4-4pfg-65vw.json +++ b/advisories/unreviewed/2023/02/GHSA-frh4-4pfg-65vw/GHSA-frh4-4pfg-65vw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-gccc-7hmg-c996/GHSA-gccc-7hmg-c996.json b/advisories/unreviewed/2023/02/GHSA-gccc-7hmg-c996/GHSA-gccc-7hmg-c996.json index 5318ccea07c..1599f2e1647 100644 --- a/advisories/unreviewed/2023/02/GHSA-gccc-7hmg-c996/GHSA-gccc-7hmg-c996.json +++ b/advisories/unreviewed/2023/02/GHSA-gccc-7hmg-c996/GHSA-gccc-7hmg-c996.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-ghjh-hf2x-3jxm/GHSA-ghjh-hf2x-3jxm.json b/advisories/unreviewed/2023/02/GHSA-ghjh-hf2x-3jxm/GHSA-ghjh-hf2x-3jxm.json index 751883b91d5..ebf608ddec3 100644 --- a/advisories/unreviewed/2023/02/GHSA-ghjh-hf2x-3jxm/GHSA-ghjh-hf2x-3jxm.json +++ b/advisories/unreviewed/2023/02/GHSA-ghjh-hf2x-3jxm/GHSA-ghjh-hf2x-3jxm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-hj8x-jqhh-42g3/GHSA-hj8x-jqhh-42g3.json b/advisories/unreviewed/2023/02/GHSA-hj8x-jqhh-42g3/GHSA-hj8x-jqhh-42g3.json index cb22d2dd7cc..c014556800e 100644 --- a/advisories/unreviewed/2023/02/GHSA-hj8x-jqhh-42g3/GHSA-hj8x-jqhh-42g3.json +++ b/advisories/unreviewed/2023/02/GHSA-hj8x-jqhh-42g3/GHSA-hj8x-jqhh-42g3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-j3wj-gffr-9v8h/GHSA-j3wj-gffr-9v8h.json b/advisories/unreviewed/2023/02/GHSA-j3wj-gffr-9v8h/GHSA-j3wj-gffr-9v8h.json index d4cbb7071ca..af7b2afb02a 100644 --- a/advisories/unreviewed/2023/02/GHSA-j3wj-gffr-9v8h/GHSA-j3wj-gffr-9v8h.json +++ b/advisories/unreviewed/2023/02/GHSA-j3wj-gffr-9v8h/GHSA-j3wj-gffr-9v8h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-m54r-4g78-wcf6/GHSA-m54r-4g78-wcf6.json b/advisories/unreviewed/2023/02/GHSA-m54r-4g78-wcf6/GHSA-m54r-4g78-wcf6.json index 6c8757c09d8..aa3668834e5 100644 --- a/advisories/unreviewed/2023/02/GHSA-m54r-4g78-wcf6/GHSA-m54r-4g78-wcf6.json +++ b/advisories/unreviewed/2023/02/GHSA-m54r-4g78-wcf6/GHSA-m54r-4g78-wcf6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-p8cm-vjh8-96x6/GHSA-p8cm-vjh8-96x6.json b/advisories/unreviewed/2023/02/GHSA-p8cm-vjh8-96x6/GHSA-p8cm-vjh8-96x6.json index 46a782cc090..c7e1de5f841 100644 --- a/advisories/unreviewed/2023/02/GHSA-p8cm-vjh8-96x6/GHSA-p8cm-vjh8-96x6.json +++ b/advisories/unreviewed/2023/02/GHSA-p8cm-vjh8-96x6/GHSA-p8cm-vjh8-96x6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-r33x-3fjh-fvcf/GHSA-r33x-3fjh-fvcf.json b/advisories/unreviewed/2023/02/GHSA-r33x-3fjh-fvcf/GHSA-r33x-3fjh-fvcf.json index 74cf1c7b103..61652d24534 100644 --- a/advisories/unreviewed/2023/02/GHSA-r33x-3fjh-fvcf/GHSA-r33x-3fjh-fvcf.json +++ b/advisories/unreviewed/2023/02/GHSA-r33x-3fjh-fvcf/GHSA-r33x-3fjh-fvcf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-r8gh-fx77-763f/GHSA-r8gh-fx77-763f.json b/advisories/unreviewed/2023/02/GHSA-r8gh-fx77-763f/GHSA-r8gh-fx77-763f.json index 07f4f805714..520b1e46c1c 100644 --- a/advisories/unreviewed/2023/02/GHSA-r8gh-fx77-763f/GHSA-r8gh-fx77-763f.json +++ b/advisories/unreviewed/2023/02/GHSA-r8gh-fx77-763f/GHSA-r8gh-fx77-763f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-rcqq-5h75-3j53/GHSA-rcqq-5h75-3j53.json b/advisories/unreviewed/2023/02/GHSA-rcqq-5h75-3j53/GHSA-rcqq-5h75-3j53.json index a790ca6ce93..20e9c1c315b 100644 --- a/advisories/unreviewed/2023/02/GHSA-rcqq-5h75-3j53/GHSA-rcqq-5h75-3j53.json +++ b/advisories/unreviewed/2023/02/GHSA-rcqq-5h75-3j53/GHSA-rcqq-5h75-3j53.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-v5cp-f652-48w9/GHSA-v5cp-f652-48w9.json b/advisories/unreviewed/2023/02/GHSA-v5cp-f652-48w9/GHSA-v5cp-f652-48w9.json index e65c81a4426..c7da443e534 100644 --- a/advisories/unreviewed/2023/02/GHSA-v5cp-f652-48w9/GHSA-v5cp-f652-48w9.json +++ b/advisories/unreviewed/2023/02/GHSA-v5cp-f652-48w9/GHSA-v5cp-f652-48w9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-w3rj-q63c-79p9/GHSA-w3rj-q63c-79p9.json b/advisories/unreviewed/2023/02/GHSA-w3rj-q63c-79p9/GHSA-w3rj-q63c-79p9.json index 3c733506809..1abc50ebdd5 100644 --- a/advisories/unreviewed/2023/02/GHSA-w3rj-q63c-79p9/GHSA-w3rj-q63c-79p9.json +++ b/advisories/unreviewed/2023/02/GHSA-w3rj-q63c-79p9/GHSA-w3rj-q63c-79p9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-wrw8-j7hg-25f2/GHSA-wrw8-j7hg-25f2.json b/advisories/unreviewed/2023/02/GHSA-wrw8-j7hg-25f2/GHSA-wrw8-j7hg-25f2.json index cd56f7da461..e713c346843 100644 --- a/advisories/unreviewed/2023/02/GHSA-wrw8-j7hg-25f2/GHSA-wrw8-j7hg-25f2.json +++ b/advisories/unreviewed/2023/02/GHSA-wrw8-j7hg-25f2/GHSA-wrw8-j7hg-25f2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-x444-p8vv-928w/GHSA-x444-p8vv-928w.json b/advisories/unreviewed/2023/02/GHSA-x444-p8vv-928w/GHSA-x444-p8vv-928w.json index b91b423d565..3bf442357ca 100644 --- a/advisories/unreviewed/2023/02/GHSA-x444-p8vv-928w/GHSA-x444-p8vv-928w.json +++ b/advisories/unreviewed/2023/02/GHSA-x444-p8vv-928w/GHSA-x444-p8vv-928w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-xj4j-57wq-ggrr/GHSA-xj4j-57wq-ggrr.json b/advisories/unreviewed/2023/02/GHSA-xj4j-57wq-ggrr/GHSA-xj4j-57wq-ggrr.json index d3ab3168222..f6869230694 100644 --- a/advisories/unreviewed/2023/02/GHSA-xj4j-57wq-ggrr/GHSA-xj4j-57wq-ggrr.json +++ b/advisories/unreviewed/2023/02/GHSA-xj4j-57wq-ggrr/GHSA-xj4j-57wq-ggrr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-xmwf-5pvf-pm8f/GHSA-xmwf-5pvf-pm8f.json b/advisories/unreviewed/2023/02/GHSA-xmwf-5pvf-pm8f/GHSA-xmwf-5pvf-pm8f.json index ea4da6c06bc..0cd0a06f48c 100644 --- a/advisories/unreviewed/2023/02/GHSA-xmwf-5pvf-pm8f/GHSA-xmwf-5pvf-pm8f.json +++ b/advisories/unreviewed/2023/02/GHSA-xmwf-5pvf-pm8f/GHSA-xmwf-5pvf-pm8f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-2h49-mpgf-jr58/GHSA-2h49-mpgf-jr58.json b/advisories/unreviewed/2023/03/GHSA-2h49-mpgf-jr58/GHSA-2h49-mpgf-jr58.json index 230a75c1f43..848026261e8 100644 --- a/advisories/unreviewed/2023/03/GHSA-2h49-mpgf-jr58/GHSA-2h49-mpgf-jr58.json +++ b/advisories/unreviewed/2023/03/GHSA-2h49-mpgf-jr58/GHSA-2h49-mpgf-jr58.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-2qf9-qchx-rh67/GHSA-2qf9-qchx-rh67.json b/advisories/unreviewed/2023/03/GHSA-2qf9-qchx-rh67/GHSA-2qf9-qchx-rh67.json index 7776b2e72af..3494560e429 100644 --- a/advisories/unreviewed/2023/03/GHSA-2qf9-qchx-rh67/GHSA-2qf9-qchx-rh67.json +++ b/advisories/unreviewed/2023/03/GHSA-2qf9-qchx-rh67/GHSA-2qf9-qchx-rh67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-2rxp-jvfw-cj2r/GHSA-2rxp-jvfw-cj2r.json b/advisories/unreviewed/2023/03/GHSA-2rxp-jvfw-cj2r/GHSA-2rxp-jvfw-cj2r.json index 450471668e3..fc847f5b4fb 100644 --- a/advisories/unreviewed/2023/03/GHSA-2rxp-jvfw-cj2r/GHSA-2rxp-jvfw-cj2r.json +++ b/advisories/unreviewed/2023/03/GHSA-2rxp-jvfw-cj2r/GHSA-2rxp-jvfw-cj2r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-2wqp-mvhf-mj78/GHSA-2wqp-mvhf-mj78.json b/advisories/unreviewed/2023/03/GHSA-2wqp-mvhf-mj78/GHSA-2wqp-mvhf-mj78.json index 40939e4a65a..656ad5727d9 100644 --- a/advisories/unreviewed/2023/03/GHSA-2wqp-mvhf-mj78/GHSA-2wqp-mvhf-mj78.json +++ b/advisories/unreviewed/2023/03/GHSA-2wqp-mvhf-mj78/GHSA-2wqp-mvhf-mj78.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-454p-q268-hrcx/GHSA-454p-q268-hrcx.json b/advisories/unreviewed/2023/03/GHSA-454p-q268-hrcx/GHSA-454p-q268-hrcx.json index be789bdd834..b767ee29116 100644 --- a/advisories/unreviewed/2023/03/GHSA-454p-q268-hrcx/GHSA-454p-q268-hrcx.json +++ b/advisories/unreviewed/2023/03/GHSA-454p-q268-hrcx/GHSA-454p-q268-hrcx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-4j6r-65gx-cpfx/GHSA-4j6r-65gx-cpfx.json b/advisories/unreviewed/2023/03/GHSA-4j6r-65gx-cpfx/GHSA-4j6r-65gx-cpfx.json index 98f694ebe53..95962224fb4 100644 --- a/advisories/unreviewed/2023/03/GHSA-4j6r-65gx-cpfx/GHSA-4j6r-65gx-cpfx.json +++ b/advisories/unreviewed/2023/03/GHSA-4j6r-65gx-cpfx/GHSA-4j6r-65gx-cpfx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-556w-jh9r-fpj3/GHSA-556w-jh9r-fpj3.json b/advisories/unreviewed/2023/03/GHSA-556w-jh9r-fpj3/GHSA-556w-jh9r-fpj3.json index 992767ac501..100f0fbbb67 100644 --- a/advisories/unreviewed/2023/03/GHSA-556w-jh9r-fpj3/GHSA-556w-jh9r-fpj3.json +++ b/advisories/unreviewed/2023/03/GHSA-556w-jh9r-fpj3/GHSA-556w-jh9r-fpj3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-5g9h-964v-38j5/GHSA-5g9h-964v-38j5.json b/advisories/unreviewed/2023/03/GHSA-5g9h-964v-38j5/GHSA-5g9h-964v-38j5.json index c5ee574958c..c5d4f027cab 100644 --- a/advisories/unreviewed/2023/03/GHSA-5g9h-964v-38j5/GHSA-5g9h-964v-38j5.json +++ b/advisories/unreviewed/2023/03/GHSA-5g9h-964v-38j5/GHSA-5g9h-964v-38j5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-65qf-g3jj-7644/GHSA-65qf-g3jj-7644.json b/advisories/unreviewed/2023/03/GHSA-65qf-g3jj-7644/GHSA-65qf-g3jj-7644.json index d7e655bcca8..09b3342796f 100644 --- a/advisories/unreviewed/2023/03/GHSA-65qf-g3jj-7644/GHSA-65qf-g3jj-7644.json +++ b/advisories/unreviewed/2023/03/GHSA-65qf-g3jj-7644/GHSA-65qf-g3jj-7644.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-6ccc-rrj9-234c/GHSA-6ccc-rrj9-234c.json b/advisories/unreviewed/2023/03/GHSA-6ccc-rrj9-234c/GHSA-6ccc-rrj9-234c.json index a15ad4c05fa..46e4ac1a2ca 100644 --- a/advisories/unreviewed/2023/03/GHSA-6ccc-rrj9-234c/GHSA-6ccc-rrj9-234c.json +++ b/advisories/unreviewed/2023/03/GHSA-6ccc-rrj9-234c/GHSA-6ccc-rrj9-234c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-6rjp-pjcp-63ch/GHSA-6rjp-pjcp-63ch.json b/advisories/unreviewed/2023/03/GHSA-6rjp-pjcp-63ch/GHSA-6rjp-pjcp-63ch.json index cb80a9f7341..91d65e804cc 100644 --- a/advisories/unreviewed/2023/03/GHSA-6rjp-pjcp-63ch/GHSA-6rjp-pjcp-63ch.json +++ b/advisories/unreviewed/2023/03/GHSA-6rjp-pjcp-63ch/GHSA-6rjp-pjcp-63ch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-75w9-v43p-rhcq/GHSA-75w9-v43p-rhcq.json b/advisories/unreviewed/2023/03/GHSA-75w9-v43p-rhcq/GHSA-75w9-v43p-rhcq.json index 78a60613d7f..b6475827da6 100644 --- a/advisories/unreviewed/2023/03/GHSA-75w9-v43p-rhcq/GHSA-75w9-v43p-rhcq.json +++ b/advisories/unreviewed/2023/03/GHSA-75w9-v43p-rhcq/GHSA-75w9-v43p-rhcq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-7rgr-cw7h-qwmq/GHSA-7rgr-cw7h-qwmq.json b/advisories/unreviewed/2023/03/GHSA-7rgr-cw7h-qwmq/GHSA-7rgr-cw7h-qwmq.json index c5fa58c323e..f3e5a7b3a6c 100644 --- a/advisories/unreviewed/2023/03/GHSA-7rgr-cw7h-qwmq/GHSA-7rgr-cw7h-qwmq.json +++ b/advisories/unreviewed/2023/03/GHSA-7rgr-cw7h-qwmq/GHSA-7rgr-cw7h-qwmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-8f7c-6xjw-jg8q/GHSA-8f7c-6xjw-jg8q.json b/advisories/unreviewed/2023/03/GHSA-8f7c-6xjw-jg8q/GHSA-8f7c-6xjw-jg8q.json index 593682a9207..4327db819ed 100644 --- a/advisories/unreviewed/2023/03/GHSA-8f7c-6xjw-jg8q/GHSA-8f7c-6xjw-jg8q.json +++ b/advisories/unreviewed/2023/03/GHSA-8f7c-6xjw-jg8q/GHSA-8f7c-6xjw-jg8q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-8j56-863j-pww9/GHSA-8j56-863j-pww9.json b/advisories/unreviewed/2023/03/GHSA-8j56-863j-pww9/GHSA-8j56-863j-pww9.json index 3591e6e83b6..4e7cf42e7e1 100644 --- a/advisories/unreviewed/2023/03/GHSA-8j56-863j-pww9/GHSA-8j56-863j-pww9.json +++ b/advisories/unreviewed/2023/03/GHSA-8j56-863j-pww9/GHSA-8j56-863j-pww9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-8ppf-487m-vj6f/GHSA-8ppf-487m-vj6f.json b/advisories/unreviewed/2023/03/GHSA-8ppf-487m-vj6f/GHSA-8ppf-487m-vj6f.json index bc38044ebf3..92ad601cbee 100644 --- a/advisories/unreviewed/2023/03/GHSA-8ppf-487m-vj6f/GHSA-8ppf-487m-vj6f.json +++ b/advisories/unreviewed/2023/03/GHSA-8ppf-487m-vj6f/GHSA-8ppf-487m-vj6f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-8wcg-59jj-j7mh/GHSA-8wcg-59jj-j7mh.json b/advisories/unreviewed/2023/03/GHSA-8wcg-59jj-j7mh/GHSA-8wcg-59jj-j7mh.json index 9b44d895a80..56d2f0bd357 100644 --- a/advisories/unreviewed/2023/03/GHSA-8wcg-59jj-j7mh/GHSA-8wcg-59jj-j7mh.json +++ b/advisories/unreviewed/2023/03/GHSA-8wcg-59jj-j7mh/GHSA-8wcg-59jj-j7mh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-983j-qrhp-xhrm/GHSA-983j-qrhp-xhrm.json b/advisories/unreviewed/2023/03/GHSA-983j-qrhp-xhrm/GHSA-983j-qrhp-xhrm.json index 984a1b38f44..ddcc6f8d2a4 100644 --- a/advisories/unreviewed/2023/03/GHSA-983j-qrhp-xhrm/GHSA-983j-qrhp-xhrm.json +++ b/advisories/unreviewed/2023/03/GHSA-983j-qrhp-xhrm/GHSA-983j-qrhp-xhrm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-cmj4-9f9m-cm6v/GHSA-cmj4-9f9m-cm6v.json b/advisories/unreviewed/2023/03/GHSA-cmj4-9f9m-cm6v/GHSA-cmj4-9f9m-cm6v.json index 3305ccbdd2a..2d44969e446 100644 --- a/advisories/unreviewed/2023/03/GHSA-cmj4-9f9m-cm6v/GHSA-cmj4-9f9m-cm6v.json +++ b/advisories/unreviewed/2023/03/GHSA-cmj4-9f9m-cm6v/GHSA-cmj4-9f9m-cm6v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-fj3c-gq42-693w/GHSA-fj3c-gq42-693w.json b/advisories/unreviewed/2023/03/GHSA-fj3c-gq42-693w/GHSA-fj3c-gq42-693w.json index 514fefd810e..5ae85b7df8b 100644 --- a/advisories/unreviewed/2023/03/GHSA-fj3c-gq42-693w/GHSA-fj3c-gq42-693w.json +++ b/advisories/unreviewed/2023/03/GHSA-fj3c-gq42-693w/GHSA-fj3c-gq42-693w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-h729-52cj-86mx/GHSA-h729-52cj-86mx.json b/advisories/unreviewed/2023/03/GHSA-h729-52cj-86mx/GHSA-h729-52cj-86mx.json index c279f2e1ecb..74fe4641af3 100644 --- a/advisories/unreviewed/2023/03/GHSA-h729-52cj-86mx/GHSA-h729-52cj-86mx.json +++ b/advisories/unreviewed/2023/03/GHSA-h729-52cj-86mx/GHSA-h729-52cj-86mx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-hvmw-vm8c-cc9j/GHSA-hvmw-vm8c-cc9j.json b/advisories/unreviewed/2023/03/GHSA-hvmw-vm8c-cc9j/GHSA-hvmw-vm8c-cc9j.json index a57469fdc3b..e88348b7c9f 100644 --- a/advisories/unreviewed/2023/03/GHSA-hvmw-vm8c-cc9j/GHSA-hvmw-vm8c-cc9j.json +++ b/advisories/unreviewed/2023/03/GHSA-hvmw-vm8c-cc9j/GHSA-hvmw-vm8c-cc9j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-j2jp-w6cv-6rcr/GHSA-j2jp-w6cv-6rcr.json b/advisories/unreviewed/2023/03/GHSA-j2jp-w6cv-6rcr/GHSA-j2jp-w6cv-6rcr.json index 0d723a4601b..17b843615c9 100644 --- a/advisories/unreviewed/2023/03/GHSA-j2jp-w6cv-6rcr/GHSA-j2jp-w6cv-6rcr.json +++ b/advisories/unreviewed/2023/03/GHSA-j2jp-w6cv-6rcr/GHSA-j2jp-w6cv-6rcr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-jvxj-g8r8-pwfg/GHSA-jvxj-g8r8-pwfg.json b/advisories/unreviewed/2023/03/GHSA-jvxj-g8r8-pwfg/GHSA-jvxj-g8r8-pwfg.json index bd1ee35db65..072b7d36696 100644 --- a/advisories/unreviewed/2023/03/GHSA-jvxj-g8r8-pwfg/GHSA-jvxj-g8r8-pwfg.json +++ b/advisories/unreviewed/2023/03/GHSA-jvxj-g8r8-pwfg/GHSA-jvxj-g8r8-pwfg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-m9rp-mvhr-wwjf/GHSA-m9rp-mvhr-wwjf.json b/advisories/unreviewed/2023/03/GHSA-m9rp-mvhr-wwjf/GHSA-m9rp-mvhr-wwjf.json index f87df41403c..4b8055b837c 100644 --- a/advisories/unreviewed/2023/03/GHSA-m9rp-mvhr-wwjf/GHSA-m9rp-mvhr-wwjf.json +++ b/advisories/unreviewed/2023/03/GHSA-m9rp-mvhr-wwjf/GHSA-m9rp-mvhr-wwjf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-mfj2-3qr9-x29v/GHSA-mfj2-3qr9-x29v.json b/advisories/unreviewed/2023/03/GHSA-mfj2-3qr9-x29v/GHSA-mfj2-3qr9-x29v.json index 2ffeb04c665..871c862f9b6 100644 --- a/advisories/unreviewed/2023/03/GHSA-mfj2-3qr9-x29v/GHSA-mfj2-3qr9-x29v.json +++ b/advisories/unreviewed/2023/03/GHSA-mfj2-3qr9-x29v/GHSA-mfj2-3qr9-x29v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-mg2c-gg6q-f5px/GHSA-mg2c-gg6q-f5px.json b/advisories/unreviewed/2023/03/GHSA-mg2c-gg6q-f5px/GHSA-mg2c-gg6q-f5px.json index 2e2648daac6..02c82de3277 100644 --- a/advisories/unreviewed/2023/03/GHSA-mg2c-gg6q-f5px/GHSA-mg2c-gg6q-f5px.json +++ b/advisories/unreviewed/2023/03/GHSA-mg2c-gg6q-f5px/GHSA-mg2c-gg6q-f5px.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-q8w7-f34g-grjc/GHSA-q8w7-f34g-grjc.json b/advisories/unreviewed/2023/03/GHSA-q8w7-f34g-grjc/GHSA-q8w7-f34g-grjc.json index 33ecfd94581..794c5498546 100644 --- a/advisories/unreviewed/2023/03/GHSA-q8w7-f34g-grjc/GHSA-q8w7-f34g-grjc.json +++ b/advisories/unreviewed/2023/03/GHSA-q8w7-f34g-grjc/GHSA-q8w7-f34g-grjc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-qpr6-hwgq-rh24/GHSA-qpr6-hwgq-rh24.json b/advisories/unreviewed/2023/03/GHSA-qpr6-hwgq-rh24/GHSA-qpr6-hwgq-rh24.json index 045e6c2cd09..b7569e8db30 100644 --- a/advisories/unreviewed/2023/03/GHSA-qpr6-hwgq-rh24/GHSA-qpr6-hwgq-rh24.json +++ b/advisories/unreviewed/2023/03/GHSA-qpr6-hwgq-rh24/GHSA-qpr6-hwgq-rh24.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-r64v-g53c-27h7/GHSA-r64v-g53c-27h7.json b/advisories/unreviewed/2023/03/GHSA-r64v-g53c-27h7/GHSA-r64v-g53c-27h7.json index 7b81133d189..a285b9d22d2 100644 --- a/advisories/unreviewed/2023/03/GHSA-r64v-g53c-27h7/GHSA-r64v-g53c-27h7.json +++ b/advisories/unreviewed/2023/03/GHSA-r64v-g53c-27h7/GHSA-r64v-g53c-27h7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-rpjh-xm3c-r22w/GHSA-rpjh-xm3c-r22w.json b/advisories/unreviewed/2023/03/GHSA-rpjh-xm3c-r22w/GHSA-rpjh-xm3c-r22w.json index 191ba862ad4..70d2bc1dc07 100644 --- a/advisories/unreviewed/2023/03/GHSA-rpjh-xm3c-r22w/GHSA-rpjh-xm3c-r22w.json +++ b/advisories/unreviewed/2023/03/GHSA-rpjh-xm3c-r22w/GHSA-rpjh-xm3c-r22w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-w475-24mh-5x2q/GHSA-w475-24mh-5x2q.json b/advisories/unreviewed/2023/03/GHSA-w475-24mh-5x2q/GHSA-w475-24mh-5x2q.json index 0df7adbec37..52c705357f4 100644 --- a/advisories/unreviewed/2023/03/GHSA-w475-24mh-5x2q/GHSA-w475-24mh-5x2q.json +++ b/advisories/unreviewed/2023/03/GHSA-w475-24mh-5x2q/GHSA-w475-24mh-5x2q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-w4q6-hmcg-gwmg/GHSA-w4q6-hmcg-gwmg.json b/advisories/unreviewed/2023/03/GHSA-w4q6-hmcg-gwmg/GHSA-w4q6-hmcg-gwmg.json index c0b00fc91a3..fd2d09a9a66 100644 --- a/advisories/unreviewed/2023/03/GHSA-w4q6-hmcg-gwmg/GHSA-w4q6-hmcg-gwmg.json +++ b/advisories/unreviewed/2023/03/GHSA-w4q6-hmcg-gwmg/GHSA-w4q6-hmcg-gwmg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-w5cr-gcpx-w5wp/GHSA-w5cr-gcpx-w5wp.json b/advisories/unreviewed/2023/03/GHSA-w5cr-gcpx-w5wp/GHSA-w5cr-gcpx-w5wp.json index 3ab7377eaf9..593b82c5850 100644 --- a/advisories/unreviewed/2023/03/GHSA-w5cr-gcpx-w5wp/GHSA-w5cr-gcpx-w5wp.json +++ b/advisories/unreviewed/2023/03/GHSA-w5cr-gcpx-w5wp/GHSA-w5cr-gcpx-w5wp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-w663-4hgf-4f6f/GHSA-w663-4hgf-4f6f.json b/advisories/unreviewed/2023/03/GHSA-w663-4hgf-4f6f/GHSA-w663-4hgf-4f6f.json index 482779f7f52..aaa09a68daf 100644 --- a/advisories/unreviewed/2023/03/GHSA-w663-4hgf-4f6f/GHSA-w663-4hgf-4f6f.json +++ b/advisories/unreviewed/2023/03/GHSA-w663-4hgf-4f6f/GHSA-w663-4hgf-4f6f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-wp9w-gqpp-fxxm/GHSA-wp9w-gqpp-fxxm.json b/advisories/unreviewed/2023/03/GHSA-wp9w-gqpp-fxxm/GHSA-wp9w-gqpp-fxxm.json index af5d322b397..a4aa46fca31 100644 --- a/advisories/unreviewed/2023/03/GHSA-wp9w-gqpp-fxxm/GHSA-wp9w-gqpp-fxxm.json +++ b/advisories/unreviewed/2023/03/GHSA-wp9w-gqpp-fxxm/GHSA-wp9w-gqpp-fxxm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-wrhc-5xmp-hp3p/GHSA-wrhc-5xmp-hp3p.json b/advisories/unreviewed/2023/03/GHSA-wrhc-5xmp-hp3p/GHSA-wrhc-5xmp-hp3p.json index 47aeff8fca7..2db16c78e58 100644 --- a/advisories/unreviewed/2023/03/GHSA-wrhc-5xmp-hp3p/GHSA-wrhc-5xmp-hp3p.json +++ b/advisories/unreviewed/2023/03/GHSA-wrhc-5xmp-hp3p/GHSA-wrhc-5xmp-hp3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-x7c3-cx68-25p6/GHSA-x7c3-cx68-25p6.json b/advisories/unreviewed/2023/03/GHSA-x7c3-cx68-25p6/GHSA-x7c3-cx68-25p6.json index 4ca39de0413..0167d0dec90 100644 --- a/advisories/unreviewed/2023/03/GHSA-x7c3-cx68-25p6/GHSA-x7c3-cx68-25p6.json +++ b/advisories/unreviewed/2023/03/GHSA-x7c3-cx68-25p6/GHSA-x7c3-cx68-25p6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-xc3c-hm4h-74f3/GHSA-xc3c-hm4h-74f3.json b/advisories/unreviewed/2023/03/GHSA-xc3c-hm4h-74f3/GHSA-xc3c-hm4h-74f3.json index bb2d9526f26..93ff707cc85 100644 --- a/advisories/unreviewed/2023/03/GHSA-xc3c-hm4h-74f3/GHSA-xc3c-hm4h-74f3.json +++ b/advisories/unreviewed/2023/03/GHSA-xc3c-hm4h-74f3/GHSA-xc3c-hm4h-74f3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-xgv7-wccx-23jh/GHSA-xgv7-wccx-23jh.json b/advisories/unreviewed/2023/03/GHSA-xgv7-wccx-23jh/GHSA-xgv7-wccx-23jh.json index c9356a9472f..55e70aaed7f 100644 --- a/advisories/unreviewed/2023/03/GHSA-xgv7-wccx-23jh/GHSA-xgv7-wccx-23jh.json +++ b/advisories/unreviewed/2023/03/GHSA-xgv7-wccx-23jh/GHSA-xgv7-wccx-23jh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-xhgx-hx6p-cqp4/GHSA-xhgx-hx6p-cqp4.json b/advisories/unreviewed/2023/03/GHSA-xhgx-hx6p-cqp4/GHSA-xhgx-hx6p-cqp4.json index 9ae0b28dea7..056e95575cb 100644 --- a/advisories/unreviewed/2023/03/GHSA-xhgx-hx6p-cqp4/GHSA-xhgx-hx6p-cqp4.json +++ b/advisories/unreviewed/2023/03/GHSA-xhgx-hx6p-cqp4/GHSA-xhgx-hx6p-cqp4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-xm9f-3ph3-v8p6/GHSA-xm9f-3ph3-v8p6.json b/advisories/unreviewed/2023/03/GHSA-xm9f-3ph3-v8p6/GHSA-xm9f-3ph3-v8p6.json index eee820cb31e..c75dcd629be 100644 --- a/advisories/unreviewed/2023/03/GHSA-xm9f-3ph3-v8p6/GHSA-xm9f-3ph3-v8p6.json +++ b/advisories/unreviewed/2023/03/GHSA-xm9f-3ph3-v8p6/GHSA-xm9f-3ph3-v8p6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-228p-38f6-xv7f/GHSA-228p-38f6-xv7f.json b/advisories/unreviewed/2023/04/GHSA-228p-38f6-xv7f/GHSA-228p-38f6-xv7f.json index a2f3a8c759b..5c851ec6b51 100644 --- a/advisories/unreviewed/2023/04/GHSA-228p-38f6-xv7f/GHSA-228p-38f6-xv7f.json +++ b/advisories/unreviewed/2023/04/GHSA-228p-38f6-xv7f/GHSA-228p-38f6-xv7f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-22h9-2mpf-7588/GHSA-22h9-2mpf-7588.json b/advisories/unreviewed/2023/04/GHSA-22h9-2mpf-7588/GHSA-22h9-2mpf-7588.json index 689aa99b1a0..d29abd8090f 100644 --- a/advisories/unreviewed/2023/04/GHSA-22h9-2mpf-7588/GHSA-22h9-2mpf-7588.json +++ b/advisories/unreviewed/2023/04/GHSA-22h9-2mpf-7588/GHSA-22h9-2mpf-7588.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-22mh-fcv5-gcmq/GHSA-22mh-fcv5-gcmq.json b/advisories/unreviewed/2023/04/GHSA-22mh-fcv5-gcmq/GHSA-22mh-fcv5-gcmq.json index bb4d950136d..c81056d5c92 100644 --- a/advisories/unreviewed/2023/04/GHSA-22mh-fcv5-gcmq/GHSA-22mh-fcv5-gcmq.json +++ b/advisories/unreviewed/2023/04/GHSA-22mh-fcv5-gcmq/GHSA-22mh-fcv5-gcmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-22p7-2347-c784/GHSA-22p7-2347-c784.json b/advisories/unreviewed/2023/04/GHSA-22p7-2347-c784/GHSA-22p7-2347-c784.json index 2f0643d86c3..d6e3beb013a 100644 --- a/advisories/unreviewed/2023/04/GHSA-22p7-2347-c784/GHSA-22p7-2347-c784.json +++ b/advisories/unreviewed/2023/04/GHSA-22p7-2347-c784/GHSA-22p7-2347-c784.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-22wj-5rv2-cqf6/GHSA-22wj-5rv2-cqf6.json b/advisories/unreviewed/2023/04/GHSA-22wj-5rv2-cqf6/GHSA-22wj-5rv2-cqf6.json index 885c9fc0bb1..93859297714 100644 --- a/advisories/unreviewed/2023/04/GHSA-22wj-5rv2-cqf6/GHSA-22wj-5rv2-cqf6.json +++ b/advisories/unreviewed/2023/04/GHSA-22wj-5rv2-cqf6/GHSA-22wj-5rv2-cqf6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-23qh-6x5w-x4r7/GHSA-23qh-6x5w-x4r7.json b/advisories/unreviewed/2023/04/GHSA-23qh-6x5w-x4r7/GHSA-23qh-6x5w-x4r7.json index 2b33349e774..b7bca34a09d 100644 --- a/advisories/unreviewed/2023/04/GHSA-23qh-6x5w-x4r7/GHSA-23qh-6x5w-x4r7.json +++ b/advisories/unreviewed/2023/04/GHSA-23qh-6x5w-x4r7/GHSA-23qh-6x5w-x4r7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-23rp-cxj2-cgcm/GHSA-23rp-cxj2-cgcm.json b/advisories/unreviewed/2023/04/GHSA-23rp-cxj2-cgcm/GHSA-23rp-cxj2-cgcm.json index 9f9b56fdb9c..436c4667932 100644 --- a/advisories/unreviewed/2023/04/GHSA-23rp-cxj2-cgcm/GHSA-23rp-cxj2-cgcm.json +++ b/advisories/unreviewed/2023/04/GHSA-23rp-cxj2-cgcm/GHSA-23rp-cxj2-cgcm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-263q-6c66-xx88/GHSA-263q-6c66-xx88.json b/advisories/unreviewed/2023/04/GHSA-263q-6c66-xx88/GHSA-263q-6c66-xx88.json index 406380fb61f..320dbf6ec23 100644 --- a/advisories/unreviewed/2023/04/GHSA-263q-6c66-xx88/GHSA-263q-6c66-xx88.json +++ b/advisories/unreviewed/2023/04/GHSA-263q-6c66-xx88/GHSA-263q-6c66-xx88.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-2699-8r69-fq67/GHSA-2699-8r69-fq67.json b/advisories/unreviewed/2023/04/GHSA-2699-8r69-fq67/GHSA-2699-8r69-fq67.json index cb08660b16b..9edf1010221 100644 --- a/advisories/unreviewed/2023/04/GHSA-2699-8r69-fq67/GHSA-2699-8r69-fq67.json +++ b/advisories/unreviewed/2023/04/GHSA-2699-8r69-fq67/GHSA-2699-8r69-fq67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-26v8-8f97-fq68/GHSA-26v8-8f97-fq68.json b/advisories/unreviewed/2023/04/GHSA-26v8-8f97-fq68/GHSA-26v8-8f97-fq68.json index c44280094bc..5226ef7e380 100644 --- a/advisories/unreviewed/2023/04/GHSA-26v8-8f97-fq68/GHSA-26v8-8f97-fq68.json +++ b/advisories/unreviewed/2023/04/GHSA-26v8-8f97-fq68/GHSA-26v8-8f97-fq68.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-26w4-3wx5-pc45/GHSA-26w4-3wx5-pc45.json b/advisories/unreviewed/2023/04/GHSA-26w4-3wx5-pc45/GHSA-26w4-3wx5-pc45.json index f291f6943a5..921e1cf07ba 100644 --- a/advisories/unreviewed/2023/04/GHSA-26w4-3wx5-pc45/GHSA-26w4-3wx5-pc45.json +++ b/advisories/unreviewed/2023/04/GHSA-26w4-3wx5-pc45/GHSA-26w4-3wx5-pc45.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-2778-cfx6-g2xp/GHSA-2778-cfx6-g2xp.json b/advisories/unreviewed/2023/04/GHSA-2778-cfx6-g2xp/GHSA-2778-cfx6-g2xp.json index 4cc74ed9535..6c8d437696d 100644 --- a/advisories/unreviewed/2023/04/GHSA-2778-cfx6-g2xp/GHSA-2778-cfx6-g2xp.json +++ b/advisories/unreviewed/2023/04/GHSA-2778-cfx6-g2xp/GHSA-2778-cfx6-g2xp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-288r-5qm5-qp55/GHSA-288r-5qm5-qp55.json b/advisories/unreviewed/2023/04/GHSA-288r-5qm5-qp55/GHSA-288r-5qm5-qp55.json index 5b68b0c049b..8041caffa3a 100644 --- a/advisories/unreviewed/2023/04/GHSA-288r-5qm5-qp55/GHSA-288r-5qm5-qp55.json +++ b/advisories/unreviewed/2023/04/GHSA-288r-5qm5-qp55/GHSA-288r-5qm5-qp55.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-2968-fmvc-r6gw/GHSA-2968-fmvc-r6gw.json b/advisories/unreviewed/2023/04/GHSA-2968-fmvc-r6gw/GHSA-2968-fmvc-r6gw.json index 5accadd9178..7d1de64654d 100644 --- a/advisories/unreviewed/2023/04/GHSA-2968-fmvc-r6gw/GHSA-2968-fmvc-r6gw.json +++ b/advisories/unreviewed/2023/04/GHSA-2968-fmvc-r6gw/GHSA-2968-fmvc-r6gw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-29ch-m3px-xxxc/GHSA-29ch-m3px-xxxc.json b/advisories/unreviewed/2023/04/GHSA-29ch-m3px-xxxc/GHSA-29ch-m3px-xxxc.json index 855d6800e20..96008e1c2b4 100644 --- a/advisories/unreviewed/2023/04/GHSA-29ch-m3px-xxxc/GHSA-29ch-m3px-xxxc.json +++ b/advisories/unreviewed/2023/04/GHSA-29ch-m3px-xxxc/GHSA-29ch-m3px-xxxc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-29rw-jx9g-7h6h/GHSA-29rw-jx9g-7h6h.json b/advisories/unreviewed/2023/04/GHSA-29rw-jx9g-7h6h/GHSA-29rw-jx9g-7h6h.json index 59e4f86a6d4..1a9c78f1ed0 100644 --- a/advisories/unreviewed/2023/04/GHSA-29rw-jx9g-7h6h/GHSA-29rw-jx9g-7h6h.json +++ b/advisories/unreviewed/2023/04/GHSA-29rw-jx9g-7h6h/GHSA-29rw-jx9g-7h6h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-2c39-8m6g-3h5m/GHSA-2c39-8m6g-3h5m.json b/advisories/unreviewed/2023/04/GHSA-2c39-8m6g-3h5m/GHSA-2c39-8m6g-3h5m.json index 315791f59e5..9fd79d30cc3 100644 --- a/advisories/unreviewed/2023/04/GHSA-2c39-8m6g-3h5m/GHSA-2c39-8m6g-3h5m.json +++ b/advisories/unreviewed/2023/04/GHSA-2c39-8m6g-3h5m/GHSA-2c39-8m6g-3h5m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-2cjf-4qjm-hh7v/GHSA-2cjf-4qjm-hh7v.json b/advisories/unreviewed/2023/04/GHSA-2cjf-4qjm-hh7v/GHSA-2cjf-4qjm-hh7v.json index 032a0eebc30..0c14b1dbcd9 100644 --- a/advisories/unreviewed/2023/04/GHSA-2cjf-4qjm-hh7v/GHSA-2cjf-4qjm-hh7v.json +++ b/advisories/unreviewed/2023/04/GHSA-2cjf-4qjm-hh7v/GHSA-2cjf-4qjm-hh7v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-2cpf-9p54-p35p/GHSA-2cpf-9p54-p35p.json b/advisories/unreviewed/2023/04/GHSA-2cpf-9p54-p35p/GHSA-2cpf-9p54-p35p.json index 70cd41c2ab1..53509a466fd 100644 --- a/advisories/unreviewed/2023/04/GHSA-2cpf-9p54-p35p/GHSA-2cpf-9p54-p35p.json +++ b/advisories/unreviewed/2023/04/GHSA-2cpf-9p54-p35p/GHSA-2cpf-9p54-p35p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-2f8j-4hf7-xq8c/GHSA-2f8j-4hf7-xq8c.json b/advisories/unreviewed/2023/04/GHSA-2f8j-4hf7-xq8c/GHSA-2f8j-4hf7-xq8c.json index ed62a833ccf..80a31490dda 100644 --- a/advisories/unreviewed/2023/04/GHSA-2f8j-4hf7-xq8c/GHSA-2f8j-4hf7-xq8c.json +++ b/advisories/unreviewed/2023/04/GHSA-2f8j-4hf7-xq8c/GHSA-2f8j-4hf7-xq8c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-2g3h-mh2w-wpjr/GHSA-2g3h-mh2w-wpjr.json b/advisories/unreviewed/2023/04/GHSA-2g3h-mh2w-wpjr/GHSA-2g3h-mh2w-wpjr.json index 9a268e5f9cb..8fa9d212d14 100644 --- a/advisories/unreviewed/2023/04/GHSA-2g3h-mh2w-wpjr/GHSA-2g3h-mh2w-wpjr.json +++ b/advisories/unreviewed/2023/04/GHSA-2g3h-mh2w-wpjr/GHSA-2g3h-mh2w-wpjr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-2gp6-v2j8-wm92/GHSA-2gp6-v2j8-wm92.json b/advisories/unreviewed/2023/04/GHSA-2gp6-v2j8-wm92/GHSA-2gp6-v2j8-wm92.json index d27ed77f696..f5fab4b4f58 100644 --- a/advisories/unreviewed/2023/04/GHSA-2gp6-v2j8-wm92/GHSA-2gp6-v2j8-wm92.json +++ b/advisories/unreviewed/2023/04/GHSA-2gp6-v2j8-wm92/GHSA-2gp6-v2j8-wm92.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-2j46-xfp6-wgfm/GHSA-2j46-xfp6-wgfm.json b/advisories/unreviewed/2023/04/GHSA-2j46-xfp6-wgfm/GHSA-2j46-xfp6-wgfm.json index 7e4eb27c6a4..59037d5f67f 100644 --- a/advisories/unreviewed/2023/04/GHSA-2j46-xfp6-wgfm/GHSA-2j46-xfp6-wgfm.json +++ b/advisories/unreviewed/2023/04/GHSA-2j46-xfp6-wgfm/GHSA-2j46-xfp6-wgfm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-2j5w-557m-jffq/GHSA-2j5w-557m-jffq.json b/advisories/unreviewed/2023/04/GHSA-2j5w-557m-jffq/GHSA-2j5w-557m-jffq.json index 7ba409bc77e..bc5d900ff9d 100644 --- a/advisories/unreviewed/2023/04/GHSA-2j5w-557m-jffq/GHSA-2j5w-557m-jffq.json +++ b/advisories/unreviewed/2023/04/GHSA-2j5w-557m-jffq/GHSA-2j5w-557m-jffq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-2jqf-9377-3hhp/GHSA-2jqf-9377-3hhp.json b/advisories/unreviewed/2023/04/GHSA-2jqf-9377-3hhp/GHSA-2jqf-9377-3hhp.json index 1a741fd1f8f..d4a03c316e0 100644 --- a/advisories/unreviewed/2023/04/GHSA-2jqf-9377-3hhp/GHSA-2jqf-9377-3hhp.json +++ b/advisories/unreviewed/2023/04/GHSA-2jqf-9377-3hhp/GHSA-2jqf-9377-3hhp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-2m28-wgxj-v265/GHSA-2m28-wgxj-v265.json b/advisories/unreviewed/2023/04/GHSA-2m28-wgxj-v265/GHSA-2m28-wgxj-v265.json index 7922b249f0d..0091ced319b 100644 --- a/advisories/unreviewed/2023/04/GHSA-2m28-wgxj-v265/GHSA-2m28-wgxj-v265.json +++ b/advisories/unreviewed/2023/04/GHSA-2m28-wgxj-v265/GHSA-2m28-wgxj-v265.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-2qvf-62mv-jxmq/GHSA-2qvf-62mv-jxmq.json b/advisories/unreviewed/2023/04/GHSA-2qvf-62mv-jxmq/GHSA-2qvf-62mv-jxmq.json index 5f5fb16616e..ed490523224 100644 --- a/advisories/unreviewed/2023/04/GHSA-2qvf-62mv-jxmq/GHSA-2qvf-62mv-jxmq.json +++ b/advisories/unreviewed/2023/04/GHSA-2qvf-62mv-jxmq/GHSA-2qvf-62mv-jxmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-2wx5-xx7r-5pp4/GHSA-2wx5-xx7r-5pp4.json b/advisories/unreviewed/2023/04/GHSA-2wx5-xx7r-5pp4/GHSA-2wx5-xx7r-5pp4.json index eb122685239..023be83ebf1 100644 --- a/advisories/unreviewed/2023/04/GHSA-2wx5-xx7r-5pp4/GHSA-2wx5-xx7r-5pp4.json +++ b/advisories/unreviewed/2023/04/GHSA-2wx5-xx7r-5pp4/GHSA-2wx5-xx7r-5pp4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-333m-4m49-38wm/GHSA-333m-4m49-38wm.json b/advisories/unreviewed/2023/04/GHSA-333m-4m49-38wm/GHSA-333m-4m49-38wm.json index 1b4e0d3ffec..332424a47fd 100644 --- a/advisories/unreviewed/2023/04/GHSA-333m-4m49-38wm/GHSA-333m-4m49-38wm.json +++ b/advisories/unreviewed/2023/04/GHSA-333m-4m49-38wm/GHSA-333m-4m49-38wm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-33xg-34rg-xc37/GHSA-33xg-34rg-xc37.json b/advisories/unreviewed/2023/04/GHSA-33xg-34rg-xc37/GHSA-33xg-34rg-xc37.json index 70cd03b7d53..8a02a7b4caf 100644 --- a/advisories/unreviewed/2023/04/GHSA-33xg-34rg-xc37/GHSA-33xg-34rg-xc37.json +++ b/advisories/unreviewed/2023/04/GHSA-33xg-34rg-xc37/GHSA-33xg-34rg-xc37.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-34r4-9973-43mq/GHSA-34r4-9973-43mq.json b/advisories/unreviewed/2023/04/GHSA-34r4-9973-43mq/GHSA-34r4-9973-43mq.json index da1f5909034..9fc40ddb867 100644 --- a/advisories/unreviewed/2023/04/GHSA-34r4-9973-43mq/GHSA-34r4-9973-43mq.json +++ b/advisories/unreviewed/2023/04/GHSA-34r4-9973-43mq/GHSA-34r4-9973-43mq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-36q5-pq8v-368h/GHSA-36q5-pq8v-368h.json b/advisories/unreviewed/2023/04/GHSA-36q5-pq8v-368h/GHSA-36q5-pq8v-368h.json index 7636ee6dadc..e24998c1471 100644 --- a/advisories/unreviewed/2023/04/GHSA-36q5-pq8v-368h/GHSA-36q5-pq8v-368h.json +++ b/advisories/unreviewed/2023/04/GHSA-36q5-pq8v-368h/GHSA-36q5-pq8v-368h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-3797-g9f6-3qf2/GHSA-3797-g9f6-3qf2.json b/advisories/unreviewed/2023/04/GHSA-3797-g9f6-3qf2/GHSA-3797-g9f6-3qf2.json index bea8a5d84a2..f25d11c0193 100644 --- a/advisories/unreviewed/2023/04/GHSA-3797-g9f6-3qf2/GHSA-3797-g9f6-3qf2.json +++ b/advisories/unreviewed/2023/04/GHSA-3797-g9f6-3qf2/GHSA-3797-g9f6-3qf2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-37j9-g226-hg3x/GHSA-37j9-g226-hg3x.json b/advisories/unreviewed/2023/04/GHSA-37j9-g226-hg3x/GHSA-37j9-g226-hg3x.json index a9c990ce412..1fae03865e3 100644 --- a/advisories/unreviewed/2023/04/GHSA-37j9-g226-hg3x/GHSA-37j9-g226-hg3x.json +++ b/advisories/unreviewed/2023/04/GHSA-37j9-g226-hg3x/GHSA-37j9-g226-hg3x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-38r2-hrw4-h5h9/GHSA-38r2-hrw4-h5h9.json b/advisories/unreviewed/2023/04/GHSA-38r2-hrw4-h5h9/GHSA-38r2-hrw4-h5h9.json index 26d96396d24..e656a2f8adb 100644 --- a/advisories/unreviewed/2023/04/GHSA-38r2-hrw4-h5h9/GHSA-38r2-hrw4-h5h9.json +++ b/advisories/unreviewed/2023/04/GHSA-38r2-hrw4-h5h9/GHSA-38r2-hrw4-h5h9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-393q-6xw4-wfg2/GHSA-393q-6xw4-wfg2.json b/advisories/unreviewed/2023/04/GHSA-393q-6xw4-wfg2/GHSA-393q-6xw4-wfg2.json index 975aa8aa396..712d33c2eb1 100644 --- a/advisories/unreviewed/2023/04/GHSA-393q-6xw4-wfg2/GHSA-393q-6xw4-wfg2.json +++ b/advisories/unreviewed/2023/04/GHSA-393q-6xw4-wfg2/GHSA-393q-6xw4-wfg2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-3fg2-9c6w-hcpg/GHSA-3fg2-9c6w-hcpg.json b/advisories/unreviewed/2023/04/GHSA-3fg2-9c6w-hcpg/GHSA-3fg2-9c6w-hcpg.json index 4d45e325679..97f14307fa7 100644 --- a/advisories/unreviewed/2023/04/GHSA-3fg2-9c6w-hcpg/GHSA-3fg2-9c6w-hcpg.json +++ b/advisories/unreviewed/2023/04/GHSA-3fg2-9c6w-hcpg/GHSA-3fg2-9c6w-hcpg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-3frw-92jp-g6w8/GHSA-3frw-92jp-g6w8.json b/advisories/unreviewed/2023/04/GHSA-3frw-92jp-g6w8/GHSA-3frw-92jp-g6w8.json index 83d98df9514..1d91fd11810 100644 --- a/advisories/unreviewed/2023/04/GHSA-3frw-92jp-g6w8/GHSA-3frw-92jp-g6w8.json +++ b/advisories/unreviewed/2023/04/GHSA-3frw-92jp-g6w8/GHSA-3frw-92jp-g6w8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-3g8h-g6g7-3hpr/GHSA-3g8h-g6g7-3hpr.json b/advisories/unreviewed/2023/04/GHSA-3g8h-g6g7-3hpr/GHSA-3g8h-g6g7-3hpr.json index 8bc669ab06c..c7e50a0d17c 100644 --- a/advisories/unreviewed/2023/04/GHSA-3g8h-g6g7-3hpr/GHSA-3g8h-g6g7-3hpr.json +++ b/advisories/unreviewed/2023/04/GHSA-3g8h-g6g7-3hpr/GHSA-3g8h-g6g7-3hpr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-3gqm-7mxg-qm6g/GHSA-3gqm-7mxg-qm6g.json b/advisories/unreviewed/2023/04/GHSA-3gqm-7mxg-qm6g/GHSA-3gqm-7mxg-qm6g.json index 6f8d013a013..795ef8dfaf0 100644 --- a/advisories/unreviewed/2023/04/GHSA-3gqm-7mxg-qm6g/GHSA-3gqm-7mxg-qm6g.json +++ b/advisories/unreviewed/2023/04/GHSA-3gqm-7mxg-qm6g/GHSA-3gqm-7mxg-qm6g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-3hc4-p5q8-6mx3/GHSA-3hc4-p5q8-6mx3.json b/advisories/unreviewed/2023/04/GHSA-3hc4-p5q8-6mx3/GHSA-3hc4-p5q8-6mx3.json index 09285ea5e47..f413d13386f 100644 --- a/advisories/unreviewed/2023/04/GHSA-3hc4-p5q8-6mx3/GHSA-3hc4-p5q8-6mx3.json +++ b/advisories/unreviewed/2023/04/GHSA-3hc4-p5q8-6mx3/GHSA-3hc4-p5q8-6mx3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-3j84-rjwj-29h2/GHSA-3j84-rjwj-29h2.json b/advisories/unreviewed/2023/04/GHSA-3j84-rjwj-29h2/GHSA-3j84-rjwj-29h2.json index 9db672d389d..c5b62165e65 100644 --- a/advisories/unreviewed/2023/04/GHSA-3j84-rjwj-29h2/GHSA-3j84-rjwj-29h2.json +++ b/advisories/unreviewed/2023/04/GHSA-3j84-rjwj-29h2/GHSA-3j84-rjwj-29h2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-3p6j-m8j2-m6rc/GHSA-3p6j-m8j2-m6rc.json b/advisories/unreviewed/2023/04/GHSA-3p6j-m8j2-m6rc/GHSA-3p6j-m8j2-m6rc.json index 5d59e7f358d..759f906c023 100644 --- a/advisories/unreviewed/2023/04/GHSA-3p6j-m8j2-m6rc/GHSA-3p6j-m8j2-m6rc.json +++ b/advisories/unreviewed/2023/04/GHSA-3p6j-m8j2-m6rc/GHSA-3p6j-m8j2-m6rc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-3v9m-736c-4x7x/GHSA-3v9m-736c-4x7x.json b/advisories/unreviewed/2023/04/GHSA-3v9m-736c-4x7x/GHSA-3v9m-736c-4x7x.json index dcdb5cf6013..2b457c1b912 100644 --- a/advisories/unreviewed/2023/04/GHSA-3v9m-736c-4x7x/GHSA-3v9m-736c-4x7x.json +++ b/advisories/unreviewed/2023/04/GHSA-3v9m-736c-4x7x/GHSA-3v9m-736c-4x7x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-3vvp-9ghf-fqvw/GHSA-3vvp-9ghf-fqvw.json b/advisories/unreviewed/2023/04/GHSA-3vvp-9ghf-fqvw/GHSA-3vvp-9ghf-fqvw.json index cee69faab9f..90e3cb0161d 100644 --- a/advisories/unreviewed/2023/04/GHSA-3vvp-9ghf-fqvw/GHSA-3vvp-9ghf-fqvw.json +++ b/advisories/unreviewed/2023/04/GHSA-3vvp-9ghf-fqvw/GHSA-3vvp-9ghf-fqvw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-3x3p-2fwv-2ppj/GHSA-3x3p-2fwv-2ppj.json b/advisories/unreviewed/2023/04/GHSA-3x3p-2fwv-2ppj/GHSA-3x3p-2fwv-2ppj.json index a14c811d7d8..0f19326b578 100644 --- a/advisories/unreviewed/2023/04/GHSA-3x3p-2fwv-2ppj/GHSA-3x3p-2fwv-2ppj.json +++ b/advisories/unreviewed/2023/04/GHSA-3x3p-2fwv-2ppj/GHSA-3x3p-2fwv-2ppj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-3xvp-8qg2-x43w/GHSA-3xvp-8qg2-x43w.json b/advisories/unreviewed/2023/04/GHSA-3xvp-8qg2-x43w/GHSA-3xvp-8qg2-x43w.json index 91bd0f0b53e..ef6fdf26d3b 100644 --- a/advisories/unreviewed/2023/04/GHSA-3xvp-8qg2-x43w/GHSA-3xvp-8qg2-x43w.json +++ b/advisories/unreviewed/2023/04/GHSA-3xvp-8qg2-x43w/GHSA-3xvp-8qg2-x43w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-4282-5mx5-hpc2/GHSA-4282-5mx5-hpc2.json b/advisories/unreviewed/2023/04/GHSA-4282-5mx5-hpc2/GHSA-4282-5mx5-hpc2.json index 1c158bcd2ae..4b1bb7c681b 100644 --- a/advisories/unreviewed/2023/04/GHSA-4282-5mx5-hpc2/GHSA-4282-5mx5-hpc2.json +++ b/advisories/unreviewed/2023/04/GHSA-4282-5mx5-hpc2/GHSA-4282-5mx5-hpc2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-42pc-9g8v-prfm/GHSA-42pc-9g8v-prfm.json b/advisories/unreviewed/2023/04/GHSA-42pc-9g8v-prfm/GHSA-42pc-9g8v-prfm.json index e699bc9b518..5fbfa9a84c6 100644 --- a/advisories/unreviewed/2023/04/GHSA-42pc-9g8v-prfm/GHSA-42pc-9g8v-prfm.json +++ b/advisories/unreviewed/2023/04/GHSA-42pc-9g8v-prfm/GHSA-42pc-9g8v-prfm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-44r5-q922-2rc3/GHSA-44r5-q922-2rc3.json b/advisories/unreviewed/2023/04/GHSA-44r5-q922-2rc3/GHSA-44r5-q922-2rc3.json index a566fa2d1cf..c1881e31749 100644 --- a/advisories/unreviewed/2023/04/GHSA-44r5-q922-2rc3/GHSA-44r5-q922-2rc3.json +++ b/advisories/unreviewed/2023/04/GHSA-44r5-q922-2rc3/GHSA-44r5-q922-2rc3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-44xc-f95p-5vmh/GHSA-44xc-f95p-5vmh.json b/advisories/unreviewed/2023/04/GHSA-44xc-f95p-5vmh/GHSA-44xc-f95p-5vmh.json index 69858db1872..8e0676e7fba 100644 --- a/advisories/unreviewed/2023/04/GHSA-44xc-f95p-5vmh/GHSA-44xc-f95p-5vmh.json +++ b/advisories/unreviewed/2023/04/GHSA-44xc-f95p-5vmh/GHSA-44xc-f95p-5vmh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-45q7-75rg-j96f/GHSA-45q7-75rg-j96f.json b/advisories/unreviewed/2023/04/GHSA-45q7-75rg-j96f/GHSA-45q7-75rg-j96f.json index 288a5c21aa1..d4dd9668028 100644 --- a/advisories/unreviewed/2023/04/GHSA-45q7-75rg-j96f/GHSA-45q7-75rg-j96f.json +++ b/advisories/unreviewed/2023/04/GHSA-45q7-75rg-j96f/GHSA-45q7-75rg-j96f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-463h-qqmr-wghq/GHSA-463h-qqmr-wghq.json b/advisories/unreviewed/2023/04/GHSA-463h-qqmr-wghq/GHSA-463h-qqmr-wghq.json index a149426ccc7..9a89928bec8 100644 --- a/advisories/unreviewed/2023/04/GHSA-463h-qqmr-wghq/GHSA-463h-qqmr-wghq.json +++ b/advisories/unreviewed/2023/04/GHSA-463h-qqmr-wghq/GHSA-463h-qqmr-wghq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-46fh-f8vx-p359/GHSA-46fh-f8vx-p359.json b/advisories/unreviewed/2023/04/GHSA-46fh-f8vx-p359/GHSA-46fh-f8vx-p359.json index 2b088bb1ab5..40059ee696b 100644 --- a/advisories/unreviewed/2023/04/GHSA-46fh-f8vx-p359/GHSA-46fh-f8vx-p359.json +++ b/advisories/unreviewed/2023/04/GHSA-46fh-f8vx-p359/GHSA-46fh-f8vx-p359.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-4768-g4w3-rqf9/GHSA-4768-g4w3-rqf9.json b/advisories/unreviewed/2023/04/GHSA-4768-g4w3-rqf9/GHSA-4768-g4w3-rqf9.json index a20d254c85b..ca85c678d31 100644 --- a/advisories/unreviewed/2023/04/GHSA-4768-g4w3-rqf9/GHSA-4768-g4w3-rqf9.json +++ b/advisories/unreviewed/2023/04/GHSA-4768-g4w3-rqf9/GHSA-4768-g4w3-rqf9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-477g-m6gf-5gg8/GHSA-477g-m6gf-5gg8.json b/advisories/unreviewed/2023/04/GHSA-477g-m6gf-5gg8/GHSA-477g-m6gf-5gg8.json index 334cb68f07f..1826449411e 100644 --- a/advisories/unreviewed/2023/04/GHSA-477g-m6gf-5gg8/GHSA-477g-m6gf-5gg8.json +++ b/advisories/unreviewed/2023/04/GHSA-477g-m6gf-5gg8/GHSA-477g-m6gf-5gg8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-47v5-4v62-x56q/GHSA-47v5-4v62-x56q.json b/advisories/unreviewed/2023/04/GHSA-47v5-4v62-x56q/GHSA-47v5-4v62-x56q.json index 7696b985eb8..08c1f04e0e4 100644 --- a/advisories/unreviewed/2023/04/GHSA-47v5-4v62-x56q/GHSA-47v5-4v62-x56q.json +++ b/advisories/unreviewed/2023/04/GHSA-47v5-4v62-x56q/GHSA-47v5-4v62-x56q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-47v8-xv94-8gw2/GHSA-47v8-xv94-8gw2.json b/advisories/unreviewed/2023/04/GHSA-47v8-xv94-8gw2/GHSA-47v8-xv94-8gw2.json index 0709462af73..ddb14508805 100644 --- a/advisories/unreviewed/2023/04/GHSA-47v8-xv94-8gw2/GHSA-47v8-xv94-8gw2.json +++ b/advisories/unreviewed/2023/04/GHSA-47v8-xv94-8gw2/GHSA-47v8-xv94-8gw2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-48vq-4c6v-h28h/GHSA-48vq-4c6v-h28h.json b/advisories/unreviewed/2023/04/GHSA-48vq-4c6v-h28h/GHSA-48vq-4c6v-h28h.json index 40f0be40a31..0754f289c94 100644 --- a/advisories/unreviewed/2023/04/GHSA-48vq-4c6v-h28h/GHSA-48vq-4c6v-h28h.json +++ b/advisories/unreviewed/2023/04/GHSA-48vq-4c6v-h28h/GHSA-48vq-4c6v-h28h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-4c8v-cr5p-rp5v/GHSA-4c8v-cr5p-rp5v.json b/advisories/unreviewed/2023/04/GHSA-4c8v-cr5p-rp5v/GHSA-4c8v-cr5p-rp5v.json index d748d7f0e90..e4f667e3f4d 100644 --- a/advisories/unreviewed/2023/04/GHSA-4c8v-cr5p-rp5v/GHSA-4c8v-cr5p-rp5v.json +++ b/advisories/unreviewed/2023/04/GHSA-4c8v-cr5p-rp5v/GHSA-4c8v-cr5p-rp5v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-4j4f-jf89-73q4/GHSA-4j4f-jf89-73q4.json b/advisories/unreviewed/2023/04/GHSA-4j4f-jf89-73q4/GHSA-4j4f-jf89-73q4.json index 5fb1d619a8a..6dfa5fa1cc6 100644 --- a/advisories/unreviewed/2023/04/GHSA-4j4f-jf89-73q4/GHSA-4j4f-jf89-73q4.json +++ b/advisories/unreviewed/2023/04/GHSA-4j4f-jf89-73q4/GHSA-4j4f-jf89-73q4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-4j64-f537-gwfj/GHSA-4j64-f537-gwfj.json b/advisories/unreviewed/2023/04/GHSA-4j64-f537-gwfj/GHSA-4j64-f537-gwfj.json index 20702ae5736..b891460a449 100644 --- a/advisories/unreviewed/2023/04/GHSA-4j64-f537-gwfj/GHSA-4j64-f537-gwfj.json +++ b/advisories/unreviewed/2023/04/GHSA-4j64-f537-gwfj/GHSA-4j64-f537-gwfj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-4p44-77qc-whqh/GHSA-4p44-77qc-whqh.json b/advisories/unreviewed/2023/04/GHSA-4p44-77qc-whqh/GHSA-4p44-77qc-whqh.json index 79c8d214ba6..a83965ee09b 100644 --- a/advisories/unreviewed/2023/04/GHSA-4p44-77qc-whqh/GHSA-4p44-77qc-whqh.json +++ b/advisories/unreviewed/2023/04/GHSA-4p44-77qc-whqh/GHSA-4p44-77qc-whqh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-4p6p-78j7-8g28/GHSA-4p6p-78j7-8g28.json b/advisories/unreviewed/2023/04/GHSA-4p6p-78j7-8g28/GHSA-4p6p-78j7-8g28.json index b7fd5a1ab6a..ef3d6616580 100644 --- a/advisories/unreviewed/2023/04/GHSA-4p6p-78j7-8g28/GHSA-4p6p-78j7-8g28.json +++ b/advisories/unreviewed/2023/04/GHSA-4p6p-78j7-8g28/GHSA-4p6p-78j7-8g28.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-4pp4-6fgx-j56f/GHSA-4pp4-6fgx-j56f.json b/advisories/unreviewed/2023/04/GHSA-4pp4-6fgx-j56f/GHSA-4pp4-6fgx-j56f.json index db0ec4956f0..3a1aacf5411 100644 --- a/advisories/unreviewed/2023/04/GHSA-4pp4-6fgx-j56f/GHSA-4pp4-6fgx-j56f.json +++ b/advisories/unreviewed/2023/04/GHSA-4pp4-6fgx-j56f/GHSA-4pp4-6fgx-j56f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-4pv6-q257-8q33/GHSA-4pv6-q257-8q33.json b/advisories/unreviewed/2023/04/GHSA-4pv6-q257-8q33/GHSA-4pv6-q257-8q33.json index 68516964eba..0f7ae6676d6 100644 --- a/advisories/unreviewed/2023/04/GHSA-4pv6-q257-8q33/GHSA-4pv6-q257-8q33.json +++ b/advisories/unreviewed/2023/04/GHSA-4pv6-q257-8q33/GHSA-4pv6-q257-8q33.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-4vm8-48gx-f6x3/GHSA-4vm8-48gx-f6x3.json b/advisories/unreviewed/2023/04/GHSA-4vm8-48gx-f6x3/GHSA-4vm8-48gx-f6x3.json index dc2ba772ebe..2cb714fdaa2 100644 --- a/advisories/unreviewed/2023/04/GHSA-4vm8-48gx-f6x3/GHSA-4vm8-48gx-f6x3.json +++ b/advisories/unreviewed/2023/04/GHSA-4vm8-48gx-f6x3/GHSA-4vm8-48gx-f6x3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-4w8m-m9vr-qjm9/GHSA-4w8m-m9vr-qjm9.json b/advisories/unreviewed/2023/04/GHSA-4w8m-m9vr-qjm9/GHSA-4w8m-m9vr-qjm9.json index c1663f0ed11..0e9b40a140e 100644 --- a/advisories/unreviewed/2023/04/GHSA-4w8m-m9vr-qjm9/GHSA-4w8m-m9vr-qjm9.json +++ b/advisories/unreviewed/2023/04/GHSA-4w8m-m9vr-qjm9/GHSA-4w8m-m9vr-qjm9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-4xm3-rqgm-8558/GHSA-4xm3-rqgm-8558.json b/advisories/unreviewed/2023/04/GHSA-4xm3-rqgm-8558/GHSA-4xm3-rqgm-8558.json index e4c056ff98e..885db352f30 100644 --- a/advisories/unreviewed/2023/04/GHSA-4xm3-rqgm-8558/GHSA-4xm3-rqgm-8558.json +++ b/advisories/unreviewed/2023/04/GHSA-4xm3-rqgm-8558/GHSA-4xm3-rqgm-8558.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-4xvf-3477-vq63/GHSA-4xvf-3477-vq63.json b/advisories/unreviewed/2023/04/GHSA-4xvf-3477-vq63/GHSA-4xvf-3477-vq63.json index d11bb5cd159..4502ffe25fe 100644 --- a/advisories/unreviewed/2023/04/GHSA-4xvf-3477-vq63/GHSA-4xvf-3477-vq63.json +++ b/advisories/unreviewed/2023/04/GHSA-4xvf-3477-vq63/GHSA-4xvf-3477-vq63.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-52x4-hjxq-qrcm/GHSA-52x4-hjxq-qrcm.json b/advisories/unreviewed/2023/04/GHSA-52x4-hjxq-qrcm/GHSA-52x4-hjxq-qrcm.json index 7f8a1c2be81..a856bf2fb05 100644 --- a/advisories/unreviewed/2023/04/GHSA-52x4-hjxq-qrcm/GHSA-52x4-hjxq-qrcm.json +++ b/advisories/unreviewed/2023/04/GHSA-52x4-hjxq-qrcm/GHSA-52x4-hjxq-qrcm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-536x-rjq6-h9w6/GHSA-536x-rjq6-h9w6.json b/advisories/unreviewed/2023/04/GHSA-536x-rjq6-h9w6/GHSA-536x-rjq6-h9w6.json index 9d3c001898b..314e9ee3080 100644 --- a/advisories/unreviewed/2023/04/GHSA-536x-rjq6-h9w6/GHSA-536x-rjq6-h9w6.json +++ b/advisories/unreviewed/2023/04/GHSA-536x-rjq6-h9w6/GHSA-536x-rjq6-h9w6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-53gc-hw42-vfp5/GHSA-53gc-hw42-vfp5.json b/advisories/unreviewed/2023/04/GHSA-53gc-hw42-vfp5/GHSA-53gc-hw42-vfp5.json index 3626aa3ea48..5b500055895 100644 --- a/advisories/unreviewed/2023/04/GHSA-53gc-hw42-vfp5/GHSA-53gc-hw42-vfp5.json +++ b/advisories/unreviewed/2023/04/GHSA-53gc-hw42-vfp5/GHSA-53gc-hw42-vfp5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-53x8-876g-3h2x/GHSA-53x8-876g-3h2x.json b/advisories/unreviewed/2023/04/GHSA-53x8-876g-3h2x/GHSA-53x8-876g-3h2x.json index 5d1b565fac5..dbfe10e4d00 100644 --- a/advisories/unreviewed/2023/04/GHSA-53x8-876g-3h2x/GHSA-53x8-876g-3h2x.json +++ b/advisories/unreviewed/2023/04/GHSA-53x8-876g-3h2x/GHSA-53x8-876g-3h2x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-543h-6vp9-2f5c/GHSA-543h-6vp9-2f5c.json b/advisories/unreviewed/2023/04/GHSA-543h-6vp9-2f5c/GHSA-543h-6vp9-2f5c.json index 1d9eec7ad69..0e3fff32f91 100644 --- a/advisories/unreviewed/2023/04/GHSA-543h-6vp9-2f5c/GHSA-543h-6vp9-2f5c.json +++ b/advisories/unreviewed/2023/04/GHSA-543h-6vp9-2f5c/GHSA-543h-6vp9-2f5c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-54v6-gcmf-jwgg/GHSA-54v6-gcmf-jwgg.json b/advisories/unreviewed/2023/04/GHSA-54v6-gcmf-jwgg/GHSA-54v6-gcmf-jwgg.json index 08fd5489e26..e89201e0615 100644 --- a/advisories/unreviewed/2023/04/GHSA-54v6-gcmf-jwgg/GHSA-54v6-gcmf-jwgg.json +++ b/advisories/unreviewed/2023/04/GHSA-54v6-gcmf-jwgg/GHSA-54v6-gcmf-jwgg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-55jm-6fgm-6r95/GHSA-55jm-6fgm-6r95.json b/advisories/unreviewed/2023/04/GHSA-55jm-6fgm-6r95/GHSA-55jm-6fgm-6r95.json index 34fbe58907b..40bf6621dba 100644 --- a/advisories/unreviewed/2023/04/GHSA-55jm-6fgm-6r95/GHSA-55jm-6fgm-6r95.json +++ b/advisories/unreviewed/2023/04/GHSA-55jm-6fgm-6r95/GHSA-55jm-6fgm-6r95.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-565m-x34r-mrjv/GHSA-565m-x34r-mrjv.json b/advisories/unreviewed/2023/04/GHSA-565m-x34r-mrjv/GHSA-565m-x34r-mrjv.json index a6688bdc8e6..c2322980392 100644 --- a/advisories/unreviewed/2023/04/GHSA-565m-x34r-mrjv/GHSA-565m-x34r-mrjv.json +++ b/advisories/unreviewed/2023/04/GHSA-565m-x34r-mrjv/GHSA-565m-x34r-mrjv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5775-m3qf-xc33/GHSA-5775-m3qf-xc33.json b/advisories/unreviewed/2023/04/GHSA-5775-m3qf-xc33/GHSA-5775-m3qf-xc33.json index 3380849eb38..984ae5dc339 100644 --- a/advisories/unreviewed/2023/04/GHSA-5775-m3qf-xc33/GHSA-5775-m3qf-xc33.json +++ b/advisories/unreviewed/2023/04/GHSA-5775-m3qf-xc33/GHSA-5775-m3qf-xc33.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-57fq-x4mx-hpcw/GHSA-57fq-x4mx-hpcw.json b/advisories/unreviewed/2023/04/GHSA-57fq-x4mx-hpcw/GHSA-57fq-x4mx-hpcw.json index 3b78241009a..dc26b700866 100644 --- a/advisories/unreviewed/2023/04/GHSA-57fq-x4mx-hpcw/GHSA-57fq-x4mx-hpcw.json +++ b/advisories/unreviewed/2023/04/GHSA-57fq-x4mx-hpcw/GHSA-57fq-x4mx-hpcw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-5825-j5ch-93j4/GHSA-5825-j5ch-93j4.json b/advisories/unreviewed/2023/04/GHSA-5825-j5ch-93j4/GHSA-5825-j5ch-93j4.json index 172946532fc..6573ac2a35e 100644 --- a/advisories/unreviewed/2023/04/GHSA-5825-j5ch-93j4/GHSA-5825-j5ch-93j4.json +++ b/advisories/unreviewed/2023/04/GHSA-5825-j5ch-93j4/GHSA-5825-j5ch-93j4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-58vw-h3cv-wwrh/GHSA-58vw-h3cv-wwrh.json b/advisories/unreviewed/2023/04/GHSA-58vw-h3cv-wwrh/GHSA-58vw-h3cv-wwrh.json index c7e269c4e07..587a4c807b9 100644 --- a/advisories/unreviewed/2023/04/GHSA-58vw-h3cv-wwrh/GHSA-58vw-h3cv-wwrh.json +++ b/advisories/unreviewed/2023/04/GHSA-58vw-h3cv-wwrh/GHSA-58vw-h3cv-wwrh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-5995-w9cg-wmqm/GHSA-5995-w9cg-wmqm.json b/advisories/unreviewed/2023/04/GHSA-5995-w9cg-wmqm/GHSA-5995-w9cg-wmqm.json index 1d7e59dfe4d..10cbb7518bb 100644 --- a/advisories/unreviewed/2023/04/GHSA-5995-w9cg-wmqm/GHSA-5995-w9cg-wmqm.json +++ b/advisories/unreviewed/2023/04/GHSA-5995-w9cg-wmqm/GHSA-5995-w9cg-wmqm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-59w2-7pc8-55mg/GHSA-59w2-7pc8-55mg.json b/advisories/unreviewed/2023/04/GHSA-59w2-7pc8-55mg/GHSA-59w2-7pc8-55mg.json index 3209ec86bb8..9169c00ff50 100644 --- a/advisories/unreviewed/2023/04/GHSA-59w2-7pc8-55mg/GHSA-59w2-7pc8-55mg.json +++ b/advisories/unreviewed/2023/04/GHSA-59w2-7pc8-55mg/GHSA-59w2-7pc8-55mg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5fqc-c355-c6jg/GHSA-5fqc-c355-c6jg.json b/advisories/unreviewed/2023/04/GHSA-5fqc-c355-c6jg/GHSA-5fqc-c355-c6jg.json index c511f61ec43..f06493f0fcf 100644 --- a/advisories/unreviewed/2023/04/GHSA-5fqc-c355-c6jg/GHSA-5fqc-c355-c6jg.json +++ b/advisories/unreviewed/2023/04/GHSA-5fqc-c355-c6jg/GHSA-5fqc-c355-c6jg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-5fqf-3hpp-7g3x/GHSA-5fqf-3hpp-7g3x.json b/advisories/unreviewed/2023/04/GHSA-5fqf-3hpp-7g3x/GHSA-5fqf-3hpp-7g3x.json index 2d67ec9a458..3b647f9f68c 100644 --- a/advisories/unreviewed/2023/04/GHSA-5fqf-3hpp-7g3x/GHSA-5fqf-3hpp-7g3x.json +++ b/advisories/unreviewed/2023/04/GHSA-5fqf-3hpp-7g3x/GHSA-5fqf-3hpp-7g3x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5g25-mvfp-8cvv/GHSA-5g25-mvfp-8cvv.json b/advisories/unreviewed/2023/04/GHSA-5g25-mvfp-8cvv/GHSA-5g25-mvfp-8cvv.json index 7dbacfc312b..c756c7d7b30 100644 --- a/advisories/unreviewed/2023/04/GHSA-5g25-mvfp-8cvv/GHSA-5g25-mvfp-8cvv.json +++ b/advisories/unreviewed/2023/04/GHSA-5g25-mvfp-8cvv/GHSA-5g25-mvfp-8cvv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5hq5-9pj6-4c2r/GHSA-5hq5-9pj6-4c2r.json b/advisories/unreviewed/2023/04/GHSA-5hq5-9pj6-4c2r/GHSA-5hq5-9pj6-4c2r.json index 25bbaf7dda6..430a1a9d847 100644 --- a/advisories/unreviewed/2023/04/GHSA-5hq5-9pj6-4c2r/GHSA-5hq5-9pj6-4c2r.json +++ b/advisories/unreviewed/2023/04/GHSA-5hq5-9pj6-4c2r/GHSA-5hq5-9pj6-4c2r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5hwc-8c64-25vm/GHSA-5hwc-8c64-25vm.json b/advisories/unreviewed/2023/04/GHSA-5hwc-8c64-25vm/GHSA-5hwc-8c64-25vm.json index ab6427724a6..5092b46f3d0 100644 --- a/advisories/unreviewed/2023/04/GHSA-5hwc-8c64-25vm/GHSA-5hwc-8c64-25vm.json +++ b/advisories/unreviewed/2023/04/GHSA-5hwc-8c64-25vm/GHSA-5hwc-8c64-25vm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5j7m-574v-348m/GHSA-5j7m-574v-348m.json b/advisories/unreviewed/2023/04/GHSA-5j7m-574v-348m/GHSA-5j7m-574v-348m.json index 04f8d37144a..c356b1ba322 100644 --- a/advisories/unreviewed/2023/04/GHSA-5j7m-574v-348m/GHSA-5j7m-574v-348m.json +++ b/advisories/unreviewed/2023/04/GHSA-5j7m-574v-348m/GHSA-5j7m-574v-348m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5j86-f6q6-qx5r/GHSA-5j86-f6q6-qx5r.json b/advisories/unreviewed/2023/04/GHSA-5j86-f6q6-qx5r/GHSA-5j86-f6q6-qx5r.json index 2badab324e5..dc758ffdc4f 100644 --- a/advisories/unreviewed/2023/04/GHSA-5j86-f6q6-qx5r/GHSA-5j86-f6q6-qx5r.json +++ b/advisories/unreviewed/2023/04/GHSA-5j86-f6q6-qx5r/GHSA-5j86-f6q6-qx5r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-5j9v-hmm6-ffcm/GHSA-5j9v-hmm6-ffcm.json b/advisories/unreviewed/2023/04/GHSA-5j9v-hmm6-ffcm/GHSA-5j9v-hmm6-ffcm.json index 5a538749336..f06e72b3399 100644 --- a/advisories/unreviewed/2023/04/GHSA-5j9v-hmm6-ffcm/GHSA-5j9v-hmm6-ffcm.json +++ b/advisories/unreviewed/2023/04/GHSA-5j9v-hmm6-ffcm/GHSA-5j9v-hmm6-ffcm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-5jcc-wrcp-3mxc/GHSA-5jcc-wrcp-3mxc.json b/advisories/unreviewed/2023/04/GHSA-5jcc-wrcp-3mxc/GHSA-5jcc-wrcp-3mxc.json index 1ae703bbf7e..08dcc85feb7 100644 --- a/advisories/unreviewed/2023/04/GHSA-5jcc-wrcp-3mxc/GHSA-5jcc-wrcp-3mxc.json +++ b/advisories/unreviewed/2023/04/GHSA-5jcc-wrcp-3mxc/GHSA-5jcc-wrcp-3mxc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-5jqw-jq8j-37r3/GHSA-5jqw-jq8j-37r3.json b/advisories/unreviewed/2023/04/GHSA-5jqw-jq8j-37r3/GHSA-5jqw-jq8j-37r3.json index 723d32fe946..f5aa7486b29 100644 --- a/advisories/unreviewed/2023/04/GHSA-5jqw-jq8j-37r3/GHSA-5jqw-jq8j-37r3.json +++ b/advisories/unreviewed/2023/04/GHSA-5jqw-jq8j-37r3/GHSA-5jqw-jq8j-37r3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5m7x-w8j4-fvh5/GHSA-5m7x-w8j4-fvh5.json b/advisories/unreviewed/2023/04/GHSA-5m7x-w8j4-fvh5/GHSA-5m7x-w8j4-fvh5.json index 56dc2c16971..bd7ea7fe3b1 100644 --- a/advisories/unreviewed/2023/04/GHSA-5m7x-w8j4-fvh5/GHSA-5m7x-w8j4-fvh5.json +++ b/advisories/unreviewed/2023/04/GHSA-5m7x-w8j4-fvh5/GHSA-5m7x-w8j4-fvh5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5mwq-xh9g-83gq/GHSA-5mwq-xh9g-83gq.json b/advisories/unreviewed/2023/04/GHSA-5mwq-xh9g-83gq/GHSA-5mwq-xh9g-83gq.json index 63f00a680c9..22e6de0f84f 100644 --- a/advisories/unreviewed/2023/04/GHSA-5mwq-xh9g-83gq/GHSA-5mwq-xh9g-83gq.json +++ b/advisories/unreviewed/2023/04/GHSA-5mwq-xh9g-83gq/GHSA-5mwq-xh9g-83gq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5p85-8h72-f99w/GHSA-5p85-8h72-f99w.json b/advisories/unreviewed/2023/04/GHSA-5p85-8h72-f99w/GHSA-5p85-8h72-f99w.json index effbc701a9a..5ca22913f9d 100644 --- a/advisories/unreviewed/2023/04/GHSA-5p85-8h72-f99w/GHSA-5p85-8h72-f99w.json +++ b/advisories/unreviewed/2023/04/GHSA-5p85-8h72-f99w/GHSA-5p85-8h72-f99w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5pm3-7r4j-xvq5/GHSA-5pm3-7r4j-xvq5.json b/advisories/unreviewed/2023/04/GHSA-5pm3-7r4j-xvq5/GHSA-5pm3-7r4j-xvq5.json index cf7580f126f..612606d6567 100644 --- a/advisories/unreviewed/2023/04/GHSA-5pm3-7r4j-xvq5/GHSA-5pm3-7r4j-xvq5.json +++ b/advisories/unreviewed/2023/04/GHSA-5pm3-7r4j-xvq5/GHSA-5pm3-7r4j-xvq5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5q72-4whc-c2w5/GHSA-5q72-4whc-c2w5.json b/advisories/unreviewed/2023/04/GHSA-5q72-4whc-c2w5/GHSA-5q72-4whc-c2w5.json index 8e8033640e9..95531c37d63 100644 --- a/advisories/unreviewed/2023/04/GHSA-5q72-4whc-c2w5/GHSA-5q72-4whc-c2w5.json +++ b/advisories/unreviewed/2023/04/GHSA-5q72-4whc-c2w5/GHSA-5q72-4whc-c2w5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5qxg-5vwh-7j5j/GHSA-5qxg-5vwh-7j5j.json b/advisories/unreviewed/2023/04/GHSA-5qxg-5vwh-7j5j/GHSA-5qxg-5vwh-7j5j.json index 752e8b27fed..f60b3d74f63 100644 --- a/advisories/unreviewed/2023/04/GHSA-5qxg-5vwh-7j5j/GHSA-5qxg-5vwh-7j5j.json +++ b/advisories/unreviewed/2023/04/GHSA-5qxg-5vwh-7j5j/GHSA-5qxg-5vwh-7j5j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5qxw-85cv-8fqm/GHSA-5qxw-85cv-8fqm.json b/advisories/unreviewed/2023/04/GHSA-5qxw-85cv-8fqm/GHSA-5qxw-85cv-8fqm.json index 61dfcc7d9bb..bf11089d52b 100644 --- a/advisories/unreviewed/2023/04/GHSA-5qxw-85cv-8fqm/GHSA-5qxw-85cv-8fqm.json +++ b/advisories/unreviewed/2023/04/GHSA-5qxw-85cv-8fqm/GHSA-5qxw-85cv-8fqm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5v6x-pq3h-wvrm/GHSA-5v6x-pq3h-wvrm.json b/advisories/unreviewed/2023/04/GHSA-5v6x-pq3h-wvrm/GHSA-5v6x-pq3h-wvrm.json index 9fec53db256..26d1e14bfe2 100644 --- a/advisories/unreviewed/2023/04/GHSA-5v6x-pq3h-wvrm/GHSA-5v6x-pq3h-wvrm.json +++ b/advisories/unreviewed/2023/04/GHSA-5v6x-pq3h-wvrm/GHSA-5v6x-pq3h-wvrm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-5w6v-5f49-qrhc/GHSA-5w6v-5f49-qrhc.json b/advisories/unreviewed/2023/04/GHSA-5w6v-5f49-qrhc/GHSA-5w6v-5f49-qrhc.json index 12774da3748..806ec39ec12 100644 --- a/advisories/unreviewed/2023/04/GHSA-5w6v-5f49-qrhc/GHSA-5w6v-5f49-qrhc.json +++ b/advisories/unreviewed/2023/04/GHSA-5w6v-5f49-qrhc/GHSA-5w6v-5f49-qrhc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5wv2-gf93-pmhf/GHSA-5wv2-gf93-pmhf.json b/advisories/unreviewed/2023/04/GHSA-5wv2-gf93-pmhf/GHSA-5wv2-gf93-pmhf.json index a5cd00e5649..4447a09e779 100644 --- a/advisories/unreviewed/2023/04/GHSA-5wv2-gf93-pmhf/GHSA-5wv2-gf93-pmhf.json +++ b/advisories/unreviewed/2023/04/GHSA-5wv2-gf93-pmhf/GHSA-5wv2-gf93-pmhf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5x8x-x5xp-q5vc/GHSA-5x8x-x5xp-q5vc.json b/advisories/unreviewed/2023/04/GHSA-5x8x-x5xp-q5vc/GHSA-5x8x-x5xp-q5vc.json index 5faaaf3711e..c139564bbda 100644 --- a/advisories/unreviewed/2023/04/GHSA-5x8x-x5xp-q5vc/GHSA-5x8x-x5xp-q5vc.json +++ b/advisories/unreviewed/2023/04/GHSA-5x8x-x5xp-q5vc/GHSA-5x8x-x5xp-q5vc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5xmf-xqqw-8j43/GHSA-5xmf-xqqw-8j43.json b/advisories/unreviewed/2023/04/GHSA-5xmf-xqqw-8j43/GHSA-5xmf-xqqw-8j43.json index 0f9ca17bd21..4979c63a9d2 100644 --- a/advisories/unreviewed/2023/04/GHSA-5xmf-xqqw-8j43/GHSA-5xmf-xqqw-8j43.json +++ b/advisories/unreviewed/2023/04/GHSA-5xmf-xqqw-8j43/GHSA-5xmf-xqqw-8j43.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-5xq8-426f-cm7h/GHSA-5xq8-426f-cm7h.json b/advisories/unreviewed/2023/04/GHSA-5xq8-426f-cm7h/GHSA-5xq8-426f-cm7h.json index 8224d39889c..e5960ae7f25 100644 --- a/advisories/unreviewed/2023/04/GHSA-5xq8-426f-cm7h/GHSA-5xq8-426f-cm7h.json +++ b/advisories/unreviewed/2023/04/GHSA-5xq8-426f-cm7h/GHSA-5xq8-426f-cm7h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5xr8-j973-j64p/GHSA-5xr8-j973-j64p.json b/advisories/unreviewed/2023/04/GHSA-5xr8-j973-j64p/GHSA-5xr8-j973-j64p.json index 1aa7a2c63a2..703b70139b8 100644 --- a/advisories/unreviewed/2023/04/GHSA-5xr8-j973-j64p/GHSA-5xr8-j973-j64p.json +++ b/advisories/unreviewed/2023/04/GHSA-5xr8-j973-j64p/GHSA-5xr8-j973-j64p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-5xv3-5g2v-7mf4/GHSA-5xv3-5g2v-7mf4.json b/advisories/unreviewed/2023/04/GHSA-5xv3-5g2v-7mf4/GHSA-5xv3-5g2v-7mf4.json index 86f35d6bd6e..e696c83d06a 100644 --- a/advisories/unreviewed/2023/04/GHSA-5xv3-5g2v-7mf4/GHSA-5xv3-5g2v-7mf4.json +++ b/advisories/unreviewed/2023/04/GHSA-5xv3-5g2v-7mf4/GHSA-5xv3-5g2v-7mf4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-62mx-2499-jrm4/GHSA-62mx-2499-jrm4.json b/advisories/unreviewed/2023/04/GHSA-62mx-2499-jrm4/GHSA-62mx-2499-jrm4.json index a3c918717ed..34d73598acd 100644 --- a/advisories/unreviewed/2023/04/GHSA-62mx-2499-jrm4/GHSA-62mx-2499-jrm4.json +++ b/advisories/unreviewed/2023/04/GHSA-62mx-2499-jrm4/GHSA-62mx-2499-jrm4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-63j8-q3xx-g3c2/GHSA-63j8-q3xx-g3c2.json b/advisories/unreviewed/2023/04/GHSA-63j8-q3xx-g3c2/GHSA-63j8-q3xx-g3c2.json index 4fec534de03..caac1ed05bc 100644 --- a/advisories/unreviewed/2023/04/GHSA-63j8-q3xx-g3c2/GHSA-63j8-q3xx-g3c2.json +++ b/advisories/unreviewed/2023/04/GHSA-63j8-q3xx-g3c2/GHSA-63j8-q3xx-g3c2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-63jf-339p-rvpm/GHSA-63jf-339p-rvpm.json b/advisories/unreviewed/2023/04/GHSA-63jf-339p-rvpm/GHSA-63jf-339p-rvpm.json index cf599926fe9..8b09470378c 100644 --- a/advisories/unreviewed/2023/04/GHSA-63jf-339p-rvpm/GHSA-63jf-339p-rvpm.json +++ b/advisories/unreviewed/2023/04/GHSA-63jf-339p-rvpm/GHSA-63jf-339p-rvpm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-63v8-hp52-m7gh/GHSA-63v8-hp52-m7gh.json b/advisories/unreviewed/2023/04/GHSA-63v8-hp52-m7gh/GHSA-63v8-hp52-m7gh.json index 085c95cba28..ae3542a7e65 100644 --- a/advisories/unreviewed/2023/04/GHSA-63v8-hp52-m7gh/GHSA-63v8-hp52-m7gh.json +++ b/advisories/unreviewed/2023/04/GHSA-63v8-hp52-m7gh/GHSA-63v8-hp52-m7gh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6453-4vff-qg82/GHSA-6453-4vff-qg82.json b/advisories/unreviewed/2023/04/GHSA-6453-4vff-qg82/GHSA-6453-4vff-qg82.json index ae6bb52d1ab..7407af1cb5b 100644 --- a/advisories/unreviewed/2023/04/GHSA-6453-4vff-qg82/GHSA-6453-4vff-qg82.json +++ b/advisories/unreviewed/2023/04/GHSA-6453-4vff-qg82/GHSA-6453-4vff-qg82.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6593-25jw-qmhp/GHSA-6593-25jw-qmhp.json b/advisories/unreviewed/2023/04/GHSA-6593-25jw-qmhp/GHSA-6593-25jw-qmhp.json index 9e89b17c0fa..f4a1f590914 100644 --- a/advisories/unreviewed/2023/04/GHSA-6593-25jw-qmhp/GHSA-6593-25jw-qmhp.json +++ b/advisories/unreviewed/2023/04/GHSA-6593-25jw-qmhp/GHSA-6593-25jw-qmhp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-65m5-hmp6-qgjx/GHSA-65m5-hmp6-qgjx.json b/advisories/unreviewed/2023/04/GHSA-65m5-hmp6-qgjx/GHSA-65m5-hmp6-qgjx.json index c611891e99f..c1f899fe943 100644 --- a/advisories/unreviewed/2023/04/GHSA-65m5-hmp6-qgjx/GHSA-65m5-hmp6-qgjx.json +++ b/advisories/unreviewed/2023/04/GHSA-65m5-hmp6-qgjx/GHSA-65m5-hmp6-qgjx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-65vp-436r-q4g3/GHSA-65vp-436r-q4g3.json b/advisories/unreviewed/2023/04/GHSA-65vp-436r-q4g3/GHSA-65vp-436r-q4g3.json index 9b257cf7b98..11e106a3f59 100644 --- a/advisories/unreviewed/2023/04/GHSA-65vp-436r-q4g3/GHSA-65vp-436r-q4g3.json +++ b/advisories/unreviewed/2023/04/GHSA-65vp-436r-q4g3/GHSA-65vp-436r-q4g3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-666p-hwqx-vc2f/GHSA-666p-hwqx-vc2f.json b/advisories/unreviewed/2023/04/GHSA-666p-hwqx-vc2f/GHSA-666p-hwqx-vc2f.json index cce231a2a53..5ce1dc55a00 100644 --- a/advisories/unreviewed/2023/04/GHSA-666p-hwqx-vc2f/GHSA-666p-hwqx-vc2f.json +++ b/advisories/unreviewed/2023/04/GHSA-666p-hwqx-vc2f/GHSA-666p-hwqx-vc2f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-668p-6wx6-xp5r/GHSA-668p-6wx6-xp5r.json b/advisories/unreviewed/2023/04/GHSA-668p-6wx6-xp5r/GHSA-668p-6wx6-xp5r.json index e24fe7a474a..6462b1adf45 100644 --- a/advisories/unreviewed/2023/04/GHSA-668p-6wx6-xp5r/GHSA-668p-6wx6-xp5r.json +++ b/advisories/unreviewed/2023/04/GHSA-668p-6wx6-xp5r/GHSA-668p-6wx6-xp5r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-66cv-679x-3ffv/GHSA-66cv-679x-3ffv.json b/advisories/unreviewed/2023/04/GHSA-66cv-679x-3ffv/GHSA-66cv-679x-3ffv.json index 1f30da6fa9c..e3c6f316994 100644 --- a/advisories/unreviewed/2023/04/GHSA-66cv-679x-3ffv/GHSA-66cv-679x-3ffv.json +++ b/advisories/unreviewed/2023/04/GHSA-66cv-679x-3ffv/GHSA-66cv-679x-3ffv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-66mg-wfxj-x3xv/GHSA-66mg-wfxj-x3xv.json b/advisories/unreviewed/2023/04/GHSA-66mg-wfxj-x3xv/GHSA-66mg-wfxj-x3xv.json index f55e538fccb..ca4f909888c 100644 --- a/advisories/unreviewed/2023/04/GHSA-66mg-wfxj-x3xv/GHSA-66mg-wfxj-x3xv.json +++ b/advisories/unreviewed/2023/04/GHSA-66mg-wfxj-x3xv/GHSA-66mg-wfxj-x3xv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6783-6wx3-fm82/GHSA-6783-6wx3-fm82.json b/advisories/unreviewed/2023/04/GHSA-6783-6wx3-fm82/GHSA-6783-6wx3-fm82.json index 99ae7a2e310..bcdf8157448 100644 --- a/advisories/unreviewed/2023/04/GHSA-6783-6wx3-fm82/GHSA-6783-6wx3-fm82.json +++ b/advisories/unreviewed/2023/04/GHSA-6783-6wx3-fm82/GHSA-6783-6wx3-fm82.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6839-c3r9-mm92/GHSA-6839-c3r9-mm92.json b/advisories/unreviewed/2023/04/GHSA-6839-c3r9-mm92/GHSA-6839-c3r9-mm92.json index 356d907ad6e..1763237651b 100644 --- a/advisories/unreviewed/2023/04/GHSA-6839-c3r9-mm92/GHSA-6839-c3r9-mm92.json +++ b/advisories/unreviewed/2023/04/GHSA-6839-c3r9-mm92/GHSA-6839-c3r9-mm92.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-686h-ccw2-cmvc/GHSA-686h-ccw2-cmvc.json b/advisories/unreviewed/2023/04/GHSA-686h-ccw2-cmvc/GHSA-686h-ccw2-cmvc.json index e2d552c52a4..384dece7c9c 100644 --- a/advisories/unreviewed/2023/04/GHSA-686h-ccw2-cmvc/GHSA-686h-ccw2-cmvc.json +++ b/advisories/unreviewed/2023/04/GHSA-686h-ccw2-cmvc/GHSA-686h-ccw2-cmvc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-68m3-6vwr-7qfx/GHSA-68m3-6vwr-7qfx.json b/advisories/unreviewed/2023/04/GHSA-68m3-6vwr-7qfx/GHSA-68m3-6vwr-7qfx.json index 9a5fef3dd64..3762b93bc6f 100644 --- a/advisories/unreviewed/2023/04/GHSA-68m3-6vwr-7qfx/GHSA-68m3-6vwr-7qfx.json +++ b/advisories/unreviewed/2023/04/GHSA-68m3-6vwr-7qfx/GHSA-68m3-6vwr-7qfx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-69vx-3fgc-566q/GHSA-69vx-3fgc-566q.json b/advisories/unreviewed/2023/04/GHSA-69vx-3fgc-566q/GHSA-69vx-3fgc-566q.json index eaf13c912b5..f07e074978d 100644 --- a/advisories/unreviewed/2023/04/GHSA-69vx-3fgc-566q/GHSA-69vx-3fgc-566q.json +++ b/advisories/unreviewed/2023/04/GHSA-69vx-3fgc-566q/GHSA-69vx-3fgc-566q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-6f32-4mw9-g5w4/GHSA-6f32-4mw9-g5w4.json b/advisories/unreviewed/2023/04/GHSA-6f32-4mw9-g5w4/GHSA-6f32-4mw9-g5w4.json index b5675c571b5..cbb1e6789ad 100644 --- a/advisories/unreviewed/2023/04/GHSA-6f32-4mw9-g5w4/GHSA-6f32-4mw9-g5w4.json +++ b/advisories/unreviewed/2023/04/GHSA-6f32-4mw9-g5w4/GHSA-6f32-4mw9-g5w4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6f3c-6h7q-9v52/GHSA-6f3c-6h7q-9v52.json b/advisories/unreviewed/2023/04/GHSA-6f3c-6h7q-9v52/GHSA-6f3c-6h7q-9v52.json index 9fe075b5f4b..cfb7e7d4661 100644 --- a/advisories/unreviewed/2023/04/GHSA-6f3c-6h7q-9v52/GHSA-6f3c-6h7q-9v52.json +++ b/advisories/unreviewed/2023/04/GHSA-6f3c-6h7q-9v52/GHSA-6f3c-6h7q-9v52.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6f4x-x656-q884/GHSA-6f4x-x656-q884.json b/advisories/unreviewed/2023/04/GHSA-6f4x-x656-q884/GHSA-6f4x-x656-q884.json index ac5db2168ca..56052e071d7 100644 --- a/advisories/unreviewed/2023/04/GHSA-6f4x-x656-q884/GHSA-6f4x-x656-q884.json +++ b/advisories/unreviewed/2023/04/GHSA-6f4x-x656-q884/GHSA-6f4x-x656-q884.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6fqg-j6g5-mh37/GHSA-6fqg-j6g5-mh37.json b/advisories/unreviewed/2023/04/GHSA-6fqg-j6g5-mh37/GHSA-6fqg-j6g5-mh37.json index 53c922bbb26..31f87f23dfe 100644 --- a/advisories/unreviewed/2023/04/GHSA-6fqg-j6g5-mh37/GHSA-6fqg-j6g5-mh37.json +++ b/advisories/unreviewed/2023/04/GHSA-6fqg-j6g5-mh37/GHSA-6fqg-j6g5-mh37.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6hg3-j36j-p5w9/GHSA-6hg3-j36j-p5w9.json b/advisories/unreviewed/2023/04/GHSA-6hg3-j36j-p5w9/GHSA-6hg3-j36j-p5w9.json index 44b4c0a663b..89cc73be66b 100644 --- a/advisories/unreviewed/2023/04/GHSA-6hg3-j36j-p5w9/GHSA-6hg3-j36j-p5w9.json +++ b/advisories/unreviewed/2023/04/GHSA-6hg3-j36j-p5w9/GHSA-6hg3-j36j-p5w9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6jx7-59gp-6894/GHSA-6jx7-59gp-6894.json b/advisories/unreviewed/2023/04/GHSA-6jx7-59gp-6894/GHSA-6jx7-59gp-6894.json index 16402b993e4..17449721d32 100644 --- a/advisories/unreviewed/2023/04/GHSA-6jx7-59gp-6894/GHSA-6jx7-59gp-6894.json +++ b/advisories/unreviewed/2023/04/GHSA-6jx7-59gp-6894/GHSA-6jx7-59gp-6894.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6mjq-9p26-vg33/GHSA-6mjq-9p26-vg33.json b/advisories/unreviewed/2023/04/GHSA-6mjq-9p26-vg33/GHSA-6mjq-9p26-vg33.json index ee1321574aa..b0f7ea2731b 100644 --- a/advisories/unreviewed/2023/04/GHSA-6mjq-9p26-vg33/GHSA-6mjq-9p26-vg33.json +++ b/advisories/unreviewed/2023/04/GHSA-6mjq-9p26-vg33/GHSA-6mjq-9p26-vg33.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6mmp-j4hv-4xjc/GHSA-6mmp-j4hv-4xjc.json b/advisories/unreviewed/2023/04/GHSA-6mmp-j4hv-4xjc/GHSA-6mmp-j4hv-4xjc.json index 92b4e965b95..7d3a469a324 100644 --- a/advisories/unreviewed/2023/04/GHSA-6mmp-j4hv-4xjc/GHSA-6mmp-j4hv-4xjc.json +++ b/advisories/unreviewed/2023/04/GHSA-6mmp-j4hv-4xjc/GHSA-6mmp-j4hv-4xjc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-6p7r-3f3w-fj8c/GHSA-6p7r-3f3w-fj8c.json b/advisories/unreviewed/2023/04/GHSA-6p7r-3f3w-fj8c/GHSA-6p7r-3f3w-fj8c.json index bba30686db5..ad1a2029514 100644 --- a/advisories/unreviewed/2023/04/GHSA-6p7r-3f3w-fj8c/GHSA-6p7r-3f3w-fj8c.json +++ b/advisories/unreviewed/2023/04/GHSA-6p7r-3f3w-fj8c/GHSA-6p7r-3f3w-fj8c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6ppc-xr55-mcvf/GHSA-6ppc-xr55-mcvf.json b/advisories/unreviewed/2023/04/GHSA-6ppc-xr55-mcvf/GHSA-6ppc-xr55-mcvf.json index 5e608fa4c4d..db82f0520c0 100644 --- a/advisories/unreviewed/2023/04/GHSA-6ppc-xr55-mcvf/GHSA-6ppc-xr55-mcvf.json +++ b/advisories/unreviewed/2023/04/GHSA-6ppc-xr55-mcvf/GHSA-6ppc-xr55-mcvf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-6pw8-5p8j-m67x/GHSA-6pw8-5p8j-m67x.json b/advisories/unreviewed/2023/04/GHSA-6pw8-5p8j-m67x/GHSA-6pw8-5p8j-m67x.json index 3f9c7233189..0d01fef18b7 100644 --- a/advisories/unreviewed/2023/04/GHSA-6pw8-5p8j-m67x/GHSA-6pw8-5p8j-m67x.json +++ b/advisories/unreviewed/2023/04/GHSA-6pw8-5p8j-m67x/GHSA-6pw8-5p8j-m67x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6v8r-893r-3f27/GHSA-6v8r-893r-3f27.json b/advisories/unreviewed/2023/04/GHSA-6v8r-893r-3f27/GHSA-6v8r-893r-3f27.json index ee3c664c492..392aa759769 100644 --- a/advisories/unreviewed/2023/04/GHSA-6v8r-893r-3f27/GHSA-6v8r-893r-3f27.json +++ b/advisories/unreviewed/2023/04/GHSA-6v8r-893r-3f27/GHSA-6v8r-893r-3f27.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6vwg-w32r-x8wm/GHSA-6vwg-w32r-x8wm.json b/advisories/unreviewed/2023/04/GHSA-6vwg-w32r-x8wm/GHSA-6vwg-w32r-x8wm.json index d0a22ad3455..0695fd599de 100644 --- a/advisories/unreviewed/2023/04/GHSA-6vwg-w32r-x8wm/GHSA-6vwg-w32r-x8wm.json +++ b/advisories/unreviewed/2023/04/GHSA-6vwg-w32r-x8wm/GHSA-6vwg-w32r-x8wm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-6x2x-jvcm-q6gr/GHSA-6x2x-jvcm-q6gr.json b/advisories/unreviewed/2023/04/GHSA-6x2x-jvcm-q6gr/GHSA-6x2x-jvcm-q6gr.json index cc0ed7c6884..f28faafcbf6 100644 --- a/advisories/unreviewed/2023/04/GHSA-6x2x-jvcm-q6gr/GHSA-6x2x-jvcm-q6gr.json +++ b/advisories/unreviewed/2023/04/GHSA-6x2x-jvcm-q6gr/GHSA-6x2x-jvcm-q6gr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-72r2-x2w6-j5c9/GHSA-72r2-x2w6-j5c9.json b/advisories/unreviewed/2023/04/GHSA-72r2-x2w6-j5c9/GHSA-72r2-x2w6-j5c9.json index 160066e3326..428caef7d8c 100644 --- a/advisories/unreviewed/2023/04/GHSA-72r2-x2w6-j5c9/GHSA-72r2-x2w6-j5c9.json +++ b/advisories/unreviewed/2023/04/GHSA-72r2-x2w6-j5c9/GHSA-72r2-x2w6-j5c9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-737h-r3q7-c58r/GHSA-737h-r3q7-c58r.json b/advisories/unreviewed/2023/04/GHSA-737h-r3q7-c58r/GHSA-737h-r3q7-c58r.json index baa582892d8..21bda88d339 100644 --- a/advisories/unreviewed/2023/04/GHSA-737h-r3q7-c58r/GHSA-737h-r3q7-c58r.json +++ b/advisories/unreviewed/2023/04/GHSA-737h-r3q7-c58r/GHSA-737h-r3q7-c58r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7449-82rg-56m7/GHSA-7449-82rg-56m7.json b/advisories/unreviewed/2023/04/GHSA-7449-82rg-56m7/GHSA-7449-82rg-56m7.json index c144e463927..ddbb38a434e 100644 --- a/advisories/unreviewed/2023/04/GHSA-7449-82rg-56m7/GHSA-7449-82rg-56m7.json +++ b/advisories/unreviewed/2023/04/GHSA-7449-82rg-56m7/GHSA-7449-82rg-56m7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-749h-rrm4-w97r/GHSA-749h-rrm4-w97r.json b/advisories/unreviewed/2023/04/GHSA-749h-rrm4-w97r/GHSA-749h-rrm4-w97r.json index f5adda78735..ea05ab7b75c 100644 --- a/advisories/unreviewed/2023/04/GHSA-749h-rrm4-w97r/GHSA-749h-rrm4-w97r.json +++ b/advisories/unreviewed/2023/04/GHSA-749h-rrm4-w97r/GHSA-749h-rrm4-w97r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7546-wrqf-3fph/GHSA-7546-wrqf-3fph.json b/advisories/unreviewed/2023/04/GHSA-7546-wrqf-3fph/GHSA-7546-wrqf-3fph.json index b963effa727..9e6ced40a99 100644 --- a/advisories/unreviewed/2023/04/GHSA-7546-wrqf-3fph/GHSA-7546-wrqf-3fph.json +++ b/advisories/unreviewed/2023/04/GHSA-7546-wrqf-3fph/GHSA-7546-wrqf-3fph.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-76vv-65xc-fv9q/GHSA-76vv-65xc-fv9q.json b/advisories/unreviewed/2023/04/GHSA-76vv-65xc-fv9q/GHSA-76vv-65xc-fv9q.json index d98fbe1f0da..bc1b67fada7 100644 --- a/advisories/unreviewed/2023/04/GHSA-76vv-65xc-fv9q/GHSA-76vv-65xc-fv9q.json +++ b/advisories/unreviewed/2023/04/GHSA-76vv-65xc-fv9q/GHSA-76vv-65xc-fv9q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-7732-hqr2-cr7r/GHSA-7732-hqr2-cr7r.json b/advisories/unreviewed/2023/04/GHSA-7732-hqr2-cr7r/GHSA-7732-hqr2-cr7r.json index 4c2dc346439..437500b81ef 100644 --- a/advisories/unreviewed/2023/04/GHSA-7732-hqr2-cr7r/GHSA-7732-hqr2-cr7r.json +++ b/advisories/unreviewed/2023/04/GHSA-7732-hqr2-cr7r/GHSA-7732-hqr2-cr7r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7774-p5v6-hf2q/GHSA-7774-p5v6-hf2q.json b/advisories/unreviewed/2023/04/GHSA-7774-p5v6-hf2q/GHSA-7774-p5v6-hf2q.json index 16cd08868fe..9e57aef648c 100644 --- a/advisories/unreviewed/2023/04/GHSA-7774-p5v6-hf2q/GHSA-7774-p5v6-hf2q.json +++ b/advisories/unreviewed/2023/04/GHSA-7774-p5v6-hf2q/GHSA-7774-p5v6-hf2q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-77h9-8376-2q7w/GHSA-77h9-8376-2q7w.json b/advisories/unreviewed/2023/04/GHSA-77h9-8376-2q7w/GHSA-77h9-8376-2q7w.json index f2b7c6ae84b..338a675d13b 100644 --- a/advisories/unreviewed/2023/04/GHSA-77h9-8376-2q7w/GHSA-77h9-8376-2q7w.json +++ b/advisories/unreviewed/2023/04/GHSA-77h9-8376-2q7w/GHSA-77h9-8376-2q7w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-77m5-rm2p-m2qh/GHSA-77m5-rm2p-m2qh.json b/advisories/unreviewed/2023/04/GHSA-77m5-rm2p-m2qh/GHSA-77m5-rm2p-m2qh.json index b979c8b04c7..9378e1870aa 100644 --- a/advisories/unreviewed/2023/04/GHSA-77m5-rm2p-m2qh/GHSA-77m5-rm2p-m2qh.json +++ b/advisories/unreviewed/2023/04/GHSA-77m5-rm2p-m2qh/GHSA-77m5-rm2p-m2qh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7824-x6vq-p8mj/GHSA-7824-x6vq-p8mj.json b/advisories/unreviewed/2023/04/GHSA-7824-x6vq-p8mj/GHSA-7824-x6vq-p8mj.json index a814372b6b4..97853bf9a18 100644 --- a/advisories/unreviewed/2023/04/GHSA-7824-x6vq-p8mj/GHSA-7824-x6vq-p8mj.json +++ b/advisories/unreviewed/2023/04/GHSA-7824-x6vq-p8mj/GHSA-7824-x6vq-p8mj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-786p-jmmh-gc9x/GHSA-786p-jmmh-gc9x.json b/advisories/unreviewed/2023/04/GHSA-786p-jmmh-gc9x/GHSA-786p-jmmh-gc9x.json index b42d9bfeb35..88bc975a3c1 100644 --- a/advisories/unreviewed/2023/04/GHSA-786p-jmmh-gc9x/GHSA-786p-jmmh-gc9x.json +++ b/advisories/unreviewed/2023/04/GHSA-786p-jmmh-gc9x/GHSA-786p-jmmh-gc9x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-787r-6wxc-cg5f/GHSA-787r-6wxc-cg5f.json b/advisories/unreviewed/2023/04/GHSA-787r-6wxc-cg5f/GHSA-787r-6wxc-cg5f.json index c28d218fe5a..e9301300275 100644 --- a/advisories/unreviewed/2023/04/GHSA-787r-6wxc-cg5f/GHSA-787r-6wxc-cg5f.json +++ b/advisories/unreviewed/2023/04/GHSA-787r-6wxc-cg5f/GHSA-787r-6wxc-cg5f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-78gc-x3r7-4g3p/GHSA-78gc-x3r7-4g3p.json b/advisories/unreviewed/2023/04/GHSA-78gc-x3r7-4g3p/GHSA-78gc-x3r7-4g3p.json index 69203e4cd50..0e0f15c52b1 100644 --- a/advisories/unreviewed/2023/04/GHSA-78gc-x3r7-4g3p/GHSA-78gc-x3r7-4g3p.json +++ b/advisories/unreviewed/2023/04/GHSA-78gc-x3r7-4g3p/GHSA-78gc-x3r7-4g3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-78m2-q358-37wh/GHSA-78m2-q358-37wh.json b/advisories/unreviewed/2023/04/GHSA-78m2-q358-37wh/GHSA-78m2-q358-37wh.json index 16d6f67decb..6bd93decf3a 100644 --- a/advisories/unreviewed/2023/04/GHSA-78m2-q358-37wh/GHSA-78m2-q358-37wh.json +++ b/advisories/unreviewed/2023/04/GHSA-78m2-q358-37wh/GHSA-78m2-q358-37wh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-78m5-76hf-68gx/GHSA-78m5-76hf-68gx.json b/advisories/unreviewed/2023/04/GHSA-78m5-76hf-68gx/GHSA-78m5-76hf-68gx.json index eaaa02276fb..08494c21ddc 100644 --- a/advisories/unreviewed/2023/04/GHSA-78m5-76hf-68gx/GHSA-78m5-76hf-68gx.json +++ b/advisories/unreviewed/2023/04/GHSA-78m5-76hf-68gx/GHSA-78m5-76hf-68gx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7946-5rp5-f5v2/GHSA-7946-5rp5-f5v2.json b/advisories/unreviewed/2023/04/GHSA-7946-5rp5-f5v2/GHSA-7946-5rp5-f5v2.json index 32930721dcd..667a5087168 100644 --- a/advisories/unreviewed/2023/04/GHSA-7946-5rp5-f5v2/GHSA-7946-5rp5-f5v2.json +++ b/advisories/unreviewed/2023/04/GHSA-7946-5rp5-f5v2/GHSA-7946-5rp5-f5v2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-79qc-cqh8-5jjg/GHSA-79qc-cqh8-5jjg.json b/advisories/unreviewed/2023/04/GHSA-79qc-cqh8-5jjg/GHSA-79qc-cqh8-5jjg.json index d28db67d402..15a449deffc 100644 --- a/advisories/unreviewed/2023/04/GHSA-79qc-cqh8-5jjg/GHSA-79qc-cqh8-5jjg.json +++ b/advisories/unreviewed/2023/04/GHSA-79qc-cqh8-5jjg/GHSA-79qc-cqh8-5jjg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7cvx-rp2m-hppp/GHSA-7cvx-rp2m-hppp.json b/advisories/unreviewed/2023/04/GHSA-7cvx-rp2m-hppp/GHSA-7cvx-rp2m-hppp.json index 349e1cbc50f..fa844452846 100644 --- a/advisories/unreviewed/2023/04/GHSA-7cvx-rp2m-hppp/GHSA-7cvx-rp2m-hppp.json +++ b/advisories/unreviewed/2023/04/GHSA-7cvx-rp2m-hppp/GHSA-7cvx-rp2m-hppp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7fxf-7hhf-p98c/GHSA-7fxf-7hhf-p98c.json b/advisories/unreviewed/2023/04/GHSA-7fxf-7hhf-p98c/GHSA-7fxf-7hhf-p98c.json index 4b1a6461a56..dd44b4ca17f 100644 --- a/advisories/unreviewed/2023/04/GHSA-7fxf-7hhf-p98c/GHSA-7fxf-7hhf-p98c.json +++ b/advisories/unreviewed/2023/04/GHSA-7fxf-7hhf-p98c/GHSA-7fxf-7hhf-p98c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-7gcr-m3c2-5x75/GHSA-7gcr-m3c2-5x75.json b/advisories/unreviewed/2023/04/GHSA-7gcr-m3c2-5x75/GHSA-7gcr-m3c2-5x75.json index 9d8aa21dc4c..5fc77f3c6d9 100644 --- a/advisories/unreviewed/2023/04/GHSA-7gcr-m3c2-5x75/GHSA-7gcr-m3c2-5x75.json +++ b/advisories/unreviewed/2023/04/GHSA-7gcr-m3c2-5x75/GHSA-7gcr-m3c2-5x75.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7hj8-jhx6-3q6v/GHSA-7hj8-jhx6-3q6v.json b/advisories/unreviewed/2023/04/GHSA-7hj8-jhx6-3q6v/GHSA-7hj8-jhx6-3q6v.json index f6ec11b05a0..0f836e7309f 100644 --- a/advisories/unreviewed/2023/04/GHSA-7hj8-jhx6-3q6v/GHSA-7hj8-jhx6-3q6v.json +++ b/advisories/unreviewed/2023/04/GHSA-7hj8-jhx6-3q6v/GHSA-7hj8-jhx6-3q6v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-7hpc-6gxc-8w7q/GHSA-7hpc-6gxc-8w7q.json b/advisories/unreviewed/2023/04/GHSA-7hpc-6gxc-8w7q/GHSA-7hpc-6gxc-8w7q.json index 3e8ac44e91d..bebc1f57bc8 100644 --- a/advisories/unreviewed/2023/04/GHSA-7hpc-6gxc-8w7q/GHSA-7hpc-6gxc-8w7q.json +++ b/advisories/unreviewed/2023/04/GHSA-7hpc-6gxc-8w7q/GHSA-7hpc-6gxc-8w7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7j3f-wvvj-48p5/GHSA-7j3f-wvvj-48p5.json b/advisories/unreviewed/2023/04/GHSA-7j3f-wvvj-48p5/GHSA-7j3f-wvvj-48p5.json index 4aa30ca6a87..eeb1d5c4144 100644 --- a/advisories/unreviewed/2023/04/GHSA-7j3f-wvvj-48p5/GHSA-7j3f-wvvj-48p5.json +++ b/advisories/unreviewed/2023/04/GHSA-7j3f-wvvj-48p5/GHSA-7j3f-wvvj-48p5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-7jcg-727g-q56v/GHSA-7jcg-727g-q56v.json b/advisories/unreviewed/2023/04/GHSA-7jcg-727g-q56v/GHSA-7jcg-727g-q56v.json index e2ccf6adf6e..3118e0f58bb 100644 --- a/advisories/unreviewed/2023/04/GHSA-7jcg-727g-q56v/GHSA-7jcg-727g-q56v.json +++ b/advisories/unreviewed/2023/04/GHSA-7jcg-727g-q56v/GHSA-7jcg-727g-q56v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-7m47-393h-xm3q/GHSA-7m47-393h-xm3q.json b/advisories/unreviewed/2023/04/GHSA-7m47-393h-xm3q/GHSA-7m47-393h-xm3q.json index 870589165a1..37cd8b30fda 100644 --- a/advisories/unreviewed/2023/04/GHSA-7m47-393h-xm3q/GHSA-7m47-393h-xm3q.json +++ b/advisories/unreviewed/2023/04/GHSA-7m47-393h-xm3q/GHSA-7m47-393h-xm3q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7qh6-7gxc-2q62/GHSA-7qh6-7gxc-2q62.json b/advisories/unreviewed/2023/04/GHSA-7qh6-7gxc-2q62/GHSA-7qh6-7gxc-2q62.json index c2989cd5a5a..d686c973acf 100644 --- a/advisories/unreviewed/2023/04/GHSA-7qh6-7gxc-2q62/GHSA-7qh6-7gxc-2q62.json +++ b/advisories/unreviewed/2023/04/GHSA-7qh6-7gxc-2q62/GHSA-7qh6-7gxc-2q62.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7qpc-pm8w-mgv5/GHSA-7qpc-pm8w-mgv5.json b/advisories/unreviewed/2023/04/GHSA-7qpc-pm8w-mgv5/GHSA-7qpc-pm8w-mgv5.json index 9972e4da649..bb983653d48 100644 --- a/advisories/unreviewed/2023/04/GHSA-7qpc-pm8w-mgv5/GHSA-7qpc-pm8w-mgv5.json +++ b/advisories/unreviewed/2023/04/GHSA-7qpc-pm8w-mgv5/GHSA-7qpc-pm8w-mgv5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7r5m-2rp9-gxvf/GHSA-7r5m-2rp9-gxvf.json b/advisories/unreviewed/2023/04/GHSA-7r5m-2rp9-gxvf/GHSA-7r5m-2rp9-gxvf.json index 2b6b50750f7..0c40af424b2 100644 --- a/advisories/unreviewed/2023/04/GHSA-7r5m-2rp9-gxvf/GHSA-7r5m-2rp9-gxvf.json +++ b/advisories/unreviewed/2023/04/GHSA-7r5m-2rp9-gxvf/GHSA-7r5m-2rp9-gxvf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7w4f-pxm2-64j9/GHSA-7w4f-pxm2-64j9.json b/advisories/unreviewed/2023/04/GHSA-7w4f-pxm2-64j9/GHSA-7w4f-pxm2-64j9.json index e848d3bd408..bedeba583aa 100644 --- a/advisories/unreviewed/2023/04/GHSA-7w4f-pxm2-64j9/GHSA-7w4f-pxm2-64j9.json +++ b/advisories/unreviewed/2023/04/GHSA-7w4f-pxm2-64j9/GHSA-7w4f-pxm2-64j9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7w5f-wcvc-3cgw/GHSA-7w5f-wcvc-3cgw.json b/advisories/unreviewed/2023/04/GHSA-7w5f-wcvc-3cgw/GHSA-7w5f-wcvc-3cgw.json index 07e485a11dd..00b153d38e1 100644 --- a/advisories/unreviewed/2023/04/GHSA-7w5f-wcvc-3cgw/GHSA-7w5f-wcvc-3cgw.json +++ b/advisories/unreviewed/2023/04/GHSA-7w5f-wcvc-3cgw/GHSA-7w5f-wcvc-3cgw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7wmg-x766-p46q/GHSA-7wmg-x766-p46q.json b/advisories/unreviewed/2023/04/GHSA-7wmg-x766-p46q/GHSA-7wmg-x766-p46q.json index e3e57df883f..e7e2fb1f7ea 100644 --- a/advisories/unreviewed/2023/04/GHSA-7wmg-x766-p46q/GHSA-7wmg-x766-p46q.json +++ b/advisories/unreviewed/2023/04/GHSA-7wmg-x766-p46q/GHSA-7wmg-x766-p46q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-7x7c-2rvc-69fh/GHSA-7x7c-2rvc-69fh.json b/advisories/unreviewed/2023/04/GHSA-7x7c-2rvc-69fh/GHSA-7x7c-2rvc-69fh.json index 7403e94e3fe..fffc8b8b371 100644 --- a/advisories/unreviewed/2023/04/GHSA-7x7c-2rvc-69fh/GHSA-7x7c-2rvc-69fh.json +++ b/advisories/unreviewed/2023/04/GHSA-7x7c-2rvc-69fh/GHSA-7x7c-2rvc-69fh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-8273-q4gg-6jm9/GHSA-8273-q4gg-6jm9.json b/advisories/unreviewed/2023/04/GHSA-8273-q4gg-6jm9/GHSA-8273-q4gg-6jm9.json index 5ed3979e547..fc1199e872d 100644 --- a/advisories/unreviewed/2023/04/GHSA-8273-q4gg-6jm9/GHSA-8273-q4gg-6jm9.json +++ b/advisories/unreviewed/2023/04/GHSA-8273-q4gg-6jm9/GHSA-8273-q4gg-6jm9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-83w8-56qx-9vq7/GHSA-83w8-56qx-9vq7.json b/advisories/unreviewed/2023/04/GHSA-83w8-56qx-9vq7/GHSA-83w8-56qx-9vq7.json index 0db0c868249..93576090d5f 100644 --- a/advisories/unreviewed/2023/04/GHSA-83w8-56qx-9vq7/GHSA-83w8-56qx-9vq7.json +++ b/advisories/unreviewed/2023/04/GHSA-83w8-56qx-9vq7/GHSA-83w8-56qx-9vq7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-8495-rrmx-69vf/GHSA-8495-rrmx-69vf.json b/advisories/unreviewed/2023/04/GHSA-8495-rrmx-69vf/GHSA-8495-rrmx-69vf.json index 94776634394..fa19b616d15 100644 --- a/advisories/unreviewed/2023/04/GHSA-8495-rrmx-69vf/GHSA-8495-rrmx-69vf.json +++ b/advisories/unreviewed/2023/04/GHSA-8495-rrmx-69vf/GHSA-8495-rrmx-69vf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-84gj-xh42-wp59/GHSA-84gj-xh42-wp59.json b/advisories/unreviewed/2023/04/GHSA-84gj-xh42-wp59/GHSA-84gj-xh42-wp59.json index 11bf4d5f5e1..c1ab6c41f51 100644 --- a/advisories/unreviewed/2023/04/GHSA-84gj-xh42-wp59/GHSA-84gj-xh42-wp59.json +++ b/advisories/unreviewed/2023/04/GHSA-84gj-xh42-wp59/GHSA-84gj-xh42-wp59.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-84pv-v7vg-7784/GHSA-84pv-v7vg-7784.json b/advisories/unreviewed/2023/04/GHSA-84pv-v7vg-7784/GHSA-84pv-v7vg-7784.json index 19d302b3ccd..6cf3c9508ac 100644 --- a/advisories/unreviewed/2023/04/GHSA-84pv-v7vg-7784/GHSA-84pv-v7vg-7784.json +++ b/advisories/unreviewed/2023/04/GHSA-84pv-v7vg-7784/GHSA-84pv-v7vg-7784.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-853c-ppxj-xrv8/GHSA-853c-ppxj-xrv8.json b/advisories/unreviewed/2023/04/GHSA-853c-ppxj-xrv8/GHSA-853c-ppxj-xrv8.json index a1a7b45779c..f0ff4a0a820 100644 --- a/advisories/unreviewed/2023/04/GHSA-853c-ppxj-xrv8/GHSA-853c-ppxj-xrv8.json +++ b/advisories/unreviewed/2023/04/GHSA-853c-ppxj-xrv8/GHSA-853c-ppxj-xrv8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-85jf-pww6-rrgf/GHSA-85jf-pww6-rrgf.json b/advisories/unreviewed/2023/04/GHSA-85jf-pww6-rrgf/GHSA-85jf-pww6-rrgf.json index c2ae0596b60..0f778bb4379 100644 --- a/advisories/unreviewed/2023/04/GHSA-85jf-pww6-rrgf/GHSA-85jf-pww6-rrgf.json +++ b/advisories/unreviewed/2023/04/GHSA-85jf-pww6-rrgf/GHSA-85jf-pww6-rrgf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-85rv-559q-9c4r/GHSA-85rv-559q-9c4r.json b/advisories/unreviewed/2023/04/GHSA-85rv-559q-9c4r/GHSA-85rv-559q-9c4r.json index 6a3ee752f73..c6443e8cd0b 100644 --- a/advisories/unreviewed/2023/04/GHSA-85rv-559q-9c4r/GHSA-85rv-559q-9c4r.json +++ b/advisories/unreviewed/2023/04/GHSA-85rv-559q-9c4r/GHSA-85rv-559q-9c4r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-8683-hc58-cmgj/GHSA-8683-hc58-cmgj.json b/advisories/unreviewed/2023/04/GHSA-8683-hc58-cmgj/GHSA-8683-hc58-cmgj.json index 84963ac9eb1..782dd61c662 100644 --- a/advisories/unreviewed/2023/04/GHSA-8683-hc58-cmgj/GHSA-8683-hc58-cmgj.json +++ b/advisories/unreviewed/2023/04/GHSA-8683-hc58-cmgj/GHSA-8683-hc58-cmgj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-872w-8755-cjg5/GHSA-872w-8755-cjg5.json b/advisories/unreviewed/2023/04/GHSA-872w-8755-cjg5/GHSA-872w-8755-cjg5.json index bee4d2cd5f1..bf15a96c4c9 100644 --- a/advisories/unreviewed/2023/04/GHSA-872w-8755-cjg5/GHSA-872w-8755-cjg5.json +++ b/advisories/unreviewed/2023/04/GHSA-872w-8755-cjg5/GHSA-872w-8755-cjg5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-875j-rv7v-cvjq/GHSA-875j-rv7v-cvjq.json b/advisories/unreviewed/2023/04/GHSA-875j-rv7v-cvjq/GHSA-875j-rv7v-cvjq.json index a881a36a904..1997ac48dc3 100644 --- a/advisories/unreviewed/2023/04/GHSA-875j-rv7v-cvjq/GHSA-875j-rv7v-cvjq.json +++ b/advisories/unreviewed/2023/04/GHSA-875j-rv7v-cvjq/GHSA-875j-rv7v-cvjq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-88r9-vcj8-625f/GHSA-88r9-vcj8-625f.json b/advisories/unreviewed/2023/04/GHSA-88r9-vcj8-625f/GHSA-88r9-vcj8-625f.json index 018b45f2330..d0982a81739 100644 --- a/advisories/unreviewed/2023/04/GHSA-88r9-vcj8-625f/GHSA-88r9-vcj8-625f.json +++ b/advisories/unreviewed/2023/04/GHSA-88r9-vcj8-625f/GHSA-88r9-vcj8-625f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-8c47-529w-9h8f/GHSA-8c47-529w-9h8f.json b/advisories/unreviewed/2023/04/GHSA-8c47-529w-9h8f/GHSA-8c47-529w-9h8f.json index cbc8e9d5678..14ecba90a46 100644 --- a/advisories/unreviewed/2023/04/GHSA-8c47-529w-9h8f/GHSA-8c47-529w-9h8f.json +++ b/advisories/unreviewed/2023/04/GHSA-8c47-529w-9h8f/GHSA-8c47-529w-9h8f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-8cww-pr34-93r4/GHSA-8cww-pr34-93r4.json b/advisories/unreviewed/2023/04/GHSA-8cww-pr34-93r4/GHSA-8cww-pr34-93r4.json index 9722d136147..20afcaaf07a 100644 --- a/advisories/unreviewed/2023/04/GHSA-8cww-pr34-93r4/GHSA-8cww-pr34-93r4.json +++ b/advisories/unreviewed/2023/04/GHSA-8cww-pr34-93r4/GHSA-8cww-pr34-93r4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-8f45-7v32-jw8m/GHSA-8f45-7v32-jw8m.json b/advisories/unreviewed/2023/04/GHSA-8f45-7v32-jw8m/GHSA-8f45-7v32-jw8m.json index c6eeceee0b6..5dca66c6faf 100644 --- a/advisories/unreviewed/2023/04/GHSA-8f45-7v32-jw8m/GHSA-8f45-7v32-jw8m.json +++ b/advisories/unreviewed/2023/04/GHSA-8f45-7v32-jw8m/GHSA-8f45-7v32-jw8m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-8fpx-68qp-g9qc/GHSA-8fpx-68qp-g9qc.json b/advisories/unreviewed/2023/04/GHSA-8fpx-68qp-g9qc/GHSA-8fpx-68qp-g9qc.json index 69ecccebf28..254a67f4aa3 100644 --- a/advisories/unreviewed/2023/04/GHSA-8fpx-68qp-g9qc/GHSA-8fpx-68qp-g9qc.json +++ b/advisories/unreviewed/2023/04/GHSA-8fpx-68qp-g9qc/GHSA-8fpx-68qp-g9qc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-8gg3-qvw7-qmgm/GHSA-8gg3-qvw7-qmgm.json b/advisories/unreviewed/2023/04/GHSA-8gg3-qvw7-qmgm/GHSA-8gg3-qvw7-qmgm.json index 85ee8516194..3e879d4ec6d 100644 --- a/advisories/unreviewed/2023/04/GHSA-8gg3-qvw7-qmgm/GHSA-8gg3-qvw7-qmgm.json +++ b/advisories/unreviewed/2023/04/GHSA-8gg3-qvw7-qmgm/GHSA-8gg3-qvw7-qmgm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "WEB", diff --git a/advisories/unreviewed/2023/04/GHSA-8h9q-rgjv-v8p8/GHSA-8h9q-rgjv-v8p8.json b/advisories/unreviewed/2023/04/GHSA-8h9q-rgjv-v8p8/GHSA-8h9q-rgjv-v8p8.json index f6d506cc571..2eb7f604f41 100644 --- a/advisories/unreviewed/2023/04/GHSA-8h9q-rgjv-v8p8/GHSA-8h9q-rgjv-v8p8.json +++ b/advisories/unreviewed/2023/04/GHSA-8h9q-rgjv-v8p8/GHSA-8h9q-rgjv-v8p8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-8j4m-cfh3-2vc4/GHSA-8j4m-cfh3-2vc4.json b/advisories/unreviewed/2023/04/GHSA-8j4m-cfh3-2vc4/GHSA-8j4m-cfh3-2vc4.json index 83181662fdd..748c63d956f 100644 --- a/advisories/unreviewed/2023/04/GHSA-8j4m-cfh3-2vc4/GHSA-8j4m-cfh3-2vc4.json +++ b/advisories/unreviewed/2023/04/GHSA-8j4m-cfh3-2vc4/GHSA-8j4m-cfh3-2vc4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-8jc9-hrrw-xmcv/GHSA-8jc9-hrrw-xmcv.json b/advisories/unreviewed/2023/04/GHSA-8jc9-hrrw-xmcv/GHSA-8jc9-hrrw-xmcv.json index 536b8fd6b46..62e533a66ba 100644 --- a/advisories/unreviewed/2023/04/GHSA-8jc9-hrrw-xmcv/GHSA-8jc9-hrrw-xmcv.json +++ b/advisories/unreviewed/2023/04/GHSA-8jc9-hrrw-xmcv/GHSA-8jc9-hrrw-xmcv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-8mxx-2mx2-6738/GHSA-8mxx-2mx2-6738.json b/advisories/unreviewed/2023/04/GHSA-8mxx-2mx2-6738/GHSA-8mxx-2mx2-6738.json index 0b6370deada..3eef7c5f039 100644 --- a/advisories/unreviewed/2023/04/GHSA-8mxx-2mx2-6738/GHSA-8mxx-2mx2-6738.json +++ b/advisories/unreviewed/2023/04/GHSA-8mxx-2mx2-6738/GHSA-8mxx-2mx2-6738.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "WEB", diff --git a/advisories/unreviewed/2023/04/GHSA-8r98-9q2c-r66c/GHSA-8r98-9q2c-r66c.json b/advisories/unreviewed/2023/04/GHSA-8r98-9q2c-r66c/GHSA-8r98-9q2c-r66c.json index 6da5347caa2..9ad3c753813 100644 --- a/advisories/unreviewed/2023/04/GHSA-8r98-9q2c-r66c/GHSA-8r98-9q2c-r66c.json +++ b/advisories/unreviewed/2023/04/GHSA-8r98-9q2c-r66c/GHSA-8r98-9q2c-r66c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-8rcr-9q62-6h4p/GHSA-8rcr-9q62-6h4p.json b/advisories/unreviewed/2023/04/GHSA-8rcr-9q62-6h4p/GHSA-8rcr-9q62-6h4p.json index 949f1292916..78a8320632e 100644 --- a/advisories/unreviewed/2023/04/GHSA-8rcr-9q62-6h4p/GHSA-8rcr-9q62-6h4p.json +++ b/advisories/unreviewed/2023/04/GHSA-8rcr-9q62-6h4p/GHSA-8rcr-9q62-6h4p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-8vh6-crr8-5pf8/GHSA-8vh6-crr8-5pf8.json b/advisories/unreviewed/2023/04/GHSA-8vh6-crr8-5pf8/GHSA-8vh6-crr8-5pf8.json index 53a964493ca..66bf2d4f008 100644 --- a/advisories/unreviewed/2023/04/GHSA-8vh6-crr8-5pf8/GHSA-8vh6-crr8-5pf8.json +++ b/advisories/unreviewed/2023/04/GHSA-8vh6-crr8-5pf8/GHSA-8vh6-crr8-5pf8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-8xj6-cxx5-jf7j/GHSA-8xj6-cxx5-jf7j.json b/advisories/unreviewed/2023/04/GHSA-8xj6-cxx5-jf7j/GHSA-8xj6-cxx5-jf7j.json index 5c2b4def5f6..c5e96211e94 100644 --- a/advisories/unreviewed/2023/04/GHSA-8xj6-cxx5-jf7j/GHSA-8xj6-cxx5-jf7j.json +++ b/advisories/unreviewed/2023/04/GHSA-8xj6-cxx5-jf7j/GHSA-8xj6-cxx5-jf7j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-8xqp-9h4v-j8vf/GHSA-8xqp-9h4v-j8vf.json b/advisories/unreviewed/2023/04/GHSA-8xqp-9h4v-j8vf/GHSA-8xqp-9h4v-j8vf.json index 35b777e6f81..72019a2a027 100644 --- a/advisories/unreviewed/2023/04/GHSA-8xqp-9h4v-j8vf/GHSA-8xqp-9h4v-j8vf.json +++ b/advisories/unreviewed/2023/04/GHSA-8xqp-9h4v-j8vf/GHSA-8xqp-9h4v-j8vf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-8xwc-6h6p-hh69/GHSA-8xwc-6h6p-hh69.json b/advisories/unreviewed/2023/04/GHSA-8xwc-6h6p-hh69/GHSA-8xwc-6h6p-hh69.json index f36599718a6..9cf738a2446 100644 --- a/advisories/unreviewed/2023/04/GHSA-8xwc-6h6p-hh69/GHSA-8xwc-6h6p-hh69.json +++ b/advisories/unreviewed/2023/04/GHSA-8xwc-6h6p-hh69/GHSA-8xwc-6h6p-hh69.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-937g-rcmp-c4wh/GHSA-937g-rcmp-c4wh.json b/advisories/unreviewed/2023/04/GHSA-937g-rcmp-c4wh/GHSA-937g-rcmp-c4wh.json index f8b486e16ef..0c76f7ffeb7 100644 --- a/advisories/unreviewed/2023/04/GHSA-937g-rcmp-c4wh/GHSA-937g-rcmp-c4wh.json +++ b/advisories/unreviewed/2023/04/GHSA-937g-rcmp-c4wh/GHSA-937g-rcmp-c4wh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-9464-6w34-wp77/GHSA-9464-6w34-wp77.json b/advisories/unreviewed/2023/04/GHSA-9464-6w34-wp77/GHSA-9464-6w34-wp77.json index 200c92c9210..e55e6bce412 100644 --- a/advisories/unreviewed/2023/04/GHSA-9464-6w34-wp77/GHSA-9464-6w34-wp77.json +++ b/advisories/unreviewed/2023/04/GHSA-9464-6w34-wp77/GHSA-9464-6w34-wp77.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-96r3-r3f6-cmmr/GHSA-96r3-r3f6-cmmr.json b/advisories/unreviewed/2023/04/GHSA-96r3-r3f6-cmmr/GHSA-96r3-r3f6-cmmr.json index 9104d7c084b..ac019ca52e2 100644 --- a/advisories/unreviewed/2023/04/GHSA-96r3-r3f6-cmmr/GHSA-96r3-r3f6-cmmr.json +++ b/advisories/unreviewed/2023/04/GHSA-96r3-r3f6-cmmr/GHSA-96r3-r3f6-cmmr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-97gm-qxrm-c6w2/GHSA-97gm-qxrm-c6w2.json b/advisories/unreviewed/2023/04/GHSA-97gm-qxrm-c6w2/GHSA-97gm-qxrm-c6w2.json index bd43631cc4f..646fb1cb674 100644 --- a/advisories/unreviewed/2023/04/GHSA-97gm-qxrm-c6w2/GHSA-97gm-qxrm-c6w2.json +++ b/advisories/unreviewed/2023/04/GHSA-97gm-qxrm-c6w2/GHSA-97gm-qxrm-c6w2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-97gw-x6p6-vq6g/GHSA-97gw-x6p6-vq6g.json b/advisories/unreviewed/2023/04/GHSA-97gw-x6p6-vq6g/GHSA-97gw-x6p6-vq6g.json index 55cde4fcbf6..10487f82fe6 100644 --- a/advisories/unreviewed/2023/04/GHSA-97gw-x6p6-vq6g/GHSA-97gw-x6p6-vq6g.json +++ b/advisories/unreviewed/2023/04/GHSA-97gw-x6p6-vq6g/GHSA-97gw-x6p6-vq6g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-99f8-8x85-w7xg/GHSA-99f8-8x85-w7xg.json b/advisories/unreviewed/2023/04/GHSA-99f8-8x85-w7xg/GHSA-99f8-8x85-w7xg.json index c999ff734b5..ee975c312db 100644 --- a/advisories/unreviewed/2023/04/GHSA-99f8-8x85-w7xg/GHSA-99f8-8x85-w7xg.json +++ b/advisories/unreviewed/2023/04/GHSA-99f8-8x85-w7xg/GHSA-99f8-8x85-w7xg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-99j2-jmgm-p5x6/GHSA-99j2-jmgm-p5x6.json b/advisories/unreviewed/2023/04/GHSA-99j2-jmgm-p5x6/GHSA-99j2-jmgm-p5x6.json index be42d6882c4..ec3729aa227 100644 --- a/advisories/unreviewed/2023/04/GHSA-99j2-jmgm-p5x6/GHSA-99j2-jmgm-p5x6.json +++ b/advisories/unreviewed/2023/04/GHSA-99j2-jmgm-p5x6/GHSA-99j2-jmgm-p5x6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9c6m-8qcj-w423/GHSA-9c6m-8qcj-w423.json b/advisories/unreviewed/2023/04/GHSA-9c6m-8qcj-w423/GHSA-9c6m-8qcj-w423.json index 774564a9481..18e6d6513e4 100644 --- a/advisories/unreviewed/2023/04/GHSA-9c6m-8qcj-w423/GHSA-9c6m-8qcj-w423.json +++ b/advisories/unreviewed/2023/04/GHSA-9c6m-8qcj-w423/GHSA-9c6m-8qcj-w423.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9c9w-6vg7-jggq/GHSA-9c9w-6vg7-jggq.json b/advisories/unreviewed/2023/04/GHSA-9c9w-6vg7-jggq/GHSA-9c9w-6vg7-jggq.json index 66f1e911e66..cc8dc6cc121 100644 --- a/advisories/unreviewed/2023/04/GHSA-9c9w-6vg7-jggq/GHSA-9c9w-6vg7-jggq.json +++ b/advisories/unreviewed/2023/04/GHSA-9c9w-6vg7-jggq/GHSA-9c9w-6vg7-jggq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-9f3h-5jcm-xmgf/GHSA-9f3h-5jcm-xmgf.json b/advisories/unreviewed/2023/04/GHSA-9f3h-5jcm-xmgf/GHSA-9f3h-5jcm-xmgf.json index 1e765e15884..f1171669db9 100644 --- a/advisories/unreviewed/2023/04/GHSA-9f3h-5jcm-xmgf/GHSA-9f3h-5jcm-xmgf.json +++ b/advisories/unreviewed/2023/04/GHSA-9f3h-5jcm-xmgf/GHSA-9f3h-5jcm-xmgf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9f8x-g6vv-jwjg/GHSA-9f8x-g6vv-jwjg.json b/advisories/unreviewed/2023/04/GHSA-9f8x-g6vv-jwjg/GHSA-9f8x-g6vv-jwjg.json index fd7884f0404..eb2d9ba38a1 100644 --- a/advisories/unreviewed/2023/04/GHSA-9f8x-g6vv-jwjg/GHSA-9f8x-g6vv-jwjg.json +++ b/advisories/unreviewed/2023/04/GHSA-9f8x-g6vv-jwjg/GHSA-9f8x-g6vv-jwjg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9fwj-42pc-g99v/GHSA-9fwj-42pc-g99v.json b/advisories/unreviewed/2023/04/GHSA-9fwj-42pc-g99v/GHSA-9fwj-42pc-g99v.json index 0f0774341c7..148472dc45b 100644 --- a/advisories/unreviewed/2023/04/GHSA-9fwj-42pc-g99v/GHSA-9fwj-42pc-g99v.json +++ b/advisories/unreviewed/2023/04/GHSA-9fwj-42pc-g99v/GHSA-9fwj-42pc-g99v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-9g43-4p8p-g9g5/GHSA-9g43-4p8p-g9g5.json b/advisories/unreviewed/2023/04/GHSA-9g43-4p8p-g9g5/GHSA-9g43-4p8p-g9g5.json index 2e76c727a7c..b4c4b23b762 100644 --- a/advisories/unreviewed/2023/04/GHSA-9g43-4p8p-g9g5/GHSA-9g43-4p8p-g9g5.json +++ b/advisories/unreviewed/2023/04/GHSA-9g43-4p8p-g9g5/GHSA-9g43-4p8p-g9g5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9gqr-rx5g-cgrq/GHSA-9gqr-rx5g-cgrq.json b/advisories/unreviewed/2023/04/GHSA-9gqr-rx5g-cgrq/GHSA-9gqr-rx5g-cgrq.json index e710164868c..f6d6be7aaa2 100644 --- a/advisories/unreviewed/2023/04/GHSA-9gqr-rx5g-cgrq/GHSA-9gqr-rx5g-cgrq.json +++ b/advisories/unreviewed/2023/04/GHSA-9gqr-rx5g-cgrq/GHSA-9gqr-rx5g-cgrq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-9gv4-5h2m-635x/GHSA-9gv4-5h2m-635x.json b/advisories/unreviewed/2023/04/GHSA-9gv4-5h2m-635x/GHSA-9gv4-5h2m-635x.json index 89cfd1d1fd8..6b12bb3f597 100644 --- a/advisories/unreviewed/2023/04/GHSA-9gv4-5h2m-635x/GHSA-9gv4-5h2m-635x.json +++ b/advisories/unreviewed/2023/04/GHSA-9gv4-5h2m-635x/GHSA-9gv4-5h2m-635x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "WEB", diff --git a/advisories/unreviewed/2023/04/GHSA-9h27-89mr-2qm2/GHSA-9h27-89mr-2qm2.json b/advisories/unreviewed/2023/04/GHSA-9h27-89mr-2qm2/GHSA-9h27-89mr-2qm2.json index 8f5f36225ba..4269fcabbf8 100644 --- a/advisories/unreviewed/2023/04/GHSA-9h27-89mr-2qm2/GHSA-9h27-89mr-2qm2.json +++ b/advisories/unreviewed/2023/04/GHSA-9h27-89mr-2qm2/GHSA-9h27-89mr-2qm2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9h4j-rhwx-pm35/GHSA-9h4j-rhwx-pm35.json b/advisories/unreviewed/2023/04/GHSA-9h4j-rhwx-pm35/GHSA-9h4j-rhwx-pm35.json index ae322348a99..722067a1920 100644 --- a/advisories/unreviewed/2023/04/GHSA-9h4j-rhwx-pm35/GHSA-9h4j-rhwx-pm35.json +++ b/advisories/unreviewed/2023/04/GHSA-9h4j-rhwx-pm35/GHSA-9h4j-rhwx-pm35.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9hf4-r86q-ffr6/GHSA-9hf4-r86q-ffr6.json b/advisories/unreviewed/2023/04/GHSA-9hf4-r86q-ffr6/GHSA-9hf4-r86q-ffr6.json index d341ded4209..71f6b17e28e 100644 --- a/advisories/unreviewed/2023/04/GHSA-9hf4-r86q-ffr6/GHSA-9hf4-r86q-ffr6.json +++ b/advisories/unreviewed/2023/04/GHSA-9hf4-r86q-ffr6/GHSA-9hf4-r86q-ffr6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9j35-rxf2-hjm7/GHSA-9j35-rxf2-hjm7.json b/advisories/unreviewed/2023/04/GHSA-9j35-rxf2-hjm7/GHSA-9j35-rxf2-hjm7.json index 6b6d5653d1e..bc7a430b4f4 100644 --- a/advisories/unreviewed/2023/04/GHSA-9j35-rxf2-hjm7/GHSA-9j35-rxf2-hjm7.json +++ b/advisories/unreviewed/2023/04/GHSA-9j35-rxf2-hjm7/GHSA-9j35-rxf2-hjm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-9mh7-9qxg-6fpq/GHSA-9mh7-9qxg-6fpq.json b/advisories/unreviewed/2023/04/GHSA-9mh7-9qxg-6fpq/GHSA-9mh7-9qxg-6fpq.json index ffe874fe764..35defb9e00b 100644 --- a/advisories/unreviewed/2023/04/GHSA-9mh7-9qxg-6fpq/GHSA-9mh7-9qxg-6fpq.json +++ b/advisories/unreviewed/2023/04/GHSA-9mh7-9qxg-6fpq/GHSA-9mh7-9qxg-6fpq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9mr4-44xj-v8rg/GHSA-9mr4-44xj-v8rg.json b/advisories/unreviewed/2023/04/GHSA-9mr4-44xj-v8rg/GHSA-9mr4-44xj-v8rg.json index fb70079cd18..fa3edc9c185 100644 --- a/advisories/unreviewed/2023/04/GHSA-9mr4-44xj-v8rg/GHSA-9mr4-44xj-v8rg.json +++ b/advisories/unreviewed/2023/04/GHSA-9mr4-44xj-v8rg/GHSA-9mr4-44xj-v8rg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9q54-3p63-8rwp/GHSA-9q54-3p63-8rwp.json b/advisories/unreviewed/2023/04/GHSA-9q54-3p63-8rwp/GHSA-9q54-3p63-8rwp.json index 213f1f0242e..aa02624e496 100644 --- a/advisories/unreviewed/2023/04/GHSA-9q54-3p63-8rwp/GHSA-9q54-3p63-8rwp.json +++ b/advisories/unreviewed/2023/04/GHSA-9q54-3p63-8rwp/GHSA-9q54-3p63-8rwp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9q54-8gxw-xrfh/GHSA-9q54-8gxw-xrfh.json b/advisories/unreviewed/2023/04/GHSA-9q54-8gxw-xrfh/GHSA-9q54-8gxw-xrfh.json index d4605abd3db..e490f93176b 100644 --- a/advisories/unreviewed/2023/04/GHSA-9q54-8gxw-xrfh/GHSA-9q54-8gxw-xrfh.json +++ b/advisories/unreviewed/2023/04/GHSA-9q54-8gxw-xrfh/GHSA-9q54-8gxw-xrfh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9q54-r5rq-ghmv/GHSA-9q54-r5rq-ghmv.json b/advisories/unreviewed/2023/04/GHSA-9q54-r5rq-ghmv/GHSA-9q54-r5rq-ghmv.json index b859652a913..6fac1700cae 100644 --- a/advisories/unreviewed/2023/04/GHSA-9q54-r5rq-ghmv/GHSA-9q54-r5rq-ghmv.json +++ b/advisories/unreviewed/2023/04/GHSA-9q54-r5rq-ghmv/GHSA-9q54-r5rq-ghmv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-9r2p-xmm5-5ppg/GHSA-9r2p-xmm5-5ppg.json b/advisories/unreviewed/2023/04/GHSA-9r2p-xmm5-5ppg/GHSA-9r2p-xmm5-5ppg.json index 8519a2813b6..0fb4dfc4533 100644 --- a/advisories/unreviewed/2023/04/GHSA-9r2p-xmm5-5ppg/GHSA-9r2p-xmm5-5ppg.json +++ b/advisories/unreviewed/2023/04/GHSA-9r2p-xmm5-5ppg/GHSA-9r2p-xmm5-5ppg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-9v2r-2hf5-3vjw/GHSA-9v2r-2hf5-3vjw.json b/advisories/unreviewed/2023/04/GHSA-9v2r-2hf5-3vjw/GHSA-9v2r-2hf5-3vjw.json index 58978cf029d..753f0b29967 100644 --- a/advisories/unreviewed/2023/04/GHSA-9v2r-2hf5-3vjw/GHSA-9v2r-2hf5-3vjw.json +++ b/advisories/unreviewed/2023/04/GHSA-9v2r-2hf5-3vjw/GHSA-9v2r-2hf5-3vjw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9vf7-w4v4-w7jp/GHSA-9vf7-w4v4-w7jp.json b/advisories/unreviewed/2023/04/GHSA-9vf7-w4v4-w7jp/GHSA-9vf7-w4v4-w7jp.json index 7862d64d94b..d134de88f4a 100644 --- a/advisories/unreviewed/2023/04/GHSA-9vf7-w4v4-w7jp/GHSA-9vf7-w4v4-w7jp.json +++ b/advisories/unreviewed/2023/04/GHSA-9vf7-w4v4-w7jp/GHSA-9vf7-w4v4-w7jp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-9vfh-c8mq-w54g/GHSA-9vfh-c8mq-w54g.json b/advisories/unreviewed/2023/04/GHSA-9vfh-c8mq-w54g/GHSA-9vfh-c8mq-w54g.json index e549fb8fa32..9294b98180d 100644 --- a/advisories/unreviewed/2023/04/GHSA-9vfh-c8mq-w54g/GHSA-9vfh-c8mq-w54g.json +++ b/advisories/unreviewed/2023/04/GHSA-9vfh-c8mq-w54g/GHSA-9vfh-c8mq-w54g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9vj3-f442-h49r/GHSA-9vj3-f442-h49r.json b/advisories/unreviewed/2023/04/GHSA-9vj3-f442-h49r/GHSA-9vj3-f442-h49r.json index f41c5faa5ed..2375d3f464c 100644 --- a/advisories/unreviewed/2023/04/GHSA-9vj3-f442-h49r/GHSA-9vj3-f442-h49r.json +++ b/advisories/unreviewed/2023/04/GHSA-9vj3-f442-h49r/GHSA-9vj3-f442-h49r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9vxp-r8hx-2p35/GHSA-9vxp-r8hx-2p35.json b/advisories/unreviewed/2023/04/GHSA-9vxp-r8hx-2p35/GHSA-9vxp-r8hx-2p35.json index 092cc6b906f..ee81187fefa 100644 --- a/advisories/unreviewed/2023/04/GHSA-9vxp-r8hx-2p35/GHSA-9vxp-r8hx-2p35.json +++ b/advisories/unreviewed/2023/04/GHSA-9vxp-r8hx-2p35/GHSA-9vxp-r8hx-2p35.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9w4w-2cpw-g65c/GHSA-9w4w-2cpw-g65c.json b/advisories/unreviewed/2023/04/GHSA-9w4w-2cpw-g65c/GHSA-9w4w-2cpw-g65c.json index 810b2ac66b4..739dd43b5b1 100644 --- a/advisories/unreviewed/2023/04/GHSA-9w4w-2cpw-g65c/GHSA-9w4w-2cpw-g65c.json +++ b/advisories/unreviewed/2023/04/GHSA-9w4w-2cpw-g65c/GHSA-9w4w-2cpw-g65c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9xwc-r37w-mmjm/GHSA-9xwc-r37w-mmjm.json b/advisories/unreviewed/2023/04/GHSA-9xwc-r37w-mmjm/GHSA-9xwc-r37w-mmjm.json index 55e69dcb6b7..d051d260d21 100644 --- a/advisories/unreviewed/2023/04/GHSA-9xwc-r37w-mmjm/GHSA-9xwc-r37w-mmjm.json +++ b/advisories/unreviewed/2023/04/GHSA-9xwc-r37w-mmjm/GHSA-9xwc-r37w-mmjm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-c2vc-v83f-58c3/GHSA-c2vc-v83f-58c3.json b/advisories/unreviewed/2023/04/GHSA-c2vc-v83f-58c3/GHSA-c2vc-v83f-58c3.json index 782aa4df7ca..672a7d1306a 100644 --- a/advisories/unreviewed/2023/04/GHSA-c2vc-v83f-58c3/GHSA-c2vc-v83f-58c3.json +++ b/advisories/unreviewed/2023/04/GHSA-c2vc-v83f-58c3/GHSA-c2vc-v83f-58c3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-c35x-4rqv-gx65/GHSA-c35x-4rqv-gx65.json b/advisories/unreviewed/2023/04/GHSA-c35x-4rqv-gx65/GHSA-c35x-4rqv-gx65.json index 4630ddf98b8..b6551441504 100644 --- a/advisories/unreviewed/2023/04/GHSA-c35x-4rqv-gx65/GHSA-c35x-4rqv-gx65.json +++ b/advisories/unreviewed/2023/04/GHSA-c35x-4rqv-gx65/GHSA-c35x-4rqv-gx65.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-c3h9-vpfv-3x4m/GHSA-c3h9-vpfv-3x4m.json b/advisories/unreviewed/2023/04/GHSA-c3h9-vpfv-3x4m/GHSA-c3h9-vpfv-3x4m.json index d07ab5f9776..dde66279b87 100644 --- a/advisories/unreviewed/2023/04/GHSA-c3h9-vpfv-3x4m/GHSA-c3h9-vpfv-3x4m.json +++ b/advisories/unreviewed/2023/04/GHSA-c3h9-vpfv-3x4m/GHSA-c3h9-vpfv-3x4m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "WEB", diff --git a/advisories/unreviewed/2023/04/GHSA-c3j9-w5jx-cmmq/GHSA-c3j9-w5jx-cmmq.json b/advisories/unreviewed/2023/04/GHSA-c3j9-w5jx-cmmq/GHSA-c3j9-w5jx-cmmq.json index 6b622ffe851..fc682f6a816 100644 --- a/advisories/unreviewed/2023/04/GHSA-c3j9-w5jx-cmmq/GHSA-c3j9-w5jx-cmmq.json +++ b/advisories/unreviewed/2023/04/GHSA-c3j9-w5jx-cmmq/GHSA-c3j9-w5jx-cmmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -63,9 +61,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-c4jg-97gh-363x/GHSA-c4jg-97gh-363x.json b/advisories/unreviewed/2023/04/GHSA-c4jg-97gh-363x/GHSA-c4jg-97gh-363x.json index 6440c7ea3f5..8bf36356e07 100644 --- a/advisories/unreviewed/2023/04/GHSA-c4jg-97gh-363x/GHSA-c4jg-97gh-363x.json +++ b/advisories/unreviewed/2023/04/GHSA-c4jg-97gh-363x/GHSA-c4jg-97gh-363x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-c56j-6w4v-vfw3/GHSA-c56j-6w4v-vfw3.json b/advisories/unreviewed/2023/04/GHSA-c56j-6w4v-vfw3/GHSA-c56j-6w4v-vfw3.json index b228204e4f6..2b46aa0f8b5 100644 --- a/advisories/unreviewed/2023/04/GHSA-c56j-6w4v-vfw3/GHSA-c56j-6w4v-vfw3.json +++ b/advisories/unreviewed/2023/04/GHSA-c56j-6w4v-vfw3/GHSA-c56j-6w4v-vfw3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-c5c9-v5px-chmj/GHSA-c5c9-v5px-chmj.json b/advisories/unreviewed/2023/04/GHSA-c5c9-v5px-chmj/GHSA-c5c9-v5px-chmj.json index 1bc5d3afbfe..cd9a0e3b1e7 100644 --- a/advisories/unreviewed/2023/04/GHSA-c5c9-v5px-chmj/GHSA-c5c9-v5px-chmj.json +++ b/advisories/unreviewed/2023/04/GHSA-c5c9-v5px-chmj/GHSA-c5c9-v5px-chmj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-c5gr-hg39-gr5m/GHSA-c5gr-hg39-gr5m.json b/advisories/unreviewed/2023/04/GHSA-c5gr-hg39-gr5m/GHSA-c5gr-hg39-gr5m.json index 0840734e11f..b39c95fad2d 100644 --- a/advisories/unreviewed/2023/04/GHSA-c5gr-hg39-gr5m/GHSA-c5gr-hg39-gr5m.json +++ b/advisories/unreviewed/2023/04/GHSA-c5gr-hg39-gr5m/GHSA-c5gr-hg39-gr5m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-c5x8-2v3c-q27c/GHSA-c5x8-2v3c-q27c.json b/advisories/unreviewed/2023/04/GHSA-c5x8-2v3c-q27c/GHSA-c5x8-2v3c-q27c.json index 0e21340b126..66c25a3221a 100644 --- a/advisories/unreviewed/2023/04/GHSA-c5x8-2v3c-q27c/GHSA-c5x8-2v3c-q27c.json +++ b/advisories/unreviewed/2023/04/GHSA-c5x8-2v3c-q27c/GHSA-c5x8-2v3c-q27c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-c5xr-pjmq-975c/GHSA-c5xr-pjmq-975c.json b/advisories/unreviewed/2023/04/GHSA-c5xr-pjmq-975c/GHSA-c5xr-pjmq-975c.json index 8d0da686e3a..0837ba8ca14 100644 --- a/advisories/unreviewed/2023/04/GHSA-c5xr-pjmq-975c/GHSA-c5xr-pjmq-975c.json +++ b/advisories/unreviewed/2023/04/GHSA-c5xr-pjmq-975c/GHSA-c5xr-pjmq-975c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-c6gg-q5f6-74fh/GHSA-c6gg-q5f6-74fh.json b/advisories/unreviewed/2023/04/GHSA-c6gg-q5f6-74fh/GHSA-c6gg-q5f6-74fh.json index 9cf06599876..024ae1100d0 100644 --- a/advisories/unreviewed/2023/04/GHSA-c6gg-q5f6-74fh/GHSA-c6gg-q5f6-74fh.json +++ b/advisories/unreviewed/2023/04/GHSA-c6gg-q5f6-74fh/GHSA-c6gg-q5f6-74fh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-c778-h25h-v8vc/GHSA-c778-h25h-v8vc.json b/advisories/unreviewed/2023/04/GHSA-c778-h25h-v8vc/GHSA-c778-h25h-v8vc.json index b774286696d..6964cfd419f 100644 --- a/advisories/unreviewed/2023/04/GHSA-c778-h25h-v8vc/GHSA-c778-h25h-v8vc.json +++ b/advisories/unreviewed/2023/04/GHSA-c778-h25h-v8vc/GHSA-c778-h25h-v8vc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-c793-h382-wj7w/GHSA-c793-h382-wj7w.json b/advisories/unreviewed/2023/04/GHSA-c793-h382-wj7w/GHSA-c793-h382-wj7w.json index 3ca45bdaaab..85e1b71c46c 100644 --- a/advisories/unreviewed/2023/04/GHSA-c793-h382-wj7w/GHSA-c793-h382-wj7w.json +++ b/advisories/unreviewed/2023/04/GHSA-c793-h382-wj7w/GHSA-c793-h382-wj7w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-c799-xf29-f54x/GHSA-c799-xf29-f54x.json b/advisories/unreviewed/2023/04/GHSA-c799-xf29-f54x/GHSA-c799-xf29-f54x.json index f018376f9e1..a22f50e1b72 100644 --- a/advisories/unreviewed/2023/04/GHSA-c799-xf29-f54x/GHSA-c799-xf29-f54x.json +++ b/advisories/unreviewed/2023/04/GHSA-c799-xf29-f54x/GHSA-c799-xf29-f54x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-c7qf-cwmj-2r9x/GHSA-c7qf-cwmj-2r9x.json b/advisories/unreviewed/2023/04/GHSA-c7qf-cwmj-2r9x/GHSA-c7qf-cwmj-2r9x.json index dffa95785c6..20f128bfb2d 100644 --- a/advisories/unreviewed/2023/04/GHSA-c7qf-cwmj-2r9x/GHSA-c7qf-cwmj-2r9x.json +++ b/advisories/unreviewed/2023/04/GHSA-c7qf-cwmj-2r9x/GHSA-c7qf-cwmj-2r9x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-c855-9fq4-83vw/GHSA-c855-9fq4-83vw.json b/advisories/unreviewed/2023/04/GHSA-c855-9fq4-83vw/GHSA-c855-9fq4-83vw.json index bc4420b1eee..fbd85849797 100644 --- a/advisories/unreviewed/2023/04/GHSA-c855-9fq4-83vw/GHSA-c855-9fq4-83vw.json +++ b/advisories/unreviewed/2023/04/GHSA-c855-9fq4-83vw/GHSA-c855-9fq4-83vw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-c87m-fg5p-pc54/GHSA-c87m-fg5p-pc54.json b/advisories/unreviewed/2023/04/GHSA-c87m-fg5p-pc54/GHSA-c87m-fg5p-pc54.json index a9ac5cac542..ffa63a3ccfa 100644 --- a/advisories/unreviewed/2023/04/GHSA-c87m-fg5p-pc54/GHSA-c87m-fg5p-pc54.json +++ b/advisories/unreviewed/2023/04/GHSA-c87m-fg5p-pc54/GHSA-c87m-fg5p-pc54.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-c8pr-52vw-g7fm/GHSA-c8pr-52vw-g7fm.json b/advisories/unreviewed/2023/04/GHSA-c8pr-52vw-g7fm/GHSA-c8pr-52vw-g7fm.json index 3d21137e23d..cd5ceb7e7f9 100644 --- a/advisories/unreviewed/2023/04/GHSA-c8pr-52vw-g7fm/GHSA-c8pr-52vw-g7fm.json +++ b/advisories/unreviewed/2023/04/GHSA-c8pr-52vw-g7fm/GHSA-c8pr-52vw-g7fm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-c9w5-v8r2-gv7f/GHSA-c9w5-v8r2-gv7f.json b/advisories/unreviewed/2023/04/GHSA-c9w5-v8r2-gv7f/GHSA-c9w5-v8r2-gv7f.json index 800e7a4a907..20df1c7fed8 100644 --- a/advisories/unreviewed/2023/04/GHSA-c9w5-v8r2-gv7f/GHSA-c9w5-v8r2-gv7f.json +++ b/advisories/unreviewed/2023/04/GHSA-c9w5-v8r2-gv7f/GHSA-c9w5-v8r2-gv7f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-ccv7-gxf5-xxcc/GHSA-ccv7-gxf5-xxcc.json b/advisories/unreviewed/2023/04/GHSA-ccv7-gxf5-xxcc/GHSA-ccv7-gxf5-xxcc.json index ba8ac7f7467..48210538dff 100644 --- a/advisories/unreviewed/2023/04/GHSA-ccv7-gxf5-xxcc/GHSA-ccv7-gxf5-xxcc.json +++ b/advisories/unreviewed/2023/04/GHSA-ccv7-gxf5-xxcc/GHSA-ccv7-gxf5-xxcc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-cf2w-h8rm-5v5v/GHSA-cf2w-h8rm-5v5v.json b/advisories/unreviewed/2023/04/GHSA-cf2w-h8rm-5v5v/GHSA-cf2w-h8rm-5v5v.json index ea2a2c6fd45..455441bb06e 100644 --- a/advisories/unreviewed/2023/04/GHSA-cf2w-h8rm-5v5v/GHSA-cf2w-h8rm-5v5v.json +++ b/advisories/unreviewed/2023/04/GHSA-cf2w-h8rm-5v5v/GHSA-cf2w-h8rm-5v5v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-cjp7-vcqg-p83x/GHSA-cjp7-vcqg-p83x.json b/advisories/unreviewed/2023/04/GHSA-cjp7-vcqg-p83x/GHSA-cjp7-vcqg-p83x.json index 5996c3228a5..ae09e3efc9a 100644 --- a/advisories/unreviewed/2023/04/GHSA-cjp7-vcqg-p83x/GHSA-cjp7-vcqg-p83x.json +++ b/advisories/unreviewed/2023/04/GHSA-cjp7-vcqg-p83x/GHSA-cjp7-vcqg-p83x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-cjpg-r78g-h9qr/GHSA-cjpg-r78g-h9qr.json b/advisories/unreviewed/2023/04/GHSA-cjpg-r78g-h9qr/GHSA-cjpg-r78g-h9qr.json index 0797858f1b0..3496673760d 100644 --- a/advisories/unreviewed/2023/04/GHSA-cjpg-r78g-h9qr/GHSA-cjpg-r78g-h9qr.json +++ b/advisories/unreviewed/2023/04/GHSA-cjpg-r78g-h9qr/GHSA-cjpg-r78g-h9qr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-cqcj-32w9-hr73/GHSA-cqcj-32w9-hr73.json b/advisories/unreviewed/2023/04/GHSA-cqcj-32w9-hr73/GHSA-cqcj-32w9-hr73.json index f2b442fd70c..bb8dd9b1acc 100644 --- a/advisories/unreviewed/2023/04/GHSA-cqcj-32w9-hr73/GHSA-cqcj-32w9-hr73.json +++ b/advisories/unreviewed/2023/04/GHSA-cqcj-32w9-hr73/GHSA-cqcj-32w9-hr73.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-crgr-4cw4-mj2w/GHSA-crgr-4cw4-mj2w.json b/advisories/unreviewed/2023/04/GHSA-crgr-4cw4-mj2w/GHSA-crgr-4cw4-mj2w.json index 97c555c610a..2249e20a38d 100644 --- a/advisories/unreviewed/2023/04/GHSA-crgr-4cw4-mj2w/GHSA-crgr-4cw4-mj2w.json +++ b/advisories/unreviewed/2023/04/GHSA-crgr-4cw4-mj2w/GHSA-crgr-4cw4-mj2w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-cvjh-8294-qppm/GHSA-cvjh-8294-qppm.json b/advisories/unreviewed/2023/04/GHSA-cvjh-8294-qppm/GHSA-cvjh-8294-qppm.json index adb450e2e61..cbd4235d27a 100644 --- a/advisories/unreviewed/2023/04/GHSA-cvjh-8294-qppm/GHSA-cvjh-8294-qppm.json +++ b/advisories/unreviewed/2023/04/GHSA-cvjh-8294-qppm/GHSA-cvjh-8294-qppm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-cvmh-cfjv-9cr7/GHSA-cvmh-cfjv-9cr7.json b/advisories/unreviewed/2023/04/GHSA-cvmh-cfjv-9cr7/GHSA-cvmh-cfjv-9cr7.json index a945207ad3b..453a7b08adf 100644 --- a/advisories/unreviewed/2023/04/GHSA-cvmh-cfjv-9cr7/GHSA-cvmh-cfjv-9cr7.json +++ b/advisories/unreviewed/2023/04/GHSA-cvmh-cfjv-9cr7/GHSA-cvmh-cfjv-9cr7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-cvxv-rh32-gj86/GHSA-cvxv-rh32-gj86.json b/advisories/unreviewed/2023/04/GHSA-cvxv-rh32-gj86/GHSA-cvxv-rh32-gj86.json index a55c1175c4f..ae03af43140 100644 --- a/advisories/unreviewed/2023/04/GHSA-cvxv-rh32-gj86/GHSA-cvxv-rh32-gj86.json +++ b/advisories/unreviewed/2023/04/GHSA-cvxv-rh32-gj86/GHSA-cvxv-rh32-gj86.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-cw85-fvjr-j5xv/GHSA-cw85-fvjr-j5xv.json b/advisories/unreviewed/2023/04/GHSA-cw85-fvjr-j5xv/GHSA-cw85-fvjr-j5xv.json index 2ccedb1d106..9443bdfcb25 100644 --- a/advisories/unreviewed/2023/04/GHSA-cw85-fvjr-j5xv/GHSA-cw85-fvjr-j5xv.json +++ b/advisories/unreviewed/2023/04/GHSA-cw85-fvjr-j5xv/GHSA-cw85-fvjr-j5xv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-cw9v-qmqv-mp9c/GHSA-cw9v-qmqv-mp9c.json b/advisories/unreviewed/2023/04/GHSA-cw9v-qmqv-mp9c/GHSA-cw9v-qmqv-mp9c.json index c04d0121c42..8712facf8ca 100644 --- a/advisories/unreviewed/2023/04/GHSA-cw9v-qmqv-mp9c/GHSA-cw9v-qmqv-mp9c.json +++ b/advisories/unreviewed/2023/04/GHSA-cw9v-qmqv-mp9c/GHSA-cw9v-qmqv-mp9c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-cwfw-5437-7xj5/GHSA-cwfw-5437-7xj5.json b/advisories/unreviewed/2023/04/GHSA-cwfw-5437-7xj5/GHSA-cwfw-5437-7xj5.json index 78315d33f25..9afb64a39bf 100644 --- a/advisories/unreviewed/2023/04/GHSA-cwfw-5437-7xj5/GHSA-cwfw-5437-7xj5.json +++ b/advisories/unreviewed/2023/04/GHSA-cwfw-5437-7xj5/GHSA-cwfw-5437-7xj5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-cwjg-p28m-pjm5/GHSA-cwjg-p28m-pjm5.json b/advisories/unreviewed/2023/04/GHSA-cwjg-p28m-pjm5/GHSA-cwjg-p28m-pjm5.json index 8c4607ed435..69bdf54d9f5 100644 --- a/advisories/unreviewed/2023/04/GHSA-cwjg-p28m-pjm5/GHSA-cwjg-p28m-pjm5.json +++ b/advisories/unreviewed/2023/04/GHSA-cwjg-p28m-pjm5/GHSA-cwjg-p28m-pjm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-f376-crcr-9wfm/GHSA-f376-crcr-9wfm.json b/advisories/unreviewed/2023/04/GHSA-f376-crcr-9wfm/GHSA-f376-crcr-9wfm.json index d68bfd521dc..9525e085eeb 100644 --- a/advisories/unreviewed/2023/04/GHSA-f376-crcr-9wfm/GHSA-f376-crcr-9wfm.json +++ b/advisories/unreviewed/2023/04/GHSA-f376-crcr-9wfm/GHSA-f376-crcr-9wfm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f3hf-5qhq-526g/GHSA-f3hf-5qhq-526g.json b/advisories/unreviewed/2023/04/GHSA-f3hf-5qhq-526g/GHSA-f3hf-5qhq-526g.json index bdd3b505fdf..c44bc5cee02 100644 --- a/advisories/unreviewed/2023/04/GHSA-f3hf-5qhq-526g/GHSA-f3hf-5qhq-526g.json +++ b/advisories/unreviewed/2023/04/GHSA-f3hf-5qhq-526g/GHSA-f3hf-5qhq-526g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f3mv-2fjw-2j34/GHSA-f3mv-2fjw-2j34.json b/advisories/unreviewed/2023/04/GHSA-f3mv-2fjw-2j34/GHSA-f3mv-2fjw-2j34.json index 92d0d9c33ad..4021b908a7d 100644 --- a/advisories/unreviewed/2023/04/GHSA-f3mv-2fjw-2j34/GHSA-f3mv-2fjw-2j34.json +++ b/advisories/unreviewed/2023/04/GHSA-f3mv-2fjw-2j34/GHSA-f3mv-2fjw-2j34.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f4fc-qjmf-h495/GHSA-f4fc-qjmf-h495.json b/advisories/unreviewed/2023/04/GHSA-f4fc-qjmf-h495/GHSA-f4fc-qjmf-h495.json index 394670f7509..c65b0af6cbc 100644 --- a/advisories/unreviewed/2023/04/GHSA-f4fc-qjmf-h495/GHSA-f4fc-qjmf-h495.json +++ b/advisories/unreviewed/2023/04/GHSA-f4fc-qjmf-h495/GHSA-f4fc-qjmf-h495.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f4ff-rc49-g8hc/GHSA-f4ff-rc49-g8hc.json b/advisories/unreviewed/2023/04/GHSA-f4ff-rc49-g8hc/GHSA-f4ff-rc49-g8hc.json index 52376543e85..f5bdcb2beaf 100644 --- a/advisories/unreviewed/2023/04/GHSA-f4ff-rc49-g8hc/GHSA-f4ff-rc49-g8hc.json +++ b/advisories/unreviewed/2023/04/GHSA-f4ff-rc49-g8hc/GHSA-f4ff-rc49-g8hc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f778-759m-r57w/GHSA-f778-759m-r57w.json b/advisories/unreviewed/2023/04/GHSA-f778-759m-r57w/GHSA-f778-759m-r57w.json index 9f289981263..36c3f4cf77a 100644 --- a/advisories/unreviewed/2023/04/GHSA-f778-759m-r57w/GHSA-f778-759m-r57w.json +++ b/advisories/unreviewed/2023/04/GHSA-f778-759m-r57w/GHSA-f778-759m-r57w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f7h3-2rcm-qw98/GHSA-f7h3-2rcm-qw98.json b/advisories/unreviewed/2023/04/GHSA-f7h3-2rcm-qw98/GHSA-f7h3-2rcm-qw98.json index 9f77425751c..3cfef821daf 100644 --- a/advisories/unreviewed/2023/04/GHSA-f7h3-2rcm-qw98/GHSA-f7h3-2rcm-qw98.json +++ b/advisories/unreviewed/2023/04/GHSA-f7h3-2rcm-qw98/GHSA-f7h3-2rcm-qw98.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f8x4-74pw-c6pm/GHSA-f8x4-74pw-c6pm.json b/advisories/unreviewed/2023/04/GHSA-f8x4-74pw-c6pm/GHSA-f8x4-74pw-c6pm.json index d38825b14b4..9317ae1d95f 100644 --- a/advisories/unreviewed/2023/04/GHSA-f8x4-74pw-c6pm/GHSA-f8x4-74pw-c6pm.json +++ b/advisories/unreviewed/2023/04/GHSA-f8x4-74pw-c6pm/GHSA-f8x4-74pw-c6pm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f938-mprp-hxgv/GHSA-f938-mprp-hxgv.json b/advisories/unreviewed/2023/04/GHSA-f938-mprp-hxgv/GHSA-f938-mprp-hxgv.json index 11c28a26adc..4eef1d0c893 100644 --- a/advisories/unreviewed/2023/04/GHSA-f938-mprp-hxgv/GHSA-f938-mprp-hxgv.json +++ b/advisories/unreviewed/2023/04/GHSA-f938-mprp-hxgv/GHSA-f938-mprp-hxgv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f99f-842c-6wrr/GHSA-f99f-842c-6wrr.json b/advisories/unreviewed/2023/04/GHSA-f99f-842c-6wrr/GHSA-f99f-842c-6wrr.json index 51ce5093b79..7082ad28b50 100644 --- a/advisories/unreviewed/2023/04/GHSA-f99f-842c-6wrr/GHSA-f99f-842c-6wrr.json +++ b/advisories/unreviewed/2023/04/GHSA-f99f-842c-6wrr/GHSA-f99f-842c-6wrr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f9jq-jhvv-4xmw/GHSA-f9jq-jhvv-4xmw.json b/advisories/unreviewed/2023/04/GHSA-f9jq-jhvv-4xmw/GHSA-f9jq-jhvv-4xmw.json index 827faaad799..58edd529ed8 100644 --- a/advisories/unreviewed/2023/04/GHSA-f9jq-jhvv-4xmw/GHSA-f9jq-jhvv-4xmw.json +++ b/advisories/unreviewed/2023/04/GHSA-f9jq-jhvv-4xmw/GHSA-f9jq-jhvv-4xmw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f9qj-wpc3-x3r3/GHSA-f9qj-wpc3-x3r3.json b/advisories/unreviewed/2023/04/GHSA-f9qj-wpc3-x3r3/GHSA-f9qj-wpc3-x3r3.json index 541671ce3b4..ccf8c1104f1 100644 --- a/advisories/unreviewed/2023/04/GHSA-f9qj-wpc3-x3r3/GHSA-f9qj-wpc3-x3r3.json +++ b/advisories/unreviewed/2023/04/GHSA-f9qj-wpc3-x3r3/GHSA-f9qj-wpc3-x3r3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f9v6-vwvc-c265/GHSA-f9v6-vwvc-c265.json b/advisories/unreviewed/2023/04/GHSA-f9v6-vwvc-c265/GHSA-f9v6-vwvc-c265.json index 8cfa3c4f64d..d4393a96e67 100644 --- a/advisories/unreviewed/2023/04/GHSA-f9v6-vwvc-c265/GHSA-f9v6-vwvc-c265.json +++ b/advisories/unreviewed/2023/04/GHSA-f9v6-vwvc-c265/GHSA-f9v6-vwvc-c265.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f9vx-6cfw-vgpg/GHSA-f9vx-6cfw-vgpg.json b/advisories/unreviewed/2023/04/GHSA-f9vx-6cfw-vgpg/GHSA-f9vx-6cfw-vgpg.json index 1e04691b973..a65aef2f655 100644 --- a/advisories/unreviewed/2023/04/GHSA-f9vx-6cfw-vgpg/GHSA-f9vx-6cfw-vgpg.json +++ b/advisories/unreviewed/2023/04/GHSA-f9vx-6cfw-vgpg/GHSA-f9vx-6cfw-vgpg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-fc8v-777q-r95w/GHSA-fc8v-777q-r95w.json b/advisories/unreviewed/2023/04/GHSA-fc8v-777q-r95w/GHSA-fc8v-777q-r95w.json index 977f2b9c9f6..9ba3936b114 100644 --- a/advisories/unreviewed/2023/04/GHSA-fc8v-777q-r95w/GHSA-fc8v-777q-r95w.json +++ b/advisories/unreviewed/2023/04/GHSA-fc8v-777q-r95w/GHSA-fc8v-777q-r95w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-fg89-94jg-x86q/GHSA-fg89-94jg-x86q.json b/advisories/unreviewed/2023/04/GHSA-fg89-94jg-x86q/GHSA-fg89-94jg-x86q.json index dff58365239..92105b3f786 100644 --- a/advisories/unreviewed/2023/04/GHSA-fg89-94jg-x86q/GHSA-fg89-94jg-x86q.json +++ b/advisories/unreviewed/2023/04/GHSA-fg89-94jg-x86q/GHSA-fg89-94jg-x86q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fgwf-cxwh-j7gg/GHSA-fgwf-cxwh-j7gg.json b/advisories/unreviewed/2023/04/GHSA-fgwf-cxwh-j7gg/GHSA-fgwf-cxwh-j7gg.json index a7b64209d03..ab235a36177 100644 --- a/advisories/unreviewed/2023/04/GHSA-fgwf-cxwh-j7gg/GHSA-fgwf-cxwh-j7gg.json +++ b/advisories/unreviewed/2023/04/GHSA-fgwf-cxwh-j7gg/GHSA-fgwf-cxwh-j7gg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fjwm-v9fm-fq7r/GHSA-fjwm-v9fm-fq7r.json b/advisories/unreviewed/2023/04/GHSA-fjwm-v9fm-fq7r/GHSA-fjwm-v9fm-fq7r.json index da4e0686f1a..93423712748 100644 --- a/advisories/unreviewed/2023/04/GHSA-fjwm-v9fm-fq7r/GHSA-fjwm-v9fm-fq7r.json +++ b/advisories/unreviewed/2023/04/GHSA-fjwm-v9fm-fq7r/GHSA-fjwm-v9fm-fq7r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-fm8c-g4fr-mj3j/GHSA-fm8c-g4fr-mj3j.json b/advisories/unreviewed/2023/04/GHSA-fm8c-g4fr-mj3j/GHSA-fm8c-g4fr-mj3j.json index 879b5c5240f..623028d0b65 100644 --- a/advisories/unreviewed/2023/04/GHSA-fm8c-g4fr-mj3j/GHSA-fm8c-g4fr-mj3j.json +++ b/advisories/unreviewed/2023/04/GHSA-fm8c-g4fr-mj3j/GHSA-fm8c-g4fr-mj3j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fmcm-3vcv-q39p/GHSA-fmcm-3vcv-q39p.json b/advisories/unreviewed/2023/04/GHSA-fmcm-3vcv-q39p/GHSA-fmcm-3vcv-q39p.json index 28fc2cef3b5..6b1325197ea 100644 --- a/advisories/unreviewed/2023/04/GHSA-fmcm-3vcv-q39p/GHSA-fmcm-3vcv-q39p.json +++ b/advisories/unreviewed/2023/04/GHSA-fmcm-3vcv-q39p/GHSA-fmcm-3vcv-q39p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fmw4-39xw-jjw4/GHSA-fmw4-39xw-jjw4.json b/advisories/unreviewed/2023/04/GHSA-fmw4-39xw-jjw4/GHSA-fmw4-39xw-jjw4.json index baf18323c4f..5a69af4fad5 100644 --- a/advisories/unreviewed/2023/04/GHSA-fmw4-39xw-jjw4/GHSA-fmw4-39xw-jjw4.json +++ b/advisories/unreviewed/2023/04/GHSA-fmw4-39xw-jjw4/GHSA-fmw4-39xw-jjw4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fp4v-687c-hwj5/GHSA-fp4v-687c-hwj5.json b/advisories/unreviewed/2023/04/GHSA-fp4v-687c-hwj5/GHSA-fp4v-687c-hwj5.json index 41f3a59cbd8..134cb66205c 100644 --- a/advisories/unreviewed/2023/04/GHSA-fp4v-687c-hwj5/GHSA-fp4v-687c-hwj5.json +++ b/advisories/unreviewed/2023/04/GHSA-fp4v-687c-hwj5/GHSA-fp4v-687c-hwj5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fpgf-jpfm-v9hf/GHSA-fpgf-jpfm-v9hf.json b/advisories/unreviewed/2023/04/GHSA-fpgf-jpfm-v9hf/GHSA-fpgf-jpfm-v9hf.json index 700d9e0dc58..df3872f07cc 100644 --- a/advisories/unreviewed/2023/04/GHSA-fpgf-jpfm-v9hf/GHSA-fpgf-jpfm-v9hf.json +++ b/advisories/unreviewed/2023/04/GHSA-fpgf-jpfm-v9hf/GHSA-fpgf-jpfm-v9hf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fpx6-4jxg-6422/GHSA-fpx6-4jxg-6422.json b/advisories/unreviewed/2023/04/GHSA-fpx6-4jxg-6422/GHSA-fpx6-4jxg-6422.json index 79c98dcd7b5..47edb8613d5 100644 --- a/advisories/unreviewed/2023/04/GHSA-fpx6-4jxg-6422/GHSA-fpx6-4jxg-6422.json +++ b/advisories/unreviewed/2023/04/GHSA-fpx6-4jxg-6422/GHSA-fpx6-4jxg-6422.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fq8h-cp39-rvh4/GHSA-fq8h-cp39-rvh4.json b/advisories/unreviewed/2023/04/GHSA-fq8h-cp39-rvh4/GHSA-fq8h-cp39-rvh4.json index a81479a5f1d..aac2ae222aa 100644 --- a/advisories/unreviewed/2023/04/GHSA-fq8h-cp39-rvh4/GHSA-fq8h-cp39-rvh4.json +++ b/advisories/unreviewed/2023/04/GHSA-fq8h-cp39-rvh4/GHSA-fq8h-cp39-rvh4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-fr28-p2jh-93mm/GHSA-fr28-p2jh-93mm.json b/advisories/unreviewed/2023/04/GHSA-fr28-p2jh-93mm/GHSA-fr28-p2jh-93mm.json index 8cec53acbf8..a545324efdb 100644 --- a/advisories/unreviewed/2023/04/GHSA-fr28-p2jh-93mm/GHSA-fr28-p2jh-93mm.json +++ b/advisories/unreviewed/2023/04/GHSA-fr28-p2jh-93mm/GHSA-fr28-p2jh-93mm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fr66-hrcg-jmfg/GHSA-fr66-hrcg-jmfg.json b/advisories/unreviewed/2023/04/GHSA-fr66-hrcg-jmfg/GHSA-fr66-hrcg-jmfg.json index a102bd69c5a..1629e930c30 100644 --- a/advisories/unreviewed/2023/04/GHSA-fr66-hrcg-jmfg/GHSA-fr66-hrcg-jmfg.json +++ b/advisories/unreviewed/2023/04/GHSA-fr66-hrcg-jmfg/GHSA-fr66-hrcg-jmfg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-frgj-g2g4-2rxx/GHSA-frgj-g2g4-2rxx.json b/advisories/unreviewed/2023/04/GHSA-frgj-g2g4-2rxx/GHSA-frgj-g2g4-2rxx.json index df10f4fe6d6..1bf0f40dfa3 100644 --- a/advisories/unreviewed/2023/04/GHSA-frgj-g2g4-2rxx/GHSA-frgj-g2g4-2rxx.json +++ b/advisories/unreviewed/2023/04/GHSA-frgj-g2g4-2rxx/GHSA-frgj-g2g4-2rxx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-frqc-8338-cjmx/GHSA-frqc-8338-cjmx.json b/advisories/unreviewed/2023/04/GHSA-frqc-8338-cjmx/GHSA-frqc-8338-cjmx.json index ffda0bd51bc..e0a2768f7af 100644 --- a/advisories/unreviewed/2023/04/GHSA-frqc-8338-cjmx/GHSA-frqc-8338-cjmx.json +++ b/advisories/unreviewed/2023/04/GHSA-frqc-8338-cjmx/GHSA-frqc-8338-cjmx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fvpq-xmvq-rpx3/GHSA-fvpq-xmvq-rpx3.json b/advisories/unreviewed/2023/04/GHSA-fvpq-xmvq-rpx3/GHSA-fvpq-xmvq-rpx3.json index a4b013c98af..d1e462cd809 100644 --- a/advisories/unreviewed/2023/04/GHSA-fvpq-xmvq-rpx3/GHSA-fvpq-xmvq-rpx3.json +++ b/advisories/unreviewed/2023/04/GHSA-fvpq-xmvq-rpx3/GHSA-fvpq-xmvq-rpx3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fw2g-jg6j-943h/GHSA-fw2g-jg6j-943h.json b/advisories/unreviewed/2023/04/GHSA-fw2g-jg6j-943h/GHSA-fw2g-jg6j-943h.json index d1480f55a75..084b86d5369 100644 --- a/advisories/unreviewed/2023/04/GHSA-fw2g-jg6j-943h/GHSA-fw2g-jg6j-943h.json +++ b/advisories/unreviewed/2023/04/GHSA-fw2g-jg6j-943h/GHSA-fw2g-jg6j-943h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fwxm-w6rg-c4gp/GHSA-fwxm-w6rg-c4gp.json b/advisories/unreviewed/2023/04/GHSA-fwxm-w6rg-c4gp/GHSA-fwxm-w6rg-c4gp.json index afa1f2e9603..425bc0486d7 100644 --- a/advisories/unreviewed/2023/04/GHSA-fwxm-w6rg-c4gp/GHSA-fwxm-w6rg-c4gp.json +++ b/advisories/unreviewed/2023/04/GHSA-fwxm-w6rg-c4gp/GHSA-fwxm-w6rg-c4gp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fxx2-62xv-vcph/GHSA-fxx2-62xv-vcph.json b/advisories/unreviewed/2023/04/GHSA-fxx2-62xv-vcph/GHSA-fxx2-62xv-vcph.json index 10aed44e1c4..67833e3113e 100644 --- a/advisories/unreviewed/2023/04/GHSA-fxx2-62xv-vcph/GHSA-fxx2-62xv-vcph.json +++ b/advisories/unreviewed/2023/04/GHSA-fxx2-62xv-vcph/GHSA-fxx2-62xv-vcph.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-g255-42rw-mh49/GHSA-g255-42rw-mh49.json b/advisories/unreviewed/2023/04/GHSA-g255-42rw-mh49/GHSA-g255-42rw-mh49.json index 0fa1c495352..4c66f5dd690 100644 --- a/advisories/unreviewed/2023/04/GHSA-g255-42rw-mh49/GHSA-g255-42rw-mh49.json +++ b/advisories/unreviewed/2023/04/GHSA-g255-42rw-mh49/GHSA-g255-42rw-mh49.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-g284-h22q-9fgj/GHSA-g284-h22q-9fgj.json b/advisories/unreviewed/2023/04/GHSA-g284-h22q-9fgj/GHSA-g284-h22q-9fgj.json index 40e41bf5e68..4af39ae5441 100644 --- a/advisories/unreviewed/2023/04/GHSA-g284-h22q-9fgj/GHSA-g284-h22q-9fgj.json +++ b/advisories/unreviewed/2023/04/GHSA-g284-h22q-9fgj/GHSA-g284-h22q-9fgj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-g29w-rp5q-p5vq/GHSA-g29w-rp5q-p5vq.json b/advisories/unreviewed/2023/04/GHSA-g29w-rp5q-p5vq/GHSA-g29w-rp5q-p5vq.json index a7d7d879bb7..4edff8677b9 100644 --- a/advisories/unreviewed/2023/04/GHSA-g29w-rp5q-p5vq/GHSA-g29w-rp5q-p5vq.json +++ b/advisories/unreviewed/2023/04/GHSA-g29w-rp5q-p5vq/GHSA-g29w-rp5q-p5vq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-g2w9-pvr5-q6m3/GHSA-g2w9-pvr5-q6m3.json b/advisories/unreviewed/2023/04/GHSA-g2w9-pvr5-q6m3/GHSA-g2w9-pvr5-q6m3.json index d40c058014d..1ebe426d903 100644 --- a/advisories/unreviewed/2023/04/GHSA-g2w9-pvr5-q6m3/GHSA-g2w9-pvr5-q6m3.json +++ b/advisories/unreviewed/2023/04/GHSA-g2w9-pvr5-q6m3/GHSA-g2w9-pvr5-q6m3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-g2xf-r6pf-g763/GHSA-g2xf-r6pf-g763.json b/advisories/unreviewed/2023/04/GHSA-g2xf-r6pf-g763/GHSA-g2xf-r6pf-g763.json index 479140f93d2..a786b47cef4 100644 --- a/advisories/unreviewed/2023/04/GHSA-g2xf-r6pf-g763/GHSA-g2xf-r6pf-g763.json +++ b/advisories/unreviewed/2023/04/GHSA-g2xf-r6pf-g763/GHSA-g2xf-r6pf-g763.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-g37p-2rm8-5h8j/GHSA-g37p-2rm8-5h8j.json b/advisories/unreviewed/2023/04/GHSA-g37p-2rm8-5h8j/GHSA-g37p-2rm8-5h8j.json index 3b4ab2a28ff..6a77a5ec43a 100644 --- a/advisories/unreviewed/2023/04/GHSA-g37p-2rm8-5h8j/GHSA-g37p-2rm8-5h8j.json +++ b/advisories/unreviewed/2023/04/GHSA-g37p-2rm8-5h8j/GHSA-g37p-2rm8-5h8j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-g3cj-qpc9-phm2/GHSA-g3cj-qpc9-phm2.json b/advisories/unreviewed/2023/04/GHSA-g3cj-qpc9-phm2/GHSA-g3cj-qpc9-phm2.json index 1bff09e32f7..95954decd8e 100644 --- a/advisories/unreviewed/2023/04/GHSA-g3cj-qpc9-phm2/GHSA-g3cj-qpc9-phm2.json +++ b/advisories/unreviewed/2023/04/GHSA-g3cj-qpc9-phm2/GHSA-g3cj-qpc9-phm2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-g3p5-mf5x-xggv/GHSA-g3p5-mf5x-xggv.json b/advisories/unreviewed/2023/04/GHSA-g3p5-mf5x-xggv/GHSA-g3p5-mf5x-xggv.json index b0e779723fe..cf6439b815d 100644 --- a/advisories/unreviewed/2023/04/GHSA-g3p5-mf5x-xggv/GHSA-g3p5-mf5x-xggv.json +++ b/advisories/unreviewed/2023/04/GHSA-g3p5-mf5x-xggv/GHSA-g3p5-mf5x-xggv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-g3qx-fhf5-4m26/GHSA-g3qx-fhf5-4m26.json b/advisories/unreviewed/2023/04/GHSA-g3qx-fhf5-4m26/GHSA-g3qx-fhf5-4m26.json index 5ecf11d4e99..96bba1a52d1 100644 --- a/advisories/unreviewed/2023/04/GHSA-g3qx-fhf5-4m26/GHSA-g3qx-fhf5-4m26.json +++ b/advisories/unreviewed/2023/04/GHSA-g3qx-fhf5-4m26/GHSA-g3qx-fhf5-4m26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-g5g4-5h6q-mrwm/GHSA-g5g4-5h6q-mrwm.json b/advisories/unreviewed/2023/04/GHSA-g5g4-5h6q-mrwm/GHSA-g5g4-5h6q-mrwm.json index ca1994a05af..67f9af08411 100644 --- a/advisories/unreviewed/2023/04/GHSA-g5g4-5h6q-mrwm/GHSA-g5g4-5h6q-mrwm.json +++ b/advisories/unreviewed/2023/04/GHSA-g5g4-5h6q-mrwm/GHSA-g5g4-5h6q-mrwm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-g72c-cx82-64hq/GHSA-g72c-cx82-64hq.json b/advisories/unreviewed/2023/04/GHSA-g72c-cx82-64hq/GHSA-g72c-cx82-64hq.json index bd2fe25276e..6c9c68177b3 100644 --- a/advisories/unreviewed/2023/04/GHSA-g72c-cx82-64hq/GHSA-g72c-cx82-64hq.json +++ b/advisories/unreviewed/2023/04/GHSA-g72c-cx82-64hq/GHSA-g72c-cx82-64hq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-g72v-6ff2-hh98/GHSA-g72v-6ff2-hh98.json b/advisories/unreviewed/2023/04/GHSA-g72v-6ff2-hh98/GHSA-g72v-6ff2-hh98.json index a9e6e88b526..34e898a2d22 100644 --- a/advisories/unreviewed/2023/04/GHSA-g72v-6ff2-hh98/GHSA-g72v-6ff2-hh98.json +++ b/advisories/unreviewed/2023/04/GHSA-g72v-6ff2-hh98/GHSA-g72v-6ff2-hh98.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-g7h3-m79w-rcrp/GHSA-g7h3-m79w-rcrp.json b/advisories/unreviewed/2023/04/GHSA-g7h3-m79w-rcrp/GHSA-g7h3-m79w-rcrp.json index 80d1dcc4849..a0665464bc1 100644 --- a/advisories/unreviewed/2023/04/GHSA-g7h3-m79w-rcrp/GHSA-g7h3-m79w-rcrp.json +++ b/advisories/unreviewed/2023/04/GHSA-g7h3-m79w-rcrp/GHSA-g7h3-m79w-rcrp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-g982-q57c-wm6f/GHSA-g982-q57c-wm6f.json b/advisories/unreviewed/2023/04/GHSA-g982-q57c-wm6f/GHSA-g982-q57c-wm6f.json index 7710fb03f1a..936ec19a47d 100644 --- a/advisories/unreviewed/2023/04/GHSA-g982-q57c-wm6f/GHSA-g982-q57c-wm6f.json +++ b/advisories/unreviewed/2023/04/GHSA-g982-q57c-wm6f/GHSA-g982-q57c-wm6f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gc9f-xmg3-m3pp/GHSA-gc9f-xmg3-m3pp.json b/advisories/unreviewed/2023/04/GHSA-gc9f-xmg3-m3pp/GHSA-gc9f-xmg3-m3pp.json index 359c80b797c..6b714e594c6 100644 --- a/advisories/unreviewed/2023/04/GHSA-gc9f-xmg3-m3pp/GHSA-gc9f-xmg3-m3pp.json +++ b/advisories/unreviewed/2023/04/GHSA-gc9f-xmg3-m3pp/GHSA-gc9f-xmg3-m3pp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-gcv6-8fjm-c933/GHSA-gcv6-8fjm-c933.json b/advisories/unreviewed/2023/04/GHSA-gcv6-8fjm-c933/GHSA-gcv6-8fjm-c933.json index 0647f1f838c..3b2f3a32e8f 100644 --- a/advisories/unreviewed/2023/04/GHSA-gcv6-8fjm-c933/GHSA-gcv6-8fjm-c933.json +++ b/advisories/unreviewed/2023/04/GHSA-gcv6-8fjm-c933/GHSA-gcv6-8fjm-c933.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-gcwf-2p33-g9mp/GHSA-gcwf-2p33-g9mp.json b/advisories/unreviewed/2023/04/GHSA-gcwf-2p33-g9mp/GHSA-gcwf-2p33-g9mp.json index 126caf1ebaf..e611b40c59d 100644 --- a/advisories/unreviewed/2023/04/GHSA-gcwf-2p33-g9mp/GHSA-gcwf-2p33-g9mp.json +++ b/advisories/unreviewed/2023/04/GHSA-gcwf-2p33-g9mp/GHSA-gcwf-2p33-g9mp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-gcx9-562f-5mwm/GHSA-gcx9-562f-5mwm.json b/advisories/unreviewed/2023/04/GHSA-gcx9-562f-5mwm/GHSA-gcx9-562f-5mwm.json index 1a3c38da1a6..161785c2c05 100644 --- a/advisories/unreviewed/2023/04/GHSA-gcx9-562f-5mwm/GHSA-gcx9-562f-5mwm.json +++ b/advisories/unreviewed/2023/04/GHSA-gcx9-562f-5mwm/GHSA-gcx9-562f-5mwm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gfp2-wr23-2vxj/GHSA-gfp2-wr23-2vxj.json b/advisories/unreviewed/2023/04/GHSA-gfp2-wr23-2vxj/GHSA-gfp2-wr23-2vxj.json index 0fdac88c6c2..2225a49e3f7 100644 --- a/advisories/unreviewed/2023/04/GHSA-gfp2-wr23-2vxj/GHSA-gfp2-wr23-2vxj.json +++ b/advisories/unreviewed/2023/04/GHSA-gfp2-wr23-2vxj/GHSA-gfp2-wr23-2vxj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gh64-fxhm-p67h/GHSA-gh64-fxhm-p67h.json b/advisories/unreviewed/2023/04/GHSA-gh64-fxhm-p67h/GHSA-gh64-fxhm-p67h.json index ed6a4938dea..f2622fb6fd4 100644 --- a/advisories/unreviewed/2023/04/GHSA-gh64-fxhm-p67h/GHSA-gh64-fxhm-p67h.json +++ b/advisories/unreviewed/2023/04/GHSA-gh64-fxhm-p67h/GHSA-gh64-fxhm-p67h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gh84-757g-2vhr/GHSA-gh84-757g-2vhr.json b/advisories/unreviewed/2023/04/GHSA-gh84-757g-2vhr/GHSA-gh84-757g-2vhr.json index ea65bb2b69a..ca4f0a318df 100644 --- a/advisories/unreviewed/2023/04/GHSA-gh84-757g-2vhr/GHSA-gh84-757g-2vhr.json +++ b/advisories/unreviewed/2023/04/GHSA-gh84-757g-2vhr/GHSA-gh84-757g-2vhr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-ghm6-4qmc-pqv3/GHSA-ghm6-4qmc-pqv3.json b/advisories/unreviewed/2023/04/GHSA-ghm6-4qmc-pqv3/GHSA-ghm6-4qmc-pqv3.json index 4888dd59f7a..41535708cf4 100644 --- a/advisories/unreviewed/2023/04/GHSA-ghm6-4qmc-pqv3/GHSA-ghm6-4qmc-pqv3.json +++ b/advisories/unreviewed/2023/04/GHSA-ghm6-4qmc-pqv3/GHSA-ghm6-4qmc-pqv3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-ghq5-x3rp-2r5m/GHSA-ghq5-x3rp-2r5m.json b/advisories/unreviewed/2023/04/GHSA-ghq5-x3rp-2r5m/GHSA-ghq5-x3rp-2r5m.json index 3294929922b..97e10dde3cb 100644 --- a/advisories/unreviewed/2023/04/GHSA-ghq5-x3rp-2r5m/GHSA-ghq5-x3rp-2r5m.json +++ b/advisories/unreviewed/2023/04/GHSA-ghq5-x3rp-2r5m/GHSA-ghq5-x3rp-2r5m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-ghwj-gv6m-qv8r/GHSA-ghwj-gv6m-qv8r.json b/advisories/unreviewed/2023/04/GHSA-ghwj-gv6m-qv8r/GHSA-ghwj-gv6m-qv8r.json index 039c0c79599..618c06c6e6c 100644 --- a/advisories/unreviewed/2023/04/GHSA-ghwj-gv6m-qv8r/GHSA-ghwj-gv6m-qv8r.json +++ b/advisories/unreviewed/2023/04/GHSA-ghwj-gv6m-qv8r/GHSA-ghwj-gv6m-qv8r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gj3f-49gc-9p6w/GHSA-gj3f-49gc-9p6w.json b/advisories/unreviewed/2023/04/GHSA-gj3f-49gc-9p6w/GHSA-gj3f-49gc-9p6w.json index f7a082f543f..a0e500c1bf5 100644 --- a/advisories/unreviewed/2023/04/GHSA-gj3f-49gc-9p6w/GHSA-gj3f-49gc-9p6w.json +++ b/advisories/unreviewed/2023/04/GHSA-gj3f-49gc-9p6w/GHSA-gj3f-49gc-9p6w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gjg7-8vgp-3m7g/GHSA-gjg7-8vgp-3m7g.json b/advisories/unreviewed/2023/04/GHSA-gjg7-8vgp-3m7g/GHSA-gjg7-8vgp-3m7g.json index 9e1b7955a93..27c0bde7d67 100644 --- a/advisories/unreviewed/2023/04/GHSA-gjg7-8vgp-3m7g/GHSA-gjg7-8vgp-3m7g.json +++ b/advisories/unreviewed/2023/04/GHSA-gjg7-8vgp-3m7g/GHSA-gjg7-8vgp-3m7g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gjwg-c8gw-2qfj/GHSA-gjwg-c8gw-2qfj.json b/advisories/unreviewed/2023/04/GHSA-gjwg-c8gw-2qfj/GHSA-gjwg-c8gw-2qfj.json index 4b927e43c23..e6e46898417 100644 --- a/advisories/unreviewed/2023/04/GHSA-gjwg-c8gw-2qfj/GHSA-gjwg-c8gw-2qfj.json +++ b/advisories/unreviewed/2023/04/GHSA-gjwg-c8gw-2qfj/GHSA-gjwg-c8gw-2qfj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gp64-4ccq-3vpw/GHSA-gp64-4ccq-3vpw.json b/advisories/unreviewed/2023/04/GHSA-gp64-4ccq-3vpw/GHSA-gp64-4ccq-3vpw.json index f5186b31ce7..49960e0087a 100644 --- a/advisories/unreviewed/2023/04/GHSA-gp64-4ccq-3vpw/GHSA-gp64-4ccq-3vpw.json +++ b/advisories/unreviewed/2023/04/GHSA-gp64-4ccq-3vpw/GHSA-gp64-4ccq-3vpw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gpc7-6g78-vfxw/GHSA-gpc7-6g78-vfxw.json b/advisories/unreviewed/2023/04/GHSA-gpc7-6g78-vfxw/GHSA-gpc7-6g78-vfxw.json index 115fc82335f..d3e53d5750b 100644 --- a/advisories/unreviewed/2023/04/GHSA-gpc7-6g78-vfxw/GHSA-gpc7-6g78-vfxw.json +++ b/advisories/unreviewed/2023/04/GHSA-gpc7-6g78-vfxw/GHSA-gpc7-6g78-vfxw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gr7p-2wrq-w42j/GHSA-gr7p-2wrq-w42j.json b/advisories/unreviewed/2023/04/GHSA-gr7p-2wrq-w42j/GHSA-gr7p-2wrq-w42j.json index 2902fc27dbd..41d2ab2e5bf 100644 --- a/advisories/unreviewed/2023/04/GHSA-gr7p-2wrq-w42j/GHSA-gr7p-2wrq-w42j.json +++ b/advisories/unreviewed/2023/04/GHSA-gr7p-2wrq-w42j/GHSA-gr7p-2wrq-w42j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-gr8h-9xp3-vxxp/GHSA-gr8h-9xp3-vxxp.json b/advisories/unreviewed/2023/04/GHSA-gr8h-9xp3-vxxp/GHSA-gr8h-9xp3-vxxp.json index c6dd1d5183a..5ba0a5a7baf 100644 --- a/advisories/unreviewed/2023/04/GHSA-gr8h-9xp3-vxxp/GHSA-gr8h-9xp3-vxxp.json +++ b/advisories/unreviewed/2023/04/GHSA-gr8h-9xp3-vxxp/GHSA-gr8h-9xp3-vxxp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gv94-qf8m-63w9/GHSA-gv94-qf8m-63w9.json b/advisories/unreviewed/2023/04/GHSA-gv94-qf8m-63w9/GHSA-gv94-qf8m-63w9.json index 663cff70f43..0dff8f350e5 100644 --- a/advisories/unreviewed/2023/04/GHSA-gv94-qf8m-63w9/GHSA-gv94-qf8m-63w9.json +++ b/advisories/unreviewed/2023/04/GHSA-gv94-qf8m-63w9/GHSA-gv94-qf8m-63w9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-gvw8-8fq4-qmw5/GHSA-gvw8-8fq4-qmw5.json b/advisories/unreviewed/2023/04/GHSA-gvw8-8fq4-qmw5/GHSA-gvw8-8fq4-qmw5.json index 554bc553be6..88a849cf09a 100644 --- a/advisories/unreviewed/2023/04/GHSA-gvw8-8fq4-qmw5/GHSA-gvw8-8fq4-qmw5.json +++ b/advisories/unreviewed/2023/04/GHSA-gvw8-8fq4-qmw5/GHSA-gvw8-8fq4-qmw5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gx8h-h4pj-j52p/GHSA-gx8h-h4pj-j52p.json b/advisories/unreviewed/2023/04/GHSA-gx8h-h4pj-j52p/GHSA-gx8h-h4pj-j52p.json index d603db0ac2a..5991e4f3149 100644 --- a/advisories/unreviewed/2023/04/GHSA-gx8h-h4pj-j52p/GHSA-gx8h-h4pj-j52p.json +++ b/advisories/unreviewed/2023/04/GHSA-gx8h-h4pj-j52p/GHSA-gx8h-h4pj-j52p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gxgj-6564-3p8j/GHSA-gxgj-6564-3p8j.json b/advisories/unreviewed/2023/04/GHSA-gxgj-6564-3p8j/GHSA-gxgj-6564-3p8j.json index 5b09b4e2eab..740a5c44f51 100644 --- a/advisories/unreviewed/2023/04/GHSA-gxgj-6564-3p8j/GHSA-gxgj-6564-3p8j.json +++ b/advisories/unreviewed/2023/04/GHSA-gxgj-6564-3p8j/GHSA-gxgj-6564-3p8j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-h2hj-3cjv-jc39/GHSA-h2hj-3cjv-jc39.json b/advisories/unreviewed/2023/04/GHSA-h2hj-3cjv-jc39/GHSA-h2hj-3cjv-jc39.json index 489c4b3eb95..32f0c6d2e86 100644 --- a/advisories/unreviewed/2023/04/GHSA-h2hj-3cjv-jc39/GHSA-h2hj-3cjv-jc39.json +++ b/advisories/unreviewed/2023/04/GHSA-h2hj-3cjv-jc39/GHSA-h2hj-3cjv-jc39.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-h4mq-8rq4-7m7x/GHSA-h4mq-8rq4-7m7x.json b/advisories/unreviewed/2023/04/GHSA-h4mq-8rq4-7m7x/GHSA-h4mq-8rq4-7m7x.json index 482f9d92345..5f41ffb630a 100644 --- a/advisories/unreviewed/2023/04/GHSA-h4mq-8rq4-7m7x/GHSA-h4mq-8rq4-7m7x.json +++ b/advisories/unreviewed/2023/04/GHSA-h4mq-8rq4-7m7x/GHSA-h4mq-8rq4-7m7x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-h4rg-h5cx-4r4w/GHSA-h4rg-h5cx-4r4w.json b/advisories/unreviewed/2023/04/GHSA-h4rg-h5cx-4r4w/GHSA-h4rg-h5cx-4r4w.json index d4e5e9ddbd0..150b7db3341 100644 --- a/advisories/unreviewed/2023/04/GHSA-h4rg-h5cx-4r4w/GHSA-h4rg-h5cx-4r4w.json +++ b/advisories/unreviewed/2023/04/GHSA-h4rg-h5cx-4r4w/GHSA-h4rg-h5cx-4r4w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-h4wc-p3wj-466q/GHSA-h4wc-p3wj-466q.json b/advisories/unreviewed/2023/04/GHSA-h4wc-p3wj-466q/GHSA-h4wc-p3wj-466q.json index 6ac9b329311..77c2178ff9c 100644 --- a/advisories/unreviewed/2023/04/GHSA-h4wc-p3wj-466q/GHSA-h4wc-p3wj-466q.json +++ b/advisories/unreviewed/2023/04/GHSA-h4wc-p3wj-466q/GHSA-h4wc-p3wj-466q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-h5hc-qpqf-p7r8/GHSA-h5hc-qpqf-p7r8.json b/advisories/unreviewed/2023/04/GHSA-h5hc-qpqf-p7r8/GHSA-h5hc-qpqf-p7r8.json index b9c4ed9288e..a3a9df85778 100644 --- a/advisories/unreviewed/2023/04/GHSA-h5hc-qpqf-p7r8/GHSA-h5hc-qpqf-p7r8.json +++ b/advisories/unreviewed/2023/04/GHSA-h5hc-qpqf-p7r8/GHSA-h5hc-qpqf-p7r8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-h5r6-2gq4-p8x5/GHSA-h5r6-2gq4-p8x5.json b/advisories/unreviewed/2023/04/GHSA-h5r6-2gq4-p8x5/GHSA-h5r6-2gq4-p8x5.json index 6f69ead4e61..0e8fb8500d3 100644 --- a/advisories/unreviewed/2023/04/GHSA-h5r6-2gq4-p8x5/GHSA-h5r6-2gq4-p8x5.json +++ b/advisories/unreviewed/2023/04/GHSA-h5r6-2gq4-p8x5/GHSA-h5r6-2gq4-p8x5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-h666-c425-pp7x/GHSA-h666-c425-pp7x.json b/advisories/unreviewed/2023/04/GHSA-h666-c425-pp7x/GHSA-h666-c425-pp7x.json index 3a292307700..93698ab49bf 100644 --- a/advisories/unreviewed/2023/04/GHSA-h666-c425-pp7x/GHSA-h666-c425-pp7x.json +++ b/advisories/unreviewed/2023/04/GHSA-h666-c425-pp7x/GHSA-h666-c425-pp7x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-h6pv-hpfp-q558/GHSA-h6pv-hpfp-q558.json b/advisories/unreviewed/2023/04/GHSA-h6pv-hpfp-q558/GHSA-h6pv-hpfp-q558.json index 51678312fc5..e2528e0773a 100644 --- a/advisories/unreviewed/2023/04/GHSA-h6pv-hpfp-q558/GHSA-h6pv-hpfp-q558.json +++ b/advisories/unreviewed/2023/04/GHSA-h6pv-hpfp-q558/GHSA-h6pv-hpfp-q558.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-h9h4-rp86-rvq6/GHSA-h9h4-rp86-rvq6.json b/advisories/unreviewed/2023/04/GHSA-h9h4-rp86-rvq6/GHSA-h9h4-rp86-rvq6.json index c386e5bb18d..88941476f72 100644 --- a/advisories/unreviewed/2023/04/GHSA-h9h4-rp86-rvq6/GHSA-h9h4-rp86-rvq6.json +++ b/advisories/unreviewed/2023/04/GHSA-h9h4-rp86-rvq6/GHSA-h9h4-rp86-rvq6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hc6m-p69c-q242/GHSA-hc6m-p69c-q242.json b/advisories/unreviewed/2023/04/GHSA-hc6m-p69c-q242/GHSA-hc6m-p69c-q242.json index 9cf48aac247..7cc33c91a8e 100644 --- a/advisories/unreviewed/2023/04/GHSA-hc6m-p69c-q242/GHSA-hc6m-p69c-q242.json +++ b/advisories/unreviewed/2023/04/GHSA-hc6m-p69c-q242/GHSA-hc6m-p69c-q242.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hf9h-6cr4-xgw3/GHSA-hf9h-6cr4-xgw3.json b/advisories/unreviewed/2023/04/GHSA-hf9h-6cr4-xgw3/GHSA-hf9h-6cr4-xgw3.json index c308f15b449..cd0b9a62621 100644 --- a/advisories/unreviewed/2023/04/GHSA-hf9h-6cr4-xgw3/GHSA-hf9h-6cr4-xgw3.json +++ b/advisories/unreviewed/2023/04/GHSA-hf9h-6cr4-xgw3/GHSA-hf9h-6cr4-xgw3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-hfx7-v8g3-wm7q/GHSA-hfx7-v8g3-wm7q.json b/advisories/unreviewed/2023/04/GHSA-hfx7-v8g3-wm7q/GHSA-hfx7-v8g3-wm7q.json index a1074097040..e6fbad709b4 100644 --- a/advisories/unreviewed/2023/04/GHSA-hfx7-v8g3-wm7q/GHSA-hfx7-v8g3-wm7q.json +++ b/advisories/unreviewed/2023/04/GHSA-hfx7-v8g3-wm7q/GHSA-hfx7-v8g3-wm7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hg89-qxh6-xfx9/GHSA-hg89-qxh6-xfx9.json b/advisories/unreviewed/2023/04/GHSA-hg89-qxh6-xfx9/GHSA-hg89-qxh6-xfx9.json index 26e558218ad..87d92b76d43 100644 --- a/advisories/unreviewed/2023/04/GHSA-hg89-qxh6-xfx9/GHSA-hg89-qxh6-xfx9.json +++ b/advisories/unreviewed/2023/04/GHSA-hg89-qxh6-xfx9/GHSA-hg89-qxh6-xfx9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hgqw-hh57-7q9g/GHSA-hgqw-hh57-7q9g.json b/advisories/unreviewed/2023/04/GHSA-hgqw-hh57-7q9g/GHSA-hgqw-hh57-7q9g.json index 31ce2e57064..4f0ed39e721 100644 --- a/advisories/unreviewed/2023/04/GHSA-hgqw-hh57-7q9g/GHSA-hgqw-hh57-7q9g.json +++ b/advisories/unreviewed/2023/04/GHSA-hgqw-hh57-7q9g/GHSA-hgqw-hh57-7q9g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hgwx-r2wr-673h/GHSA-hgwx-r2wr-673h.json b/advisories/unreviewed/2023/04/GHSA-hgwx-r2wr-673h/GHSA-hgwx-r2wr-673h.json index b2b69c2e4b3..4f98fe47281 100644 --- a/advisories/unreviewed/2023/04/GHSA-hgwx-r2wr-673h/GHSA-hgwx-r2wr-673h.json +++ b/advisories/unreviewed/2023/04/GHSA-hgwx-r2wr-673h/GHSA-hgwx-r2wr-673h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hh5w-x284-9q9c/GHSA-hh5w-x284-9q9c.json b/advisories/unreviewed/2023/04/GHSA-hh5w-x284-9q9c/GHSA-hh5w-x284-9q9c.json index 30e8d2688e8..ae7f8da69b4 100644 --- a/advisories/unreviewed/2023/04/GHSA-hh5w-x284-9q9c/GHSA-hh5w-x284-9q9c.json +++ b/advisories/unreviewed/2023/04/GHSA-hh5w-x284-9q9c/GHSA-hh5w-x284-9q9c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hhph-6cw5-hfgq/GHSA-hhph-6cw5-hfgq.json b/advisories/unreviewed/2023/04/GHSA-hhph-6cw5-hfgq/GHSA-hhph-6cw5-hfgq.json index 881da0eec87..0d5032fa255 100644 --- a/advisories/unreviewed/2023/04/GHSA-hhph-6cw5-hfgq/GHSA-hhph-6cw5-hfgq.json +++ b/advisories/unreviewed/2023/04/GHSA-hhph-6cw5-hfgq/GHSA-hhph-6cw5-hfgq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hhvh-f9m6-hq8f/GHSA-hhvh-f9m6-hq8f.json b/advisories/unreviewed/2023/04/GHSA-hhvh-f9m6-hq8f/GHSA-hhvh-f9m6-hq8f.json index decb0a95d16..e179682aee7 100644 --- a/advisories/unreviewed/2023/04/GHSA-hhvh-f9m6-hq8f/GHSA-hhvh-f9m6-hq8f.json +++ b/advisories/unreviewed/2023/04/GHSA-hhvh-f9m6-hq8f/GHSA-hhvh-f9m6-hq8f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hm2r-jq47-7576/GHSA-hm2r-jq47-7576.json b/advisories/unreviewed/2023/04/GHSA-hm2r-jq47-7576/GHSA-hm2r-jq47-7576.json index a718cf148ab..7718857289b 100644 --- a/advisories/unreviewed/2023/04/GHSA-hm2r-jq47-7576/GHSA-hm2r-jq47-7576.json +++ b/advisories/unreviewed/2023/04/GHSA-hm2r-jq47-7576/GHSA-hm2r-jq47-7576.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hmx7-jfhv-cvpp/GHSA-hmx7-jfhv-cvpp.json b/advisories/unreviewed/2023/04/GHSA-hmx7-jfhv-cvpp/GHSA-hmx7-jfhv-cvpp.json index efd9506184d..94e768e3e19 100644 --- a/advisories/unreviewed/2023/04/GHSA-hmx7-jfhv-cvpp/GHSA-hmx7-jfhv-cvpp.json +++ b/advisories/unreviewed/2023/04/GHSA-hmx7-jfhv-cvpp/GHSA-hmx7-jfhv-cvpp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hpc6-jvp5-5pvx/GHSA-hpc6-jvp5-5pvx.json b/advisories/unreviewed/2023/04/GHSA-hpc6-jvp5-5pvx/GHSA-hpc6-jvp5-5pvx.json index 1ca4ab4115e..3210e60af22 100644 --- a/advisories/unreviewed/2023/04/GHSA-hpc6-jvp5-5pvx/GHSA-hpc6-jvp5-5pvx.json +++ b/advisories/unreviewed/2023/04/GHSA-hpc6-jvp5-5pvx/GHSA-hpc6-jvp5-5pvx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-hqc4-xjgw-w774/GHSA-hqc4-xjgw-w774.json b/advisories/unreviewed/2023/04/GHSA-hqc4-xjgw-w774/GHSA-hqc4-xjgw-w774.json index a0b40857416..e707747e151 100644 --- a/advisories/unreviewed/2023/04/GHSA-hqc4-xjgw-w774/GHSA-hqc4-xjgw-w774.json +++ b/advisories/unreviewed/2023/04/GHSA-hqc4-xjgw-w774/GHSA-hqc4-xjgw-w774.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "WEB", diff --git a/advisories/unreviewed/2023/04/GHSA-hqf7-473f-pm6r/GHSA-hqf7-473f-pm6r.json b/advisories/unreviewed/2023/04/GHSA-hqf7-473f-pm6r/GHSA-hqf7-473f-pm6r.json index 3ee3b75b3df..00880ad290d 100644 --- a/advisories/unreviewed/2023/04/GHSA-hqf7-473f-pm6r/GHSA-hqf7-473f-pm6r.json +++ b/advisories/unreviewed/2023/04/GHSA-hqf7-473f-pm6r/GHSA-hqf7-473f-pm6r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hrgr-546h-hq9m/GHSA-hrgr-546h-hq9m.json b/advisories/unreviewed/2023/04/GHSA-hrgr-546h-hq9m/GHSA-hrgr-546h-hq9m.json index c37d0fc09ed..26385879a23 100644 --- a/advisories/unreviewed/2023/04/GHSA-hrgr-546h-hq9m/GHSA-hrgr-546h-hq9m.json +++ b/advisories/unreviewed/2023/04/GHSA-hrgr-546h-hq9m/GHSA-hrgr-546h-hq9m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-hwgv-5x32-gprp/GHSA-hwgv-5x32-gprp.json b/advisories/unreviewed/2023/04/GHSA-hwgv-5x32-gprp/GHSA-hwgv-5x32-gprp.json index e059e528fad..0cd145b88b2 100644 --- a/advisories/unreviewed/2023/04/GHSA-hwgv-5x32-gprp/GHSA-hwgv-5x32-gprp.json +++ b/advisories/unreviewed/2023/04/GHSA-hwgv-5x32-gprp/GHSA-hwgv-5x32-gprp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-hx37-3fvj-x3vr/GHSA-hx37-3fvj-x3vr.json b/advisories/unreviewed/2023/04/GHSA-hx37-3fvj-x3vr/GHSA-hx37-3fvj-x3vr.json index bb058376d49..b026bdb56f5 100644 --- a/advisories/unreviewed/2023/04/GHSA-hx37-3fvj-x3vr/GHSA-hx37-3fvj-x3vr.json +++ b/advisories/unreviewed/2023/04/GHSA-hx37-3fvj-x3vr/GHSA-hx37-3fvj-x3vr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hx7x-h8xv-jgq3/GHSA-hx7x-h8xv-jgq3.json b/advisories/unreviewed/2023/04/GHSA-hx7x-h8xv-jgq3/GHSA-hx7x-h8xv-jgq3.json index 4d335adbcda..d929349edfe 100644 --- a/advisories/unreviewed/2023/04/GHSA-hx7x-h8xv-jgq3/GHSA-hx7x-h8xv-jgq3.json +++ b/advisories/unreviewed/2023/04/GHSA-hx7x-h8xv-jgq3/GHSA-hx7x-h8xv-jgq3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hxpr-v34c-pjrm/GHSA-hxpr-v34c-pjrm.json b/advisories/unreviewed/2023/04/GHSA-hxpr-v34c-pjrm/GHSA-hxpr-v34c-pjrm.json index 38c500faef4..d1250f21828 100644 --- a/advisories/unreviewed/2023/04/GHSA-hxpr-v34c-pjrm/GHSA-hxpr-v34c-pjrm.json +++ b/advisories/unreviewed/2023/04/GHSA-hxpr-v34c-pjrm/GHSA-hxpr-v34c-pjrm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hxq8-74m8-v4vh/GHSA-hxq8-74m8-v4vh.json b/advisories/unreviewed/2023/04/GHSA-hxq8-74m8-v4vh/GHSA-hxq8-74m8-v4vh.json index 936fccef294..51e7c212e56 100644 --- a/advisories/unreviewed/2023/04/GHSA-hxq8-74m8-v4vh/GHSA-hxq8-74m8-v4vh.json +++ b/advisories/unreviewed/2023/04/GHSA-hxq8-74m8-v4vh/GHSA-hxq8-74m8-v4vh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-j3hh-fx42-vqq9/GHSA-j3hh-fx42-vqq9.json b/advisories/unreviewed/2023/04/GHSA-j3hh-fx42-vqq9/GHSA-j3hh-fx42-vqq9.json index 55d7b1e6367..6e08da9569b 100644 --- a/advisories/unreviewed/2023/04/GHSA-j3hh-fx42-vqq9/GHSA-j3hh-fx42-vqq9.json +++ b/advisories/unreviewed/2023/04/GHSA-j3hh-fx42-vqq9/GHSA-j3hh-fx42-vqq9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-j4j5-7fvq-m4rf/GHSA-j4j5-7fvq-m4rf.json b/advisories/unreviewed/2023/04/GHSA-j4j5-7fvq-m4rf/GHSA-j4j5-7fvq-m4rf.json index 7b695cd779b..a1f050a9d2c 100644 --- a/advisories/unreviewed/2023/04/GHSA-j4j5-7fvq-m4rf/GHSA-j4j5-7fvq-m4rf.json +++ b/advisories/unreviewed/2023/04/GHSA-j4j5-7fvq-m4rf/GHSA-j4j5-7fvq-m4rf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-j4pp-rp58-2qhj/GHSA-j4pp-rp58-2qhj.json b/advisories/unreviewed/2023/04/GHSA-j4pp-rp58-2qhj/GHSA-j4pp-rp58-2qhj.json index bcab0d10b90..4657604b46e 100644 --- a/advisories/unreviewed/2023/04/GHSA-j4pp-rp58-2qhj/GHSA-j4pp-rp58-2qhj.json +++ b/advisories/unreviewed/2023/04/GHSA-j4pp-rp58-2qhj/GHSA-j4pp-rp58-2qhj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-j4wq-wqr7-wp9j/GHSA-j4wq-wqr7-wp9j.json b/advisories/unreviewed/2023/04/GHSA-j4wq-wqr7-wp9j/GHSA-j4wq-wqr7-wp9j.json index 53d4fd04acf..3071d4128dc 100644 --- a/advisories/unreviewed/2023/04/GHSA-j4wq-wqr7-wp9j/GHSA-j4wq-wqr7-wp9j.json +++ b/advisories/unreviewed/2023/04/GHSA-j4wq-wqr7-wp9j/GHSA-j4wq-wqr7-wp9j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-j4x4-2cc8-7274/GHSA-j4x4-2cc8-7274.json b/advisories/unreviewed/2023/04/GHSA-j4x4-2cc8-7274/GHSA-j4x4-2cc8-7274.json index c0680143937..030ffd92c04 100644 --- a/advisories/unreviewed/2023/04/GHSA-j4x4-2cc8-7274/GHSA-j4x4-2cc8-7274.json +++ b/advisories/unreviewed/2023/04/GHSA-j4x4-2cc8-7274/GHSA-j4x4-2cc8-7274.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-j56m-fmmm-mpjf/GHSA-j56m-fmmm-mpjf.json b/advisories/unreviewed/2023/04/GHSA-j56m-fmmm-mpjf/GHSA-j56m-fmmm-mpjf.json index a3301d230b9..b6150675e3b 100644 --- a/advisories/unreviewed/2023/04/GHSA-j56m-fmmm-mpjf/GHSA-j56m-fmmm-mpjf.json +++ b/advisories/unreviewed/2023/04/GHSA-j56m-fmmm-mpjf/GHSA-j56m-fmmm-mpjf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-j5vr-6jj7-r79r/GHSA-j5vr-6jj7-r79r.json b/advisories/unreviewed/2023/04/GHSA-j5vr-6jj7-r79r/GHSA-j5vr-6jj7-r79r.json index dd21c8b1648..e580c95e877 100644 --- a/advisories/unreviewed/2023/04/GHSA-j5vr-6jj7-r79r/GHSA-j5vr-6jj7-r79r.json +++ b/advisories/unreviewed/2023/04/GHSA-j5vr-6jj7-r79r/GHSA-j5vr-6jj7-r79r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-j5w4-p5hq-hh3c/GHSA-j5w4-p5hq-hh3c.json b/advisories/unreviewed/2023/04/GHSA-j5w4-p5hq-hh3c/GHSA-j5w4-p5hq-hh3c.json index 41f9869f614..954a1484070 100644 --- a/advisories/unreviewed/2023/04/GHSA-j5w4-p5hq-hh3c/GHSA-j5w4-p5hq-hh3c.json +++ b/advisories/unreviewed/2023/04/GHSA-j5w4-p5hq-hh3c/GHSA-j5w4-p5hq-hh3c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-j5wq-fj8p-rh45/GHSA-j5wq-fj8p-rh45.json b/advisories/unreviewed/2023/04/GHSA-j5wq-fj8p-rh45/GHSA-j5wq-fj8p-rh45.json index 9411967e803..dbb28eb532c 100644 --- a/advisories/unreviewed/2023/04/GHSA-j5wq-fj8p-rh45/GHSA-j5wq-fj8p-rh45.json +++ b/advisories/unreviewed/2023/04/GHSA-j5wq-fj8p-rh45/GHSA-j5wq-fj8p-rh45.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-j63r-9mhq-4rr3/GHSA-j63r-9mhq-4rr3.json b/advisories/unreviewed/2023/04/GHSA-j63r-9mhq-4rr3/GHSA-j63r-9mhq-4rr3.json index 1d9076f443d..66bc40dbdc1 100644 --- a/advisories/unreviewed/2023/04/GHSA-j63r-9mhq-4rr3/GHSA-j63r-9mhq-4rr3.json +++ b/advisories/unreviewed/2023/04/GHSA-j63r-9mhq-4rr3/GHSA-j63r-9mhq-4rr3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-j6mw-w229-ppqm/GHSA-j6mw-w229-ppqm.json b/advisories/unreviewed/2023/04/GHSA-j6mw-w229-ppqm/GHSA-j6mw-w229-ppqm.json index 9d937beb6b0..81972b7127e 100644 --- a/advisories/unreviewed/2023/04/GHSA-j6mw-w229-ppqm/GHSA-j6mw-w229-ppqm.json +++ b/advisories/unreviewed/2023/04/GHSA-j6mw-w229-ppqm/GHSA-j6mw-w229-ppqm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-j6v5-4cj5-hfh4/GHSA-j6v5-4cj5-hfh4.json b/advisories/unreviewed/2023/04/GHSA-j6v5-4cj5-hfh4/GHSA-j6v5-4cj5-hfh4.json index 0a74da5d406..9888ccdcd9e 100644 --- a/advisories/unreviewed/2023/04/GHSA-j6v5-4cj5-hfh4/GHSA-j6v5-4cj5-hfh4.json +++ b/advisories/unreviewed/2023/04/GHSA-j6v5-4cj5-hfh4/GHSA-j6v5-4cj5-hfh4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-j99w-9crf-rpx9/GHSA-j99w-9crf-rpx9.json b/advisories/unreviewed/2023/04/GHSA-j99w-9crf-rpx9/GHSA-j99w-9crf-rpx9.json index 7e33431b7a5..2a041706e53 100644 --- a/advisories/unreviewed/2023/04/GHSA-j99w-9crf-rpx9/GHSA-j99w-9crf-rpx9.json +++ b/advisories/unreviewed/2023/04/GHSA-j99w-9crf-rpx9/GHSA-j99w-9crf-rpx9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-j9r2-788m-8qg3/GHSA-j9r2-788m-8qg3.json b/advisories/unreviewed/2023/04/GHSA-j9r2-788m-8qg3/GHSA-j9r2-788m-8qg3.json index 144d2d1afe3..e379e541d2b 100644 --- a/advisories/unreviewed/2023/04/GHSA-j9r2-788m-8qg3/GHSA-j9r2-788m-8qg3.json +++ b/advisories/unreviewed/2023/04/GHSA-j9r2-788m-8qg3/GHSA-j9r2-788m-8qg3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-jcr5-fwvw-wm84/GHSA-jcr5-fwvw-wm84.json b/advisories/unreviewed/2023/04/GHSA-jcr5-fwvw-wm84/GHSA-jcr5-fwvw-wm84.json index 126267b0d59..8c56988f71c 100644 --- a/advisories/unreviewed/2023/04/GHSA-jcr5-fwvw-wm84/GHSA-jcr5-fwvw-wm84.json +++ b/advisories/unreviewed/2023/04/GHSA-jcr5-fwvw-wm84/GHSA-jcr5-fwvw-wm84.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jfjp-c9jg-cqcx/GHSA-jfjp-c9jg-cqcx.json b/advisories/unreviewed/2023/04/GHSA-jfjp-c9jg-cqcx/GHSA-jfjp-c9jg-cqcx.json index 0dd81cb1922..2f0feeabcfb 100644 --- a/advisories/unreviewed/2023/04/GHSA-jfjp-c9jg-cqcx/GHSA-jfjp-c9jg-cqcx.json +++ b/advisories/unreviewed/2023/04/GHSA-jfjp-c9jg-cqcx/GHSA-jfjp-c9jg-cqcx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jg2w-28qh-4f7h/GHSA-jg2w-28qh-4f7h.json b/advisories/unreviewed/2023/04/GHSA-jg2w-28qh-4f7h/GHSA-jg2w-28qh-4f7h.json index d647fe564d8..6588045ecbd 100644 --- a/advisories/unreviewed/2023/04/GHSA-jg2w-28qh-4f7h/GHSA-jg2w-28qh-4f7h.json +++ b/advisories/unreviewed/2023/04/GHSA-jg2w-28qh-4f7h/GHSA-jg2w-28qh-4f7h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/PR:H/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jghq-f4g9-rp54/GHSA-jghq-f4g9-rp54.json b/advisories/unreviewed/2023/04/GHSA-jghq-f4g9-rp54/GHSA-jghq-f4g9-rp54.json index 71e2bdb85a8..c14653faaaa 100644 --- a/advisories/unreviewed/2023/04/GHSA-jghq-f4g9-rp54/GHSA-jghq-f4g9-rp54.json +++ b/advisories/unreviewed/2023/04/GHSA-jghq-f4g9-rp54/GHSA-jghq-f4g9-rp54.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jh37-vq2p-5j5h/GHSA-jh37-vq2p-5j5h.json b/advisories/unreviewed/2023/04/GHSA-jh37-vq2p-5j5h/GHSA-jh37-vq2p-5j5h.json index 3162dde822b..c11984657c3 100644 --- a/advisories/unreviewed/2023/04/GHSA-jh37-vq2p-5j5h/GHSA-jh37-vq2p-5j5h.json +++ b/advisories/unreviewed/2023/04/GHSA-jh37-vq2p-5j5h/GHSA-jh37-vq2p-5j5h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jj3r-qhh5-gc2c/GHSA-jj3r-qhh5-gc2c.json b/advisories/unreviewed/2023/04/GHSA-jj3r-qhh5-gc2c/GHSA-jj3r-qhh5-gc2c.json index f2c317686e4..275cc81f1b7 100644 --- a/advisories/unreviewed/2023/04/GHSA-jj3r-qhh5-gc2c/GHSA-jj3r-qhh5-gc2c.json +++ b/advisories/unreviewed/2023/04/GHSA-jj3r-qhh5-gc2c/GHSA-jj3r-qhh5-gc2c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jj89-4799-j2qv/GHSA-jj89-4799-j2qv.json b/advisories/unreviewed/2023/04/GHSA-jj89-4799-j2qv/GHSA-jj89-4799-j2qv.json index b5a8949d595..8858f53fec2 100644 --- a/advisories/unreviewed/2023/04/GHSA-jj89-4799-j2qv/GHSA-jj89-4799-j2qv.json +++ b/advisories/unreviewed/2023/04/GHSA-jj89-4799-j2qv/GHSA-jj89-4799-j2qv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jmxm-hwqc-33vw/GHSA-jmxm-hwqc-33vw.json b/advisories/unreviewed/2023/04/GHSA-jmxm-hwqc-33vw/GHSA-jmxm-hwqc-33vw.json index accb9245b8e..14e8c66deed 100644 --- a/advisories/unreviewed/2023/04/GHSA-jmxm-hwqc-33vw/GHSA-jmxm-hwqc-33vw.json +++ b/advisories/unreviewed/2023/04/GHSA-jmxm-hwqc-33vw/GHSA-jmxm-hwqc-33vw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jp8p-mv2j-qxc2/GHSA-jp8p-mv2j-qxc2.json b/advisories/unreviewed/2023/04/GHSA-jp8p-mv2j-qxc2/GHSA-jp8p-mv2j-qxc2.json index 4d26bcc52a9..e581e5dec98 100644 --- a/advisories/unreviewed/2023/04/GHSA-jp8p-mv2j-qxc2/GHSA-jp8p-mv2j-qxc2.json +++ b/advisories/unreviewed/2023/04/GHSA-jp8p-mv2j-qxc2/GHSA-jp8p-mv2j-qxc2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jpwr-phpw-6hpw/GHSA-jpwr-phpw-6hpw.json b/advisories/unreviewed/2023/04/GHSA-jpwr-phpw-6hpw/GHSA-jpwr-phpw-6hpw.json index bc4a2a79bca..83081ea3be4 100644 --- a/advisories/unreviewed/2023/04/GHSA-jpwr-phpw-6hpw/GHSA-jpwr-phpw-6hpw.json +++ b/advisories/unreviewed/2023/04/GHSA-jpwr-phpw-6hpw/GHSA-jpwr-phpw-6hpw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jq9m-h332-223f/GHSA-jq9m-h332-223f.json b/advisories/unreviewed/2023/04/GHSA-jq9m-h332-223f/GHSA-jq9m-h332-223f.json index 801f4b0153f..60a1c40d8dc 100644 --- a/advisories/unreviewed/2023/04/GHSA-jq9m-h332-223f/GHSA-jq9m-h332-223f.json +++ b/advisories/unreviewed/2023/04/GHSA-jq9m-h332-223f/GHSA-jq9m-h332-223f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jqxf-f2x7-9g34/GHSA-jqxf-f2x7-9g34.json b/advisories/unreviewed/2023/04/GHSA-jqxf-f2x7-9g34/GHSA-jqxf-f2x7-9g34.json index 55b066d73bc..76bccecab59 100644 --- a/advisories/unreviewed/2023/04/GHSA-jqxf-f2x7-9g34/GHSA-jqxf-f2x7-9g34.json +++ b/advisories/unreviewed/2023/04/GHSA-jqxf-f2x7-9g34/GHSA-jqxf-f2x7-9g34.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jr5x-cpr9-hgwh/GHSA-jr5x-cpr9-hgwh.json b/advisories/unreviewed/2023/04/GHSA-jr5x-cpr9-hgwh/GHSA-jr5x-cpr9-hgwh.json index 0ec128df584..1687f43e1e7 100644 --- a/advisories/unreviewed/2023/04/GHSA-jr5x-cpr9-hgwh/GHSA-jr5x-cpr9-hgwh.json +++ b/advisories/unreviewed/2023/04/GHSA-jr5x-cpr9-hgwh/GHSA-jr5x-cpr9-hgwh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-jvv6-jf53-h7v7/GHSA-jvv6-jf53-h7v7.json b/advisories/unreviewed/2023/04/GHSA-jvv6-jf53-h7v7/GHSA-jvv6-jf53-h7v7.json index 0f4e6918993..628ef15f358 100644 --- a/advisories/unreviewed/2023/04/GHSA-jvv6-jf53-h7v7/GHSA-jvv6-jf53-h7v7.json +++ b/advisories/unreviewed/2023/04/GHSA-jvv6-jf53-h7v7/GHSA-jvv6-jf53-h7v7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jw33-89vh-mrpp/GHSA-jw33-89vh-mrpp.json b/advisories/unreviewed/2023/04/GHSA-jw33-89vh-mrpp/GHSA-jw33-89vh-mrpp.json index cd4c8d47119..50de596b619 100644 --- a/advisories/unreviewed/2023/04/GHSA-jw33-89vh-mrpp/GHSA-jw33-89vh-mrpp.json +++ b/advisories/unreviewed/2023/04/GHSA-jw33-89vh-mrpp/GHSA-jw33-89vh-mrpp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jwqv-5v5p-9h8m/GHSA-jwqv-5v5p-9h8m.json b/advisories/unreviewed/2023/04/GHSA-jwqv-5v5p-9h8m/GHSA-jwqv-5v5p-9h8m.json index 6212527de79..1a205c071b2 100644 --- a/advisories/unreviewed/2023/04/GHSA-jwqv-5v5p-9h8m/GHSA-jwqv-5v5p-9h8m.json +++ b/advisories/unreviewed/2023/04/GHSA-jwqv-5v5p-9h8m/GHSA-jwqv-5v5p-9h8m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jww6-r435-vcwf/GHSA-jww6-r435-vcwf.json b/advisories/unreviewed/2023/04/GHSA-jww6-r435-vcwf/GHSA-jww6-r435-vcwf.json index 802a3956560..5094324bce9 100644 --- a/advisories/unreviewed/2023/04/GHSA-jww6-r435-vcwf/GHSA-jww6-r435-vcwf.json +++ b/advisories/unreviewed/2023/04/GHSA-jww6-r435-vcwf/GHSA-jww6-r435-vcwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-jxg7-33rp-3r4v/GHSA-jxg7-33rp-3r4v.json b/advisories/unreviewed/2023/04/GHSA-jxg7-33rp-3r4v/GHSA-jxg7-33rp-3r4v.json index 83e8ee80818..5bb26e7bfa8 100644 --- a/advisories/unreviewed/2023/04/GHSA-jxg7-33rp-3r4v/GHSA-jxg7-33rp-3r4v.json +++ b/advisories/unreviewed/2023/04/GHSA-jxg7-33rp-3r4v/GHSA-jxg7-33rp-3r4v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-m2xx-jqxg-87r7/GHSA-m2xx-jqxg-87r7.json b/advisories/unreviewed/2023/04/GHSA-m2xx-jqxg-87r7/GHSA-m2xx-jqxg-87r7.json index 4fb41fc6456..34f9fbbb4bf 100644 --- a/advisories/unreviewed/2023/04/GHSA-m2xx-jqxg-87r7/GHSA-m2xx-jqxg-87r7.json +++ b/advisories/unreviewed/2023/04/GHSA-m2xx-jqxg-87r7/GHSA-m2xx-jqxg-87r7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-m42j-4xh8-862v/GHSA-m42j-4xh8-862v.json b/advisories/unreviewed/2023/04/GHSA-m42j-4xh8-862v/GHSA-m42j-4xh8-862v.json index aec19a70885..d23d831fd05 100644 --- a/advisories/unreviewed/2023/04/GHSA-m42j-4xh8-862v/GHSA-m42j-4xh8-862v.json +++ b/advisories/unreviewed/2023/04/GHSA-m42j-4xh8-862v/GHSA-m42j-4xh8-862v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-m4j6-f6gp-xcm3/GHSA-m4j6-f6gp-xcm3.json b/advisories/unreviewed/2023/04/GHSA-m4j6-f6gp-xcm3/GHSA-m4j6-f6gp-xcm3.json index 2dcdebd11b0..6b27910e3bb 100644 --- a/advisories/unreviewed/2023/04/GHSA-m4j6-f6gp-xcm3/GHSA-m4j6-f6gp-xcm3.json +++ b/advisories/unreviewed/2023/04/GHSA-m4j6-f6gp-xcm3/GHSA-m4j6-f6gp-xcm3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-m586-mx2j-5pc6/GHSA-m586-mx2j-5pc6.json b/advisories/unreviewed/2023/04/GHSA-m586-mx2j-5pc6/GHSA-m586-mx2j-5pc6.json index d118ecc7970..d56966b6688 100644 --- a/advisories/unreviewed/2023/04/GHSA-m586-mx2j-5pc6/GHSA-m586-mx2j-5pc6.json +++ b/advisories/unreviewed/2023/04/GHSA-m586-mx2j-5pc6/GHSA-m586-mx2j-5pc6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-m5vc-m25p-pq4q/GHSA-m5vc-m25p-pq4q.json b/advisories/unreviewed/2023/04/GHSA-m5vc-m25p-pq4q/GHSA-m5vc-m25p-pq4q.json index 7479efa0afe..d66bf28f793 100644 --- a/advisories/unreviewed/2023/04/GHSA-m5vc-m25p-pq4q/GHSA-m5vc-m25p-pq4q.json +++ b/advisories/unreviewed/2023/04/GHSA-m5vc-m25p-pq4q/GHSA-m5vc-m25p-pq4q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-m796-g35g-ww8p/GHSA-m796-g35g-ww8p.json b/advisories/unreviewed/2023/04/GHSA-m796-g35g-ww8p/GHSA-m796-g35g-ww8p.json index cb6f75f9a8d..e7a7cc42024 100644 --- a/advisories/unreviewed/2023/04/GHSA-m796-g35g-ww8p/GHSA-m796-g35g-ww8p.json +++ b/advisories/unreviewed/2023/04/GHSA-m796-g35g-ww8p/GHSA-m796-g35g-ww8p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-m7c4-5x8w-xjqg/GHSA-m7c4-5x8w-xjqg.json b/advisories/unreviewed/2023/04/GHSA-m7c4-5x8w-xjqg/GHSA-m7c4-5x8w-xjqg.json index ed7dc0e3d76..d80c69a5823 100644 --- a/advisories/unreviewed/2023/04/GHSA-m7c4-5x8w-xjqg/GHSA-m7c4-5x8w-xjqg.json +++ b/advisories/unreviewed/2023/04/GHSA-m7c4-5x8w-xjqg/GHSA-m7c4-5x8w-xjqg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-m87r-j77f-7wpr/GHSA-m87r-j77f-7wpr.json b/advisories/unreviewed/2023/04/GHSA-m87r-j77f-7wpr/GHSA-m87r-j77f-7wpr.json index 711c20cac37..7bd78521e21 100644 --- a/advisories/unreviewed/2023/04/GHSA-m87r-j77f-7wpr/GHSA-m87r-j77f-7wpr.json +++ b/advisories/unreviewed/2023/04/GHSA-m87r-j77f-7wpr/GHSA-m87r-j77f-7wpr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-m8h6-32jj-7hxp/GHSA-m8h6-32jj-7hxp.json b/advisories/unreviewed/2023/04/GHSA-m8h6-32jj-7hxp/GHSA-m8h6-32jj-7hxp.json index 1e22360e128..8e7ad38e30b 100644 --- a/advisories/unreviewed/2023/04/GHSA-m8h6-32jj-7hxp/GHSA-m8h6-32jj-7hxp.json +++ b/advisories/unreviewed/2023/04/GHSA-m8h6-32jj-7hxp/GHSA-m8h6-32jj-7hxp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-m963-5mrx-529j/GHSA-m963-5mrx-529j.json b/advisories/unreviewed/2023/04/GHSA-m963-5mrx-529j/GHSA-m963-5mrx-529j.json index a87338130ed..95c43d4cd72 100644 --- a/advisories/unreviewed/2023/04/GHSA-m963-5mrx-529j/GHSA-m963-5mrx-529j.json +++ b/advisories/unreviewed/2023/04/GHSA-m963-5mrx-529j/GHSA-m963-5mrx-529j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-m9c4-g8c9-pfxc/GHSA-m9c4-g8c9-pfxc.json b/advisories/unreviewed/2023/04/GHSA-m9c4-g8c9-pfxc/GHSA-m9c4-g8c9-pfxc.json index 6922446bca3..be6327f80c0 100644 --- a/advisories/unreviewed/2023/04/GHSA-m9c4-g8c9-pfxc/GHSA-m9c4-g8c9-pfxc.json +++ b/advisories/unreviewed/2023/04/GHSA-m9c4-g8c9-pfxc/GHSA-m9c4-g8c9-pfxc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-m9j2-ffm7-xfgg/GHSA-m9j2-ffm7-xfgg.json b/advisories/unreviewed/2023/04/GHSA-m9j2-ffm7-xfgg/GHSA-m9j2-ffm7-xfgg.json index d46c1ffdb60..7874bbafc21 100644 --- a/advisories/unreviewed/2023/04/GHSA-m9j2-ffm7-xfgg/GHSA-m9j2-ffm7-xfgg.json +++ b/advisories/unreviewed/2023/04/GHSA-m9j2-ffm7-xfgg/GHSA-m9j2-ffm7-xfgg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-mc28-gwr6-f4mf/GHSA-mc28-gwr6-f4mf.json b/advisories/unreviewed/2023/04/GHSA-mc28-gwr6-f4mf/GHSA-mc28-gwr6-f4mf.json index d32a39335d7..d9c7df997a1 100644 --- a/advisories/unreviewed/2023/04/GHSA-mc28-gwr6-f4mf/GHSA-mc28-gwr6-f4mf.json +++ b/advisories/unreviewed/2023/04/GHSA-mc28-gwr6-f4mf/GHSA-mc28-gwr6-f4mf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mf35-323w-x7h4/GHSA-mf35-323w-x7h4.json b/advisories/unreviewed/2023/04/GHSA-mf35-323w-x7h4/GHSA-mf35-323w-x7h4.json index 6ede509bed8..2d7ee0506eb 100644 --- a/advisories/unreviewed/2023/04/GHSA-mf35-323w-x7h4/GHSA-mf35-323w-x7h4.json +++ b/advisories/unreviewed/2023/04/GHSA-mf35-323w-x7h4/GHSA-mf35-323w-x7h4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mf4v-qwj2-cjm6/GHSA-mf4v-qwj2-cjm6.json b/advisories/unreviewed/2023/04/GHSA-mf4v-qwj2-cjm6/GHSA-mf4v-qwj2-cjm6.json index d9140121c6b..d3e67098861 100644 --- a/advisories/unreviewed/2023/04/GHSA-mf4v-qwj2-cjm6/GHSA-mf4v-qwj2-cjm6.json +++ b/advisories/unreviewed/2023/04/GHSA-mf4v-qwj2-cjm6/GHSA-mf4v-qwj2-cjm6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mfrv-jgvv-x4mc/GHSA-mfrv-jgvv-x4mc.json b/advisories/unreviewed/2023/04/GHSA-mfrv-jgvv-x4mc/GHSA-mfrv-jgvv-x4mc.json index a2d6fa2cd98..f7b6576ee8a 100644 --- a/advisories/unreviewed/2023/04/GHSA-mfrv-jgvv-x4mc/GHSA-mfrv-jgvv-x4mc.json +++ b/advisories/unreviewed/2023/04/GHSA-mfrv-jgvv-x4mc/GHSA-mfrv-jgvv-x4mc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mfrx-9g8m-q563/GHSA-mfrx-9g8m-q563.json b/advisories/unreviewed/2023/04/GHSA-mfrx-9g8m-q563/GHSA-mfrx-9g8m-q563.json index 6565341872f..430d107f9bf 100644 --- a/advisories/unreviewed/2023/04/GHSA-mfrx-9g8m-q563/GHSA-mfrx-9g8m-q563.json +++ b/advisories/unreviewed/2023/04/GHSA-mfrx-9g8m-q563/GHSA-mfrx-9g8m-q563.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-mfw3-qw8q-q93x/GHSA-mfw3-qw8q-q93x.json b/advisories/unreviewed/2023/04/GHSA-mfw3-qw8q-q93x/GHSA-mfw3-qw8q-q93x.json index 3126055edff..1edbc06357d 100644 --- a/advisories/unreviewed/2023/04/GHSA-mfw3-qw8q-q93x/GHSA-mfw3-qw8q-q93x.json +++ b/advisories/unreviewed/2023/04/GHSA-mfw3-qw8q-q93x/GHSA-mfw3-qw8q-q93x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mg4q-w2rm-gvpm/GHSA-mg4q-w2rm-gvpm.json b/advisories/unreviewed/2023/04/GHSA-mg4q-w2rm-gvpm/GHSA-mg4q-w2rm-gvpm.json index 28b81a6768e..14de97e0a47 100644 --- a/advisories/unreviewed/2023/04/GHSA-mg4q-w2rm-gvpm/GHSA-mg4q-w2rm-gvpm.json +++ b/advisories/unreviewed/2023/04/GHSA-mg4q-w2rm-gvpm/GHSA-mg4q-w2rm-gvpm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mgr3-3432-qw3c/GHSA-mgr3-3432-qw3c.json b/advisories/unreviewed/2023/04/GHSA-mgr3-3432-qw3c/GHSA-mgr3-3432-qw3c.json index abafac14061..0d2abb63031 100644 --- a/advisories/unreviewed/2023/04/GHSA-mgr3-3432-qw3c/GHSA-mgr3-3432-qw3c.json +++ b/advisories/unreviewed/2023/04/GHSA-mgr3-3432-qw3c/GHSA-mgr3-3432-qw3c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mh23-v522-9fqx/GHSA-mh23-v522-9fqx.json b/advisories/unreviewed/2023/04/GHSA-mh23-v522-9fqx/GHSA-mh23-v522-9fqx.json index a3d86303043..83470cba0e4 100644 --- a/advisories/unreviewed/2023/04/GHSA-mh23-v522-9fqx/GHSA-mh23-v522-9fqx.json +++ b/advisories/unreviewed/2023/04/GHSA-mh23-v522-9fqx/GHSA-mh23-v522-9fqx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mhqh-6m58-844q/GHSA-mhqh-6m58-844q.json b/advisories/unreviewed/2023/04/GHSA-mhqh-6m58-844q/GHSA-mhqh-6m58-844q.json index 12d068017bd..bb5ab746532 100644 --- a/advisories/unreviewed/2023/04/GHSA-mhqh-6m58-844q/GHSA-mhqh-6m58-844q.json +++ b/advisories/unreviewed/2023/04/GHSA-mhqh-6m58-844q/GHSA-mhqh-6m58-844q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mhx7-gx95-mh4v/GHSA-mhx7-gx95-mh4v.json b/advisories/unreviewed/2023/04/GHSA-mhx7-gx95-mh4v/GHSA-mhx7-gx95-mh4v.json index 7ba319e8282..647665de213 100644 --- a/advisories/unreviewed/2023/04/GHSA-mhx7-gx95-mh4v/GHSA-mhx7-gx95-mh4v.json +++ b/advisories/unreviewed/2023/04/GHSA-mhx7-gx95-mh4v/GHSA-mhx7-gx95-mh4v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mjhw-qw89-835g/GHSA-mjhw-qw89-835g.json b/advisories/unreviewed/2023/04/GHSA-mjhw-qw89-835g/GHSA-mjhw-qw89-835g.json index 6d65fc3c33f..777f11d492e 100644 --- a/advisories/unreviewed/2023/04/GHSA-mjhw-qw89-835g/GHSA-mjhw-qw89-835g.json +++ b/advisories/unreviewed/2023/04/GHSA-mjhw-qw89-835g/GHSA-mjhw-qw89-835g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mmc4-8w6g-5qx5/GHSA-mmc4-8w6g-5qx5.json b/advisories/unreviewed/2023/04/GHSA-mmc4-8w6g-5qx5/GHSA-mmc4-8w6g-5qx5.json index 792f71dc55f..eadf6e52e77 100644 --- a/advisories/unreviewed/2023/04/GHSA-mmc4-8w6g-5qx5/GHSA-mmc4-8w6g-5qx5.json +++ b/advisories/unreviewed/2023/04/GHSA-mmc4-8w6g-5qx5/GHSA-mmc4-8w6g-5qx5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mmrr-rw97-7mcv/GHSA-mmrr-rw97-7mcv.json b/advisories/unreviewed/2023/04/GHSA-mmrr-rw97-7mcv/GHSA-mmrr-rw97-7mcv.json index 02138602ad6..104f85c4d01 100644 --- a/advisories/unreviewed/2023/04/GHSA-mmrr-rw97-7mcv/GHSA-mmrr-rw97-7mcv.json +++ b/advisories/unreviewed/2023/04/GHSA-mmrr-rw97-7mcv/GHSA-mmrr-rw97-7mcv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-mp3j-mvwr-j4c4/GHSA-mp3j-mvwr-j4c4.json b/advisories/unreviewed/2023/04/GHSA-mp3j-mvwr-j4c4/GHSA-mp3j-mvwr-j4c4.json index f9a3e7a4dc7..92a3f335269 100644 --- a/advisories/unreviewed/2023/04/GHSA-mp3j-mvwr-j4c4/GHSA-mp3j-mvwr-j4c4.json +++ b/advisories/unreviewed/2023/04/GHSA-mp3j-mvwr-j4c4/GHSA-mp3j-mvwr-j4c4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mqm8-p36g-c858/GHSA-mqm8-p36g-c858.json b/advisories/unreviewed/2023/04/GHSA-mqm8-p36g-c858/GHSA-mqm8-p36g-c858.json index 3a2413022f8..ba0573400df 100644 --- a/advisories/unreviewed/2023/04/GHSA-mqm8-p36g-c858/GHSA-mqm8-p36g-c858.json +++ b/advisories/unreviewed/2023/04/GHSA-mqm8-p36g-c858/GHSA-mqm8-p36g-c858.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mqmw-59rf-wv9g/GHSA-mqmw-59rf-wv9g.json b/advisories/unreviewed/2023/04/GHSA-mqmw-59rf-wv9g/GHSA-mqmw-59rf-wv9g.json index b312a16cab8..f1fd11d9b58 100644 --- a/advisories/unreviewed/2023/04/GHSA-mqmw-59rf-wv9g/GHSA-mqmw-59rf-wv9g.json +++ b/advisories/unreviewed/2023/04/GHSA-mqmw-59rf-wv9g/GHSA-mqmw-59rf-wv9g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mqq2-gjcf-j3cq/GHSA-mqq2-gjcf-j3cq.json b/advisories/unreviewed/2023/04/GHSA-mqq2-gjcf-j3cq/GHSA-mqq2-gjcf-j3cq.json index a652193553f..75379ae85d5 100644 --- a/advisories/unreviewed/2023/04/GHSA-mqq2-gjcf-j3cq/GHSA-mqq2-gjcf-j3cq.json +++ b/advisories/unreviewed/2023/04/GHSA-mqq2-gjcf-j3cq/GHSA-mqq2-gjcf-j3cq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mrmx-x4x8-wq2c/GHSA-mrmx-x4x8-wq2c.json b/advisories/unreviewed/2023/04/GHSA-mrmx-x4x8-wq2c/GHSA-mrmx-x4x8-wq2c.json index 3a35610db40..41ac515d636 100644 --- a/advisories/unreviewed/2023/04/GHSA-mrmx-x4x8-wq2c/GHSA-mrmx-x4x8-wq2c.json +++ b/advisories/unreviewed/2023/04/GHSA-mrmx-x4x8-wq2c/GHSA-mrmx-x4x8-wq2c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mv2p-2vgw-5cpm/GHSA-mv2p-2vgw-5cpm.json b/advisories/unreviewed/2023/04/GHSA-mv2p-2vgw-5cpm/GHSA-mv2p-2vgw-5cpm.json index e252a89e4a1..4abb6f5a83f 100644 --- a/advisories/unreviewed/2023/04/GHSA-mv2p-2vgw-5cpm/GHSA-mv2p-2vgw-5cpm.json +++ b/advisories/unreviewed/2023/04/GHSA-mv2p-2vgw-5cpm/GHSA-mv2p-2vgw-5cpm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mvq9-wpmc-j92v/GHSA-mvq9-wpmc-j92v.json b/advisories/unreviewed/2023/04/GHSA-mvq9-wpmc-j92v/GHSA-mvq9-wpmc-j92v.json index 04e42092ea1..11c673d3255 100644 --- a/advisories/unreviewed/2023/04/GHSA-mvq9-wpmc-j92v/GHSA-mvq9-wpmc-j92v.json +++ b/advisories/unreviewed/2023/04/GHSA-mvq9-wpmc-j92v/GHSA-mvq9-wpmc-j92v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-mw36-x32p-xgrg/GHSA-mw36-x32p-xgrg.json b/advisories/unreviewed/2023/04/GHSA-mw36-x32p-xgrg/GHSA-mw36-x32p-xgrg.json index 1a7b4f0f7bf..7f22637056e 100644 --- a/advisories/unreviewed/2023/04/GHSA-mw36-x32p-xgrg/GHSA-mw36-x32p-xgrg.json +++ b/advisories/unreviewed/2023/04/GHSA-mw36-x32p-xgrg/GHSA-mw36-x32p-xgrg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-mw45-38f9-fvw3/GHSA-mw45-38f9-fvw3.json b/advisories/unreviewed/2023/04/GHSA-mw45-38f9-fvw3/GHSA-mw45-38f9-fvw3.json index 82f6f0c962d..c28a17860f8 100644 --- a/advisories/unreviewed/2023/04/GHSA-mw45-38f9-fvw3/GHSA-mw45-38f9-fvw3.json +++ b/advisories/unreviewed/2023/04/GHSA-mw45-38f9-fvw3/GHSA-mw45-38f9-fvw3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-mww6-2c47-6x6f/GHSA-mww6-2c47-6x6f.json b/advisories/unreviewed/2023/04/GHSA-mww6-2c47-6x6f/GHSA-mww6-2c47-6x6f.json index dc22afcc6a1..e288e34c21b 100644 --- a/advisories/unreviewed/2023/04/GHSA-mww6-2c47-6x6f/GHSA-mww6-2c47-6x6f.json +++ b/advisories/unreviewed/2023/04/GHSA-mww6-2c47-6x6f/GHSA-mww6-2c47-6x6f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-mx4p-25w4-ff2f/GHSA-mx4p-25w4-ff2f.json b/advisories/unreviewed/2023/04/GHSA-mx4p-25w4-ff2f/GHSA-mx4p-25w4-ff2f.json index 869f6017321..feeb0493daf 100644 --- a/advisories/unreviewed/2023/04/GHSA-mx4p-25w4-ff2f/GHSA-mx4p-25w4-ff2f.json +++ b/advisories/unreviewed/2023/04/GHSA-mx4p-25w4-ff2f/GHSA-mx4p-25w4-ff2f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-mxgf-h7gp-5prx/GHSA-mxgf-h7gp-5prx.json b/advisories/unreviewed/2023/04/GHSA-mxgf-h7gp-5prx/GHSA-mxgf-h7gp-5prx.json index fa8ff70af8e..8a20141a220 100644 --- a/advisories/unreviewed/2023/04/GHSA-mxgf-h7gp-5prx/GHSA-mxgf-h7gp-5prx.json +++ b/advisories/unreviewed/2023/04/GHSA-mxgf-h7gp-5prx/GHSA-mxgf-h7gp-5prx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p36f-2c38-5gp4/GHSA-p36f-2c38-5gp4.json b/advisories/unreviewed/2023/04/GHSA-p36f-2c38-5gp4/GHSA-p36f-2c38-5gp4.json index 7522729dee3..8ddbe9cde46 100644 --- a/advisories/unreviewed/2023/04/GHSA-p36f-2c38-5gp4/GHSA-p36f-2c38-5gp4.json +++ b/advisories/unreviewed/2023/04/GHSA-p36f-2c38-5gp4/GHSA-p36f-2c38-5gp4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p42v-wxqq-4v5c/GHSA-p42v-wxqq-4v5c.json b/advisories/unreviewed/2023/04/GHSA-p42v-wxqq-4v5c/GHSA-p42v-wxqq-4v5c.json index 998dd4f1c70..996245dfbe5 100644 --- a/advisories/unreviewed/2023/04/GHSA-p42v-wxqq-4v5c/GHSA-p42v-wxqq-4v5c.json +++ b/advisories/unreviewed/2023/04/GHSA-p42v-wxqq-4v5c/GHSA-p42v-wxqq-4v5c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p43r-r5fw-2w5x/GHSA-p43r-r5fw-2w5x.json b/advisories/unreviewed/2023/04/GHSA-p43r-r5fw-2w5x/GHSA-p43r-r5fw-2w5x.json index 06201677f94..39d8e4a5a60 100644 --- a/advisories/unreviewed/2023/04/GHSA-p43r-r5fw-2w5x/GHSA-p43r-r5fw-2w5x.json +++ b/advisories/unreviewed/2023/04/GHSA-p43r-r5fw-2w5x/GHSA-p43r-r5fw-2w5x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p4pv-7942-p3fc/GHSA-p4pv-7942-p3fc.json b/advisories/unreviewed/2023/04/GHSA-p4pv-7942-p3fc/GHSA-p4pv-7942-p3fc.json index 81a16c425d8..c9ef7418d80 100644 --- a/advisories/unreviewed/2023/04/GHSA-p4pv-7942-p3fc/GHSA-p4pv-7942-p3fc.json +++ b/advisories/unreviewed/2023/04/GHSA-p4pv-7942-p3fc/GHSA-p4pv-7942-p3fc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p55q-52qh-qh6h/GHSA-p55q-52qh-qh6h.json b/advisories/unreviewed/2023/04/GHSA-p55q-52qh-qh6h/GHSA-p55q-52qh-qh6h.json index 08ad5f0fd05..112bbe464da 100644 --- a/advisories/unreviewed/2023/04/GHSA-p55q-52qh-qh6h/GHSA-p55q-52qh-qh6h.json +++ b/advisories/unreviewed/2023/04/GHSA-p55q-52qh-qh6h/GHSA-p55q-52qh-qh6h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p66q-2x4m-xxx9/GHSA-p66q-2x4m-xxx9.json b/advisories/unreviewed/2023/04/GHSA-p66q-2x4m-xxx9/GHSA-p66q-2x4m-xxx9.json index 9a719a02b19..8cce6e7d7f5 100644 --- a/advisories/unreviewed/2023/04/GHSA-p66q-2x4m-xxx9/GHSA-p66q-2x4m-xxx9.json +++ b/advisories/unreviewed/2023/04/GHSA-p66q-2x4m-xxx9/GHSA-p66q-2x4m-xxx9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p6xh-r33c-c9h2/GHSA-p6xh-r33c-c9h2.json b/advisories/unreviewed/2023/04/GHSA-p6xh-r33c-c9h2/GHSA-p6xh-r33c-c9h2.json index 597711a7b78..7362d21913d 100644 --- a/advisories/unreviewed/2023/04/GHSA-p6xh-r33c-c9h2/GHSA-p6xh-r33c-c9h2.json +++ b/advisories/unreviewed/2023/04/GHSA-p6xh-r33c-c9h2/GHSA-p6xh-r33c-c9h2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p8qf-86fr-5x4q/GHSA-p8qf-86fr-5x4q.json b/advisories/unreviewed/2023/04/GHSA-p8qf-86fr-5x4q/GHSA-p8qf-86fr-5x4q.json index 60bb8a2f500..72c16f0000a 100644 --- a/advisories/unreviewed/2023/04/GHSA-p8qf-86fr-5x4q/GHSA-p8qf-86fr-5x4q.json +++ b/advisories/unreviewed/2023/04/GHSA-p8qf-86fr-5x4q/GHSA-p8qf-86fr-5x4q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p946-8mvw-h867/GHSA-p946-8mvw-h867.json b/advisories/unreviewed/2023/04/GHSA-p946-8mvw-h867/GHSA-p946-8mvw-h867.json index 1c268b32162..54b8336474d 100644 --- a/advisories/unreviewed/2023/04/GHSA-p946-8mvw-h867/GHSA-p946-8mvw-h867.json +++ b/advisories/unreviewed/2023/04/GHSA-p946-8mvw-h867/GHSA-p946-8mvw-h867.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p97x-fwwh-9fgq/GHSA-p97x-fwwh-9fgq.json b/advisories/unreviewed/2023/04/GHSA-p97x-fwwh-9fgq/GHSA-p97x-fwwh-9fgq.json index c6d1d2e1c7a..6fe30d23194 100644 --- a/advisories/unreviewed/2023/04/GHSA-p97x-fwwh-9fgq/GHSA-p97x-fwwh-9fgq.json +++ b/advisories/unreviewed/2023/04/GHSA-p97x-fwwh-9fgq/GHSA-p97x-fwwh-9fgq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p982-cmx8-62xh/GHSA-p982-cmx8-62xh.json b/advisories/unreviewed/2023/04/GHSA-p982-cmx8-62xh/GHSA-p982-cmx8-62xh.json index c51cb20cb89..bd7c85dde51 100644 --- a/advisories/unreviewed/2023/04/GHSA-p982-cmx8-62xh/GHSA-p982-cmx8-62xh.json +++ b/advisories/unreviewed/2023/04/GHSA-p982-cmx8-62xh/GHSA-p982-cmx8-62xh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p9j6-7r4q-r5hg/GHSA-p9j6-7r4q-r5hg.json b/advisories/unreviewed/2023/04/GHSA-p9j6-7r4q-r5hg/GHSA-p9j6-7r4q-r5hg.json index 3c7d1ff0445..a8738570d91 100644 --- a/advisories/unreviewed/2023/04/GHSA-p9j6-7r4q-r5hg/GHSA-p9j6-7r4q-r5hg.json +++ b/advisories/unreviewed/2023/04/GHSA-p9j6-7r4q-r5hg/GHSA-p9j6-7r4q-r5hg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p9w4-8hh8-crcx/GHSA-p9w4-8hh8-crcx.json b/advisories/unreviewed/2023/04/GHSA-p9w4-8hh8-crcx/GHSA-p9w4-8hh8-crcx.json index d72b1c50218..4997852c7f4 100644 --- a/advisories/unreviewed/2023/04/GHSA-p9w4-8hh8-crcx/GHSA-p9w4-8hh8-crcx.json +++ b/advisories/unreviewed/2023/04/GHSA-p9w4-8hh8-crcx/GHSA-p9w4-8hh8-crcx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-pcpm-j6mw-65jm/GHSA-pcpm-j6mw-65jm.json b/advisories/unreviewed/2023/04/GHSA-pcpm-j6mw-65jm/GHSA-pcpm-j6mw-65jm.json index 416458aa0a0..c16c89c0694 100644 --- a/advisories/unreviewed/2023/04/GHSA-pcpm-j6mw-65jm/GHSA-pcpm-j6mw-65jm.json +++ b/advisories/unreviewed/2023/04/GHSA-pcpm-j6mw-65jm/GHSA-pcpm-j6mw-65jm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-pcx3-6r6h-7m55/GHSA-pcx3-6r6h-7m55.json b/advisories/unreviewed/2023/04/GHSA-pcx3-6r6h-7m55/GHSA-pcx3-6r6h-7m55.json index 847cbc62e5a..d95981077c2 100644 --- a/advisories/unreviewed/2023/04/GHSA-pcx3-6r6h-7m55/GHSA-pcx3-6r6h-7m55.json +++ b/advisories/unreviewed/2023/04/GHSA-pcx3-6r6h-7m55/GHSA-pcx3-6r6h-7m55.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-ph76-mjfr-pcmr/GHSA-ph76-mjfr-pcmr.json b/advisories/unreviewed/2023/04/GHSA-ph76-mjfr-pcmr/GHSA-ph76-mjfr-pcmr.json index 03db33200dd..1018db2e7e3 100644 --- a/advisories/unreviewed/2023/04/GHSA-ph76-mjfr-pcmr/GHSA-ph76-mjfr-pcmr.json +++ b/advisories/unreviewed/2023/04/GHSA-ph76-mjfr-pcmr/GHSA-ph76-mjfr-pcmr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "WEB", diff --git a/advisories/unreviewed/2023/04/GHSA-pjch-863f-79m3/GHSA-pjch-863f-79m3.json b/advisories/unreviewed/2023/04/GHSA-pjch-863f-79m3/GHSA-pjch-863f-79m3.json index b096f26203e..8fc08dfc1db 100644 --- a/advisories/unreviewed/2023/04/GHSA-pjch-863f-79m3/GHSA-pjch-863f-79m3.json +++ b/advisories/unreviewed/2023/04/GHSA-pjch-863f-79m3/GHSA-pjch-863f-79m3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-pqj7-xq5w-mc28/GHSA-pqj7-xq5w-mc28.json b/advisories/unreviewed/2023/04/GHSA-pqj7-xq5w-mc28/GHSA-pqj7-xq5w-mc28.json index aa6a6aef2df..67304b6a3c1 100644 --- a/advisories/unreviewed/2023/04/GHSA-pqj7-xq5w-mc28/GHSA-pqj7-xq5w-mc28.json +++ b/advisories/unreviewed/2023/04/GHSA-pqj7-xq5w-mc28/GHSA-pqj7-xq5w-mc28.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-pr82-5v88-8j87/GHSA-pr82-5v88-8j87.json b/advisories/unreviewed/2023/04/GHSA-pr82-5v88-8j87/GHSA-pr82-5v88-8j87.json index f4caac115ef..ea9c88a5802 100644 --- a/advisories/unreviewed/2023/04/GHSA-pr82-5v88-8j87/GHSA-pr82-5v88-8j87.json +++ b/advisories/unreviewed/2023/04/GHSA-pr82-5v88-8j87/GHSA-pr82-5v88-8j87.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-prj4-33qx-63g9/GHSA-prj4-33qx-63g9.json b/advisories/unreviewed/2023/04/GHSA-prj4-33qx-63g9/GHSA-prj4-33qx-63g9.json index f32eeff7295..27869571f5f 100644 --- a/advisories/unreviewed/2023/04/GHSA-prj4-33qx-63g9/GHSA-prj4-33qx-63g9.json +++ b/advisories/unreviewed/2023/04/GHSA-prj4-33qx-63g9/GHSA-prj4-33qx-63g9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-prwg-9hmq-gj4j/GHSA-prwg-9hmq-gj4j.json b/advisories/unreviewed/2023/04/GHSA-prwg-9hmq-gj4j/GHSA-prwg-9hmq-gj4j.json index 3ab9572e73d..9953483ce3a 100644 --- a/advisories/unreviewed/2023/04/GHSA-prwg-9hmq-gj4j/GHSA-prwg-9hmq-gj4j.json +++ b/advisories/unreviewed/2023/04/GHSA-prwg-9hmq-gj4j/GHSA-prwg-9hmq-gj4j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-pvch-8324-7772/GHSA-pvch-8324-7772.json b/advisories/unreviewed/2023/04/GHSA-pvch-8324-7772/GHSA-pvch-8324-7772.json index bc0c435a447..b11890bb355 100644 --- a/advisories/unreviewed/2023/04/GHSA-pvch-8324-7772/GHSA-pvch-8324-7772.json +++ b/advisories/unreviewed/2023/04/GHSA-pvch-8324-7772/GHSA-pvch-8324-7772.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-pvv5-5wph-88cq/GHSA-pvv5-5wph-88cq.json b/advisories/unreviewed/2023/04/GHSA-pvv5-5wph-88cq/GHSA-pvv5-5wph-88cq.json index 478276f8f80..a20b57f6c79 100644 --- a/advisories/unreviewed/2023/04/GHSA-pvv5-5wph-88cq/GHSA-pvv5-5wph-88cq.json +++ b/advisories/unreviewed/2023/04/GHSA-pvv5-5wph-88cq/GHSA-pvv5-5wph-88cq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-pw32-jj49-66pq/GHSA-pw32-jj49-66pq.json b/advisories/unreviewed/2023/04/GHSA-pw32-jj49-66pq/GHSA-pw32-jj49-66pq.json index bc2fbdf1640..34cd7f92f46 100644 --- a/advisories/unreviewed/2023/04/GHSA-pw32-jj49-66pq/GHSA-pw32-jj49-66pq.json +++ b/advisories/unreviewed/2023/04/GHSA-pw32-jj49-66pq/GHSA-pw32-jj49-66pq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-pwjp-74x6-hcx5/GHSA-pwjp-74x6-hcx5.json b/advisories/unreviewed/2023/04/GHSA-pwjp-74x6-hcx5/GHSA-pwjp-74x6-hcx5.json index 685fe96b028..551962d1fd2 100644 --- a/advisories/unreviewed/2023/04/GHSA-pwjp-74x6-hcx5/GHSA-pwjp-74x6-hcx5.json +++ b/advisories/unreviewed/2023/04/GHSA-pwjp-74x6-hcx5/GHSA-pwjp-74x6-hcx5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-pwpx-fv8f-9458/GHSA-pwpx-fv8f-9458.json b/advisories/unreviewed/2023/04/GHSA-pwpx-fv8f-9458/GHSA-pwpx-fv8f-9458.json index 4e9cd06c0b7..ac2a16f4d26 100644 --- a/advisories/unreviewed/2023/04/GHSA-pwpx-fv8f-9458/GHSA-pwpx-fv8f-9458.json +++ b/advisories/unreviewed/2023/04/GHSA-pwpx-fv8f-9458/GHSA-pwpx-fv8f-9458.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-q36f-6h62-p39r/GHSA-q36f-6h62-p39r.json b/advisories/unreviewed/2023/04/GHSA-q36f-6h62-p39r/GHSA-q36f-6h62-p39r.json index 7aac61a7ed6..f11dff21928 100644 --- a/advisories/unreviewed/2023/04/GHSA-q36f-6h62-p39r/GHSA-q36f-6h62-p39r.json +++ b/advisories/unreviewed/2023/04/GHSA-q36f-6h62-p39r/GHSA-q36f-6h62-p39r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-q43r-9cg8-m76q/GHSA-q43r-9cg8-m76q.json b/advisories/unreviewed/2023/04/GHSA-q43r-9cg8-m76q/GHSA-q43r-9cg8-m76q.json index a0d5d57cd89..9af09d59093 100644 --- a/advisories/unreviewed/2023/04/GHSA-q43r-9cg8-m76q/GHSA-q43r-9cg8-m76q.json +++ b/advisories/unreviewed/2023/04/GHSA-q43r-9cg8-m76q/GHSA-q43r-9cg8-m76q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-q53x-4f23-hq3j/GHSA-q53x-4f23-hq3j.json b/advisories/unreviewed/2023/04/GHSA-q53x-4f23-hq3j/GHSA-q53x-4f23-hq3j.json index b0e842c517a..101a8b20632 100644 --- a/advisories/unreviewed/2023/04/GHSA-q53x-4f23-hq3j/GHSA-q53x-4f23-hq3j.json +++ b/advisories/unreviewed/2023/04/GHSA-q53x-4f23-hq3j/GHSA-q53x-4f23-hq3j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-q53x-chgg-w9xp/GHSA-q53x-chgg-w9xp.json b/advisories/unreviewed/2023/04/GHSA-q53x-chgg-w9xp/GHSA-q53x-chgg-w9xp.json index 97ef6d05d45..7a9af8355f1 100644 --- a/advisories/unreviewed/2023/04/GHSA-q53x-chgg-w9xp/GHSA-q53x-chgg-w9xp.json +++ b/advisories/unreviewed/2023/04/GHSA-q53x-chgg-w9xp/GHSA-q53x-chgg-w9xp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-q697-jx8q-hvf2/GHSA-q697-jx8q-hvf2.json b/advisories/unreviewed/2023/04/GHSA-q697-jx8q-hvf2/GHSA-q697-jx8q-hvf2.json index 7eca2539da3..c66a89bc132 100644 --- a/advisories/unreviewed/2023/04/GHSA-q697-jx8q-hvf2/GHSA-q697-jx8q-hvf2.json +++ b/advisories/unreviewed/2023/04/GHSA-q697-jx8q-hvf2/GHSA-q697-jx8q-hvf2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-q6fm-vxc6-q2wj/GHSA-q6fm-vxc6-q2wj.json b/advisories/unreviewed/2023/04/GHSA-q6fm-vxc6-q2wj/GHSA-q6fm-vxc6-q2wj.json index 3c54712db4d..377afa9620b 100644 --- a/advisories/unreviewed/2023/04/GHSA-q6fm-vxc6-q2wj/GHSA-q6fm-vxc6-q2wj.json +++ b/advisories/unreviewed/2023/04/GHSA-q6fm-vxc6-q2wj/GHSA-q6fm-vxc6-q2wj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-q75c-4hmc-829p/GHSA-q75c-4hmc-829p.json b/advisories/unreviewed/2023/04/GHSA-q75c-4hmc-829p/GHSA-q75c-4hmc-829p.json index 4c514d753ef..d276b2c746e 100644 --- a/advisories/unreviewed/2023/04/GHSA-q75c-4hmc-829p/GHSA-q75c-4hmc-829p.json +++ b/advisories/unreviewed/2023/04/GHSA-q75c-4hmc-829p/GHSA-q75c-4hmc-829p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qc5p-ww8c-p3vp/GHSA-qc5p-ww8c-p3vp.json b/advisories/unreviewed/2023/04/GHSA-qc5p-ww8c-p3vp/GHSA-qc5p-ww8c-p3vp.json index 8e638f39a76..fbced4e3004 100644 --- a/advisories/unreviewed/2023/04/GHSA-qc5p-ww8c-p3vp/GHSA-qc5p-ww8c-p3vp.json +++ b/advisories/unreviewed/2023/04/GHSA-qc5p-ww8c-p3vp/GHSA-qc5p-ww8c-p3vp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qcc2-c9cp-c24w/GHSA-qcc2-c9cp-c24w.json b/advisories/unreviewed/2023/04/GHSA-qcc2-c9cp-c24w/GHSA-qcc2-c9cp-c24w.json index ffb3e48730d..ab5a7bf386c 100644 --- a/advisories/unreviewed/2023/04/GHSA-qcc2-c9cp-c24w/GHSA-qcc2-c9cp-c24w.json +++ b/advisories/unreviewed/2023/04/GHSA-qcc2-c9cp-c24w/GHSA-qcc2-c9cp-c24w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qfvq-jc5r-mvjw/GHSA-qfvq-jc5r-mvjw.json b/advisories/unreviewed/2023/04/GHSA-qfvq-jc5r-mvjw/GHSA-qfvq-jc5r-mvjw.json index 608c03df027..7a9465e08e6 100644 --- a/advisories/unreviewed/2023/04/GHSA-qfvq-jc5r-mvjw/GHSA-qfvq-jc5r-mvjw.json +++ b/advisories/unreviewed/2023/04/GHSA-qfvq-jc5r-mvjw/GHSA-qfvq-jc5r-mvjw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-qg73-844m-wgxx/GHSA-qg73-844m-wgxx.json b/advisories/unreviewed/2023/04/GHSA-qg73-844m-wgxx/GHSA-qg73-844m-wgxx.json index 0a4e61d772e..f910bcf07a6 100644 --- a/advisories/unreviewed/2023/04/GHSA-qg73-844m-wgxx/GHSA-qg73-844m-wgxx.json +++ b/advisories/unreviewed/2023/04/GHSA-qg73-844m-wgxx/GHSA-qg73-844m-wgxx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qgqh-6wpp-27c4/GHSA-qgqh-6wpp-27c4.json b/advisories/unreviewed/2023/04/GHSA-qgqh-6wpp-27c4/GHSA-qgqh-6wpp-27c4.json index bf5adc65aaa..da442fde566 100644 --- a/advisories/unreviewed/2023/04/GHSA-qgqh-6wpp-27c4/GHSA-qgqh-6wpp-27c4.json +++ b/advisories/unreviewed/2023/04/GHSA-qgqh-6wpp-27c4/GHSA-qgqh-6wpp-27c4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qgrc-7333-5cgx/GHSA-qgrc-7333-5cgx.json b/advisories/unreviewed/2023/04/GHSA-qgrc-7333-5cgx/GHSA-qgrc-7333-5cgx.json index 4107e2b5b95..0c3d15fa2ee 100644 --- a/advisories/unreviewed/2023/04/GHSA-qgrc-7333-5cgx/GHSA-qgrc-7333-5cgx.json +++ b/advisories/unreviewed/2023/04/GHSA-qgrc-7333-5cgx/GHSA-qgrc-7333-5cgx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qhm5-6q48-xxp4/GHSA-qhm5-6q48-xxp4.json b/advisories/unreviewed/2023/04/GHSA-qhm5-6q48-xxp4/GHSA-qhm5-6q48-xxp4.json index fcb7396d253..cefa9ef1d8e 100644 --- a/advisories/unreviewed/2023/04/GHSA-qhm5-6q48-xxp4/GHSA-qhm5-6q48-xxp4.json +++ b/advisories/unreviewed/2023/04/GHSA-qhm5-6q48-xxp4/GHSA-qhm5-6q48-xxp4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qmh7-2w4g-hwv8/GHSA-qmh7-2w4g-hwv8.json b/advisories/unreviewed/2023/04/GHSA-qmh7-2w4g-hwv8/GHSA-qmh7-2w4g-hwv8.json index e9838a8cbee..ab934bf6317 100644 --- a/advisories/unreviewed/2023/04/GHSA-qmh7-2w4g-hwv8/GHSA-qmh7-2w4g-hwv8.json +++ b/advisories/unreviewed/2023/04/GHSA-qmh7-2w4g-hwv8/GHSA-qmh7-2w4g-hwv8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qq2v-qm3v-4375/GHSA-qq2v-qm3v-4375.json b/advisories/unreviewed/2023/04/GHSA-qq2v-qm3v-4375/GHSA-qq2v-qm3v-4375.json index 480e5accf2d..eccf33568ff 100644 --- a/advisories/unreviewed/2023/04/GHSA-qq2v-qm3v-4375/GHSA-qq2v-qm3v-4375.json +++ b/advisories/unreviewed/2023/04/GHSA-qq2v-qm3v-4375/GHSA-qq2v-qm3v-4375.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qrr8-87qr-7r3c/GHSA-qrr8-87qr-7r3c.json b/advisories/unreviewed/2023/04/GHSA-qrr8-87qr-7r3c/GHSA-qrr8-87qr-7r3c.json index 4fdd36bfdcf..5a9866f9cf1 100644 --- a/advisories/unreviewed/2023/04/GHSA-qrr8-87qr-7r3c/GHSA-qrr8-87qr-7r3c.json +++ b/advisories/unreviewed/2023/04/GHSA-qrr8-87qr-7r3c/GHSA-qrr8-87qr-7r3c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qv2q-cc4v-43w2/GHSA-qv2q-cc4v-43w2.json b/advisories/unreviewed/2023/04/GHSA-qv2q-cc4v-43w2/GHSA-qv2q-cc4v-43w2.json index e122fa9a0cb..294766fc80b 100644 --- a/advisories/unreviewed/2023/04/GHSA-qv2q-cc4v-43w2/GHSA-qv2q-cc4v-43w2.json +++ b/advisories/unreviewed/2023/04/GHSA-qv2q-cc4v-43w2/GHSA-qv2q-cc4v-43w2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-qvhf-g7h8-w3gj/GHSA-qvhf-g7h8-w3gj.json b/advisories/unreviewed/2023/04/GHSA-qvhf-g7h8-w3gj/GHSA-qvhf-g7h8-w3gj.json index 896c3c3fd69..a5341388b1b 100644 --- a/advisories/unreviewed/2023/04/GHSA-qvhf-g7h8-w3gj/GHSA-qvhf-g7h8-w3gj.json +++ b/advisories/unreviewed/2023/04/GHSA-qvhf-g7h8-w3gj/GHSA-qvhf-g7h8-w3gj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qvq2-2xfw-f6x6/GHSA-qvq2-2xfw-f6x6.json b/advisories/unreviewed/2023/04/GHSA-qvq2-2xfw-f6x6/GHSA-qvq2-2xfw-f6x6.json index 630886430c6..d347d3defeb 100644 --- a/advisories/unreviewed/2023/04/GHSA-qvq2-2xfw-f6x6/GHSA-qvq2-2xfw-f6x6.json +++ b/advisories/unreviewed/2023/04/GHSA-qvq2-2xfw-f6x6/GHSA-qvq2-2xfw-f6x6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qvvm-43jj-26c7/GHSA-qvvm-43jj-26c7.json b/advisories/unreviewed/2023/04/GHSA-qvvm-43jj-26c7/GHSA-qvvm-43jj-26c7.json index d37fd35dc1f..0e2e24533e4 100644 --- a/advisories/unreviewed/2023/04/GHSA-qvvm-43jj-26c7/GHSA-qvvm-43jj-26c7.json +++ b/advisories/unreviewed/2023/04/GHSA-qvvm-43jj-26c7/GHSA-qvvm-43jj-26c7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qw3h-rf78-f4g7/GHSA-qw3h-rf78-f4g7.json b/advisories/unreviewed/2023/04/GHSA-qw3h-rf78-f4g7/GHSA-qw3h-rf78-f4g7.json index d12df69fdfd..ff41c07579a 100644 --- a/advisories/unreviewed/2023/04/GHSA-qw3h-rf78-f4g7/GHSA-qw3h-rf78-f4g7.json +++ b/advisories/unreviewed/2023/04/GHSA-qw3h-rf78-f4g7/GHSA-qw3h-rf78-f4g7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qw4x-rcp8-p7hj/GHSA-qw4x-rcp8-p7hj.json b/advisories/unreviewed/2023/04/GHSA-qw4x-rcp8-p7hj/GHSA-qw4x-rcp8-p7hj.json index af5ee6ab122..6ce093dc1a7 100644 --- a/advisories/unreviewed/2023/04/GHSA-qw4x-rcp8-p7hj/GHSA-qw4x-rcp8-p7hj.json +++ b/advisories/unreviewed/2023/04/GHSA-qw4x-rcp8-p7hj/GHSA-qw4x-rcp8-p7hj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-qxqf-752w-278r/GHSA-qxqf-752w-278r.json b/advisories/unreviewed/2023/04/GHSA-qxqf-752w-278r/GHSA-qxqf-752w-278r.json index b9e9390f84c..a41467b1368 100644 --- a/advisories/unreviewed/2023/04/GHSA-qxqf-752w-278r/GHSA-qxqf-752w-278r.json +++ b/advisories/unreviewed/2023/04/GHSA-qxqf-752w-278r/GHSA-qxqf-752w-278r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-r22j-494q-4pjg/GHSA-r22j-494q-4pjg.json b/advisories/unreviewed/2023/04/GHSA-r22j-494q-4pjg/GHSA-r22j-494q-4pjg.json index e4c516b870f..de548753b22 100644 --- a/advisories/unreviewed/2023/04/GHSA-r22j-494q-4pjg/GHSA-r22j-494q-4pjg.json +++ b/advisories/unreviewed/2023/04/GHSA-r22j-494q-4pjg/GHSA-r22j-494q-4pjg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-r295-r6mq-x42c/GHSA-r295-r6mq-x42c.json b/advisories/unreviewed/2023/04/GHSA-r295-r6mq-x42c/GHSA-r295-r6mq-x42c.json index 2d4e0625684..169ab7f4914 100644 --- a/advisories/unreviewed/2023/04/GHSA-r295-r6mq-x42c/GHSA-r295-r6mq-x42c.json +++ b/advisories/unreviewed/2023/04/GHSA-r295-r6mq-x42c/GHSA-r295-r6mq-x42c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-r3gw-8h4f-4g9j/GHSA-r3gw-8h4f-4g9j.json b/advisories/unreviewed/2023/04/GHSA-r3gw-8h4f-4g9j/GHSA-r3gw-8h4f-4g9j.json index 1ac40fbeece..964c0a79ee8 100644 --- a/advisories/unreviewed/2023/04/GHSA-r3gw-8h4f-4g9j/GHSA-r3gw-8h4f-4g9j.json +++ b/advisories/unreviewed/2023/04/GHSA-r3gw-8h4f-4g9j/GHSA-r3gw-8h4f-4g9j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-r3hq-4h29-qfq9/GHSA-r3hq-4h29-qfq9.json b/advisories/unreviewed/2023/04/GHSA-r3hq-4h29-qfq9/GHSA-r3hq-4h29-qfq9.json index 3dd060e2044..776c2926089 100644 --- a/advisories/unreviewed/2023/04/GHSA-r3hq-4h29-qfq9/GHSA-r3hq-4h29-qfq9.json +++ b/advisories/unreviewed/2023/04/GHSA-r3hq-4h29-qfq9/GHSA-r3hq-4h29-qfq9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-r48c-xm7q-2f8v/GHSA-r48c-xm7q-2f8v.json b/advisories/unreviewed/2023/04/GHSA-r48c-xm7q-2f8v/GHSA-r48c-xm7q-2f8v.json index 3836ca82ec3..9eae9a370f2 100644 --- a/advisories/unreviewed/2023/04/GHSA-r48c-xm7q-2f8v/GHSA-r48c-xm7q-2f8v.json +++ b/advisories/unreviewed/2023/04/GHSA-r48c-xm7q-2f8v/GHSA-r48c-xm7q-2f8v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-r48r-2253-6p3h/GHSA-r48r-2253-6p3h.json b/advisories/unreviewed/2023/04/GHSA-r48r-2253-6p3h/GHSA-r48r-2253-6p3h.json index 69ae37eae78..dea35e1c157 100644 --- a/advisories/unreviewed/2023/04/GHSA-r48r-2253-6p3h/GHSA-r48r-2253-6p3h.json +++ b/advisories/unreviewed/2023/04/GHSA-r48r-2253-6p3h/GHSA-r48r-2253-6p3h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-r5hg-9vpr-8fmx/GHSA-r5hg-9vpr-8fmx.json b/advisories/unreviewed/2023/04/GHSA-r5hg-9vpr-8fmx/GHSA-r5hg-9vpr-8fmx.json index dbccbeeeeb8..bc70570d16f 100644 --- a/advisories/unreviewed/2023/04/GHSA-r5hg-9vpr-8fmx/GHSA-r5hg-9vpr-8fmx.json +++ b/advisories/unreviewed/2023/04/GHSA-r5hg-9vpr-8fmx/GHSA-r5hg-9vpr-8fmx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-r6fv-3x9v-x4w8/GHSA-r6fv-3x9v-x4w8.json b/advisories/unreviewed/2023/04/GHSA-r6fv-3x9v-x4w8/GHSA-r6fv-3x9v-x4w8.json index ed1e8e7ffae..4c4b848f16f 100644 --- a/advisories/unreviewed/2023/04/GHSA-r6fv-3x9v-x4w8/GHSA-r6fv-3x9v-x4w8.json +++ b/advisories/unreviewed/2023/04/GHSA-r6fv-3x9v-x4w8/GHSA-r6fv-3x9v-x4w8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-r6fw-84v2-x45x/GHSA-r6fw-84v2-x45x.json b/advisories/unreviewed/2023/04/GHSA-r6fw-84v2-x45x/GHSA-r6fw-84v2-x45x.json index 0ca55c56287..8bafa724092 100644 --- a/advisories/unreviewed/2023/04/GHSA-r6fw-84v2-x45x/GHSA-r6fw-84v2-x45x.json +++ b/advisories/unreviewed/2023/04/GHSA-r6fw-84v2-x45x/GHSA-r6fw-84v2-x45x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-r6hq-mwrm-ppjg/GHSA-r6hq-mwrm-ppjg.json b/advisories/unreviewed/2023/04/GHSA-r6hq-mwrm-ppjg/GHSA-r6hq-mwrm-ppjg.json index 2ae825a3ae9..9f53a20070c 100644 --- a/advisories/unreviewed/2023/04/GHSA-r6hq-mwrm-ppjg/GHSA-r6hq-mwrm-ppjg.json +++ b/advisories/unreviewed/2023/04/GHSA-r6hq-mwrm-ppjg/GHSA-r6hq-mwrm-ppjg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-r7xv-7w95-w6c7/GHSA-r7xv-7w95-w6c7.json b/advisories/unreviewed/2023/04/GHSA-r7xv-7w95-w6c7/GHSA-r7xv-7w95-w6c7.json index 5ec4676797a..3eec52c342e 100644 --- a/advisories/unreviewed/2023/04/GHSA-r7xv-7w95-w6c7/GHSA-r7xv-7w95-w6c7.json +++ b/advisories/unreviewed/2023/04/GHSA-r7xv-7w95-w6c7/GHSA-r7xv-7w95-w6c7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-r88v-8382-33p7/GHSA-r88v-8382-33p7.json b/advisories/unreviewed/2023/04/GHSA-r88v-8382-33p7/GHSA-r88v-8382-33p7.json index 29a6a59b5ff..27e4f7f034e 100644 --- a/advisories/unreviewed/2023/04/GHSA-r88v-8382-33p7/GHSA-r88v-8382-33p7.json +++ b/advisories/unreviewed/2023/04/GHSA-r88v-8382-33p7/GHSA-r88v-8382-33p7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-r89c-qmfv-gv8q/GHSA-r89c-qmfv-gv8q.json b/advisories/unreviewed/2023/04/GHSA-r89c-qmfv-gv8q/GHSA-r89c-qmfv-gv8q.json index 500a9e6739c..c5395495ff4 100644 --- a/advisories/unreviewed/2023/04/GHSA-r89c-qmfv-gv8q/GHSA-r89c-qmfv-gv8q.json +++ b/advisories/unreviewed/2023/04/GHSA-r89c-qmfv-gv8q/GHSA-r89c-qmfv-gv8q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-r976-44r3-hm6v/GHSA-r976-44r3-hm6v.json b/advisories/unreviewed/2023/04/GHSA-r976-44r3-hm6v/GHSA-r976-44r3-hm6v.json index 6e83976ca2c..594cee8d141 100644 --- a/advisories/unreviewed/2023/04/GHSA-r976-44r3-hm6v/GHSA-r976-44r3-hm6v.json +++ b/advisories/unreviewed/2023/04/GHSA-r976-44r3-hm6v/GHSA-r976-44r3-hm6v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-r9mp-22pg-87r2/GHSA-r9mp-22pg-87r2.json b/advisories/unreviewed/2023/04/GHSA-r9mp-22pg-87r2/GHSA-r9mp-22pg-87r2.json index 2a087f0231b..01ed55129d4 100644 --- a/advisories/unreviewed/2023/04/GHSA-r9mp-22pg-87r2/GHSA-r9mp-22pg-87r2.json +++ b/advisories/unreviewed/2023/04/GHSA-r9mp-22pg-87r2/GHSA-r9mp-22pg-87r2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-rc94-438g-7v38/GHSA-rc94-438g-7v38.json b/advisories/unreviewed/2023/04/GHSA-rc94-438g-7v38/GHSA-rc94-438g-7v38.json index bca7be76c09..c4a849faf5e 100644 --- a/advisories/unreviewed/2023/04/GHSA-rc94-438g-7v38/GHSA-rc94-438g-7v38.json +++ b/advisories/unreviewed/2023/04/GHSA-rc94-438g-7v38/GHSA-rc94-438g-7v38.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rfpr-2mwv-6gc8/GHSA-rfpr-2mwv-6gc8.json b/advisories/unreviewed/2023/04/GHSA-rfpr-2mwv-6gc8/GHSA-rfpr-2mwv-6gc8.json index a1c627dcba5..658ad375b10 100644 --- a/advisories/unreviewed/2023/04/GHSA-rfpr-2mwv-6gc8/GHSA-rfpr-2mwv-6gc8.json +++ b/advisories/unreviewed/2023/04/GHSA-rfpr-2mwv-6gc8/GHSA-rfpr-2mwv-6gc8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rg7m-x7gx-hg4q/GHSA-rg7m-x7gx-hg4q.json b/advisories/unreviewed/2023/04/GHSA-rg7m-x7gx-hg4q/GHSA-rg7m-x7gx-hg4q.json index 70868082d6b..e871b0344ce 100644 --- a/advisories/unreviewed/2023/04/GHSA-rg7m-x7gx-hg4q/GHSA-rg7m-x7gx-hg4q.json +++ b/advisories/unreviewed/2023/04/GHSA-rg7m-x7gx-hg4q/GHSA-rg7m-x7gx-hg4q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rgg8-qhg9-q698/GHSA-rgg8-qhg9-q698.json b/advisories/unreviewed/2023/04/GHSA-rgg8-qhg9-q698/GHSA-rgg8-qhg9-q698.json index ea2e7eb9429..1320ede3fa7 100644 --- a/advisories/unreviewed/2023/04/GHSA-rgg8-qhg9-q698/GHSA-rgg8-qhg9-q698.json +++ b/advisories/unreviewed/2023/04/GHSA-rgg8-qhg9-q698/GHSA-rgg8-qhg9-q698.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rh2h-jqxg-h9f7/GHSA-rh2h-jqxg-h9f7.json b/advisories/unreviewed/2023/04/GHSA-rh2h-jqxg-h9f7/GHSA-rh2h-jqxg-h9f7.json index 596c30ae852..66f26428149 100644 --- a/advisories/unreviewed/2023/04/GHSA-rh2h-jqxg-h9f7/GHSA-rh2h-jqxg-h9f7.json +++ b/advisories/unreviewed/2023/04/GHSA-rh2h-jqxg-h9f7/GHSA-rh2h-jqxg-h9f7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rh45-x729-x2qp/GHSA-rh45-x729-x2qp.json b/advisories/unreviewed/2023/04/GHSA-rh45-x729-x2qp/GHSA-rh45-x729-x2qp.json index 315cfba375f..66e3a53ea90 100644 --- a/advisories/unreviewed/2023/04/GHSA-rh45-x729-x2qp/GHSA-rh45-x729-x2qp.json +++ b/advisories/unreviewed/2023/04/GHSA-rh45-x729-x2qp/GHSA-rh45-x729-x2qp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rh6m-58gf-q76q/GHSA-rh6m-58gf-q76q.json b/advisories/unreviewed/2023/04/GHSA-rh6m-58gf-q76q/GHSA-rh6m-58gf-q76q.json index 1ee3b90cf9f..1e0863d0e42 100644 --- a/advisories/unreviewed/2023/04/GHSA-rh6m-58gf-q76q/GHSA-rh6m-58gf-q76q.json +++ b/advisories/unreviewed/2023/04/GHSA-rh6m-58gf-q76q/GHSA-rh6m-58gf-q76q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rh8h-qh2v-3r55/GHSA-rh8h-qh2v-3r55.json b/advisories/unreviewed/2023/04/GHSA-rh8h-qh2v-3r55/GHSA-rh8h-qh2v-3r55.json index 6b2ed0993b5..60057352df3 100644 --- a/advisories/unreviewed/2023/04/GHSA-rh8h-qh2v-3r55/GHSA-rh8h-qh2v-3r55.json +++ b/advisories/unreviewed/2023/04/GHSA-rh8h-qh2v-3r55/GHSA-rh8h-qh2v-3r55.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-rjm4-59w8-7r6f/GHSA-rjm4-59w8-7r6f.json b/advisories/unreviewed/2023/04/GHSA-rjm4-59w8-7r6f/GHSA-rjm4-59w8-7r6f.json index 88ddd1ff047..30911370a31 100644 --- a/advisories/unreviewed/2023/04/GHSA-rjm4-59w8-7r6f/GHSA-rjm4-59w8-7r6f.json +++ b/advisories/unreviewed/2023/04/GHSA-rjm4-59w8-7r6f/GHSA-rjm4-59w8-7r6f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rjmj-fvvx-96gg/GHSA-rjmj-fvvx-96gg.json b/advisories/unreviewed/2023/04/GHSA-rjmj-fvvx-96gg/GHSA-rjmj-fvvx-96gg.json index 77b2adc7332..04d44011660 100644 --- a/advisories/unreviewed/2023/04/GHSA-rjmj-fvvx-96gg/GHSA-rjmj-fvvx-96gg.json +++ b/advisories/unreviewed/2023/04/GHSA-rjmj-fvvx-96gg/GHSA-rjmj-fvvx-96gg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rjr7-qrvq-fgxf/GHSA-rjr7-qrvq-fgxf.json b/advisories/unreviewed/2023/04/GHSA-rjr7-qrvq-fgxf/GHSA-rjr7-qrvq-fgxf.json index 70b7608faf5..11b85767228 100644 --- a/advisories/unreviewed/2023/04/GHSA-rjr7-qrvq-fgxf/GHSA-rjr7-qrvq-fgxf.json +++ b/advisories/unreviewed/2023/04/GHSA-rjr7-qrvq-fgxf/GHSA-rjr7-qrvq-fgxf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rm84-x485-ppvh/GHSA-rm84-x485-ppvh.json b/advisories/unreviewed/2023/04/GHSA-rm84-x485-ppvh/GHSA-rm84-x485-ppvh.json index bc86dbeaa86..911cc1335c6 100644 --- a/advisories/unreviewed/2023/04/GHSA-rm84-x485-ppvh/GHSA-rm84-x485-ppvh.json +++ b/advisories/unreviewed/2023/04/GHSA-rm84-x485-ppvh/GHSA-rm84-x485-ppvh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-rm8v-c7x4-4mrq/GHSA-rm8v-c7x4-4mrq.json b/advisories/unreviewed/2023/04/GHSA-rm8v-c7x4-4mrq/GHSA-rm8v-c7x4-4mrq.json index e8569775f36..444011106cf 100644 --- a/advisories/unreviewed/2023/04/GHSA-rm8v-c7x4-4mrq/GHSA-rm8v-c7x4-4mrq.json +++ b/advisories/unreviewed/2023/04/GHSA-rm8v-c7x4-4mrq/GHSA-rm8v-c7x4-4mrq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rpqj-rcqg-c3f9/GHSA-rpqj-rcqg-c3f9.json b/advisories/unreviewed/2023/04/GHSA-rpqj-rcqg-c3f9/GHSA-rpqj-rcqg-c3f9.json index c2533c84a02..efec45130d0 100644 --- a/advisories/unreviewed/2023/04/GHSA-rpqj-rcqg-c3f9/GHSA-rpqj-rcqg-c3f9.json +++ b/advisories/unreviewed/2023/04/GHSA-rpqj-rcqg-c3f9/GHSA-rpqj-rcqg-c3f9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-rqrw-93cv-j23f/GHSA-rqrw-93cv-j23f.json b/advisories/unreviewed/2023/04/GHSA-rqrw-93cv-j23f/GHSA-rqrw-93cv-j23f.json index 355e189d5c1..ffe6b53eff8 100644 --- a/advisories/unreviewed/2023/04/GHSA-rqrw-93cv-j23f/GHSA-rqrw-93cv-j23f.json +++ b/advisories/unreviewed/2023/04/GHSA-rqrw-93cv-j23f/GHSA-rqrw-93cv-j23f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rr2h-5xgg-773r/GHSA-rr2h-5xgg-773r.json b/advisories/unreviewed/2023/04/GHSA-rr2h-5xgg-773r/GHSA-rr2h-5xgg-773r.json index 19c7e98113e..6de7c90e651 100644 --- a/advisories/unreviewed/2023/04/GHSA-rr2h-5xgg-773r/GHSA-rr2h-5xgg-773r.json +++ b/advisories/unreviewed/2023/04/GHSA-rr2h-5xgg-773r/GHSA-rr2h-5xgg-773r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-rw49-9354-w73x/GHSA-rw49-9354-w73x.json b/advisories/unreviewed/2023/04/GHSA-rw49-9354-w73x/GHSA-rw49-9354-w73x.json index c2ddcb2c659..96d434d3021 100644 --- a/advisories/unreviewed/2023/04/GHSA-rw49-9354-w73x/GHSA-rw49-9354-w73x.json +++ b/advisories/unreviewed/2023/04/GHSA-rw49-9354-w73x/GHSA-rw49-9354-w73x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rw6j-4w4v-pm7m/GHSA-rw6j-4w4v-pm7m.json b/advisories/unreviewed/2023/04/GHSA-rw6j-4w4v-pm7m/GHSA-rw6j-4w4v-pm7m.json index 1ef1fd01e5d..fa9edb66762 100644 --- a/advisories/unreviewed/2023/04/GHSA-rw6j-4w4v-pm7m/GHSA-rw6j-4w4v-pm7m.json +++ b/advisories/unreviewed/2023/04/GHSA-rw6j-4w4v-pm7m/GHSA-rw6j-4w4v-pm7m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rwcv-wwxv-h77x/GHSA-rwcv-wwxv-h77x.json b/advisories/unreviewed/2023/04/GHSA-rwcv-wwxv-h77x/GHSA-rwcv-wwxv-h77x.json index 3758ac41e83..1758fa8be37 100644 --- a/advisories/unreviewed/2023/04/GHSA-rwcv-wwxv-h77x/GHSA-rwcv-wwxv-h77x.json +++ b/advisories/unreviewed/2023/04/GHSA-rwcv-wwxv-h77x/GHSA-rwcv-wwxv-h77x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-rx4q-gwv4-r27p/GHSA-rx4q-gwv4-r27p.json b/advisories/unreviewed/2023/04/GHSA-rx4q-gwv4-r27p/GHSA-rx4q-gwv4-r27p.json index da6c4a789f6..ff6be457bb6 100644 --- a/advisories/unreviewed/2023/04/GHSA-rx4q-gwv4-r27p/GHSA-rx4q-gwv4-r27p.json +++ b/advisories/unreviewed/2023/04/GHSA-rx4q-gwv4-r27p/GHSA-rx4q-gwv4-r27p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-v2g6-r34c-4x3h/GHSA-v2g6-r34c-4x3h.json b/advisories/unreviewed/2023/04/GHSA-v2g6-r34c-4x3h/GHSA-v2g6-r34c-4x3h.json index cc5ea720e07..f288c112eb4 100644 --- a/advisories/unreviewed/2023/04/GHSA-v2g6-r34c-4x3h/GHSA-v2g6-r34c-4x3h.json +++ b/advisories/unreviewed/2023/04/GHSA-v2g6-r34c-4x3h/GHSA-v2g6-r34c-4x3h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-v2qx-4m4h-cjmg/GHSA-v2qx-4m4h-cjmg.json b/advisories/unreviewed/2023/04/GHSA-v2qx-4m4h-cjmg/GHSA-v2qx-4m4h-cjmg.json index 672f8b205c5..e71b0e24293 100644 --- a/advisories/unreviewed/2023/04/GHSA-v2qx-4m4h-cjmg/GHSA-v2qx-4m4h-cjmg.json +++ b/advisories/unreviewed/2023/04/GHSA-v2qx-4m4h-cjmg/GHSA-v2qx-4m4h-cjmg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-v3j3-5frm-692p/GHSA-v3j3-5frm-692p.json b/advisories/unreviewed/2023/04/GHSA-v3j3-5frm-692p/GHSA-v3j3-5frm-692p.json index 83e10351959..b3c923ed22a 100644 --- a/advisories/unreviewed/2023/04/GHSA-v3j3-5frm-692p/GHSA-v3j3-5frm-692p.json +++ b/advisories/unreviewed/2023/04/GHSA-v3j3-5frm-692p/GHSA-v3j3-5frm-692p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-v3v3-63mf-9ccx/GHSA-v3v3-63mf-9ccx.json b/advisories/unreviewed/2023/04/GHSA-v3v3-63mf-9ccx/GHSA-v3v3-63mf-9ccx.json index 699ddcbb668..bbd14723b80 100644 --- a/advisories/unreviewed/2023/04/GHSA-v3v3-63mf-9ccx/GHSA-v3v3-63mf-9ccx.json +++ b/advisories/unreviewed/2023/04/GHSA-v3v3-63mf-9ccx/GHSA-v3v3-63mf-9ccx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-v4fp-8r2g-99qq/GHSA-v4fp-8r2g-99qq.json b/advisories/unreviewed/2023/04/GHSA-v4fp-8r2g-99qq/GHSA-v4fp-8r2g-99qq.json index c3c04d08c13..4d4f62563cc 100644 --- a/advisories/unreviewed/2023/04/GHSA-v4fp-8r2g-99qq/GHSA-v4fp-8r2g-99qq.json +++ b/advisories/unreviewed/2023/04/GHSA-v4fp-8r2g-99qq/GHSA-v4fp-8r2g-99qq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-v67w-wjqm-h9pj/GHSA-v67w-wjqm-h9pj.json b/advisories/unreviewed/2023/04/GHSA-v67w-wjqm-h9pj/GHSA-v67w-wjqm-h9pj.json index a821bb7822e..632072250f0 100644 --- a/advisories/unreviewed/2023/04/GHSA-v67w-wjqm-h9pj/GHSA-v67w-wjqm-h9pj.json +++ b/advisories/unreviewed/2023/04/GHSA-v67w-wjqm-h9pj/GHSA-v67w-wjqm-h9pj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-v7ch-cx27-643j/GHSA-v7ch-cx27-643j.json b/advisories/unreviewed/2023/04/GHSA-v7ch-cx27-643j/GHSA-v7ch-cx27-643j.json index 291f448649d..2a83851fe4b 100644 --- a/advisories/unreviewed/2023/04/GHSA-v7ch-cx27-643j/GHSA-v7ch-cx27-643j.json +++ b/advisories/unreviewed/2023/04/GHSA-v7ch-cx27-643j/GHSA-v7ch-cx27-643j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-v8x9-5c6f-x77m/GHSA-v8x9-5c6f-x77m.json b/advisories/unreviewed/2023/04/GHSA-v8x9-5c6f-x77m/GHSA-v8x9-5c6f-x77m.json index a132ef451af..9bbf10a258c 100644 --- a/advisories/unreviewed/2023/04/GHSA-v8x9-5c6f-x77m/GHSA-v8x9-5c6f-x77m.json +++ b/advisories/unreviewed/2023/04/GHSA-v8x9-5c6f-x77m/GHSA-v8x9-5c6f-x77m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vc93-p2h4-xrcp/GHSA-vc93-p2h4-xrcp.json b/advisories/unreviewed/2023/04/GHSA-vc93-p2h4-xrcp/GHSA-vc93-p2h4-xrcp.json index 4cb8bd16af4..230a35bc021 100644 --- a/advisories/unreviewed/2023/04/GHSA-vc93-p2h4-xrcp/GHSA-vc93-p2h4-xrcp.json +++ b/advisories/unreviewed/2023/04/GHSA-vc93-p2h4-xrcp/GHSA-vc93-p2h4-xrcp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-vcx9-7pcc-q8c7/GHSA-vcx9-7pcc-q8c7.json b/advisories/unreviewed/2023/04/GHSA-vcx9-7pcc-q8c7/GHSA-vcx9-7pcc-q8c7.json index a271c93bbd7..be1314b2aea 100644 --- a/advisories/unreviewed/2023/04/GHSA-vcx9-7pcc-q8c7/GHSA-vcx9-7pcc-q8c7.json +++ b/advisories/unreviewed/2023/04/GHSA-vcx9-7pcc-q8c7/GHSA-vcx9-7pcc-q8c7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vf6x-5487-227j/GHSA-vf6x-5487-227j.json b/advisories/unreviewed/2023/04/GHSA-vf6x-5487-227j/GHSA-vf6x-5487-227j.json index 3e3c4113350..1487c8b38bb 100644 --- a/advisories/unreviewed/2023/04/GHSA-vf6x-5487-227j/GHSA-vf6x-5487-227j.json +++ b/advisories/unreviewed/2023/04/GHSA-vf6x-5487-227j/GHSA-vf6x-5487-227j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vg9g-fp3v-9gx8/GHSA-vg9g-fp3v-9gx8.json b/advisories/unreviewed/2023/04/GHSA-vg9g-fp3v-9gx8/GHSA-vg9g-fp3v-9gx8.json index a343745fa0e..a2572babd94 100644 --- a/advisories/unreviewed/2023/04/GHSA-vg9g-fp3v-9gx8/GHSA-vg9g-fp3v-9gx8.json +++ b/advisories/unreviewed/2023/04/GHSA-vg9g-fp3v-9gx8/GHSA-vg9g-fp3v-9gx8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vgw2-6rfv-rmx5/GHSA-vgw2-6rfv-rmx5.json b/advisories/unreviewed/2023/04/GHSA-vgw2-6rfv-rmx5/GHSA-vgw2-6rfv-rmx5.json index 72ad081a7f7..8633c382158 100644 --- a/advisories/unreviewed/2023/04/GHSA-vgw2-6rfv-rmx5/GHSA-vgw2-6rfv-rmx5.json +++ b/advisories/unreviewed/2023/04/GHSA-vgw2-6rfv-rmx5/GHSA-vgw2-6rfv-rmx5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vh2f-q9g6-wv38/GHSA-vh2f-q9g6-wv38.json b/advisories/unreviewed/2023/04/GHSA-vh2f-q9g6-wv38/GHSA-vh2f-q9g6-wv38.json index ef93f00d91e..778630e4989 100644 --- a/advisories/unreviewed/2023/04/GHSA-vh2f-q9g6-wv38/GHSA-vh2f-q9g6-wv38.json +++ b/advisories/unreviewed/2023/04/GHSA-vh2f-q9g6-wv38/GHSA-vh2f-q9g6-wv38.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vhg5-556r-83fw/GHSA-vhg5-556r-83fw.json b/advisories/unreviewed/2023/04/GHSA-vhg5-556r-83fw/GHSA-vhg5-556r-83fw.json index a0b79cb0b57..3a9b55e30c9 100644 --- a/advisories/unreviewed/2023/04/GHSA-vhg5-556r-83fw/GHSA-vhg5-556r-83fw.json +++ b/advisories/unreviewed/2023/04/GHSA-vhg5-556r-83fw/GHSA-vhg5-556r-83fw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vj5c-ccv3-x6fh/GHSA-vj5c-ccv3-x6fh.json b/advisories/unreviewed/2023/04/GHSA-vj5c-ccv3-x6fh/GHSA-vj5c-ccv3-x6fh.json index 7ac8b6e2360..86ca961016f 100644 --- a/advisories/unreviewed/2023/04/GHSA-vj5c-ccv3-x6fh/GHSA-vj5c-ccv3-x6fh.json +++ b/advisories/unreviewed/2023/04/GHSA-vj5c-ccv3-x6fh/GHSA-vj5c-ccv3-x6fh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vjrw-hpqp-j6qj/GHSA-vjrw-hpqp-j6qj.json b/advisories/unreviewed/2023/04/GHSA-vjrw-hpqp-j6qj/GHSA-vjrw-hpqp-j6qj.json index a8d3d93dba8..008aa62ca43 100644 --- a/advisories/unreviewed/2023/04/GHSA-vjrw-hpqp-j6qj/GHSA-vjrw-hpqp-j6qj.json +++ b/advisories/unreviewed/2023/04/GHSA-vjrw-hpqp-j6qj/GHSA-vjrw-hpqp-j6qj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vm3h-24gm-v3q6/GHSA-vm3h-24gm-v3q6.json b/advisories/unreviewed/2023/04/GHSA-vm3h-24gm-v3q6/GHSA-vm3h-24gm-v3q6.json index 28264363dea..3c0425692e3 100644 --- a/advisories/unreviewed/2023/04/GHSA-vm3h-24gm-v3q6/GHSA-vm3h-24gm-v3q6.json +++ b/advisories/unreviewed/2023/04/GHSA-vm3h-24gm-v3q6/GHSA-vm3h-24gm-v3q6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vmpq-qp79-9f64/GHSA-vmpq-qp79-9f64.json b/advisories/unreviewed/2023/04/GHSA-vmpq-qp79-9f64/GHSA-vmpq-qp79-9f64.json index cafffd106a5..9c440836f5c 100644 --- a/advisories/unreviewed/2023/04/GHSA-vmpq-qp79-9f64/GHSA-vmpq-qp79-9f64.json +++ b/advisories/unreviewed/2023/04/GHSA-vmpq-qp79-9f64/GHSA-vmpq-qp79-9f64.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vpgp-gjqv-364p/GHSA-vpgp-gjqv-364p.json b/advisories/unreviewed/2023/04/GHSA-vpgp-gjqv-364p/GHSA-vpgp-gjqv-364p.json index 310f7338f8a..6efde0e9dfb 100644 --- a/advisories/unreviewed/2023/04/GHSA-vpgp-gjqv-364p/GHSA-vpgp-gjqv-364p.json +++ b/advisories/unreviewed/2023/04/GHSA-vpgp-gjqv-364p/GHSA-vpgp-gjqv-364p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "WEB", diff --git a/advisories/unreviewed/2023/04/GHSA-vpm9-px5f-hgvp/GHSA-vpm9-px5f-hgvp.json b/advisories/unreviewed/2023/04/GHSA-vpm9-px5f-hgvp/GHSA-vpm9-px5f-hgvp.json index b21ec347f99..5341b2be16c 100644 --- a/advisories/unreviewed/2023/04/GHSA-vpm9-px5f-hgvp/GHSA-vpm9-px5f-hgvp.json +++ b/advisories/unreviewed/2023/04/GHSA-vpm9-px5f-hgvp/GHSA-vpm9-px5f-hgvp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-vpvq-q686-fm5g/GHSA-vpvq-q686-fm5g.json b/advisories/unreviewed/2023/04/GHSA-vpvq-q686-fm5g/GHSA-vpvq-q686-fm5g.json index 1f3a1cdec2f..88acb85a08f 100644 --- a/advisories/unreviewed/2023/04/GHSA-vpvq-q686-fm5g/GHSA-vpvq-q686-fm5g.json +++ b/advisories/unreviewed/2023/04/GHSA-vpvq-q686-fm5g/GHSA-vpvq-q686-fm5g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vqh8-vf7q-2fqw/GHSA-vqh8-vf7q-2fqw.json b/advisories/unreviewed/2023/04/GHSA-vqh8-vf7q-2fqw/GHSA-vqh8-vf7q-2fqw.json index 175586bcddc..eb9b4d015e7 100644 --- a/advisories/unreviewed/2023/04/GHSA-vqh8-vf7q-2fqw/GHSA-vqh8-vf7q-2fqw.json +++ b/advisories/unreviewed/2023/04/GHSA-vqh8-vf7q-2fqw/GHSA-vqh8-vf7q-2fqw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-vrhf-hcfv-q7xp/GHSA-vrhf-hcfv-q7xp.json b/advisories/unreviewed/2023/04/GHSA-vrhf-hcfv-q7xp/GHSA-vrhf-hcfv-q7xp.json index 31e03f1bc41..fb1c5b7da0f 100644 --- a/advisories/unreviewed/2023/04/GHSA-vrhf-hcfv-q7xp/GHSA-vrhf-hcfv-q7xp.json +++ b/advisories/unreviewed/2023/04/GHSA-vrhf-hcfv-q7xp/GHSA-vrhf-hcfv-q7xp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vrm8-gqmc-9xr9/GHSA-vrm8-gqmc-9xr9.json b/advisories/unreviewed/2023/04/GHSA-vrm8-gqmc-9xr9/GHSA-vrm8-gqmc-9xr9.json index eedd8244075..194d64af093 100644 --- a/advisories/unreviewed/2023/04/GHSA-vrm8-gqmc-9xr9/GHSA-vrm8-gqmc-9xr9.json +++ b/advisories/unreviewed/2023/04/GHSA-vrm8-gqmc-9xr9/GHSA-vrm8-gqmc-9xr9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-vrq5-53cv-ff3x/GHSA-vrq5-53cv-ff3x.json b/advisories/unreviewed/2023/04/GHSA-vrq5-53cv-ff3x/GHSA-vrq5-53cv-ff3x.json index bcb52e87d4a..c97db7eee87 100644 --- a/advisories/unreviewed/2023/04/GHSA-vrq5-53cv-ff3x/GHSA-vrq5-53cv-ff3x.json +++ b/advisories/unreviewed/2023/04/GHSA-vrq5-53cv-ff3x/GHSA-vrq5-53cv-ff3x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-vv43-4c9g-wf8r/GHSA-vv43-4c9g-wf8r.json b/advisories/unreviewed/2023/04/GHSA-vv43-4c9g-wf8r/GHSA-vv43-4c9g-wf8r.json index 4f580f3be74..fb3ba3328d9 100644 --- a/advisories/unreviewed/2023/04/GHSA-vv43-4c9g-wf8r/GHSA-vv43-4c9g-wf8r.json +++ b/advisories/unreviewed/2023/04/GHSA-vv43-4c9g-wf8r/GHSA-vv43-4c9g-wf8r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vvgj-r4cg-78rh/GHSA-vvgj-r4cg-78rh.json b/advisories/unreviewed/2023/04/GHSA-vvgj-r4cg-78rh/GHSA-vvgj-r4cg-78rh.json index 98aacced80a..11ff8c4788a 100644 --- a/advisories/unreviewed/2023/04/GHSA-vvgj-r4cg-78rh/GHSA-vvgj-r4cg-78rh.json +++ b/advisories/unreviewed/2023/04/GHSA-vvgj-r4cg-78rh/GHSA-vvgj-r4cg-78rh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vw29-hgcp-pxgr/GHSA-vw29-hgcp-pxgr.json b/advisories/unreviewed/2023/04/GHSA-vw29-hgcp-pxgr/GHSA-vw29-hgcp-pxgr.json index a511d0933e7..cfb3cc5efc9 100644 --- a/advisories/unreviewed/2023/04/GHSA-vw29-hgcp-pxgr/GHSA-vw29-hgcp-pxgr.json +++ b/advisories/unreviewed/2023/04/GHSA-vw29-hgcp-pxgr/GHSA-vw29-hgcp-pxgr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vw2x-3cp7-g4j4/GHSA-vw2x-3cp7-g4j4.json b/advisories/unreviewed/2023/04/GHSA-vw2x-3cp7-g4j4/GHSA-vw2x-3cp7-g4j4.json index ded99ab9f2e..02b92d6ddb6 100644 --- a/advisories/unreviewed/2023/04/GHSA-vw2x-3cp7-g4j4/GHSA-vw2x-3cp7-g4j4.json +++ b/advisories/unreviewed/2023/04/GHSA-vw2x-3cp7-g4j4/GHSA-vw2x-3cp7-g4j4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-vx3w-5gr7-767w/GHSA-vx3w-5gr7-767w.json b/advisories/unreviewed/2023/04/GHSA-vx3w-5gr7-767w/GHSA-vx3w-5gr7-767w.json index 5b454b28e23..b40be61144f 100644 --- a/advisories/unreviewed/2023/04/GHSA-vx3w-5gr7-767w/GHSA-vx3w-5gr7-767w.json +++ b/advisories/unreviewed/2023/04/GHSA-vx3w-5gr7-767w/GHSA-vx3w-5gr7-767w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vx6h-vg27-fxxc/GHSA-vx6h-vg27-fxxc.json b/advisories/unreviewed/2023/04/GHSA-vx6h-vg27-fxxc/GHSA-vx6h-vg27-fxxc.json index acceea3c2cb..fffac15e4b0 100644 --- a/advisories/unreviewed/2023/04/GHSA-vx6h-vg27-fxxc/GHSA-vx6h-vg27-fxxc.json +++ b/advisories/unreviewed/2023/04/GHSA-vx6h-vg27-fxxc/GHSA-vx6h-vg27-fxxc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vxgw-3746-47rm/GHSA-vxgw-3746-47rm.json b/advisories/unreviewed/2023/04/GHSA-vxgw-3746-47rm/GHSA-vxgw-3746-47rm.json index e0bd56a8d45..57b6abfe7f0 100644 --- a/advisories/unreviewed/2023/04/GHSA-vxgw-3746-47rm/GHSA-vxgw-3746-47rm.json +++ b/advisories/unreviewed/2023/04/GHSA-vxgw-3746-47rm/GHSA-vxgw-3746-47rm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-w2gr-5m8j-6qg7/GHSA-w2gr-5m8j-6qg7.json b/advisories/unreviewed/2023/04/GHSA-w2gr-5m8j-6qg7/GHSA-w2gr-5m8j-6qg7.json index 769cd6cf156..65ee9da2d2a 100644 --- a/advisories/unreviewed/2023/04/GHSA-w2gr-5m8j-6qg7/GHSA-w2gr-5m8j-6qg7.json +++ b/advisories/unreviewed/2023/04/GHSA-w2gr-5m8j-6qg7/GHSA-w2gr-5m8j-6qg7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-w347-2542-wgjq/GHSA-w347-2542-wgjq.json b/advisories/unreviewed/2023/04/GHSA-w347-2542-wgjq/GHSA-w347-2542-wgjq.json index 0f01fdbea2e..64eb37d6a5b 100644 --- a/advisories/unreviewed/2023/04/GHSA-w347-2542-wgjq/GHSA-w347-2542-wgjq.json +++ b/advisories/unreviewed/2023/04/GHSA-w347-2542-wgjq/GHSA-w347-2542-wgjq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-w379-vm3v-fj7p/GHSA-w379-vm3v-fj7p.json b/advisories/unreviewed/2023/04/GHSA-w379-vm3v-fj7p/GHSA-w379-vm3v-fj7p.json index 346d1cd822b..129bbd07e38 100644 --- a/advisories/unreviewed/2023/04/GHSA-w379-vm3v-fj7p/GHSA-w379-vm3v-fj7p.json +++ b/advisories/unreviewed/2023/04/GHSA-w379-vm3v-fj7p/GHSA-w379-vm3v-fj7p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-w474-j546-fcg4/GHSA-w474-j546-fcg4.json b/advisories/unreviewed/2023/04/GHSA-w474-j546-fcg4/GHSA-w474-j546-fcg4.json index c33c81ef9e1..a89f928d423 100644 --- a/advisories/unreviewed/2023/04/GHSA-w474-j546-fcg4/GHSA-w474-j546-fcg4.json +++ b/advisories/unreviewed/2023/04/GHSA-w474-j546-fcg4/GHSA-w474-j546-fcg4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-w4mc-xc4x-9r5r/GHSA-w4mc-xc4x-9r5r.json b/advisories/unreviewed/2023/04/GHSA-w4mc-xc4x-9r5r/GHSA-w4mc-xc4x-9r5r.json index dbd2b885fea..76524db96d3 100644 --- a/advisories/unreviewed/2023/04/GHSA-w4mc-xc4x-9r5r/GHSA-w4mc-xc4x-9r5r.json +++ b/advisories/unreviewed/2023/04/GHSA-w4mc-xc4x-9r5r/GHSA-w4mc-xc4x-9r5r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-w53j-gpf9-387j/GHSA-w53j-gpf9-387j.json b/advisories/unreviewed/2023/04/GHSA-w53j-gpf9-387j/GHSA-w53j-gpf9-387j.json index 9d302d11667..f44be6967d0 100644 --- a/advisories/unreviewed/2023/04/GHSA-w53j-gpf9-387j/GHSA-w53j-gpf9-387j.json +++ b/advisories/unreviewed/2023/04/GHSA-w53j-gpf9-387j/GHSA-w53j-gpf9-387j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-w62x-qh57-5m94/GHSA-w62x-qh57-5m94.json b/advisories/unreviewed/2023/04/GHSA-w62x-qh57-5m94/GHSA-w62x-qh57-5m94.json index ab1012ccc61..4966a3387b6 100644 --- a/advisories/unreviewed/2023/04/GHSA-w62x-qh57-5m94/GHSA-w62x-qh57-5m94.json +++ b/advisories/unreviewed/2023/04/GHSA-w62x-qh57-5m94/GHSA-w62x-qh57-5m94.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-w6cf-v879-2jqv/GHSA-w6cf-v879-2jqv.json b/advisories/unreviewed/2023/04/GHSA-w6cf-v879-2jqv/GHSA-w6cf-v879-2jqv.json index 8f044104d78..47aebdc806c 100644 --- a/advisories/unreviewed/2023/04/GHSA-w6cf-v879-2jqv/GHSA-w6cf-v879-2jqv.json +++ b/advisories/unreviewed/2023/04/GHSA-w6cf-v879-2jqv/GHSA-w6cf-v879-2jqv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-w7j6-p4c4-j78m/GHSA-w7j6-p4c4-j78m.json b/advisories/unreviewed/2023/04/GHSA-w7j6-p4c4-j78m/GHSA-w7j6-p4c4-j78m.json index a915361f461..48791e06d69 100644 --- a/advisories/unreviewed/2023/04/GHSA-w7j6-p4c4-j78m/GHSA-w7j6-p4c4-j78m.json +++ b/advisories/unreviewed/2023/04/GHSA-w7j6-p4c4-j78m/GHSA-w7j6-p4c4-j78m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-w8c5-v27m-v5ch/GHSA-w8c5-v27m-v5ch.json b/advisories/unreviewed/2023/04/GHSA-w8c5-v27m-v5ch/GHSA-w8c5-v27m-v5ch.json index 3374d85603b..15fcb1b2379 100644 --- a/advisories/unreviewed/2023/04/GHSA-w8c5-v27m-v5ch/GHSA-w8c5-v27m-v5ch.json +++ b/advisories/unreviewed/2023/04/GHSA-w8c5-v27m-v5ch/GHSA-w8c5-v27m-v5ch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-w8gr-qr68-9pm5/GHSA-w8gr-qr68-9pm5.json b/advisories/unreviewed/2023/04/GHSA-w8gr-qr68-9pm5/GHSA-w8gr-qr68-9pm5.json index 8482f302d7e..310bd20371c 100644 --- a/advisories/unreviewed/2023/04/GHSA-w8gr-qr68-9pm5/GHSA-w8gr-qr68-9pm5.json +++ b/advisories/unreviewed/2023/04/GHSA-w8gr-qr68-9pm5/GHSA-w8gr-qr68-9pm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-w993-vwc7-h8jx/GHSA-w993-vwc7-h8jx.json b/advisories/unreviewed/2023/04/GHSA-w993-vwc7-h8jx/GHSA-w993-vwc7-h8jx.json index 7eaf0631d8a..c2eac315aed 100644 --- a/advisories/unreviewed/2023/04/GHSA-w993-vwc7-h8jx/GHSA-w993-vwc7-h8jx.json +++ b/advisories/unreviewed/2023/04/GHSA-w993-vwc7-h8jx/GHSA-w993-vwc7-h8jx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-w9m5-f4fq-36pm/GHSA-w9m5-f4fq-36pm.json b/advisories/unreviewed/2023/04/GHSA-w9m5-f4fq-36pm/GHSA-w9m5-f4fq-36pm.json index 82d0a793cf8..fef265ae0ea 100644 --- a/advisories/unreviewed/2023/04/GHSA-w9m5-f4fq-36pm/GHSA-w9m5-f4fq-36pm.json +++ b/advisories/unreviewed/2023/04/GHSA-w9m5-f4fq-36pm/GHSA-w9m5-f4fq-36pm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wf55-h8m9-9gx2/GHSA-wf55-h8m9-9gx2.json b/advisories/unreviewed/2023/04/GHSA-wf55-h8m9-9gx2/GHSA-wf55-h8m9-9gx2.json index c9f63a3be46..c19fc1645fa 100644 --- a/advisories/unreviewed/2023/04/GHSA-wf55-h8m9-9gx2/GHSA-wf55-h8m9-9gx2.json +++ b/advisories/unreviewed/2023/04/GHSA-wf55-h8m9-9gx2/GHSA-wf55-h8m9-9gx2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wf9j-m8jq-36qr/GHSA-wf9j-m8jq-36qr.json b/advisories/unreviewed/2023/04/GHSA-wf9j-m8jq-36qr/GHSA-wf9j-m8jq-36qr.json index adb52ce175f..7bc68d3a69b 100644 --- a/advisories/unreviewed/2023/04/GHSA-wf9j-m8jq-36qr/GHSA-wf9j-m8jq-36qr.json +++ b/advisories/unreviewed/2023/04/GHSA-wf9j-m8jq-36qr/GHSA-wf9j-m8jq-36qr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wg8w-8qrr-6452/GHSA-wg8w-8qrr-6452.json b/advisories/unreviewed/2023/04/GHSA-wg8w-8qrr-6452/GHSA-wg8w-8qrr-6452.json index 331aa717951..bc2386bc99e 100644 --- a/advisories/unreviewed/2023/04/GHSA-wg8w-8qrr-6452/GHSA-wg8w-8qrr-6452.json +++ b/advisories/unreviewed/2023/04/GHSA-wg8w-8qrr-6452/GHSA-wg8w-8qrr-6452.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-wg94-qv5w-pwh4/GHSA-wg94-qv5w-pwh4.json b/advisories/unreviewed/2023/04/GHSA-wg94-qv5w-pwh4/GHSA-wg94-qv5w-pwh4.json index 226cc17ed44..ebb4c7fa7b8 100644 --- a/advisories/unreviewed/2023/04/GHSA-wg94-qv5w-pwh4/GHSA-wg94-qv5w-pwh4.json +++ b/advisories/unreviewed/2023/04/GHSA-wg94-qv5w-pwh4/GHSA-wg94-qv5w-pwh4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wh7f-qrp8-9qqv/GHSA-wh7f-qrp8-9qqv.json b/advisories/unreviewed/2023/04/GHSA-wh7f-qrp8-9qqv/GHSA-wh7f-qrp8-9qqv.json index 82b91aece99..e0f95066b1b 100644 --- a/advisories/unreviewed/2023/04/GHSA-wh7f-qrp8-9qqv/GHSA-wh7f-qrp8-9qqv.json +++ b/advisories/unreviewed/2023/04/GHSA-wh7f-qrp8-9qqv/GHSA-wh7f-qrp8-9qqv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-whqq-vqv6-fmvc/GHSA-whqq-vqv6-fmvc.json b/advisories/unreviewed/2023/04/GHSA-whqq-vqv6-fmvc/GHSA-whqq-vqv6-fmvc.json index 2ce5fb2932b..41f7c367b22 100644 --- a/advisories/unreviewed/2023/04/GHSA-whqq-vqv6-fmvc/GHSA-whqq-vqv6-fmvc.json +++ b/advisories/unreviewed/2023/04/GHSA-whqq-vqv6-fmvc/GHSA-whqq-vqv6-fmvc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-whw9-3vm4-q2gq/GHSA-whw9-3vm4-q2gq.json b/advisories/unreviewed/2023/04/GHSA-whw9-3vm4-q2gq/GHSA-whw9-3vm4-q2gq.json index aa7f695ddc7..88fa17c6ef5 100644 --- a/advisories/unreviewed/2023/04/GHSA-whw9-3vm4-q2gq/GHSA-whw9-3vm4-q2gq.json +++ b/advisories/unreviewed/2023/04/GHSA-whw9-3vm4-q2gq/GHSA-whw9-3vm4-q2gq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wjg7-jfhg-3w3c/GHSA-wjg7-jfhg-3w3c.json b/advisories/unreviewed/2023/04/GHSA-wjg7-jfhg-3w3c/GHSA-wjg7-jfhg-3w3c.json index 8789ac5fc00..9ed21e7f4b2 100644 --- a/advisories/unreviewed/2023/04/GHSA-wjg7-jfhg-3w3c/GHSA-wjg7-jfhg-3w3c.json +++ b/advisories/unreviewed/2023/04/GHSA-wjg7-jfhg-3w3c/GHSA-wjg7-jfhg-3w3c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-wm33-pqcr-3wpj/GHSA-wm33-pqcr-3wpj.json b/advisories/unreviewed/2023/04/GHSA-wm33-pqcr-3wpj/GHSA-wm33-pqcr-3wpj.json index 1a40708325f..539bacfbcb7 100644 --- a/advisories/unreviewed/2023/04/GHSA-wm33-pqcr-3wpj/GHSA-wm33-pqcr-3wpj.json +++ b/advisories/unreviewed/2023/04/GHSA-wm33-pqcr-3wpj/GHSA-wm33-pqcr-3wpj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wm5m-fm4f-gj68/GHSA-wm5m-fm4f-gj68.json b/advisories/unreviewed/2023/04/GHSA-wm5m-fm4f-gj68/GHSA-wm5m-fm4f-gj68.json index 620061193b6..d4c57c0ded3 100644 --- a/advisories/unreviewed/2023/04/GHSA-wm5m-fm4f-gj68/GHSA-wm5m-fm4f-gj68.json +++ b/advisories/unreviewed/2023/04/GHSA-wm5m-fm4f-gj68/GHSA-wm5m-fm4f-gj68.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wm64-hhrx-w2h7/GHSA-wm64-hhrx-w2h7.json b/advisories/unreviewed/2023/04/GHSA-wm64-hhrx-w2h7/GHSA-wm64-hhrx-w2h7.json index 5ad947613aa..d10bd07613f 100644 --- a/advisories/unreviewed/2023/04/GHSA-wm64-hhrx-w2h7/GHSA-wm64-hhrx-w2h7.json +++ b/advisories/unreviewed/2023/04/GHSA-wm64-hhrx-w2h7/GHSA-wm64-hhrx-w2h7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-wmxw-p5cc-qrxg/GHSA-wmxw-p5cc-qrxg.json b/advisories/unreviewed/2023/04/GHSA-wmxw-p5cc-qrxg/GHSA-wmxw-p5cc-qrxg.json index cebc7d4d342..4423f8cca05 100644 --- a/advisories/unreviewed/2023/04/GHSA-wmxw-p5cc-qrxg/GHSA-wmxw-p5cc-qrxg.json +++ b/advisories/unreviewed/2023/04/GHSA-wmxw-p5cc-qrxg/GHSA-wmxw-p5cc-qrxg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wp3p-56mc-w89f/GHSA-wp3p-56mc-w89f.json b/advisories/unreviewed/2023/04/GHSA-wp3p-56mc-w89f/GHSA-wp3p-56mc-w89f.json index d4278f1aa85..d9c8d7574bf 100644 --- a/advisories/unreviewed/2023/04/GHSA-wp3p-56mc-w89f/GHSA-wp3p-56mc-w89f.json +++ b/advisories/unreviewed/2023/04/GHSA-wp3p-56mc-w89f/GHSA-wp3p-56mc-w89f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wq7h-qgq6-wjqm/GHSA-wq7h-qgq6-wjqm.json b/advisories/unreviewed/2023/04/GHSA-wq7h-qgq6-wjqm/GHSA-wq7h-qgq6-wjqm.json index 783a1cf1cb4..6fc6ddb5c8c 100644 --- a/advisories/unreviewed/2023/04/GHSA-wq7h-qgq6-wjqm/GHSA-wq7h-qgq6-wjqm.json +++ b/advisories/unreviewed/2023/04/GHSA-wq7h-qgq6-wjqm/GHSA-wq7h-qgq6-wjqm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wq7p-5x5c-phqr/GHSA-wq7p-5x5c-phqr.json b/advisories/unreviewed/2023/04/GHSA-wq7p-5x5c-phqr/GHSA-wq7p-5x5c-phqr.json index 92b8b6d8402..535918f9228 100644 --- a/advisories/unreviewed/2023/04/GHSA-wq7p-5x5c-phqr/GHSA-wq7p-5x5c-phqr.json +++ b/advisories/unreviewed/2023/04/GHSA-wq7p-5x5c-phqr/GHSA-wq7p-5x5c-phqr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wr24-46rx-jr44/GHSA-wr24-46rx-jr44.json b/advisories/unreviewed/2023/04/GHSA-wr24-46rx-jr44/GHSA-wr24-46rx-jr44.json index 4da0a94b97d..894c0ad752b 100644 --- a/advisories/unreviewed/2023/04/GHSA-wr24-46rx-jr44/GHSA-wr24-46rx-jr44.json +++ b/advisories/unreviewed/2023/04/GHSA-wr24-46rx-jr44/GHSA-wr24-46rx-jr44.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-wrfq-rpgg-v86h/GHSA-wrfq-rpgg-v86h.json b/advisories/unreviewed/2023/04/GHSA-wrfq-rpgg-v86h/GHSA-wrfq-rpgg-v86h.json index 397ce054a58..d1f23b307e2 100644 --- a/advisories/unreviewed/2023/04/GHSA-wrfq-rpgg-v86h/GHSA-wrfq-rpgg-v86h.json +++ b/advisories/unreviewed/2023/04/GHSA-wrfq-rpgg-v86h/GHSA-wrfq-rpgg-v86h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-wwq8-wvx2-32xp/GHSA-wwq8-wvx2-32xp.json b/advisories/unreviewed/2023/04/GHSA-wwq8-wvx2-32xp/GHSA-wwq8-wvx2-32xp.json index 2a914b46635..6f9b5e295a6 100644 --- a/advisories/unreviewed/2023/04/GHSA-wwq8-wvx2-32xp/GHSA-wwq8-wvx2-32xp.json +++ b/advisories/unreviewed/2023/04/GHSA-wwq8-wvx2-32xp/GHSA-wwq8-wvx2-32xp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wwxv-6f53-7mjm/GHSA-wwxv-6f53-7mjm.json b/advisories/unreviewed/2023/04/GHSA-wwxv-6f53-7mjm/GHSA-wwxv-6f53-7mjm.json index 6c97a41b9f0..2be366ed5dc 100644 --- a/advisories/unreviewed/2023/04/GHSA-wwxv-6f53-7mjm/GHSA-wwxv-6f53-7mjm.json +++ b/advisories/unreviewed/2023/04/GHSA-wwxv-6f53-7mjm/GHSA-wwxv-6f53-7mjm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wx2q-8m6x-v282/GHSA-wx2q-8m6x-v282.json b/advisories/unreviewed/2023/04/GHSA-wx2q-8m6x-v282/GHSA-wx2q-8m6x-v282.json index 0be31f667d4..8559cd74b41 100644 --- a/advisories/unreviewed/2023/04/GHSA-wx2q-8m6x-v282/GHSA-wx2q-8m6x-v282.json +++ b/advisories/unreviewed/2023/04/GHSA-wx2q-8m6x-v282/GHSA-wx2q-8m6x-v282.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wxhc-w2rg-6qcw/GHSA-wxhc-w2rg-6qcw.json b/advisories/unreviewed/2023/04/GHSA-wxhc-w2rg-6qcw/GHSA-wxhc-w2rg-6qcw.json index 0f135da2e34..f2fb06c06f6 100644 --- a/advisories/unreviewed/2023/04/GHSA-wxhc-w2rg-6qcw/GHSA-wxhc-w2rg-6qcw.json +++ b/advisories/unreviewed/2023/04/GHSA-wxhc-w2rg-6qcw/GHSA-wxhc-w2rg-6qcw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wxm6-gcq6-r4p5/GHSA-wxm6-gcq6-r4p5.json b/advisories/unreviewed/2023/04/GHSA-wxm6-gcq6-r4p5/GHSA-wxm6-gcq6-r4p5.json index 08dbaed8a73..fbeba68747a 100644 --- a/advisories/unreviewed/2023/04/GHSA-wxm6-gcq6-r4p5/GHSA-wxm6-gcq6-r4p5.json +++ b/advisories/unreviewed/2023/04/GHSA-wxm6-gcq6-r4p5/GHSA-wxm6-gcq6-r4p5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wxm8-9v8q-cpxr/GHSA-wxm8-9v8q-cpxr.json b/advisories/unreviewed/2023/04/GHSA-wxm8-9v8q-cpxr/GHSA-wxm8-9v8q-cpxr.json index a5f504955cc..46e6936d5f6 100644 --- a/advisories/unreviewed/2023/04/GHSA-wxm8-9v8q-cpxr/GHSA-wxm8-9v8q-cpxr.json +++ b/advisories/unreviewed/2023/04/GHSA-wxm8-9v8q-cpxr/GHSA-wxm8-9v8q-cpxr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-x33x-q828-vc8w/GHSA-x33x-q828-vc8w.json b/advisories/unreviewed/2023/04/GHSA-x33x-q828-vc8w/GHSA-x33x-q828-vc8w.json index 1cd5417c5e7..3cbd8616dff 100644 --- a/advisories/unreviewed/2023/04/GHSA-x33x-q828-vc8w/GHSA-x33x-q828-vc8w.json +++ b/advisories/unreviewed/2023/04/GHSA-x33x-q828-vc8w/GHSA-x33x-q828-vc8w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-x3g3-cjwm-fv45/GHSA-x3g3-cjwm-fv45.json b/advisories/unreviewed/2023/04/GHSA-x3g3-cjwm-fv45/GHSA-x3g3-cjwm-fv45.json index aaaa19d0912..ad37e606bd0 100644 --- a/advisories/unreviewed/2023/04/GHSA-x3g3-cjwm-fv45/GHSA-x3g3-cjwm-fv45.json +++ b/advisories/unreviewed/2023/04/GHSA-x3g3-cjwm-fv45/GHSA-x3g3-cjwm-fv45.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-x3hm-8p8v-997g/GHSA-x3hm-8p8v-997g.json b/advisories/unreviewed/2023/04/GHSA-x3hm-8p8v-997g/GHSA-x3hm-8p8v-997g.json index 7de0978d682..5d5e5deeb55 100644 --- a/advisories/unreviewed/2023/04/GHSA-x3hm-8p8v-997g/GHSA-x3hm-8p8v-997g.json +++ b/advisories/unreviewed/2023/04/GHSA-x3hm-8p8v-997g/GHSA-x3hm-8p8v-997g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-x47v-w3jf-m3q9/GHSA-x47v-w3jf-m3q9.json b/advisories/unreviewed/2023/04/GHSA-x47v-w3jf-m3q9/GHSA-x47v-w3jf-m3q9.json index 39dc225eede..c179496157c 100644 --- a/advisories/unreviewed/2023/04/GHSA-x47v-w3jf-m3q9/GHSA-x47v-w3jf-m3q9.json +++ b/advisories/unreviewed/2023/04/GHSA-x47v-w3jf-m3q9/GHSA-x47v-w3jf-m3q9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-x4hx-qqp4-qp78/GHSA-x4hx-qqp4-qp78.json b/advisories/unreviewed/2023/04/GHSA-x4hx-qqp4-qp78/GHSA-x4hx-qqp4-qp78.json index 2bc240fb510..cc9c64f45c1 100644 --- a/advisories/unreviewed/2023/04/GHSA-x4hx-qqp4-qp78/GHSA-x4hx-qqp4-qp78.json +++ b/advisories/unreviewed/2023/04/GHSA-x4hx-qqp4-qp78/GHSA-x4hx-qqp4-qp78.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-x577-rg5p-733q/GHSA-x577-rg5p-733q.json b/advisories/unreviewed/2023/04/GHSA-x577-rg5p-733q/GHSA-x577-rg5p-733q.json index 5c21790d68e..18bb3d49734 100644 --- a/advisories/unreviewed/2023/04/GHSA-x577-rg5p-733q/GHSA-x577-rg5p-733q.json +++ b/advisories/unreviewed/2023/04/GHSA-x577-rg5p-733q/GHSA-x577-rg5p-733q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-x58x-gv55-3jp9/GHSA-x58x-gv55-3jp9.json b/advisories/unreviewed/2023/04/GHSA-x58x-gv55-3jp9/GHSA-x58x-gv55-3jp9.json index 901490208b9..fbfc3b91338 100644 --- a/advisories/unreviewed/2023/04/GHSA-x58x-gv55-3jp9/GHSA-x58x-gv55-3jp9.json +++ b/advisories/unreviewed/2023/04/GHSA-x58x-gv55-3jp9/GHSA-x58x-gv55-3jp9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-x5vw-7f44-jrxq/GHSA-x5vw-7f44-jrxq.json b/advisories/unreviewed/2023/04/GHSA-x5vw-7f44-jrxq/GHSA-x5vw-7f44-jrxq.json index 2bc53d65032..b8976aee8f7 100644 --- a/advisories/unreviewed/2023/04/GHSA-x5vw-7f44-jrxq/GHSA-x5vw-7f44-jrxq.json +++ b/advisories/unreviewed/2023/04/GHSA-x5vw-7f44-jrxq/GHSA-x5vw-7f44-jrxq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-x6gw-c547-cwm7/GHSA-x6gw-c547-cwm7.json b/advisories/unreviewed/2023/04/GHSA-x6gw-c547-cwm7/GHSA-x6gw-c547-cwm7.json index 2d1b1426f2b..e072113c4fa 100644 --- a/advisories/unreviewed/2023/04/GHSA-x6gw-c547-cwm7/GHSA-x6gw-c547-cwm7.json +++ b/advisories/unreviewed/2023/04/GHSA-x6gw-c547-cwm7/GHSA-x6gw-c547-cwm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-x7hm-jh97-58mq/GHSA-x7hm-jh97-58mq.json b/advisories/unreviewed/2023/04/GHSA-x7hm-jh97-58mq/GHSA-x7hm-jh97-58mq.json index f13ea388965..b58fc4d7b67 100644 --- a/advisories/unreviewed/2023/04/GHSA-x7hm-jh97-58mq/GHSA-x7hm-jh97-58mq.json +++ b/advisories/unreviewed/2023/04/GHSA-x7hm-jh97-58mq/GHSA-x7hm-jh97-58mq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-x8mx-xg8r-cgwp/GHSA-x8mx-xg8r-cgwp.json b/advisories/unreviewed/2023/04/GHSA-x8mx-xg8r-cgwp/GHSA-x8mx-xg8r-cgwp.json index f5c39337ee2..a98f5e2b077 100644 --- a/advisories/unreviewed/2023/04/GHSA-x8mx-xg8r-cgwp/GHSA-x8mx-xg8r-cgwp.json +++ b/advisories/unreviewed/2023/04/GHSA-x8mx-xg8r-cgwp/GHSA-x8mx-xg8r-cgwp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xc2g-3f28-fmc4/GHSA-xc2g-3f28-fmc4.json b/advisories/unreviewed/2023/04/GHSA-xc2g-3f28-fmc4/GHSA-xc2g-3f28-fmc4.json index b5656a51585..f9002d8b7db 100644 --- a/advisories/unreviewed/2023/04/GHSA-xc2g-3f28-fmc4/GHSA-xc2g-3f28-fmc4.json +++ b/advisories/unreviewed/2023/04/GHSA-xc2g-3f28-fmc4/GHSA-xc2g-3f28-fmc4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xc69-c397-p3r8/GHSA-xc69-c397-p3r8.json b/advisories/unreviewed/2023/04/GHSA-xc69-c397-p3r8/GHSA-xc69-c397-p3r8.json index 7be12c58e8d..be8e845f054 100644 --- a/advisories/unreviewed/2023/04/GHSA-xc69-c397-p3r8/GHSA-xc69-c397-p3r8.json +++ b/advisories/unreviewed/2023/04/GHSA-xc69-c397-p3r8/GHSA-xc69-c397-p3r8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xcjg-x87g-7qff/GHSA-xcjg-x87g-7qff.json b/advisories/unreviewed/2023/04/GHSA-xcjg-x87g-7qff/GHSA-xcjg-x87g-7qff.json index ec5c8883ccb..0c9b2bf1261 100644 --- a/advisories/unreviewed/2023/04/GHSA-xcjg-x87g-7qff/GHSA-xcjg-x87g-7qff.json +++ b/advisories/unreviewed/2023/04/GHSA-xcjg-x87g-7qff/GHSA-xcjg-x87g-7qff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-xf23-wgv8-93v6/GHSA-xf23-wgv8-93v6.json b/advisories/unreviewed/2023/04/GHSA-xf23-wgv8-93v6/GHSA-xf23-wgv8-93v6.json index ef4fb98a011..9ce3877a97e 100644 --- a/advisories/unreviewed/2023/04/GHSA-xf23-wgv8-93v6/GHSA-xf23-wgv8-93v6.json +++ b/advisories/unreviewed/2023/04/GHSA-xf23-wgv8-93v6/GHSA-xf23-wgv8-93v6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xg4v-qw5v-j6h2/GHSA-xg4v-qw5v-j6h2.json b/advisories/unreviewed/2023/04/GHSA-xg4v-qw5v-j6h2/GHSA-xg4v-qw5v-j6h2.json index f0e50d4f473..e9d6a5720b6 100644 --- a/advisories/unreviewed/2023/04/GHSA-xg4v-qw5v-j6h2/GHSA-xg4v-qw5v-j6h2.json +++ b/advisories/unreviewed/2023/04/GHSA-xg4v-qw5v-j6h2/GHSA-xg4v-qw5v-j6h2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xgf6-69f9-3847/GHSA-xgf6-69f9-3847.json b/advisories/unreviewed/2023/04/GHSA-xgf6-69f9-3847/GHSA-xgf6-69f9-3847.json index b969375219d..9353f5ff608 100644 --- a/advisories/unreviewed/2023/04/GHSA-xgf6-69f9-3847/GHSA-xgf6-69f9-3847.json +++ b/advisories/unreviewed/2023/04/GHSA-xgf6-69f9-3847/GHSA-xgf6-69f9-3847.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xghw-5mm2-r3q7/GHSA-xghw-5mm2-r3q7.json b/advisories/unreviewed/2023/04/GHSA-xghw-5mm2-r3q7/GHSA-xghw-5mm2-r3q7.json index 9d86d19b2e7..01dcda0d505 100644 --- a/advisories/unreviewed/2023/04/GHSA-xghw-5mm2-r3q7/GHSA-xghw-5mm2-r3q7.json +++ b/advisories/unreviewed/2023/04/GHSA-xghw-5mm2-r3q7/GHSA-xghw-5mm2-r3q7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xh27-567v-j74r/GHSA-xh27-567v-j74r.json b/advisories/unreviewed/2023/04/GHSA-xh27-567v-j74r/GHSA-xh27-567v-j74r.json index 38c7d9b4412..2027b47229e 100644 --- a/advisories/unreviewed/2023/04/GHSA-xh27-567v-j74r/GHSA-xh27-567v-j74r.json +++ b/advisories/unreviewed/2023/04/GHSA-xh27-567v-j74r/GHSA-xh27-567v-j74r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xj5r-2vxf-3ch7/GHSA-xj5r-2vxf-3ch7.json b/advisories/unreviewed/2023/04/GHSA-xj5r-2vxf-3ch7/GHSA-xj5r-2vxf-3ch7.json index 2503269351a..cd078cb42f3 100644 --- a/advisories/unreviewed/2023/04/GHSA-xj5r-2vxf-3ch7/GHSA-xj5r-2vxf-3ch7.json +++ b/advisories/unreviewed/2023/04/GHSA-xj5r-2vxf-3ch7/GHSA-xj5r-2vxf-3ch7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/04/GHSA-xj73-xcmg-mc23/GHSA-xj73-xcmg-mc23.json b/advisories/unreviewed/2023/04/GHSA-xj73-xcmg-mc23/GHSA-xj73-xcmg-mc23.json index 34ec779834f..e1e7688a85b 100644 --- a/advisories/unreviewed/2023/04/GHSA-xj73-xcmg-mc23/GHSA-xj73-xcmg-mc23.json +++ b/advisories/unreviewed/2023/04/GHSA-xj73-xcmg-mc23/GHSA-xj73-xcmg-mc23.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xm4x-9c9x-4wcq/GHSA-xm4x-9c9x-4wcq.json b/advisories/unreviewed/2023/04/GHSA-xm4x-9c9x-4wcq/GHSA-xm4x-9c9x-4wcq.json index ae9ea3868d4..48c1edf13f4 100644 --- a/advisories/unreviewed/2023/04/GHSA-xm4x-9c9x-4wcq/GHSA-xm4x-9c9x-4wcq.json +++ b/advisories/unreviewed/2023/04/GHSA-xm4x-9c9x-4wcq/GHSA-xm4x-9c9x-4wcq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xpmq-5hfq-q6q6/GHSA-xpmq-5hfq-q6q6.json b/advisories/unreviewed/2023/04/GHSA-xpmq-5hfq-q6q6/GHSA-xpmq-5hfq-q6q6.json index 9982338ad45..d05da297c26 100644 --- a/advisories/unreviewed/2023/04/GHSA-xpmq-5hfq-q6q6/GHSA-xpmq-5hfq-q6q6.json +++ b/advisories/unreviewed/2023/04/GHSA-xpmq-5hfq-q6q6/GHSA-xpmq-5hfq-q6q6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xpqq-583w-8g73/GHSA-xpqq-583w-8g73.json b/advisories/unreviewed/2023/04/GHSA-xpqq-583w-8g73/GHSA-xpqq-583w-8g73.json index a6ba09d3854..f9ed1bf8736 100644 --- a/advisories/unreviewed/2023/04/GHSA-xpqq-583w-8g73/GHSA-xpqq-583w-8g73.json +++ b/advisories/unreviewed/2023/04/GHSA-xpqq-583w-8g73/GHSA-xpqq-583w-8g73.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xq44-vpm8-w66c/GHSA-xq44-vpm8-w66c.json b/advisories/unreviewed/2023/04/GHSA-xq44-vpm8-w66c/GHSA-xq44-vpm8-w66c.json index 5169377d9fb..2e8532969e3 100644 --- a/advisories/unreviewed/2023/04/GHSA-xq44-vpm8-w66c/GHSA-xq44-vpm8-w66c.json +++ b/advisories/unreviewed/2023/04/GHSA-xq44-vpm8-w66c/GHSA-xq44-vpm8-w66c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xqp8-x7jr-ghp9/GHSA-xqp8-x7jr-ghp9.json b/advisories/unreviewed/2023/04/GHSA-xqp8-x7jr-ghp9/GHSA-xqp8-x7jr-ghp9.json index 7c75d2e44c1..feac302c2d8 100644 --- a/advisories/unreviewed/2023/04/GHSA-xqp8-x7jr-ghp9/GHSA-xqp8-x7jr-ghp9.json +++ b/advisories/unreviewed/2023/04/GHSA-xqp8-x7jr-ghp9/GHSA-xqp8-x7jr-ghp9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xr26-qphw-jcg8/GHSA-xr26-qphw-jcg8.json b/advisories/unreviewed/2023/04/GHSA-xr26-qphw-jcg8/GHSA-xr26-qphw-jcg8.json index c17f6032bbc..7ded314b193 100644 --- a/advisories/unreviewed/2023/04/GHSA-xr26-qphw-jcg8/GHSA-xr26-qphw-jcg8.json +++ b/advisories/unreviewed/2023/04/GHSA-xr26-qphw-jcg8/GHSA-xr26-qphw-jcg8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xrxx-94c8-w7rw/GHSA-xrxx-94c8-w7rw.json b/advisories/unreviewed/2023/04/GHSA-xrxx-94c8-w7rw/GHSA-xrxx-94c8-w7rw.json index 86720a40dc9..dc7e718ba68 100644 --- a/advisories/unreviewed/2023/04/GHSA-xrxx-94c8-w7rw/GHSA-xrxx-94c8-w7rw.json +++ b/advisories/unreviewed/2023/04/GHSA-xrxx-94c8-w7rw/GHSA-xrxx-94c8-w7rw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xvqp-2r5x-vqjr/GHSA-xvqp-2r5x-vqjr.json b/advisories/unreviewed/2023/04/GHSA-xvqp-2r5x-vqjr/GHSA-xvqp-2r5x-vqjr.json index d787d27e92d..a419ca10ded 100644 --- a/advisories/unreviewed/2023/04/GHSA-xvqp-2r5x-vqjr/GHSA-xvqp-2r5x-vqjr.json +++ b/advisories/unreviewed/2023/04/GHSA-xvqp-2r5x-vqjr/GHSA-xvqp-2r5x-vqjr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xwg5-v6xw-gqpc/GHSA-xwg5-v6xw-gqpc.json b/advisories/unreviewed/2023/04/GHSA-xwg5-v6xw-gqpc/GHSA-xwg5-v6xw-gqpc.json index 310c60216d6..431fc4b60af 100644 --- a/advisories/unreviewed/2023/04/GHSA-xwg5-v6xw-gqpc/GHSA-xwg5-v6xw-gqpc.json +++ b/advisories/unreviewed/2023/04/GHSA-xwg5-v6xw-gqpc/GHSA-xwg5-v6xw-gqpc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xwhf-r489-w73v/GHSA-xwhf-r489-w73v.json b/advisories/unreviewed/2023/04/GHSA-xwhf-r489-w73v/GHSA-xwhf-r489-w73v.json index a5d9d8975a9..583ba7ac4b9 100644 --- a/advisories/unreviewed/2023/04/GHSA-xwhf-r489-w73v/GHSA-xwhf-r489-w73v.json +++ b/advisories/unreviewed/2023/04/GHSA-xwhf-r489-w73v/GHSA-xwhf-r489-w73v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-xxgr-jqxg-722m/GHSA-xxgr-jqxg-722m.json b/advisories/unreviewed/2023/04/GHSA-xxgr-jqxg-722m/GHSA-xxgr-jqxg-722m.json index fa53a4101c9..f6fa3f1bfb3 100644 --- a/advisories/unreviewed/2023/04/GHSA-xxgr-jqxg-722m/GHSA-xxgr-jqxg-722m.json +++ b/advisories/unreviewed/2023/04/GHSA-xxgr-jqxg-722m/GHSA-xxgr-jqxg-722m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-22hp-9244-wch3/GHSA-22hp-9244-wch3.json b/advisories/unreviewed/2023/08/GHSA-22hp-9244-wch3/GHSA-22hp-9244-wch3.json index 46cc09b8b26..3b8441bc6a5 100644 --- a/advisories/unreviewed/2023/08/GHSA-22hp-9244-wch3/GHSA-22hp-9244-wch3.json +++ b/advisories/unreviewed/2023/08/GHSA-22hp-9244-wch3/GHSA-22hp-9244-wch3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/08/GHSA-4hrp-gr8r-p278/GHSA-4hrp-gr8r-p278.json b/advisories/unreviewed/2023/08/GHSA-4hrp-gr8r-p278/GHSA-4hrp-gr8r-p278.json index dbe9a0d5b19..598b2ce70d1 100644 --- a/advisories/unreviewed/2023/08/GHSA-4hrp-gr8r-p278/GHSA-4hrp-gr8r-p278.json +++ b/advisories/unreviewed/2023/08/GHSA-4hrp-gr8r-p278/GHSA-4hrp-gr8r-p278.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-p4wm-4q6c-fc47/GHSA-p4wm-4q6c-fc47.json b/advisories/unreviewed/2023/08/GHSA-p4wm-4q6c-fc47/GHSA-p4wm-4q6c-fc47.json index 15c925aa90f..2c1bc59acc3 100644 --- a/advisories/unreviewed/2023/08/GHSA-p4wm-4q6c-fc47/GHSA-p4wm-4q6c-fc47.json +++ b/advisories/unreviewed/2023/08/GHSA-p4wm-4q6c-fc47/GHSA-p4wm-4q6c-fc47.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-vqj5-w55h-74wr/GHSA-vqj5-w55h-74wr.json b/advisories/unreviewed/2023/08/GHSA-vqj5-w55h-74wr/GHSA-vqj5-w55h-74wr.json index f96564e4fae..e836e4a4a08 100644 --- a/advisories/unreviewed/2023/08/GHSA-vqj5-w55h-74wr/GHSA-vqj5-w55h-74wr.json +++ b/advisories/unreviewed/2023/08/GHSA-vqj5-w55h-74wr/GHSA-vqj5-w55h-74wr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/08/GHSA-x5x2-h3q5-3cm9/GHSA-x5x2-h3q5-3cm9.json b/advisories/unreviewed/2023/08/GHSA-x5x2-h3q5-3cm9/GHSA-x5x2-h3q5-3cm9.json index db55cbc82b5..850edac02d7 100644 --- a/advisories/unreviewed/2023/08/GHSA-x5x2-h3q5-3cm9/GHSA-x5x2-h3q5-3cm9.json +++ b/advisories/unreviewed/2023/08/GHSA-x5x2-h3q5-3cm9/GHSA-x5x2-h3q5-3cm9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-qfc7-gwmc-9vvr/GHSA-qfc7-gwmc-9vvr.json b/advisories/unreviewed/2023/10/GHSA-qfc7-gwmc-9vvr/GHSA-qfc7-gwmc-9vvr.json index 73ac01a600a..bf7c5f7de24 100644 --- a/advisories/unreviewed/2023/10/GHSA-qfc7-gwmc-9vvr/GHSA-qfc7-gwmc-9vvr.json +++ b/advisories/unreviewed/2023/10/GHSA-qfc7-gwmc-9vvr/GHSA-qfc7-gwmc-9vvr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-xqp4-mm4v-p6r4/GHSA-xqp4-mm4v-p6r4.json b/advisories/unreviewed/2023/11/GHSA-xqp4-mm4v-p6r4/GHSA-xqp4-mm4v-p6r4.json index 543cc57d340..48e63b32c9d 100644 --- a/advisories/unreviewed/2023/11/GHSA-xqp4-mm4v-p6r4/GHSA-xqp4-mm4v-p6r4.json +++ b/advisories/unreviewed/2023/11/GHSA-xqp4-mm4v-p6r4/GHSA-xqp4-mm4v-p6r4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-2qwg-cqpg-9qrr/GHSA-2qwg-cqpg-9qrr.json b/advisories/unreviewed/2024/03/GHSA-2qwg-cqpg-9qrr/GHSA-2qwg-cqpg-9qrr.json index 580ffd6b142..895b74e38d0 100644 --- a/advisories/unreviewed/2024/03/GHSA-2qwg-cqpg-9qrr/GHSA-2qwg-cqpg-9qrr.json +++ b/advisories/unreviewed/2024/03/GHSA-2qwg-cqpg-9qrr/GHSA-2qwg-cqpg-9qrr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-3f2h-fqxh-v4qv/GHSA-3f2h-fqxh-v4qv.json b/advisories/unreviewed/2024/03/GHSA-3f2h-fqxh-v4qv/GHSA-3f2h-fqxh-v4qv.json index f8a5f893d50..96d0e8001d9 100644 --- a/advisories/unreviewed/2024/03/GHSA-3f2h-fqxh-v4qv/GHSA-3f2h-fqxh-v4qv.json +++ b/advisories/unreviewed/2024/03/GHSA-3f2h-fqxh-v4qv/GHSA-3f2h-fqxh-v4qv.json @@ -7,12 +7,8 @@ "CVE-2024-25731" ], "details": "The Elink Smart eSmartCam (com.cn.dq.ipc) application 2.1.5 for Android contains hardcoded AES encryption keys that can be extracted from a binary file. Thus, encryption can be defeated by an attacker who can observe packet data (e.g., over Wi-Fi).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-3pfw-5ffm-ww42/GHSA-3pfw-5ffm-ww42.json b/advisories/unreviewed/2024/03/GHSA-3pfw-5ffm-ww42/GHSA-3pfw-5ffm-ww42.json index df70209ddc6..888c0eb832c 100644 --- a/advisories/unreviewed/2024/03/GHSA-3pfw-5ffm-ww42/GHSA-3pfw-5ffm-ww42.json +++ b/advisories/unreviewed/2024/03/GHSA-3pfw-5ffm-ww42/GHSA-3pfw-5ffm-ww42.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-477j-vcp2-hh67/GHSA-477j-vcp2-hh67.json b/advisories/unreviewed/2024/03/GHSA-477j-vcp2-hh67/GHSA-477j-vcp2-hh67.json index d26651cfaea..85dd047adff 100644 --- a/advisories/unreviewed/2024/03/GHSA-477j-vcp2-hh67/GHSA-477j-vcp2-hh67.json +++ b/advisories/unreviewed/2024/03/GHSA-477j-vcp2-hh67/GHSA-477j-vcp2-hh67.json @@ -7,12 +7,8 @@ "CVE-2021-47105" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: xsk: return xsk buffers back to pool when cleaning the ring\n\nCurrently we only NULL the xdp_buff pointer in the internal SW ring but\nwe never give it back to the xsk buffer pool. This means that buffers\ncan be leaked out of the buff pool and never be used again.\n\nAdd missing xsk_buff_free() call to the routine that is supposed to\nclean the entries that are left in the ring so that these buffers in the\numem can be used by other sockets.\n\nAlso, only go through the space that is actually left to be cleaned\ninstead of a whole ring.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-48ww-vppq-9c8v/GHSA-48ww-vppq-9c8v.json b/advisories/unreviewed/2024/03/GHSA-48ww-vppq-9c8v/GHSA-48ww-vppq-9c8v.json index fe71914a5d7..8888205b921 100644 --- a/advisories/unreviewed/2024/03/GHSA-48ww-vppq-9c8v/GHSA-48ww-vppq-9c8v.json +++ b/advisories/unreviewed/2024/03/GHSA-48ww-vppq-9c8v/GHSA-48ww-vppq-9c8v.json @@ -7,12 +7,8 @@ "CVE-2021-47108" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf\n\nIn commit 41ca9caaae0b\n(\"drm/mediatek: hdmi: Add check for CEA modes only\") a check\nfor CEA modes was added to function mtk_hdmi_bridge_mode_valid()\nin order to address possible issues on MT8167;\nmoreover, with commit c91026a938c2\n(\"drm/mediatek: hdmi: Add optional limit on maximal HDMI mode clock\")\nanother similar check was introduced.\n\nUnfortunately though, at the time of writing, MT8173 does not provide\nany mtk_hdmi_conf structure and this is crashing the kernel with NULL\npointer upon entering mtk_hdmi_bridge_mode_valid(), which happens as\nsoon as a HDMI cable gets plugged in.\n\nTo fix this regression, add a NULL pointer check for hdmi->conf in the\nsaid function, restoring HDMI functionality and avoiding NULL pointer\nkernel panics.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-72gm-6qcq-3xmp/GHSA-72gm-6qcq-3xmp.json b/advisories/unreviewed/2024/03/GHSA-72gm-6qcq-3xmp/GHSA-72gm-6qcq-3xmp.json index c9a3ddc4d6e..ee6ca08d7f2 100644 --- a/advisories/unreviewed/2024/03/GHSA-72gm-6qcq-3xmp/GHSA-72gm-6qcq-3xmp.json +++ b/advisories/unreviewed/2024/03/GHSA-72gm-6qcq-3xmp/GHSA-72gm-6qcq-3xmp.json @@ -7,12 +7,8 @@ "CVE-2021-47101" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nasix: fix uninit-value in asix_mdio_read()\n\nasix_read_cmd() may read less than sizeof(smsr) bytes and in this case\nsmsr will be uninitialized.\n\nFail log:\nBUG: KMSAN: uninit-value in asix_check_host_enable drivers/net/usb/asix_common.c:82 [inline]\nBUG: KMSAN: uninit-value in asix_check_host_enable drivers/net/usb/asix_common.c:82 [inline] drivers/net/usb/asix_common.c:497\nBUG: KMSAN: uninit-value in asix_mdio_read+0x3c1/0xb00 drivers/net/usb/asix_common.c:497 drivers/net/usb/asix_common.c:497\n asix_check_host_enable drivers/net/usb/asix_common.c:82 [inline]\n asix_check_host_enable drivers/net/usb/asix_common.c:82 [inline] drivers/net/usb/asix_common.c:497\n asix_mdio_read+0x3c1/0xb00 drivers/net/usb/asix_common.c:497 drivers/net/usb/asix_common.c:497", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-759c-p77c-j97r/GHSA-759c-p77c-j97r.json b/advisories/unreviewed/2024/03/GHSA-759c-p77c-j97r/GHSA-759c-p77c-j97r.json index f1cb1a5ce04..21adf7bb498 100644 --- a/advisories/unreviewed/2024/03/GHSA-759c-p77c-j97r/GHSA-759c-p77c-j97r.json +++ b/advisories/unreviewed/2024/03/GHSA-759c-p77c-j97r/GHSA-759c-p77c-j97r.json @@ -7,12 +7,8 @@ "CVE-2021-47104" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nIB/qib: Fix memory leak in qib_user_sdma_queue_pkts()\n\nThe wrong goto label was used for the error case and missed cleanup of the\npkt allocation.\n\nAddresses-Coverity-ID: 1493352 (\"Resource leak\")", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-9w96-264r-8f55/GHSA-9w96-264r-8f55.json b/advisories/unreviewed/2024/03/GHSA-9w96-264r-8f55/GHSA-9w96-264r-8f55.json index f86fcede95d..96d6122d7b1 100644 --- a/advisories/unreviewed/2024/03/GHSA-9w96-264r-8f55/GHSA-9w96-264r-8f55.json +++ b/advisories/unreviewed/2024/03/GHSA-9w96-264r-8f55/GHSA-9w96-264r-8f55.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-c6h8-8xgj-56vw/GHSA-c6h8-8xgj-56vw.json b/advisories/unreviewed/2024/03/GHSA-c6h8-8xgj-56vw/GHSA-c6h8-8xgj-56vw.json index d087bdca602..fb2f91188c8 100644 --- a/advisories/unreviewed/2024/03/GHSA-c6h8-8xgj-56vw/GHSA-c6h8-8xgj-56vw.json +++ b/advisories/unreviewed/2024/03/GHSA-c6h8-8xgj-56vw/GHSA-c6h8-8xgj-56vw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-cg32-2535-p88w/GHSA-cg32-2535-p88w.json b/advisories/unreviewed/2024/03/GHSA-cg32-2535-p88w/GHSA-cg32-2535-p88w.json index 5e2af26f8d3..bc7a685ac29 100644 --- a/advisories/unreviewed/2024/03/GHSA-cg32-2535-p88w/GHSA-cg32-2535-p88w.json +++ b/advisories/unreviewed/2024/03/GHSA-cg32-2535-p88w/GHSA-cg32-2535-p88w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-f84q-355v-4ww3/GHSA-f84q-355v-4ww3.json b/advisories/unreviewed/2024/03/GHSA-f84q-355v-4ww3/GHSA-f84q-355v-4ww3.json index 2889087442f..79dd7640a2a 100644 --- a/advisories/unreviewed/2024/03/GHSA-f84q-355v-4ww3/GHSA-f84q-355v-4ww3.json +++ b/advisories/unreviewed/2024/03/GHSA-f84q-355v-4ww3/GHSA-f84q-355v-4ww3.json @@ -7,12 +7,8 @@ "CVE-2021-47100" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module\n\nHi,\n\nWhen testing install and uninstall of ipmi_si.ko and ipmi_msghandler.ko,\nthe system crashed.\n\nThe log as follows:\n[ 141.087026] BUG: unable to handle kernel paging request at ffffffffc09b3a5a\n[ 141.087241] PGD 8fe4c0d067 P4D 8fe4c0d067 PUD 8fe4c0f067 PMD 103ad89067 PTE 0\n[ 141.087464] Oops: 0010 [#1] SMP NOPTI\n[ 141.087580] CPU: 67 PID: 668 Comm: kworker/67:1 Kdump: loaded Not tainted 4.18.0.x86_64 #47\n[ 141.088009] Workqueue: events 0xffffffffc09b3a40\n[ 141.088009] RIP: 0010:0xffffffffc09b3a5a\n[ 141.088009] Code: Bad RIP value.\n[ 141.088009] RSP: 0018:ffffb9094e2c3e88 EFLAGS: 00010246\n[ 141.088009] RAX: 0000000000000000 RBX: ffff9abfdb1f04a0 RCX: 0000000000000000\n[ 141.088009] RDX: 0000000000000000 RSI: 0000000000000246 RDI: 0000000000000246\n[ 141.088009] RBP: 0000000000000000 R08: ffff9abfffee3cb8 R09: 00000000000002e1\n[ 141.088009] R10: ffffb9094cb73d90 R11: 00000000000f4240 R12: ffff9abfffee8700\n[ 141.088009] R13: 0000000000000000 R14: ffff9abfdb1f04a0 R15: ffff9abfdb1f04a8\n[ 141.088009] FS: 0000000000000000(0000) GS:ffff9abfffec0000(0000) knlGS:0000000000000000\n[ 141.088009] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 141.088009] CR2: ffffffffc09b3a30 CR3: 0000008fe4c0a001 CR4: 00000000007606e0\n[ 141.088009] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\n[ 141.088009] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\n[ 141.088009] PKRU: 55555554\n[ 141.088009] Call Trace:\n[ 141.088009] ? process_one_work+0x195/0x390\n[ 141.088009] ? worker_thread+0x30/0x390\n[ 141.088009] ? process_one_work+0x390/0x390\n[ 141.088009] ? kthread+0x10d/0x130\n[ 141.088009] ? kthread_flush_work_fn+0x10/0x10\n[ 141.088009] ? ret_from_fork+0x35/0x40] BUG: unable to handle kernel paging request at ffffffffc0b28a5a\n[ 200.223240] PGD 97fe00d067 P4D 97fe00d067 PUD 97fe00f067 PMD a580cbf067 PTE 0\n[ 200.223464] Oops: 0010 [#1] SMP NOPTI\n[ 200.223579] CPU: 63 PID: 664 Comm: kworker/63:1 Kdump: loaded Not tainted 4.18.0.x86_64 #46\n[ 200.224008] Workqueue: events 0xffffffffc0b28a40\n[ 200.224008] RIP: 0010:0xffffffffc0b28a5a\n[ 200.224008] Code: Bad RIP value.\n[ 200.224008] RSP: 0018:ffffbf3c8e2a3e88 EFLAGS: 00010246\n[ 200.224008] RAX: 0000000000000000 RBX: ffffa0799ad6bca0 RCX: 0000000000000000\n[ 200.224008] RDX: 0000000000000000 RSI: 0000000000000246 RDI: 0000000000000246\n[ 200.224008] RBP: 0000000000000000 R08: ffff9fe43fde3cb8 R09: 00000000000000d5\n[ 200.224008] R10: ffffbf3c8cb53d90 R11: 00000000000f4240 R12: ffff9fe43fde8700\n[ 200.224008] R13: 0000000000000000 R14: ffffa0799ad6bca0 R15: ffffa0799ad6bca8\n[ 200.224008] FS: 0000000000000000(0000) GS:ffff9fe43fdc0000(0000) knlGS:0000000000000000\n[ 200.224008] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 200.224008] CR2: ffffffffc0b28a30 CR3: 00000097fe00a002 CR4: 00000000007606e0\n[ 200.224008] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\n[ 200.224008] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\n[ 200.224008] PKRU: 55555554\n[ 200.224008] Call Trace:\n[ 200.224008] ? process_one_work+0x195/0x390\n[ 200.224008] ? worker_thread+0x30/0x390\n[ 200.224008] ? process_one_work+0x390/0x390\n[ 200.224008] ? kthread+0x10d/0x130\n[ 200.224008] ? kthread_flush_work_fn+0x10/0x10\n[ 200.224008] ? ret_from_fork+0x35/0x40\n[ 200.224008] kernel fault(0x1) notification starting on CPU 63\n[ 200.224008] kernel fault(0x1) notification finished on CPU 63\n[ 200.224008] CR2: ffffffffc0b28a5a\n[ 200.224008] ---[ end trace c82a412d93f57412 ]---\n\nThe reason is as follows:\nT1: rmmod ipmi_si.\n ->ipmi_unregister_smi()\n -> ipmi_bmc_unregister()\n -> __ipmi_bmc_unregister()\n -> kref_put(&bmc->usecount, cleanup_bmc_device);\n -> schedule_work(&bmc->remove_work);\n\nT2: rmmod ipmi_msghandl\n---truncated---", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-g933-mqc6-xp2v/GHSA-g933-mqc6-xp2v.json b/advisories/unreviewed/2024/03/GHSA-g933-mqc6-xp2v/GHSA-g933-mqc6-xp2v.json index d346b1d1eac..6884833512e 100644 --- a/advisories/unreviewed/2024/03/GHSA-g933-mqc6-xp2v/GHSA-g933-mqc6-xp2v.json +++ b/advisories/unreviewed/2024/03/GHSA-g933-mqc6-xp2v/GHSA-g933-mqc6-xp2v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-gmwj-428v-53wv/GHSA-gmwj-428v-53wv.json b/advisories/unreviewed/2024/03/GHSA-gmwj-428v-53wv/GHSA-gmwj-428v-53wv.json index 5f4f2e9fcd2..1a3464624e1 100644 --- a/advisories/unreviewed/2024/03/GHSA-gmwj-428v-53wv/GHSA-gmwj-428v-53wv.json +++ b/advisories/unreviewed/2024/03/GHSA-gmwj-428v-53wv/GHSA-gmwj-428v-53wv.json @@ -7,12 +7,8 @@ "CVE-2021-47106" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()\n\nWe need to use list_for_each_entry_safe() iterator\nbecause we can not access @catchall after kfree_rcu() call.\n\nsyzbot reported:\n\nBUG: KASAN: use-after-free in nft_set_catchall_destroy net/netfilter/nf_tables_api.c:4486 [inline]\nBUG: KASAN: use-after-free in nft_set_destroy net/netfilter/nf_tables_api.c:4504 [inline]\nBUG: KASAN: use-after-free in nft_set_destroy+0x3fd/0x4f0 net/netfilter/nf_tables_api.c:4493\nRead of size 8 at addr ffff8880716e5b80 by task syz-executor.3/8871\n\nCPU: 1 PID: 8871 Comm: syz-executor.3 Not tainted 5.16.0-rc5-syzkaller #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011\nCall Trace:\n \n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0xcd/0x134 lib/dump_stack.c:106\n print_address_description.constprop.0.cold+0x8d/0x2ed mm/kasan/report.c:247\n __kasan_report mm/kasan/report.c:433 [inline]\n kasan_report.cold+0x83/0xdf mm/kasan/report.c:450\n nft_set_catchall_destroy net/netfilter/nf_tables_api.c:4486 [inline]\n nft_set_destroy net/netfilter/nf_tables_api.c:4504 [inline]\n nft_set_destroy+0x3fd/0x4f0 net/netfilter/nf_tables_api.c:4493\n __nft_release_table+0x79f/0xcd0 net/netfilter/nf_tables_api.c:9626\n nft_rcv_nl_event+0x4f8/0x670 net/netfilter/nf_tables_api.c:9688\n notifier_call_chain+0xb5/0x200 kernel/notifier.c:83\n blocking_notifier_call_chain kernel/notifier.c:318 [inline]\n blocking_notifier_call_chain+0x67/0x90 kernel/notifier.c:306\n netlink_release+0xcb6/0x1dd0 net/netlink/af_netlink.c:788\n __sock_release+0xcd/0x280 net/socket.c:649\n sock_close+0x18/0x20 net/socket.c:1314\n __fput+0x286/0x9f0 fs/file_table.c:280\n task_work_run+0xdd/0x1a0 kernel/task_work.c:164\n tracehook_notify_resume include/linux/tracehook.h:189 [inline]\n exit_to_user_mode_loop kernel/entry/common.c:175 [inline]\n exit_to_user_mode_prepare+0x27e/0x290 kernel/entry/common.c:207\n __syscall_exit_to_user_mode_work kernel/entry/common.c:289 [inline]\n syscall_exit_to_user_mode+0x19/0x60 kernel/entry/common.c:300\n do_syscall_64+0x42/0xb0 arch/x86/entry/common.c:86\n entry_SYSCALL_64_after_hwframe+0x44/0xae\nRIP: 0033:0x7f75fbf28adb\nCode: 0f 05 48 3d 00 f0 ff ff 77 45 c3 0f 1f 40 00 48 83 ec 18 89 7c 24 0c e8 63 fc ff ff 8b 7c 24 0c 41 89 c0 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 89 44 24 0c e8 a1 fc ff ff 8b 44\nRSP: 002b:00007ffd8da7ec10 EFLAGS: 00000293 ORIG_RAX: 0000000000000003\nRAX: 0000000000000000 RBX: 0000000000000004 RCX: 00007f75fbf28adb\nRDX: 00007f75fc08e828 RSI: ffffffffffffffff RDI: 0000000000000003\nRBP: 00007f75fc08a960 R08: 0000000000000000 R09: 00007f75fc08e830\nR10: 00007ffd8da7ed10 R11: 0000000000000293 R12: 00000000002067c3\nR13: 00007ffd8da7ed10 R14: 00007f75fc088f60 R15: 0000000000000032\n \n\nAllocated by task 8886:\n kasan_save_stack+0x1e/0x50 mm/kasan/common.c:38\n kasan_set_track mm/kasan/common.c:46 [inline]\n set_alloc_info mm/kasan/common.c:434 [inline]\n ____kasan_kmalloc mm/kasan/common.c:513 [inline]\n ____kasan_kmalloc mm/kasan/common.c:472 [inline]\n __kasan_kmalloc+0xa6/0xd0 mm/kasan/common.c:522\n kasan_kmalloc include/linux/kasan.h:269 [inline]\n kmem_cache_alloc_trace+0x1ea/0x4a0 mm/slab.c:3575\n kmalloc include/linux/slab.h:590 [inline]\n nft_setelem_catchall_insert net/netfilter/nf_tables_api.c:5544 [inline]\n nft_setelem_insert net/netfilter/nf_tables_api.c:5562 [inline]\n nft_add_set_elem+0x232e/0x2f40 net/netfilter/nf_tables_api.c:5936\n nf_tables_newsetelem+0x6ff/0xbb0 net/netfilter/nf_tables_api.c:6032\n nfnetlink_rcv_batch+0x1710/0x25f0 net/netfilter/nfnetlink.c:513\n nfnetlink_rcv_skb_batch net/netfilter/nfnetlink.c:634 [inline]\n nfnetlink_rcv+0x3af/0x420 net/netfilter/nfnetlink.c:652\n netlink_unicast_kernel net/netlink/af_netlink.c:1319 [inline]\n netlink_unicast+0x533/0x7d0 net/netlink/af_netlink.c:1345\n netlink_sendmsg+0x904/0xdf0 net/netlink/af_netlink.c:1921\n sock_sendmsg_nosec net/\n---truncated---", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-hg5r-659j-4p32/GHSA-hg5r-659j-4p32.json b/advisories/unreviewed/2024/03/GHSA-hg5r-659j-4p32/GHSA-hg5r-659j-4p32.json index 11e57494712..d4c3922a249 100644 --- a/advisories/unreviewed/2024/03/GHSA-hg5r-659j-4p32/GHSA-hg5r-659j-4p32.json +++ b/advisories/unreviewed/2024/03/GHSA-hg5r-659j-4p32/GHSA-hg5r-659j-4p32.json @@ -7,12 +7,8 @@ "CVE-2021-47092" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: VMX: Always clear vmx->fail on emulation_required\n\nRevert a relatively recent change that set vmx->fail if the vCPU is in L2\nand emulation_required is true, as that behavior is completely bogus.\nSetting vmx->fail and synthesizing a VM-Exit is contradictory and wrong:\n\n (a) it's impossible to have both a VM-Fail and VM-Exit\n (b) vmcs.EXIT_REASON is not modified on VM-Fail\n (c) emulation_required refers to guest state and guest state checks are\n always VM-Exits, not VM-Fails.\n\nFor KVM specifically, emulation_required is handled before nested exits\nin __vmx_handle_exit(), thus setting vmx->fail has no immediate effect,\ni.e. KVM calls into handle_invalid_guest_state() and vmx->fail is ignored.\nSetting vmx->fail can ultimately result in a WARN in nested_vmx_vmexit()\nfiring when tearing down the VM as KVM never expects vmx->fail to be set\nwhen L2 is active, KVM always reflects those errors into L1.\n\n ------------[ cut here ]------------\n WARNING: CPU: 0 PID: 21158 at arch/x86/kvm/vmx/nested.c:4548\n nested_vmx_vmexit+0x16bd/0x17e0\n arch/x86/kvm/vmx/nested.c:4547\n Modules linked in:\n CPU: 0 PID: 21158 Comm: syz-executor.1 Not tainted 5.16.0-rc3-syzkaller #0\n Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011\n RIP: 0010:nested_vmx_vmexit+0x16bd/0x17e0 arch/x86/kvm/vmx/nested.c:4547\n Code: <0f> 0b e9 2e f8 ff ff e8 57 b3 5d 00 0f 0b e9 00 f1 ff ff 89 e9 80\n Call Trace:\n vmx_leave_nested arch/x86/kvm/vmx/nested.c:6220 [inline]\n nested_vmx_free_vcpu+0x83/0xc0 arch/x86/kvm/vmx/nested.c:330\n vmx_free_vcpu+0x11f/0x2a0 arch/x86/kvm/vmx/vmx.c:6799\n kvm_arch_vcpu_destroy+0x6b/0x240 arch/x86/kvm/x86.c:10989\n kvm_vcpu_destroy+0x29/0x90 arch/x86/kvm/../../../virt/kvm/kvm_main.c:441\n kvm_free_vcpus arch/x86/kvm/x86.c:11426 [inline]\n kvm_arch_destroy_vm+0x3ef/0x6b0 arch/x86/kvm/x86.c:11545\n kvm_destroy_vm arch/x86/kvm/../../../virt/kvm/kvm_main.c:1189 [inline]\n kvm_put_kvm+0x751/0xe40 arch/x86/kvm/../../../virt/kvm/kvm_main.c:1220\n kvm_vcpu_release+0x53/0x60 arch/x86/kvm/../../../virt/kvm/kvm_main.c:3489\n __fput+0x3fc/0x870 fs/file_table.c:280\n task_work_run+0x146/0x1c0 kernel/task_work.c:164\n exit_task_work include/linux/task_work.h:32 [inline]\n do_exit+0x705/0x24f0 kernel/exit.c:832\n do_group_exit+0x168/0x2d0 kernel/exit.c:929\n get_signal+0x1740/0x2120 kernel/signal.c:2852\n arch_do_signal_or_restart+0x9c/0x730 arch/x86/kernel/signal.c:868\n handle_signal_work kernel/entry/common.c:148 [inline]\n exit_to_user_mode_loop kernel/entry/common.c:172 [inline]\n exit_to_user_mode_prepare+0x191/0x220 kernel/entry/common.c:207\n __syscall_exit_to_user_mode_work kernel/entry/common.c:289 [inline]\n syscall_exit_to_user_mode+0x2e/0x70 kernel/entry/common.c:300\n do_syscall_64+0x53/0xd0 arch/x86/entry/common.c:86\n entry_SYSCALL_64_after_hwframe+0x44/0xae", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-hjp2-wg69-g55x/GHSA-hjp2-wg69-g55x.json b/advisories/unreviewed/2024/03/GHSA-hjp2-wg69-g55x/GHSA-hjp2-wg69-g55x.json index e2bd8b0e313..0509a7568b8 100644 --- a/advisories/unreviewed/2024/03/GHSA-hjp2-wg69-g55x/GHSA-hjp2-wg69-g55x.json +++ b/advisories/unreviewed/2024/03/GHSA-hjp2-wg69-g55x/GHSA-hjp2-wg69-g55x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-j63f-r65c-3x8x/GHSA-j63f-r65c-3x8x.json b/advisories/unreviewed/2024/03/GHSA-j63f-r65c-3x8x/GHSA-j63f-r65c-3x8x.json index aaddd5ae9d9..997b510bee0 100644 --- a/advisories/unreviewed/2024/03/GHSA-j63f-r65c-3x8x/GHSA-j63f-r65c-3x8x.json +++ b/advisories/unreviewed/2024/03/GHSA-j63f-r65c-3x8x/GHSA-j63f-r65c-3x8x.json @@ -7,12 +7,8 @@ "CVE-2024-1319" ], "details": "The Events Tickets Plus WordPress plugin before 5.9.1 does not prevent users with at least the contributor role from leaking the attendees list on any post type regardless of status. (e.g. draft, private, pending review, password-protected, and trashed posts).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-jg3j-pgx3-878w/GHSA-jg3j-pgx3-878w.json b/advisories/unreviewed/2024/03/GHSA-jg3j-pgx3-878w/GHSA-jg3j-pgx3-878w.json index 6c7258d0698..f6249948789 100644 --- a/advisories/unreviewed/2024/03/GHSA-jg3j-pgx3-878w/GHSA-jg3j-pgx3-878w.json +++ b/advisories/unreviewed/2024/03/GHSA-jg3j-pgx3-878w/GHSA-jg3j-pgx3-878w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-jp74-2rhv-9c85/GHSA-jp74-2rhv-9c85.json b/advisories/unreviewed/2024/03/GHSA-jp74-2rhv-9c85/GHSA-jp74-2rhv-9c85.json index c7be42af11c..bba7da2618c 100644 --- a/advisories/unreviewed/2024/03/GHSA-jp74-2rhv-9c85/GHSA-jp74-2rhv-9c85.json +++ b/advisories/unreviewed/2024/03/GHSA-jp74-2rhv-9c85/GHSA-jp74-2rhv-9c85.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-m5wr-8mcj-v838/GHSA-m5wr-8mcj-v838.json b/advisories/unreviewed/2024/03/GHSA-m5wr-8mcj-v838/GHSA-m5wr-8mcj-v838.json index ca3593653aa..d218ae2e07a 100644 --- a/advisories/unreviewed/2024/03/GHSA-m5wr-8mcj-v838/GHSA-m5wr-8mcj-v838.json +++ b/advisories/unreviewed/2024/03/GHSA-m5wr-8mcj-v838/GHSA-m5wr-8mcj-v838.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-m679-xxwc-93qv/GHSA-m679-xxwc-93qv.json b/advisories/unreviewed/2024/03/GHSA-m679-xxwc-93qv/GHSA-m679-xxwc-93qv.json index 0f892f70995..958857c71f3 100644 --- a/advisories/unreviewed/2024/03/GHSA-m679-xxwc-93qv/GHSA-m679-xxwc-93qv.json +++ b/advisories/unreviewed/2024/03/GHSA-m679-xxwc-93qv/GHSA-m679-xxwc-93qv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-m93x-j22f-53v7/GHSA-m93x-j22f-53v7.json b/advisories/unreviewed/2024/03/GHSA-m93x-j22f-53v7/GHSA-m93x-j22f-53v7.json index 09bb2a64822..541a1599ae2 100644 --- a/advisories/unreviewed/2024/03/GHSA-m93x-j22f-53v7/GHSA-m93x-j22f-53v7.json +++ b/advisories/unreviewed/2024/03/GHSA-m93x-j22f-53v7/GHSA-m93x-j22f-53v7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-pqmh-qr2r-5wwj/GHSA-pqmh-qr2r-5wwj.json b/advisories/unreviewed/2024/03/GHSA-pqmh-qr2r-5wwj/GHSA-pqmh-qr2r-5wwj.json index b1f13540db8..e69e7d2ce17 100644 --- a/advisories/unreviewed/2024/03/GHSA-pqmh-qr2r-5wwj/GHSA-pqmh-qr2r-5wwj.json +++ b/advisories/unreviewed/2024/03/GHSA-pqmh-qr2r-5wwj/GHSA-pqmh-qr2r-5wwj.json @@ -7,12 +7,8 @@ "CVE-2021-47095" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nipmi: ssif: initialize ssif_info->client early\n\nDuring probe ssif_info->client is dereferenced in error path. However,\nit is set when some of the error checking has already been done. This\ncauses following kernel crash if an error path is taken:\n\n[ 30.645593][ T674] ipmi_ssif 0-000e: ipmi_ssif: Not probing, Interface already present\n[ 30.657616][ T674] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000088\n...\n[ 30.657723][ T674] pc : __dev_printk+0x28/0xa0\n[ 30.657732][ T674] lr : _dev_err+0x7c/0xa0\n...\n[ 30.657772][ T674] Call trace:\n[ 30.657775][ T674] __dev_printk+0x28/0xa0\n[ 30.657778][ T674] _dev_err+0x7c/0xa0\n[ 30.657781][ T674] ssif_probe+0x548/0x900 [ipmi_ssif 62ce4b08badc1458fd896206d9ef69a3c31f3d3e]\n[ 30.657791][ T674] i2c_device_probe+0x37c/0x3c0\n...\n\nInitialize ssif_info->client before any error path can be taken. Clear\ni2c_client data in the error path to prevent the dangling pointer from\nleaking.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-q75g-5wxh-jxg8/GHSA-q75g-5wxh-jxg8.json b/advisories/unreviewed/2024/03/GHSA-q75g-5wxh-jxg8/GHSA-q75g-5wxh-jxg8.json index 971a8817465..3f8bfe47bcc 100644 --- a/advisories/unreviewed/2024/03/GHSA-q75g-5wxh-jxg8/GHSA-q75g-5wxh-jxg8.json +++ b/advisories/unreviewed/2024/03/GHSA-q75g-5wxh-jxg8/GHSA-q75g-5wxh-jxg8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-qcmx-p4h8-4fhq/GHSA-qcmx-p4h8-4fhq.json b/advisories/unreviewed/2024/03/GHSA-qcmx-p4h8-4fhq/GHSA-qcmx-p4h8-4fhq.json index e8faabac378..ed86be3f138 100644 --- a/advisories/unreviewed/2024/03/GHSA-qcmx-p4h8-4fhq/GHSA-qcmx-p4h8-4fhq.json +++ b/advisories/unreviewed/2024/03/GHSA-qcmx-p4h8-4fhq/GHSA-qcmx-p4h8-4fhq.json @@ -7,12 +7,8 @@ "CVE-2021-47098" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nhwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculations\n\nCommit b50aa49638c7 (\"hwmon: (lm90) Prevent integer underflows of\ntemperature calculations\") addressed a number of underflow situations\nwhen writing temperature limits. However, it missed one situation, seen\nwhen an attempt is made to set the hysteresis value to MAX_LONG and the\ncritical temperature limit is negative.\n\nUse clamp_val() when setting the hysteresis temperature to ensure that\nthe provided value can never overflow or underflow.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-qhpp-c4jg-g2qf/GHSA-qhpp-c4jg-g2qf.json b/advisories/unreviewed/2024/03/GHSA-qhpp-c4jg-g2qf/GHSA-qhpp-c4jg-g2qf.json index f9a6b57983e..ff3b1d8ac05 100644 --- a/advisories/unreviewed/2024/03/GHSA-qhpp-c4jg-g2qf/GHSA-qhpp-c4jg-g2qf.json +++ b/advisories/unreviewed/2024/03/GHSA-qhpp-c4jg-g2qf/GHSA-qhpp-c4jg-g2qf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-vh9v-w8ph-h8v5/GHSA-vh9v-w8ph-h8v5.json b/advisories/unreviewed/2024/03/GHSA-vh9v-w8ph-h8v5/GHSA-vh9v-w8ph-h8v5.json index 88913758af5..ba458c86ca4 100644 --- a/advisories/unreviewed/2024/03/GHSA-vh9v-w8ph-h8v5/GHSA-vh9v-w8ph-h8v5.json +++ b/advisories/unreviewed/2024/03/GHSA-vh9v-w8ph-h8v5/GHSA-vh9v-w8ph-h8v5.json @@ -7,12 +7,8 @@ "CVE-2021-47102" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: marvell: prestera: fix incorrect structure access\n\nIn line:\n\tupper = info->upper_dev;\nWe access upper_dev field, which is related only for particular events\n(e.g. event == NETDEV_CHANGEUPPER). So, this line cause invalid memory\naccess for another events,\nwhen ptr is not netdev_notifier_changeupper_info.\n\nThe KASAN logs are as follows:\n\n[ 30.123165] BUG: KASAN: stack-out-of-bounds in prestera_netdev_port_event.constprop.0+0x68/0x538 [prestera]\n[ 30.133336] Read of size 8 at addr ffff80000cf772b0 by task udevd/778\n[ 30.139866]\n[ 30.141398] CPU: 0 PID: 778 Comm: udevd Not tainted 5.16.0-rc3 #6\n[ 30.147588] Hardware name: DNI AmazonGo1 A7040 board (DT)\n[ 30.153056] Call trace:\n[ 30.155547] dump_backtrace+0x0/0x2c0\n[ 30.159320] show_stack+0x18/0x30\n[ 30.162729] dump_stack_lvl+0x68/0x84\n[ 30.166491] print_address_description.constprop.0+0x74/0x2b8\n[ 30.172346] kasan_report+0x1e8/0x250\n[ 30.176102] __asan_load8+0x98/0xe0\n[ 30.179682] prestera_netdev_port_event.constprop.0+0x68/0x538 [prestera]\n[ 30.186847] prestera_netdev_event_handler+0x1b4/0x1c0 [prestera]\n[ 30.193313] raw_notifier_call_chain+0x74/0xa0\n[ 30.197860] call_netdevice_notifiers_info+0x68/0xc0\n[ 30.202924] register_netdevice+0x3cc/0x760\n[ 30.207190] register_netdev+0x24/0x50\n[ 30.211015] prestera_device_register+0x8a0/0xba0 [prestera]", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-vxwm-wx7w-rvwj/GHSA-vxwm-wx7w-rvwj.json b/advisories/unreviewed/2024/03/GHSA-vxwm-wx7w-rvwj/GHSA-vxwm-wx7w-rvwj.json index 6f81102db6a..79b47921d93 100644 --- a/advisories/unreviewed/2024/03/GHSA-vxwm-wx7w-rvwj/GHSA-vxwm-wx7w-rvwj.json +++ b/advisories/unreviewed/2024/03/GHSA-vxwm-wx7w-rvwj/GHSA-vxwm-wx7w-rvwj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-2xjr-fp46-9fhh/GHSA-2xjr-fp46-9fhh.json b/advisories/unreviewed/2024/05/GHSA-2xjr-fp46-9fhh/GHSA-2xjr-fp46-9fhh.json index 5ae4ee7ec08..5bf1670bead 100644 --- a/advisories/unreviewed/2024/05/GHSA-2xjr-fp46-9fhh/GHSA-2xjr-fp46-9fhh.json +++ b/advisories/unreviewed/2024/05/GHSA-2xjr-fp46-9fhh/GHSA-2xjr-fp46-9fhh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-6hpj-m38r-374m/GHSA-6hpj-m38r-374m.json b/advisories/unreviewed/2024/05/GHSA-6hpj-m38r-374m/GHSA-6hpj-m38r-374m.json index 83e2b50b804..167d4b0c9a9 100644 --- a/advisories/unreviewed/2024/05/GHSA-6hpj-m38r-374m/GHSA-6hpj-m38r-374m.json +++ b/advisories/unreviewed/2024/05/GHSA-6hpj-m38r-374m/GHSA-6hpj-m38r-374m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-ggv3-6xpg-23p3/GHSA-ggv3-6xpg-23p3.json b/advisories/unreviewed/2024/05/GHSA-ggv3-6xpg-23p3/GHSA-ggv3-6xpg-23p3.json index a04d5ab74e5..9cd483f43dd 100644 --- a/advisories/unreviewed/2024/05/GHSA-ggv3-6xpg-23p3/GHSA-ggv3-6xpg-23p3.json +++ b/advisories/unreviewed/2024/05/GHSA-ggv3-6xpg-23p3/GHSA-ggv3-6xpg-23p3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-j33j-2cp2-2wjw/GHSA-j33j-2cp2-2wjw.json b/advisories/unreviewed/2024/05/GHSA-j33j-2cp2-2wjw/GHSA-j33j-2cp2-2wjw.json index a27fdd8cca2..9be626d24fa 100644 --- a/advisories/unreviewed/2024/05/GHSA-j33j-2cp2-2wjw/GHSA-j33j-2cp2-2wjw.json +++ b/advisories/unreviewed/2024/05/GHSA-j33j-2cp2-2wjw/GHSA-j33j-2cp2-2wjw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-j89p-fgqw-hjm3/GHSA-j89p-fgqw-hjm3.json b/advisories/unreviewed/2024/05/GHSA-j89p-fgqw-hjm3/GHSA-j89p-fgqw-hjm3.json index 767c94e3dea..3e3966210b8 100644 --- a/advisories/unreviewed/2024/05/GHSA-j89p-fgqw-hjm3/GHSA-j89p-fgqw-hjm3.json +++ b/advisories/unreviewed/2024/05/GHSA-j89p-fgqw-hjm3/GHSA-j89p-fgqw-hjm3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-q8h9-wf3c-q2j4/GHSA-q8h9-wf3c-q2j4.json b/advisories/unreviewed/2024/05/GHSA-q8h9-wf3c-q2j4/GHSA-q8h9-wf3c-q2j4.json index aae79a163c0..d9b86666be6 100644 --- a/advisories/unreviewed/2024/05/GHSA-q8h9-wf3c-q2j4/GHSA-q8h9-wf3c-q2j4.json +++ b/advisories/unreviewed/2024/05/GHSA-q8h9-wf3c-q2j4/GHSA-q8h9-wf3c-q2j4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-rqph-fqcj-v36g/GHSA-rqph-fqcj-v36g.json b/advisories/unreviewed/2024/05/GHSA-rqph-fqcj-v36g/GHSA-rqph-fqcj-v36g.json index 4ff5e1b029a..0d48fdaab76 100644 --- a/advisories/unreviewed/2024/05/GHSA-rqph-fqcj-v36g/GHSA-rqph-fqcj-v36g.json +++ b/advisories/unreviewed/2024/05/GHSA-rqph-fqcj-v36g/GHSA-rqph-fqcj-v36g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-v9pp-qqfq-3qvw/GHSA-v9pp-qqfq-3qvw.json b/advisories/unreviewed/2024/05/GHSA-v9pp-qqfq-3qvw/GHSA-v9pp-qqfq-3qvw.json index 961f35239bb..ecc124624a8 100644 --- a/advisories/unreviewed/2024/05/GHSA-v9pp-qqfq-3qvw/GHSA-v9pp-qqfq-3qvw.json +++ b/advisories/unreviewed/2024/05/GHSA-v9pp-qqfq-3qvw/GHSA-v9pp-qqfq-3qvw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-v9v3-78qq-v64f/GHSA-v9v3-78qq-v64f.json b/advisories/unreviewed/2024/05/GHSA-v9v3-78qq-v64f/GHSA-v9v3-78qq-v64f.json index eb711d7d5c5..b1c16fa28e6 100644 --- a/advisories/unreviewed/2024/05/GHSA-v9v3-78qq-v64f/GHSA-v9v3-78qq-v64f.json +++ b/advisories/unreviewed/2024/05/GHSA-v9v3-78qq-v64f/GHSA-v9v3-78qq-v64f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-2q97-2h2m-v9m8/GHSA-2q97-2h2m-v9m8.json b/advisories/unreviewed/2024/10/GHSA-2q97-2h2m-v9m8/GHSA-2q97-2h2m-v9m8.json index 8e743d14ecf..a3777054a33 100644 --- a/advisories/unreviewed/2024/10/GHSA-2q97-2h2m-v9m8/GHSA-2q97-2h2m-v9m8.json +++ b/advisories/unreviewed/2024/10/GHSA-2q97-2h2m-v9m8/GHSA-2q97-2h2m-v9m8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-2x4q-v57w-v4wv/GHSA-2x4q-v57w-v4wv.json b/advisories/unreviewed/2024/10/GHSA-2x4q-v57w-v4wv/GHSA-2x4q-v57w-v4wv.json index 7590ee50603..523f5669f99 100644 --- a/advisories/unreviewed/2024/10/GHSA-2x4q-v57w-v4wv/GHSA-2x4q-v57w-v4wv.json +++ b/advisories/unreviewed/2024/10/GHSA-2x4q-v57w-v4wv/GHSA-2x4q-v57w-v4wv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-37f4-v37x-33qj/GHSA-37f4-v37x-33qj.json b/advisories/unreviewed/2024/10/GHSA-37f4-v37x-33qj/GHSA-37f4-v37x-33qj.json index db1039cb057..65e1c999df8 100644 --- a/advisories/unreviewed/2024/10/GHSA-37f4-v37x-33qj/GHSA-37f4-v37x-33qj.json +++ b/advisories/unreviewed/2024/10/GHSA-37f4-v37x-33qj/GHSA-37f4-v37x-33qj.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:U/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-3cq4-j756-cxm8/GHSA-3cq4-j756-cxm8.json b/advisories/unreviewed/2024/10/GHSA-3cq4-j756-cxm8/GHSA-3cq4-j756-cxm8.json index 7f6f4b5e15a..05b63e0c39b 100644 --- a/advisories/unreviewed/2024/10/GHSA-3cq4-j756-cxm8/GHSA-3cq4-j756-cxm8.json +++ b/advisories/unreviewed/2024/10/GHSA-3cq4-j756-cxm8/GHSA-3cq4-j756-cxm8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-3mxp-mw8g-pcrr/GHSA-3mxp-mw8g-pcrr.json b/advisories/unreviewed/2024/10/GHSA-3mxp-mw8g-pcrr/GHSA-3mxp-mw8g-pcrr.json index 072d4dd22ed..dd689876144 100644 --- a/advisories/unreviewed/2024/10/GHSA-3mxp-mw8g-pcrr/GHSA-3mxp-mw8g-pcrr.json +++ b/advisories/unreviewed/2024/10/GHSA-3mxp-mw8g-pcrr/GHSA-3mxp-mw8g-pcrr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-3qfw-5g24-8pmq/GHSA-3qfw-5g24-8pmq.json b/advisories/unreviewed/2024/10/GHSA-3qfw-5g24-8pmq/GHSA-3qfw-5g24-8pmq.json index eb3f33f72e3..064d70b68f5 100644 --- a/advisories/unreviewed/2024/10/GHSA-3qfw-5g24-8pmq/GHSA-3qfw-5g24-8pmq.json +++ b/advisories/unreviewed/2024/10/GHSA-3qfw-5g24-8pmq/GHSA-3qfw-5g24-8pmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-3qgp-r42g-2mwq/GHSA-3qgp-r42g-2mwq.json b/advisories/unreviewed/2024/10/GHSA-3qgp-r42g-2mwq/GHSA-3qgp-r42g-2mwq.json index 863542bbd5c..f8a0e6fe8ca 100644 --- a/advisories/unreviewed/2024/10/GHSA-3qgp-r42g-2mwq/GHSA-3qgp-r42g-2mwq.json +++ b/advisories/unreviewed/2024/10/GHSA-3qgp-r42g-2mwq/GHSA-3qgp-r42g-2mwq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-3wmg-2qxc-2xqw/GHSA-3wmg-2qxc-2xqw.json b/advisories/unreviewed/2024/10/GHSA-3wmg-2qxc-2xqw/GHSA-3wmg-2qxc-2xqw.json index 14ff2e739fc..70b98fcd599 100644 --- a/advisories/unreviewed/2024/10/GHSA-3wmg-2qxc-2xqw/GHSA-3wmg-2qxc-2xqw.json +++ b/advisories/unreviewed/2024/10/GHSA-3wmg-2qxc-2xqw/GHSA-3wmg-2qxc-2xqw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-42m9-x54q-hrvm/GHSA-42m9-x54q-hrvm.json b/advisories/unreviewed/2024/10/GHSA-42m9-x54q-hrvm/GHSA-42m9-x54q-hrvm.json index 55bc19a4b8e..410053a6cc6 100644 --- a/advisories/unreviewed/2024/10/GHSA-42m9-x54q-hrvm/GHSA-42m9-x54q-hrvm.json +++ b/advisories/unreviewed/2024/10/GHSA-42m9-x54q-hrvm/GHSA-42m9-x54q-hrvm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-43mx-p8wf-wh27/GHSA-43mx-p8wf-wh27.json b/advisories/unreviewed/2024/10/GHSA-43mx-p8wf-wh27/GHSA-43mx-p8wf-wh27.json index 4e06de9a3cc..58694915b5e 100644 --- a/advisories/unreviewed/2024/10/GHSA-43mx-p8wf-wh27/GHSA-43mx-p8wf-wh27.json +++ b/advisories/unreviewed/2024/10/GHSA-43mx-p8wf-wh27/GHSA-43mx-p8wf-wh27.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-4477-rpcx-r84q/GHSA-4477-rpcx-r84q.json b/advisories/unreviewed/2024/10/GHSA-4477-rpcx-r84q/GHSA-4477-rpcx-r84q.json index c8d755f621e..d92d03a2d08 100644 --- a/advisories/unreviewed/2024/10/GHSA-4477-rpcx-r84q/GHSA-4477-rpcx-r84q.json +++ b/advisories/unreviewed/2024/10/GHSA-4477-rpcx-r84q/GHSA-4477-rpcx-r84q.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:A/V:X/RE:M/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-49mq-c5mf-q7wc/GHSA-49mq-c5mf-q7wc.json b/advisories/unreviewed/2024/10/GHSA-49mq-c5mf-q7wc/GHSA-49mq-c5mf-q7wc.json index 44cd896e468..ecc0d21e9bb 100644 --- a/advisories/unreviewed/2024/10/GHSA-49mq-c5mf-q7wc/GHSA-49mq-c5mf-q7wc.json +++ b/advisories/unreviewed/2024/10/GHSA-49mq-c5mf-q7wc/GHSA-49mq-c5mf-q7wc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-5269-hjm8-7x5f/GHSA-5269-hjm8-7x5f.json b/advisories/unreviewed/2024/10/GHSA-5269-hjm8-7x5f/GHSA-5269-hjm8-7x5f.json index b8ed8f559ab..daa0de4fc55 100644 --- a/advisories/unreviewed/2024/10/GHSA-5269-hjm8-7x5f/GHSA-5269-hjm8-7x5f.json +++ b/advisories/unreviewed/2024/10/GHSA-5269-hjm8-7x5f/GHSA-5269-hjm8-7x5f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-53j3-c5gj-9m5j/GHSA-53j3-c5gj-9m5j.json b/advisories/unreviewed/2024/10/GHSA-53j3-c5gj-9m5j/GHSA-53j3-c5gj-9m5j.json index 8ec5357dbe7..e3871079002 100644 --- a/advisories/unreviewed/2024/10/GHSA-53j3-c5gj-9m5j/GHSA-53j3-c5gj-9m5j.json +++ b/advisories/unreviewed/2024/10/GHSA-53j3-c5gj-9m5j/GHSA-53j3-c5gj-9m5j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-58r3-hw64-gmg3/GHSA-58r3-hw64-gmg3.json b/advisories/unreviewed/2024/10/GHSA-58r3-hw64-gmg3/GHSA-58r3-hw64-gmg3.json index 752ccba7df6..755e3b7fcdf 100644 --- a/advisories/unreviewed/2024/10/GHSA-58r3-hw64-gmg3/GHSA-58r3-hw64-gmg3.json +++ b/advisories/unreviewed/2024/10/GHSA-58r3-hw64-gmg3/GHSA-58r3-hw64-gmg3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-5c6j-q7qx-jw7p/GHSA-5c6j-q7qx-jw7p.json b/advisories/unreviewed/2024/10/GHSA-5c6j-q7qx-jw7p/GHSA-5c6j-q7qx-jw7p.json index 7994342f1ef..6e91ccf8211 100644 --- a/advisories/unreviewed/2024/10/GHSA-5c6j-q7qx-jw7p/GHSA-5c6j-q7qx-jw7p.json +++ b/advisories/unreviewed/2024/10/GHSA-5c6j-q7qx-jw7p/GHSA-5c6j-q7qx-jw7p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-5h3x-3x9g-9c2m/GHSA-5h3x-3x9g-9c2m.json b/advisories/unreviewed/2024/10/GHSA-5h3x-3x9g-9c2m/GHSA-5h3x-3x9g-9c2m.json index aa61b700467..3e6420f3367 100644 --- a/advisories/unreviewed/2024/10/GHSA-5h3x-3x9g-9c2m/GHSA-5h3x-3x9g-9c2m.json +++ b/advisories/unreviewed/2024/10/GHSA-5h3x-3x9g-9c2m/GHSA-5h3x-3x9g-9c2m.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:P/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:A/V:D/RE:L/U:Green" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-5r8c-mmhr-j4hp/GHSA-5r8c-mmhr-j4hp.json b/advisories/unreviewed/2024/10/GHSA-5r8c-mmhr-j4hp/GHSA-5r8c-mmhr-j4hp.json index 9d5d0750c0f..4b603ab2652 100644 --- a/advisories/unreviewed/2024/10/GHSA-5r8c-mmhr-j4hp/GHSA-5r8c-mmhr-j4hp.json +++ b/advisories/unreviewed/2024/10/GHSA-5r8c-mmhr-j4hp/GHSA-5r8c-mmhr-j4hp.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-5w2p-jhh5-rpr3/GHSA-5w2p-jhh5-rpr3.json b/advisories/unreviewed/2024/10/GHSA-5w2p-jhh5-rpr3/GHSA-5w2p-jhh5-rpr3.json index 0dc0a53d49b..b5a3944d992 100644 --- a/advisories/unreviewed/2024/10/GHSA-5w2p-jhh5-rpr3/GHSA-5w2p-jhh5-rpr3.json +++ b/advisories/unreviewed/2024/10/GHSA-5w2p-jhh5-rpr3/GHSA-5w2p-jhh5-rpr3.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:A/V:X/RE:M/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-64h2-gcqj-xwfc/GHSA-64h2-gcqj-xwfc.json b/advisories/unreviewed/2024/10/GHSA-64h2-gcqj-xwfc/GHSA-64h2-gcqj-xwfc.json index cd4bf2cd8df..35989decc8e 100644 --- a/advisories/unreviewed/2024/10/GHSA-64h2-gcqj-xwfc/GHSA-64h2-gcqj-xwfc.json +++ b/advisories/unreviewed/2024/10/GHSA-64h2-gcqj-xwfc/GHSA-64h2-gcqj-xwfc.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:A/V:X/RE:M/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-69v8-467r-vfjf/GHSA-69v8-467r-vfjf.json b/advisories/unreviewed/2024/10/GHSA-69v8-467r-vfjf/GHSA-69v8-467r-vfjf.json index 6c76e1634c1..26011252b75 100644 --- a/advisories/unreviewed/2024/10/GHSA-69v8-467r-vfjf/GHSA-69v8-467r-vfjf.json +++ b/advisories/unreviewed/2024/10/GHSA-69v8-467r-vfjf/GHSA-69v8-467r-vfjf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-6f2w-qq5x-fpg9/GHSA-6f2w-qq5x-fpg9.json b/advisories/unreviewed/2024/10/GHSA-6f2w-qq5x-fpg9/GHSA-6f2w-qq5x-fpg9.json index 2bfb41ad7a4..ce34b865c22 100644 --- a/advisories/unreviewed/2024/10/GHSA-6f2w-qq5x-fpg9/GHSA-6f2w-qq5x-fpg9.json +++ b/advisories/unreviewed/2024/10/GHSA-6f2w-qq5x-fpg9/GHSA-6f2w-qq5x-fpg9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-6gfw-c4j2-28f8/GHSA-6gfw-c4j2-28f8.json b/advisories/unreviewed/2024/10/GHSA-6gfw-c4j2-28f8/GHSA-6gfw-c4j2-28f8.json index 5ec2ed135a3..833ffb271a0 100644 --- a/advisories/unreviewed/2024/10/GHSA-6gfw-c4j2-28f8/GHSA-6gfw-c4j2-28f8.json +++ b/advisories/unreviewed/2024/10/GHSA-6gfw-c4j2-28f8/GHSA-6gfw-c4j2-28f8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-74q3-7j69-pcjv/GHSA-74q3-7j69-pcjv.json b/advisories/unreviewed/2024/10/GHSA-74q3-7j69-pcjv/GHSA-74q3-7j69-pcjv.json index f4aaf67d51d..f5f8a5a9f15 100644 --- a/advisories/unreviewed/2024/10/GHSA-74q3-7j69-pcjv/GHSA-74q3-7j69-pcjv.json +++ b/advisories/unreviewed/2024/10/GHSA-74q3-7j69-pcjv/GHSA-74q3-7j69-pcjv.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-7cmx-277j-7rf8/GHSA-7cmx-277j-7rf8.json b/advisories/unreviewed/2024/10/GHSA-7cmx-277j-7rf8/GHSA-7cmx-277j-7rf8.json index 8b0a3dfcb96..00be9fcfe35 100644 --- a/advisories/unreviewed/2024/10/GHSA-7cmx-277j-7rf8/GHSA-7cmx-277j-7rf8.json +++ b/advisories/unreviewed/2024/10/GHSA-7cmx-277j-7rf8/GHSA-7cmx-277j-7rf8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-7hcw-752h-p5pp/GHSA-7hcw-752h-p5pp.json b/advisories/unreviewed/2024/10/GHSA-7hcw-752h-p5pp/GHSA-7hcw-752h-p5pp.json index 8a37210e05d..810da769b0b 100644 --- a/advisories/unreviewed/2024/10/GHSA-7hcw-752h-p5pp/GHSA-7hcw-752h-p5pp.json +++ b/advisories/unreviewed/2024/10/GHSA-7hcw-752h-p5pp/GHSA-7hcw-752h-p5pp.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-7v7q-52f4-m64g/GHSA-7v7q-52f4-m64g.json b/advisories/unreviewed/2024/10/GHSA-7v7q-52f4-m64g/GHSA-7v7q-52f4-m64g.json index e8a3b4b83ff..ba245ddf929 100644 --- a/advisories/unreviewed/2024/10/GHSA-7v7q-52f4-m64g/GHSA-7v7q-52f4-m64g.json +++ b/advisories/unreviewed/2024/10/GHSA-7v7q-52f4-m64g/GHSA-7v7q-52f4-m64g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-855m-m4qc-g677/GHSA-855m-m4qc-g677.json b/advisories/unreviewed/2024/10/GHSA-855m-m4qc-g677/GHSA-855m-m4qc-g677.json index dee29bcbb09..2ddab482a51 100644 --- a/advisories/unreviewed/2024/10/GHSA-855m-m4qc-g677/GHSA-855m-m4qc-g677.json +++ b/advisories/unreviewed/2024/10/GHSA-855m-m4qc-g677/GHSA-855m-m4qc-g677.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:X/V:X/RE:M/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-8c3g-6qh9-4p9q/GHSA-8c3g-6qh9-4p9q.json b/advisories/unreviewed/2024/10/GHSA-8c3g-6qh9-4p9q/GHSA-8c3g-6qh9-4p9q.json index 760c72ce10e..4c5f9e434fe 100644 --- a/advisories/unreviewed/2024/10/GHSA-8c3g-6qh9-4p9q/GHSA-8c3g-6qh9-4p9q.json +++ b/advisories/unreviewed/2024/10/GHSA-8c3g-6qh9-4p9q/GHSA-8c3g-6qh9-4p9q.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:A/V:X/RE:M/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-8cm3-4qfx-pwvc/GHSA-8cm3-4qfx-pwvc.json b/advisories/unreviewed/2024/10/GHSA-8cm3-4qfx-pwvc/GHSA-8cm3-4qfx-pwvc.json index 839f151484a..49babbd3b93 100644 --- a/advisories/unreviewed/2024/10/GHSA-8cm3-4qfx-pwvc/GHSA-8cm3-4qfx-pwvc.json +++ b/advisories/unreviewed/2024/10/GHSA-8cm3-4qfx-pwvc/GHSA-8cm3-4qfx-pwvc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-8mj2-x5qq-7m6c/GHSA-8mj2-x5qq-7m6c.json b/advisories/unreviewed/2024/10/GHSA-8mj2-x5qq-7m6c/GHSA-8mj2-x5qq-7m6c.json index 48d14d880be..09e537600c8 100644 --- a/advisories/unreviewed/2024/10/GHSA-8mj2-x5qq-7m6c/GHSA-8mj2-x5qq-7m6c.json +++ b/advisories/unreviewed/2024/10/GHSA-8mj2-x5qq-7m6c/GHSA-8mj2-x5qq-7m6c.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:P/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:A/V:D/RE:L/U:Green" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-8p7f-wrwf-vh3p/GHSA-8p7f-wrwf-vh3p.json b/advisories/unreviewed/2024/10/GHSA-8p7f-wrwf-vh3p/GHSA-8p7f-wrwf-vh3p.json index bbe81cd54dd..2b6fcb537a7 100644 --- a/advisories/unreviewed/2024/10/GHSA-8p7f-wrwf-vh3p/GHSA-8p7f-wrwf-vh3p.json +++ b/advisories/unreviewed/2024/10/GHSA-8p7f-wrwf-vh3p/GHSA-8p7f-wrwf-vh3p.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-8pm6-575p-r3mv/GHSA-8pm6-575p-r3mv.json b/advisories/unreviewed/2024/10/GHSA-8pm6-575p-r3mv/GHSA-8pm6-575p-r3mv.json index c5fc4a8a7bc..0e9f995168a 100644 --- a/advisories/unreviewed/2024/10/GHSA-8pm6-575p-r3mv/GHSA-8pm6-575p-r3mv.json +++ b/advisories/unreviewed/2024/10/GHSA-8pm6-575p-r3mv/GHSA-8pm6-575p-r3mv.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:U/V:X/RE:M/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-8qjw-q35q-vjp5/GHSA-8qjw-q35q-vjp5.json b/advisories/unreviewed/2024/10/GHSA-8qjw-q35q-vjp5/GHSA-8qjw-q35q-vjp5.json index e4ea0c14d9d..c20d2a22119 100644 --- a/advisories/unreviewed/2024/10/GHSA-8qjw-q35q-vjp5/GHSA-8qjw-q35q-vjp5.json +++ b/advisories/unreviewed/2024/10/GHSA-8qjw-q35q-vjp5/GHSA-8qjw-q35q-vjp5.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:M/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-8wwv-8wrf-7qwr/GHSA-8wwv-8wrf-7qwr.json b/advisories/unreviewed/2024/10/GHSA-8wwv-8wrf-7qwr/GHSA-8wwv-8wrf-7qwr.json index a7961eb74fb..d45bd5df862 100644 --- a/advisories/unreviewed/2024/10/GHSA-8wwv-8wrf-7qwr/GHSA-8wwv-8wrf-7qwr.json +++ b/advisories/unreviewed/2024/10/GHSA-8wwv-8wrf-7qwr/GHSA-8wwv-8wrf-7qwr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-8xg5-rhgx-6586/GHSA-8xg5-rhgx-6586.json b/advisories/unreviewed/2024/10/GHSA-8xg5-rhgx-6586/GHSA-8xg5-rhgx-6586.json index fe9a7b65b7a..3e61e0f0e9a 100644 --- a/advisories/unreviewed/2024/10/GHSA-8xg5-rhgx-6586/GHSA-8xg5-rhgx-6586.json +++ b/advisories/unreviewed/2024/10/GHSA-8xg5-rhgx-6586/GHSA-8xg5-rhgx-6586.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:X/V:X/RE:M/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-92rm-pww6-vhmq/GHSA-92rm-pww6-vhmq.json b/advisories/unreviewed/2024/10/GHSA-92rm-pww6-vhmq/GHSA-92rm-pww6-vhmq.json index bfc7cda122b..672238df846 100644 --- a/advisories/unreviewed/2024/10/GHSA-92rm-pww6-vhmq/GHSA-92rm-pww6-vhmq.json +++ b/advisories/unreviewed/2024/10/GHSA-92rm-pww6-vhmq/GHSA-92rm-pww6-vhmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-9832-82h6-vrv6/GHSA-9832-82h6-vrv6.json b/advisories/unreviewed/2024/10/GHSA-9832-82h6-vrv6/GHSA-9832-82h6-vrv6.json index e921fad9398..a326d0325a8 100644 --- a/advisories/unreviewed/2024/10/GHSA-9832-82h6-vrv6/GHSA-9832-82h6-vrv6.json +++ b/advisories/unreviewed/2024/10/GHSA-9832-82h6-vrv6/GHSA-9832-82h6-vrv6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-9w3v-447q-g6xg/GHSA-9w3v-447q-g6xg.json b/advisories/unreviewed/2024/10/GHSA-9w3v-447q-g6xg/GHSA-9w3v-447q-g6xg.json index 14b83a0a26d..9a9c65c4548 100644 --- a/advisories/unreviewed/2024/10/GHSA-9w3v-447q-g6xg/GHSA-9w3v-447q-g6xg.json +++ b/advisories/unreviewed/2024/10/GHSA-9w3v-447q-g6xg/GHSA-9w3v-447q-g6xg.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:A/V:X/RE:M/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-9wv6-mfj4-8v37/GHSA-9wv6-mfj4-8v37.json b/advisories/unreviewed/2024/10/GHSA-9wv6-mfj4-8v37/GHSA-9wv6-mfj4-8v37.json index f451d9b6e25..a7acdd8de42 100644 --- a/advisories/unreviewed/2024/10/GHSA-9wv6-mfj4-8v37/GHSA-9wv6-mfj4-8v37.json +++ b/advisories/unreviewed/2024/10/GHSA-9wv6-mfj4-8v37/GHSA-9wv6-mfj4-8v37.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-c6hq-rccc-7p5f/GHSA-c6hq-rccc-7p5f.json b/advisories/unreviewed/2024/10/GHSA-c6hq-rccc-7p5f/GHSA-c6hq-rccc-7p5f.json index df2082f273d..6eec673759a 100644 --- a/advisories/unreviewed/2024/10/GHSA-c6hq-rccc-7p5f/GHSA-c6hq-rccc-7p5f.json +++ b/advisories/unreviewed/2024/10/GHSA-c6hq-rccc-7p5f/GHSA-c6hq-rccc-7p5f.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-ccvw-9v7f-3pq8/GHSA-ccvw-9v7f-3pq8.json b/advisories/unreviewed/2024/10/GHSA-ccvw-9v7f-3pq8/GHSA-ccvw-9v7f-3pq8.json index aa7a172bf95..b8a19b7ac48 100644 --- a/advisories/unreviewed/2024/10/GHSA-ccvw-9v7f-3pq8/GHSA-ccvw-9v7f-3pq8.json +++ b/advisories/unreviewed/2024/10/GHSA-ccvw-9v7f-3pq8/GHSA-ccvw-9v7f-3pq8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-cpxc-2w9f-g929/GHSA-cpxc-2w9f-g929.json b/advisories/unreviewed/2024/10/GHSA-cpxc-2w9f-g929/GHSA-cpxc-2w9f-g929.json index e4a0697a02b..82603e05d96 100644 --- a/advisories/unreviewed/2024/10/GHSA-cpxc-2w9f-g929/GHSA-cpxc-2w9f-g929.json +++ b/advisories/unreviewed/2024/10/GHSA-cpxc-2w9f-g929/GHSA-cpxc-2w9f-g929.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-cxqf-3r2f-3mfc/GHSA-cxqf-3r2f-3mfc.json b/advisories/unreviewed/2024/10/GHSA-cxqf-3r2f-3mfc/GHSA-cxqf-3r2f-3mfc.json index 7de12646223..6d7d37c4804 100644 --- a/advisories/unreviewed/2024/10/GHSA-cxqf-3r2f-3mfc/GHSA-cxqf-3r2f-3mfc.json +++ b/advisories/unreviewed/2024/10/GHSA-cxqf-3r2f-3mfc/GHSA-cxqf-3r2f-3mfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-f3wp-gx52-q6g2/GHSA-f3wp-gx52-q6g2.json b/advisories/unreviewed/2024/10/GHSA-f3wp-gx52-q6g2/GHSA-f3wp-gx52-q6g2.json index ee49022157c..beb9761d121 100644 --- a/advisories/unreviewed/2024/10/GHSA-f3wp-gx52-q6g2/GHSA-f3wp-gx52-q6g2.json +++ b/advisories/unreviewed/2024/10/GHSA-f3wp-gx52-q6g2/GHSA-f3wp-gx52-q6g2.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:A/V:X/RE:L/U:Green" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-f45p-45cp-4m9x/GHSA-f45p-45cp-4m9x.json b/advisories/unreviewed/2024/10/GHSA-f45p-45cp-4m9x/GHSA-f45p-45cp-4m9x.json index da79bdd161b..ef5b256397a 100644 --- a/advisories/unreviewed/2024/10/GHSA-f45p-45cp-4m9x/GHSA-f45p-45cp-4m9x.json +++ b/advisories/unreviewed/2024/10/GHSA-f45p-45cp-4m9x/GHSA-f45p-45cp-4m9x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-fc4q-wr43-j7j5/GHSA-fc4q-wr43-j7j5.json b/advisories/unreviewed/2024/10/GHSA-fc4q-wr43-j7j5/GHSA-fc4q-wr43-j7j5.json index 17587e1f5ad..a2e401c47c0 100644 --- a/advisories/unreviewed/2024/10/GHSA-fc4q-wr43-j7j5/GHSA-fc4q-wr43-j7j5.json +++ b/advisories/unreviewed/2024/10/GHSA-fc4q-wr43-j7j5/GHSA-fc4q-wr43-j7j5.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:X/V:X/RE:M/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-ffhg-6h3q-652p/GHSA-ffhg-6h3q-652p.json b/advisories/unreviewed/2024/10/GHSA-ffhg-6h3q-652p/GHSA-ffhg-6h3q-652p.json index 3dec83e92c2..8f70253c902 100644 --- a/advisories/unreviewed/2024/10/GHSA-ffhg-6h3q-652p/GHSA-ffhg-6h3q-652p.json +++ b/advisories/unreviewed/2024/10/GHSA-ffhg-6h3q-652p/GHSA-ffhg-6h3q-652p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-fjh3-q35h-49hf/GHSA-fjh3-q35h-49hf.json b/advisories/unreviewed/2024/10/GHSA-fjh3-q35h-49hf/GHSA-fjh3-q35h-49hf.json index 31f89c5af8a..f447ca1de66 100644 --- a/advisories/unreviewed/2024/10/GHSA-fjh3-q35h-49hf/GHSA-fjh3-q35h-49hf.json +++ b/advisories/unreviewed/2024/10/GHSA-fjh3-q35h-49hf/GHSA-fjh3-q35h-49hf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-gprr-wh8p-pc98/GHSA-gprr-wh8p-pc98.json b/advisories/unreviewed/2024/10/GHSA-gprr-wh8p-pc98/GHSA-gprr-wh8p-pc98.json index 39a82657f61..c067dc95d35 100644 --- a/advisories/unreviewed/2024/10/GHSA-gprr-wh8p-pc98/GHSA-gprr-wh8p-pc98.json +++ b/advisories/unreviewed/2024/10/GHSA-gprr-wh8p-pc98/GHSA-gprr-wh8p-pc98.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-gxhw-gx89-g9ch/GHSA-gxhw-gx89-g9ch.json b/advisories/unreviewed/2024/10/GHSA-gxhw-gx89-g9ch/GHSA-gxhw-gx89-g9ch.json index 670cf2f046a..2e62ee8cdf0 100644 --- a/advisories/unreviewed/2024/10/GHSA-gxhw-gx89-g9ch/GHSA-gxhw-gx89-g9ch.json +++ b/advisories/unreviewed/2024/10/GHSA-gxhw-gx89-g9ch/GHSA-gxhw-gx89-g9ch.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:X/V:X/RE:L/U:Clear" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-h73h-rm47-56f4/GHSA-h73h-rm47-56f4.json b/advisories/unreviewed/2024/10/GHSA-h73h-rm47-56f4/GHSA-h73h-rm47-56f4.json index f4ffb3cf90a..04f6b1b0201 100644 --- a/advisories/unreviewed/2024/10/GHSA-h73h-rm47-56f4/GHSA-h73h-rm47-56f4.json +++ b/advisories/unreviewed/2024/10/GHSA-h73h-rm47-56f4/GHSA-h73h-rm47-56f4.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-h7qw-rxq4-q9rj/GHSA-h7qw-rxq4-q9rj.json b/advisories/unreviewed/2024/10/GHSA-h7qw-rxq4-q9rj/GHSA-h7qw-rxq4-q9rj.json index 94988a33de5..d5972bc631b 100644 --- a/advisories/unreviewed/2024/10/GHSA-h7qw-rxq4-q9rj/GHSA-h7qw-rxq4-q9rj.json +++ b/advisories/unreviewed/2024/10/GHSA-h7qw-rxq4-q9rj/GHSA-h7qw-rxq4-q9rj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-h9qf-c54c-rggj/GHSA-h9qf-c54c-rggj.json b/advisories/unreviewed/2024/10/GHSA-h9qf-c54c-rggj/GHSA-h9qf-c54c-rggj.json index be6d569de85..ac2f7937e4d 100644 --- a/advisories/unreviewed/2024/10/GHSA-h9qf-c54c-rggj/GHSA-h9qf-c54c-rggj.json +++ b/advisories/unreviewed/2024/10/GHSA-h9qf-c54c-rggj/GHSA-h9qf-c54c-rggj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-hfwc-8f62-2mwm/GHSA-hfwc-8f62-2mwm.json b/advisories/unreviewed/2024/10/GHSA-hfwc-8f62-2mwm/GHSA-hfwc-8f62-2mwm.json index b27978d5db4..42bae931c27 100644 --- a/advisories/unreviewed/2024/10/GHSA-hfwc-8f62-2mwm/GHSA-hfwc-8f62-2mwm.json +++ b/advisories/unreviewed/2024/10/GHSA-hfwc-8f62-2mwm/GHSA-hfwc-8f62-2mwm.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:A/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-j3x9-prq7-4p96/GHSA-j3x9-prq7-4p96.json b/advisories/unreviewed/2024/10/GHSA-j3x9-prq7-4p96/GHSA-j3x9-prq7-4p96.json index 87d250e3e38..7c98a2b7448 100644 --- a/advisories/unreviewed/2024/10/GHSA-j3x9-prq7-4p96/GHSA-j3x9-prq7-4p96.json +++ b/advisories/unreviewed/2024/10/GHSA-j3x9-prq7-4p96/GHSA-j3x9-prq7-4p96.json @@ -7,12 +7,8 @@ "CVE-2024-48774" ], "details": "An issue in Fermax Asia Pacific Pte Ltd com.fermax.vida 2.4.6 allows a remote attacker to obtain sensitve information via the firmware update process.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-j926-cg89-w6qr/GHSA-j926-cg89-w6qr.json b/advisories/unreviewed/2024/10/GHSA-j926-cg89-w6qr/GHSA-j926-cg89-w6qr.json index 218764e3b57..d2273aa294c 100644 --- a/advisories/unreviewed/2024/10/GHSA-j926-cg89-w6qr/GHSA-j926-cg89-w6qr.json +++ b/advisories/unreviewed/2024/10/GHSA-j926-cg89-w6qr/GHSA-j926-cg89-w6qr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-jrcc-4c3f-hrm6/GHSA-jrcc-4c3f-hrm6.json b/advisories/unreviewed/2024/10/GHSA-jrcc-4c3f-hrm6/GHSA-jrcc-4c3f-hrm6.json index 297223391f2..2fcc171a0c5 100644 --- a/advisories/unreviewed/2024/10/GHSA-jrcc-4c3f-hrm6/GHSA-jrcc-4c3f-hrm6.json +++ b/advisories/unreviewed/2024/10/GHSA-jrcc-4c3f-hrm6/GHSA-jrcc-4c3f-hrm6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-m5xc-rf64-37r2/GHSA-m5xc-rf64-37r2.json b/advisories/unreviewed/2024/10/GHSA-m5xc-rf64-37r2/GHSA-m5xc-rf64-37r2.json index b8d852d630d..5a3a7eda09e 100644 --- a/advisories/unreviewed/2024/10/GHSA-m5xc-rf64-37r2/GHSA-m5xc-rf64-37r2.json +++ b/advisories/unreviewed/2024/10/GHSA-m5xc-rf64-37r2/GHSA-m5xc-rf64-37r2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-mjfx-92v4-6mf3/GHSA-mjfx-92v4-6mf3.json b/advisories/unreviewed/2024/10/GHSA-mjfx-92v4-6mf3/GHSA-mjfx-92v4-6mf3.json index 49050996aff..1763c288a17 100644 --- a/advisories/unreviewed/2024/10/GHSA-mjfx-92v4-6mf3/GHSA-mjfx-92v4-6mf3.json +++ b/advisories/unreviewed/2024/10/GHSA-mjfx-92v4-6mf3/GHSA-mjfx-92v4-6mf3.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-mmj7-9q6x-r9fw/GHSA-mmj7-9q6x-r9fw.json b/advisories/unreviewed/2024/10/GHSA-mmj7-9q6x-r9fw/GHSA-mmj7-9q6x-r9fw.json index 585a9917cc1..a037359a6f2 100644 --- a/advisories/unreviewed/2024/10/GHSA-mmj7-9q6x-r9fw/GHSA-mmj7-9q6x-r9fw.json +++ b/advisories/unreviewed/2024/10/GHSA-mmj7-9q6x-r9fw/GHSA-mmj7-9q6x-r9fw.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-mmvf-vg72-75jr/GHSA-mmvf-vg72-75jr.json b/advisories/unreviewed/2024/10/GHSA-mmvf-vg72-75jr/GHSA-mmvf-vg72-75jr.json index 8624ac9ce46..db67fbf8d91 100644 --- a/advisories/unreviewed/2024/10/GHSA-mmvf-vg72-75jr/GHSA-mmvf-vg72-75jr.json +++ b/advisories/unreviewed/2024/10/GHSA-mmvf-vg72-75jr/GHSA-mmvf-vg72-75jr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-mpxq-m5x3-qf7f/GHSA-mpxq-m5x3-qf7f.json b/advisories/unreviewed/2024/10/GHSA-mpxq-m5x3-qf7f/GHSA-mpxq-m5x3-qf7f.json index 069e2d19364..c08db81f871 100644 --- a/advisories/unreviewed/2024/10/GHSA-mpxq-m5x3-qf7f/GHSA-mpxq-m5x3-qf7f.json +++ b/advisories/unreviewed/2024/10/GHSA-mpxq-m5x3-qf7f/GHSA-mpxq-m5x3-qf7f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-mx2f-fx3v-gg7x/GHSA-mx2f-fx3v-gg7x.json b/advisories/unreviewed/2024/10/GHSA-mx2f-fx3v-gg7x/GHSA-mx2f-fx3v-gg7x.json index abb84b1021e..8720d8a1f81 100644 --- a/advisories/unreviewed/2024/10/GHSA-mx2f-fx3v-gg7x/GHSA-mx2f-fx3v-gg7x.json +++ b/advisories/unreviewed/2024/10/GHSA-mx2f-fx3v-gg7x/GHSA-mx2f-fx3v-gg7x.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-p56h-2jr3-phv9/GHSA-p56h-2jr3-phv9.json b/advisories/unreviewed/2024/10/GHSA-p56h-2jr3-phv9/GHSA-p56h-2jr3-phv9.json index 19294327cb9..dc777b145da 100644 --- a/advisories/unreviewed/2024/10/GHSA-p56h-2jr3-phv9/GHSA-p56h-2jr3-phv9.json +++ b/advisories/unreviewed/2024/10/GHSA-p56h-2jr3-phv9/GHSA-p56h-2jr3-phv9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-p9m3-293j-mh24/GHSA-p9m3-293j-mh24.json b/advisories/unreviewed/2024/10/GHSA-p9m3-293j-mh24/GHSA-p9m3-293j-mh24.json index 9eed9697a91..cf0f1b1ccf1 100644 --- a/advisories/unreviewed/2024/10/GHSA-p9m3-293j-mh24/GHSA-p9m3-293j-mh24.json +++ b/advisories/unreviewed/2024/10/GHSA-p9m3-293j-mh24/GHSA-p9m3-293j-mh24.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-p9ph-pjpv-vgx7/GHSA-p9ph-pjpv-vgx7.json b/advisories/unreviewed/2024/10/GHSA-p9ph-pjpv-vgx7/GHSA-p9ph-pjpv-vgx7.json index 8f3f1538422..4b911a4af71 100644 --- a/advisories/unreviewed/2024/10/GHSA-p9ph-pjpv-vgx7/GHSA-p9ph-pjpv-vgx7.json +++ b/advisories/unreviewed/2024/10/GHSA-p9ph-pjpv-vgx7/GHSA-p9ph-pjpv-vgx7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-pj3m-fgm6-v75m/GHSA-pj3m-fgm6-v75m.json b/advisories/unreviewed/2024/10/GHSA-pj3m-fgm6-v75m/GHSA-pj3m-fgm6-v75m.json index 92cd9e1561c..f06fc4d72d7 100644 --- a/advisories/unreviewed/2024/10/GHSA-pj3m-fgm6-v75m/GHSA-pj3m-fgm6-v75m.json +++ b/advisories/unreviewed/2024/10/GHSA-pj3m-fgm6-v75m/GHSA-pj3m-fgm6-v75m.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-qcmw-rmjg-w3hr/GHSA-qcmw-rmjg-w3hr.json b/advisories/unreviewed/2024/10/GHSA-qcmw-rmjg-w3hr/GHSA-qcmw-rmjg-w3hr.json index 0d41e23d1ff..43c4bf8ad3f 100644 --- a/advisories/unreviewed/2024/10/GHSA-qcmw-rmjg-w3hr/GHSA-qcmw-rmjg-w3hr.json +++ b/advisories/unreviewed/2024/10/GHSA-qcmw-rmjg-w3hr/GHSA-qcmw-rmjg-w3hr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-qrr4-q9rq-pfvg/GHSA-qrr4-q9rq-pfvg.json b/advisories/unreviewed/2024/10/GHSA-qrr4-q9rq-pfvg/GHSA-qrr4-q9rq-pfvg.json index 3ad57922876..ce6b28cfdea 100644 --- a/advisories/unreviewed/2024/10/GHSA-qrr4-q9rq-pfvg/GHSA-qrr4-q9rq-pfvg.json +++ b/advisories/unreviewed/2024/10/GHSA-qrr4-q9rq-pfvg/GHSA-qrr4-q9rq-pfvg.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:X/V:X/RE:L/U:Clear" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-qxf5-vpwf-vj9q/GHSA-qxf5-vpwf-vj9q.json b/advisories/unreviewed/2024/10/GHSA-qxf5-vpwf-vj9q/GHSA-qxf5-vpwf-vj9q.json index 5d7e9e5e3c6..dbb54da2312 100644 --- a/advisories/unreviewed/2024/10/GHSA-qxf5-vpwf-vj9q/GHSA-qxf5-vpwf-vj9q.json +++ b/advisories/unreviewed/2024/10/GHSA-qxf5-vpwf-vj9q/GHSA-qxf5-vpwf-vj9q.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:U/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-r439-hj4c-m8qg/GHSA-r439-hj4c-m8qg.json b/advisories/unreviewed/2024/10/GHSA-r439-hj4c-m8qg/GHSA-r439-hj4c-m8qg.json index 3ad7537a76e..85c650e67e3 100644 --- a/advisories/unreviewed/2024/10/GHSA-r439-hj4c-m8qg/GHSA-r439-hj4c-m8qg.json +++ b/advisories/unreviewed/2024/10/GHSA-r439-hj4c-m8qg/GHSA-r439-hj4c-m8qg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-r892-94gp-v735/GHSA-r892-94gp-v735.json b/advisories/unreviewed/2024/10/GHSA-r892-94gp-v735/GHSA-r892-94gp-v735.json index b7761031bec..af0683c42a1 100644 --- a/advisories/unreviewed/2024/10/GHSA-r892-94gp-v735/GHSA-r892-94gp-v735.json +++ b/advisories/unreviewed/2024/10/GHSA-r892-94gp-v735/GHSA-r892-94gp-v735.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-r8rv-v4v5-92v4/GHSA-r8rv-v4v5-92v4.json b/advisories/unreviewed/2024/10/GHSA-r8rv-v4v5-92v4/GHSA-r8rv-v4v5-92v4.json index 0c2bf40323e..4492929ec34 100644 --- a/advisories/unreviewed/2024/10/GHSA-r8rv-v4v5-92v4/GHSA-r8rv-v4v5-92v4.json +++ b/advisories/unreviewed/2024/10/GHSA-r8rv-v4v5-92v4/GHSA-r8rv-v4v5-92v4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-r9p4-3vqv-3mmq/GHSA-r9p4-3vqv-3mmq.json b/advisories/unreviewed/2024/10/GHSA-r9p4-3vqv-3mmq/GHSA-r9p4-3vqv-3mmq.json index 18ce6e1dbb4..2811dc5fe14 100644 --- a/advisories/unreviewed/2024/10/GHSA-r9p4-3vqv-3mmq/GHSA-r9p4-3vqv-3mmq.json +++ b/advisories/unreviewed/2024/10/GHSA-r9p4-3vqv-3mmq/GHSA-r9p4-3vqv-3mmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-rcvr-9vmp-37hx/GHSA-rcvr-9vmp-37hx.json b/advisories/unreviewed/2024/10/GHSA-rcvr-9vmp-37hx/GHSA-rcvr-9vmp-37hx.json index 039b51fb2f6..ca8a3ff4876 100644 --- a/advisories/unreviewed/2024/10/GHSA-rcvr-9vmp-37hx/GHSA-rcvr-9vmp-37hx.json +++ b/advisories/unreviewed/2024/10/GHSA-rcvr-9vmp-37hx/GHSA-rcvr-9vmp-37hx.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:U/V:C/RE:L/U:Green" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-rq67-2vj3-3r6g/GHSA-rq67-2vj3-3r6g.json b/advisories/unreviewed/2024/10/GHSA-rq67-2vj3-3r6g/GHSA-rq67-2vj3-3r6g.json index 87e0873890c..a4e7b4b8b9d 100644 --- a/advisories/unreviewed/2024/10/GHSA-rq67-2vj3-3r6g/GHSA-rq67-2vj3-3r6g.json +++ b/advisories/unreviewed/2024/10/GHSA-rq67-2vj3-3r6g/GHSA-rq67-2vj3-3r6g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-rwq5-r2mr-wh72/GHSA-rwq5-r2mr-wh72.json b/advisories/unreviewed/2024/10/GHSA-rwq5-r2mr-wh72/GHSA-rwq5-r2mr-wh72.json index 5a01b61d6e8..21932e173f4 100644 --- a/advisories/unreviewed/2024/10/GHSA-rwq5-r2mr-wh72/GHSA-rwq5-r2mr-wh72.json +++ b/advisories/unreviewed/2024/10/GHSA-rwq5-r2mr-wh72/GHSA-rwq5-r2mr-wh72.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-rxfq-vp39-8cc6/GHSA-rxfq-vp39-8cc6.json b/advisories/unreviewed/2024/10/GHSA-rxfq-vp39-8cc6/GHSA-rxfq-vp39-8cc6.json index e5bff86d01e..c014bf94f93 100644 --- a/advisories/unreviewed/2024/10/GHSA-rxfq-vp39-8cc6/GHSA-rxfq-vp39-8cc6.json +++ b/advisories/unreviewed/2024/10/GHSA-rxfq-vp39-8cc6/GHSA-rxfq-vp39-8cc6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-v4c2-2gfg-qh3v/GHSA-v4c2-2gfg-qh3v.json b/advisories/unreviewed/2024/10/GHSA-v4c2-2gfg-qh3v/GHSA-v4c2-2gfg-qh3v.json index 9a423d2de17..7aade2d64f3 100644 --- a/advisories/unreviewed/2024/10/GHSA-v4c2-2gfg-qh3v/GHSA-v4c2-2gfg-qh3v.json +++ b/advisories/unreviewed/2024/10/GHSA-v4c2-2gfg-qh3v/GHSA-v4c2-2gfg-qh3v.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:A/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-vfmw-mcw8-m32f/GHSA-vfmw-mcw8-m32f.json b/advisories/unreviewed/2024/10/GHSA-vfmw-mcw8-m32f/GHSA-vfmw-mcw8-m32f.json index 87ecc1b8354..d91b36b1484 100644 --- a/advisories/unreviewed/2024/10/GHSA-vfmw-mcw8-m32f/GHSA-vfmw-mcw8-m32f.json +++ b/advisories/unreviewed/2024/10/GHSA-vfmw-mcw8-m32f/GHSA-vfmw-mcw8-m32f.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:Y/R:U/V:D/RE:L/U:Green" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-w4rg-rp42-pr97/GHSA-w4rg-rp42-pr97.json b/advisories/unreviewed/2024/10/GHSA-w4rg-rp42-pr97/GHSA-w4rg-rp42-pr97.json index f158826c6ec..cb3162a5171 100644 --- a/advisories/unreviewed/2024/10/GHSA-w4rg-rp42-pr97/GHSA-w4rg-rp42-pr97.json +++ b/advisories/unreviewed/2024/10/GHSA-w4rg-rp42-pr97/GHSA-w4rg-rp42-pr97.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-w7hg-wgqh-73cr/GHSA-w7hg-wgqh-73cr.json b/advisories/unreviewed/2024/10/GHSA-w7hg-wgqh-73cr/GHSA-w7hg-wgqh-73cr.json index de075f298bd..c8deb29a4d9 100644 --- a/advisories/unreviewed/2024/10/GHSA-w7hg-wgqh-73cr/GHSA-w7hg-wgqh-73cr.json +++ b/advisories/unreviewed/2024/10/GHSA-w7hg-wgqh-73cr/GHSA-w7hg-wgqh-73cr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-wfxr-5r9h-mpvw/GHSA-wfxr-5r9h-mpvw.json b/advisories/unreviewed/2024/10/GHSA-wfxr-5r9h-mpvw/GHSA-wfxr-5r9h-mpvw.json index 44be05335d4..cecd0d315f8 100644 --- a/advisories/unreviewed/2024/10/GHSA-wfxr-5r9h-mpvw/GHSA-wfxr-5r9h-mpvw.json +++ b/advisories/unreviewed/2024/10/GHSA-wfxr-5r9h-mpvw/GHSA-wfxr-5r9h-mpvw.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-wqr7-r7h2-v2j2/GHSA-wqr7-r7h2-v2j2.json b/advisories/unreviewed/2024/10/GHSA-wqr7-r7h2-v2j2/GHSA-wqr7-r7h2-v2j2.json index ceeae582164..36d049c3593 100644 --- a/advisories/unreviewed/2024/10/GHSA-wqr7-r7h2-v2j2/GHSA-wqr7-r7h2-v2j2.json +++ b/advisories/unreviewed/2024/10/GHSA-wqr7-r7h2-v2j2/GHSA-wqr7-r7h2-v2j2.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-wwj3-rxv4-c69v/GHSA-wwj3-rxv4-c69v.json b/advisories/unreviewed/2024/10/GHSA-wwj3-rxv4-c69v/GHSA-wwj3-rxv4-c69v.json index 049faa361fe..694be260966 100644 --- a/advisories/unreviewed/2024/10/GHSA-wwj3-rxv4-c69v/GHSA-wwj3-rxv4-c69v.json +++ b/advisories/unreviewed/2024/10/GHSA-wwj3-rxv4-c69v/GHSA-wwj3-rxv4-c69v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-x4j4-pcg4-rpww/GHSA-x4j4-pcg4-rpww.json b/advisories/unreviewed/2024/10/GHSA-x4j4-pcg4-rpww/GHSA-x4j4-pcg4-rpww.json index b4bbcbc41dc..54ea47c269c 100644 --- a/advisories/unreviewed/2024/10/GHSA-x4j4-pcg4-rpww/GHSA-x4j4-pcg4-rpww.json +++ b/advisories/unreviewed/2024/10/GHSA-x4j4-pcg4-rpww/GHSA-x4j4-pcg4-rpww.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY",