diff --git a/advisories/github-reviewed/2024/02/GHSA-3qx3-6hxr-j2ch/GHSA-3qx3-6hxr-j2ch.json b/advisories/github-reviewed/2024/02/GHSA-3qx3-6hxr-j2ch/GHSA-3qx3-6hxr-j2ch.json index eecaa794acc..8f3665f9b1e 100644 --- a/advisories/github-reviewed/2024/02/GHSA-3qx3-6hxr-j2ch/GHSA-3qx3-6hxr-j2ch.json +++ b/advisories/github-reviewed/2024/02/GHSA-3qx3-6hxr-j2ch/GHSA-3qx3-6hxr-j2ch.json @@ -50,9 +50,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-02-08T18:47:28Z", diff --git a/advisories/github-reviewed/2024/06/GHSA-229x-22xc-2f2w/GHSA-229x-22xc-2f2w.json b/advisories/github-reviewed/2024/06/GHSA-229x-22xc-2f2w/GHSA-229x-22xc-2f2w.json index b8c61c8e28b..102ce97ec1e 100644 --- a/advisories/github-reviewed/2024/06/GHSA-229x-22xc-2f2w/GHSA-229x-22xc-2f2w.json +++ b/advisories/github-reviewed/2024/06/GHSA-229x-22xc-2f2w/GHSA-229x-22xc-2f2w.json @@ -3,9 +3,7 @@ "id": "GHSA-229x-22xc-2f2w", "modified": "2024-06-07T21:39:43Z", "published": "2024-06-07T21:39:43Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zendframework Local file disclosure via XXE injection in Zend_XmlRpc", "details": "Zend_XmlRpc is vulnerable to XML eXternal Entity (XXE) Injection attacks. The SimpleXMLElement class (SimpleXML PHP extension) is used in an insecure way to parse XML data. External entities can be specified by adding a specific DOCTYPE element to XML-RPC requests. By exploiting this vulnerability an application may be coerced to open arbitrary files and/or TCP connections.\n\n", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-2jx7-xg83-j2m7/GHSA-2jx7-xg83-j2m7.json b/advisories/github-reviewed/2024/06/GHSA-2jx7-xg83-j2m7/GHSA-2jx7-xg83-j2m7.json index 13ec1e43859..6b4e20788b5 100644 --- a/advisories/github-reviewed/2024/06/GHSA-2jx7-xg83-j2m7/GHSA-2jx7-xg83-j2m7.json +++ b/advisories/github-reviewed/2024/06/GHSA-2jx7-xg83-j2m7/GHSA-2jx7-xg83-j2m7.json @@ -3,9 +3,7 @@ "id": "GHSA-2jx7-xg83-j2m7", "modified": "2024-06-07T21:39:23Z", "published": "2024-06-07T21:39:23Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zendframework Denial of Service vector via XEE injection", "details": "`Zend_Dom`, `Zend_Feed`, `Zend_Soap`, and `Zend_XmlRpc` are vulnerable to XML Entity Expansion (XEE) vectors, leading to Denial of Service vectors. XEE attacks occur when the XML DOCTYPE declaration includes XML entity definitions that contain either recursive or circular references; this leads to CPU and memory consumption, making Denial of Service exploits trivial to implement.\n\n", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-2x36-qhx3-7m5f/GHSA-2x36-qhx3-7m5f.json b/advisories/github-reviewed/2024/06/GHSA-2x36-qhx3-7m5f/GHSA-2x36-qhx3-7m5f.json index b6e4ccb111f..50863c613c4 100644 --- a/advisories/github-reviewed/2024/06/GHSA-2x36-qhx3-7m5f/GHSA-2x36-qhx3-7m5f.json +++ b/advisories/github-reviewed/2024/06/GHSA-2x36-qhx3-7m5f/GHSA-2x36-qhx3-7m5f.json @@ -3,9 +3,7 @@ "id": "GHSA-2x36-qhx3-7m5f", "modified": "2024-06-07T22:24:52Z", "published": "2024-06-07T22:24:52Z", - "aliases": [ - - ], + "aliases": [], "summary": "ZendFramework1 Potential SQL injection in the ORDER implementation of Zend_Db_Select", "details": "The implementation of the ORDER BY SQL statement in Zend_Db_Select of Zend Framework 1 contains a potential SQL injection when the query string passed contains parentheses.\n\nFor instance, the following code is affected by this issue:\n```\n$db = Zend_Db::factory( /* options here */ );\n$select = $db->select()\n ->from(array('p' => 'products'))\n ->order('MD5(1); drop table products');\necho $select;\n```\nThis code produce the string:\n```\nSELECT \"p\".* FROM \"products\" AS \"p\" ORDER BY MD5(1);drop table products ASC\n```\ninstead of the correct one:\n```\nSELECT \"p\".* FROM \"products\" AS \"p\" ORDER BY \"MD5(1);drop table products\" ASC\n```\nThe SQL injection occurs because we create a new Zend_Db_Expr() object, in presence of parentheses, passing directly the value without any filter on the string.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-4j9x-g4x8-vcmf/GHSA-4j9x-g4x8-vcmf.json b/advisories/github-reviewed/2024/06/GHSA-4j9x-g4x8-vcmf/GHSA-4j9x-g4x8-vcmf.json index 105acf19aeb..e403c1a0e06 100644 --- a/advisories/github-reviewed/2024/06/GHSA-4j9x-g4x8-vcmf/GHSA-4j9x-g4x8-vcmf.json +++ b/advisories/github-reviewed/2024/06/GHSA-4j9x-g4x8-vcmf/GHSA-4j9x-g4x8-vcmf.json @@ -3,9 +3,7 @@ "id": "GHSA-4j9x-g4x8-vcmf", "modified": "2024-06-07T21:15:56Z", "published": "2024-06-07T21:15:56Z", - "aliases": [ - - ], + "aliases": [], "summary": "ZendFramework potential XML eXternal Entity injection vectors", "details": "`Zend_Feed_Rss` and `Zend_Feed_Atom` were found to contain potential XML eXternal Entity (XXE) vectors due to insecure usage of PHP's DOM extension. External entities could be specified by adding a specific DOCTYPE element to feeds; exploiting this vulnerability could coerce opening arbitrary files and/or TCP connections.\n\nA similar issue was fixed for 1.11.13 and 1.12.0, in the `Zend_Feed::import()` factory method; however, the reporter of the issue discovered that the individual classes contained similar functionality in their constructors which remained vulnerable.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-4v57-pwvf-x35j/GHSA-4v57-pwvf-x35j.json b/advisories/github-reviewed/2024/06/GHSA-4v57-pwvf-x35j/GHSA-4v57-pwvf-x35j.json index 8e99dc12bb7..a6f7c3a701b 100644 --- a/advisories/github-reviewed/2024/06/GHSA-4v57-pwvf-x35j/GHSA-4v57-pwvf-x35j.json +++ b/advisories/github-reviewed/2024/06/GHSA-4v57-pwvf-x35j/GHSA-4v57-pwvf-x35j.json @@ -3,9 +3,7 @@ "id": "GHSA-4v57-pwvf-x35j", "modified": "2024-06-07T21:59:20Z", "published": "2024-06-07T21:59:20Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zendframework potential Cross-site Scripting vector in `Zend_Service_ReCaptcha_MailHide`", "details": "`Zend_Service_ReCaptcha_MailHide` had a potential XSS vulnerability. Due to the fact that the email address was never validated, and because its use of `htmlentities()` did not include the encoding argument, it was potentially possible for a malicious user aware of the issue to inject a specially crafted multibyte string as an attack via the CAPTCHA's email argument", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-4vf6-mq7w-3hp6/GHSA-4vf6-mq7w-3hp6.json b/advisories/github-reviewed/2024/06/GHSA-4vf6-mq7w-3hp6/GHSA-4vf6-mq7w-3hp6.json index 79f3e4786f8..f15541429fe 100644 --- a/advisories/github-reviewed/2024/06/GHSA-4vf6-mq7w-3hp6/GHSA-4vf6-mq7w-3hp6.json +++ b/advisories/github-reviewed/2024/06/GHSA-4vf6-mq7w-3hp6/GHSA-4vf6-mq7w-3hp6.json @@ -3,9 +3,7 @@ "id": "GHSA-4vf6-mq7w-3hp6", "modified": "2024-06-07T22:09:17Z", "published": "2024-06-07T22:09:17Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zend_Filter_StripTags vulnerable to Cross-site Scripting when comments allowed", "details": "Zend_Filter_StripTags contained an optional setting to allow whitelisting HTML comments in filtered text. Microsoft Internet Explorer and several other browsers allow developers to create conditional functionality via HTML comments, including execution of script events and rendering of additional commented markup. By allowing whitelisting of HTML comments, a malicious user could potentially include XSS exploits within HTML comments that would then be rendered in the final output.\n\n", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-6fqw-j3vm-7f66/GHSA-6fqw-j3vm-7f66.json b/advisories/github-reviewed/2024/06/GHSA-6fqw-j3vm-7f66/GHSA-6fqw-j3vm-7f66.json index 7d64b37c9fa..d529811a7b5 100644 --- a/advisories/github-reviewed/2024/06/GHSA-6fqw-j3vm-7f66/GHSA-6fqw-j3vm-7f66.json +++ b/advisories/github-reviewed/2024/06/GHSA-6fqw-j3vm-7f66/GHSA-6fqw-j3vm-7f66.json @@ -3,9 +3,7 @@ "id": "GHSA-6fqw-j3vm-7f66", "modified": "2024-06-07T22:27:32Z", "published": "2024-06-07T22:27:32Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zendframework1 Potential SQL injection in ORDER and GROUP functions", "details": "The implementation of ORDER BY and GROUP BY in Zend_Db_Select remained prone to SQL injection when a combination of SQL expressions and comments were used. This security patch provides a comprehensive solution that identifies and removes comments prior to checking validity of the statement to ensure no SQLi vectors occur.\n\nThe implementation of ORDER BY and GROUP BY in Zend_Db_Select of ZF1 is vulnerable by the following SQL injection:\n```\n$db = Zend_Db::factory(/* options here */);\n$select = new Zend_Db_Select($db);\n$select->from('p');\n$select->order(\"MD5(\\\"a(\\\");DELETE FROM p2; #)\"); // same with group()\n```\nThe above $select will render the following SQL statement:\n```\nSELECT `p`.* FROM `p` ORDER BY MD5(\"a(\");DELETE FROM p2; #) ASC\n```\ninstead of the correct one:\n```\nSELECT \"p\".* FROM \"p\" ORDER BY \"MD5(\"\"a(\"\");DELETE FROM p2; #)\" ASC\n```\nThis security fix can be considered an improvement of the previous ZF2016-02 and ZF2014-04 advisories.\n\nAs a final consideration, we recommend developers either never use user input for these operations, or filter user input thoroughly prior to invoking Zend_Db. You can use the Zend_Db_Select::quoteInto() method to filter the input data, as shown in this example:\n```\n$db = Zend_Db::factory(...);\n$input = \"MD5(\\\"a(\\\");DELETE FROM p2; #)\"; // user input can be an attack\n$order = $db->quoteInto(\"SQL statement for ORDER\", $input);\n\n$select = new Zend_Db_Select($db);\n$select->from('p');\n$select->order($order); // same with group()\n```", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-6v7p-5qcq-268c/GHSA-6v7p-5qcq-268c.json b/advisories/github-reviewed/2024/06/GHSA-6v7p-5qcq-268c/GHSA-6v7p-5qcq-268c.json index 0253f367ee2..3810b9f1f02 100644 --- a/advisories/github-reviewed/2024/06/GHSA-6v7p-5qcq-268c/GHSA-6v7p-5qcq-268c.json +++ b/advisories/github-reviewed/2024/06/GHSA-6v7p-5qcq-268c/GHSA-6v7p-5qcq-268c.json @@ -3,9 +3,7 @@ "id": "GHSA-6v7p-5qcq-268c", "modified": "2024-06-07T22:06:01Z", "published": "2024-06-07T22:06:01Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zend-Navigation vulnerable to Cross-site Scripting", "details": "Many Zend Framework 2 view helpers were using the `escapeHtml()` view helper in order to escape HTML attributes, instead of the more appropriate `escapeHtmlAttr()`. In situations where user data and/or JavaScript is used to seed attributes, this can lead to potential cross site scripting (XSS) attack vectors.\n\nVulnerable view helpers include:\n\n- All `Zend\\Form` view helpers.\n- Most `Zend\\Navigation` (aka `Zend\\View\\Helper\\Navigation\\*`) view helpers.\n- All \"HTML Element\" view helpers: `htmlFlash()`, `htmlPage()`, `htmlQuickTime()`.\n- `Zend\\View\\Helper\\Gravatar`", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-78hm-5hjw-58mh/GHSA-78hm-5hjw-58mh.json b/advisories/github-reviewed/2024/06/GHSA-78hm-5hjw-58mh/GHSA-78hm-5hjw-58mh.json index 5dd1b2130c6..3c8d0eef0de 100644 --- a/advisories/github-reviewed/2024/06/GHSA-78hm-5hjw-58mh/GHSA-78hm-5hjw-58mh.json +++ b/advisories/github-reviewed/2024/06/GHSA-78hm-5hjw-58mh/GHSA-78hm-5hjw-58mh.json @@ -3,14 +3,10 @@ "id": "GHSA-78hm-5hjw-58mh", "modified": "2024-06-07T22:15:42Z", "published": "2024-06-07T22:14:49Z", - "aliases": [ - - ], + "aliases": [], "summary": "ua-parser/uap-php ReDoS vulnerability", "details": "A regex expression in ua-parser/uap-php could lead to a ReDoS vulnerability in versions prior to 3.8.0.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/06/GHSA-848f-mph5-9pm9/GHSA-848f-mph5-9pm9.json b/advisories/github-reviewed/2024/06/GHSA-848f-mph5-9pm9/GHSA-848f-mph5-9pm9.json index 9ce587dd3fa..ffb6be196a5 100644 --- a/advisories/github-reviewed/2024/06/GHSA-848f-mph5-9pm9/GHSA-848f-mph5-9pm9.json +++ b/advisories/github-reviewed/2024/06/GHSA-848f-mph5-9pm9/GHSA-848f-mph5-9pm9.json @@ -3,9 +3,7 @@ "id": "GHSA-848f-mph5-9pm9", "modified": "2024-06-07T22:27:02Z", "published": "2024-06-07T22:27:02Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zendframework Potential Information Disclosure and Insufficient Entropy vulnerability", "details": "In Zend Framework, Zend_Captcha_Word (v1) and Zend\\Captcha\\Word (v2) generate a \"word\" for a CAPTCHA challenge by selecting a sequence of random letters from a character set. Prior to this advisory, the selection was performed using PHP's internal array_rand() function. This function does not generate sufficient entropy due to its usage of rand() instead of more cryptographically secure methods such as openssl_pseudo_random_bytes(). This could potentially lead to information disclosure should an attacker be able to brute force the random number generation.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-8x2v-pcg7-94f4/GHSA-8x2v-pcg7-94f4.json b/advisories/github-reviewed/2024/06/GHSA-8x2v-pcg7-94f4/GHSA-8x2v-pcg7-94f4.json index 6d9e33928a7..2958a86b0de 100644 --- a/advisories/github-reviewed/2024/06/GHSA-8x2v-pcg7-94f4/GHSA-8x2v-pcg7-94f4.json +++ b/advisories/github-reviewed/2024/06/GHSA-8x2v-pcg7-94f4/GHSA-8x2v-pcg7-94f4.json @@ -3,9 +3,7 @@ "id": "GHSA-8x2v-pcg7-94f4", "modified": "2024-06-07T21:49:11Z", "published": "2024-06-07T21:49:11Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zend-JSON vulnerable to XXE/XEE attacks", "details": "Numerous components utilizing PHP's DOMDocument, SimpleXML, and xml_parse functionality are vulnerable to two types of attacks:\n\n- XML eXternal Entity (XXE) Injection attacks. The above mentioned extensions are insecure by default, allowing external entities to be specified by adding a specific DOCTYPE element to XML documents and strings. By exploiting this vulnerability an application may be coerced to open arbitrary files and/or TCP connections.\n- XML Entity Expansion (XEE) vectors, leading to Denial of Service vectors. XEE attacks occur when the XML DOCTYPE declaration includes XML entity definitions that contain either recursive or circular references; this leads to CPU and memory consumption, making Denial of Service exploits trivial to implement.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-8xhv-gqm4-3w99/GHSA-8xhv-gqm4-3w99.json b/advisories/github-reviewed/2024/06/GHSA-8xhv-gqm4-3w99/GHSA-8xhv-gqm4-3w99.json index ee67495a945..bb528e520a5 100644 --- a/advisories/github-reviewed/2024/06/GHSA-8xhv-gqm4-3w99/GHSA-8xhv-gqm4-3w99.json +++ b/advisories/github-reviewed/2024/06/GHSA-8xhv-gqm4-3w99/GHSA-8xhv-gqm4-3w99.json @@ -3,9 +3,7 @@ "id": "GHSA-8xhv-gqm4-3w99", "modified": "2024-06-07T22:26:25Z", "published": "2024-06-07T22:26:25Z", - "aliases": [ - - ], + "aliases": [], "summary": "ZendFramework1 Potential Insufficient Entropy Vulnerability", "details": "We discovered several methods used to generate random numbers in ZF1 that potentially used insufficient entropy. These random number generators are used in the following method calls:\n```\nZend_Ldap_Attribute::createPassword\nZend_Form_Element_Hash::_generateHash\nZend_Gdata_HttpClient::filterHttpRequest\nZend_Filter_Encrypt_Mcrypt::_srand\nZend_OpenId::randomBytes\n```\nIn each case, the methods were using rand() or mt_rand(), neither of which can generate cryptographically secure values. This could potentially lead to information disclosure should an attacker be able to brute force the random number generation.\n\nMoreover, we discovered a potential security issue in the usage of the [openssl_random_pseudo_bytes()](http://php.net/manual/en/function.openssl-random-pseudo-bytes.php) function in Zend_Crypt_Math::randBytes, reported in PHP BUG [#70014](https://bugs.php.net/bug.php?id=70014), and the security implications reported in a discussion [on the random_compat library.](https://github.com/paragonie/random_compat/issues/96)", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-97h7-mf38-g9mf/GHSA-97h7-mf38-g9mf.json b/advisories/github-reviewed/2024/06/GHSA-97h7-mf38-g9mf/GHSA-97h7-mf38-g9mf.json index 83bb3e5529d..0c3be94c939 100644 --- a/advisories/github-reviewed/2024/06/GHSA-97h7-mf38-g9mf/GHSA-97h7-mf38-g9mf.json +++ b/advisories/github-reviewed/2024/06/GHSA-97h7-mf38-g9mf/GHSA-97h7-mf38-g9mf.json @@ -3,9 +3,7 @@ "id": "GHSA-97h7-mf38-g9mf", "modified": "2024-06-07T22:19:44Z", "published": "2024-06-07T22:19:44Z", - "aliases": [ - - ], + "aliases": [], "summary": "Adminer file disclosure vulnerability", "details": "Adminer script versions up to 4.6.2 contains file disclosure vulnerability.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-9v78-h226-2rmq/GHSA-9v78-h226-2rmq.json b/advisories/github-reviewed/2024/06/GHSA-9v78-h226-2rmq/GHSA-9v78-h226-2rmq.json index 86aa275a5ea..9f3acdb5c4a 100644 --- a/advisories/github-reviewed/2024/06/GHSA-9v78-h226-2rmq/GHSA-9v78-h226-2rmq.json +++ b/advisories/github-reviewed/2024/06/GHSA-9v78-h226-2rmq/GHSA-9v78-h226-2rmq.json @@ -3,9 +3,7 @@ "id": "GHSA-9v78-h226-2rmq", "modified": "2024-06-07T22:24:08Z", "published": "2024-06-07T22:24:08Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zendframework potential security issue in login mechanism", "details": "Using the Consumer component of ZendOpenId (or Zend_OpenId in ZF1), it is possible to login using an arbitrary OpenID account (without knowing any secret information) by using a malicious OpenID Provider. That means OpenID it is possible to login using arbitrary OpenID Identity (MyOpenID, Google, etc), which are not under the control of our own OpenID Provider. Thus, we are able to impersonate any OpenID Identity against the framework.\n\nMoreover, the Consumer accepts OpenID tokens with arbitrary signed elements. The framework does not check if, for example, both openid.claimed_id and openid.endpoint_url are signed. It is just sufficient to sign one parameter. According to https://openid.net/specs/openid-authentication-2_0.html#positive_assertions, at least op_endpoint, return_to, response_nonce, assoc_handle, and, if present in the response, claimed_id and identity, must be signed.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-cg8w-5jrc-675g/GHSA-cg8w-5jrc-675g.json b/advisories/github-reviewed/2024/06/GHSA-cg8w-5jrc-675g/GHSA-cg8w-5jrc-675g.json index 81d656c1339..925ff36552d 100644 --- a/advisories/github-reviewed/2024/06/GHSA-cg8w-5jrc-675g/GHSA-cg8w-5jrc-675g.json +++ b/advisories/github-reviewed/2024/06/GHSA-cg8w-5jrc-675g/GHSA-cg8w-5jrc-675g.json @@ -3,9 +3,7 @@ "id": "GHSA-cg8w-5jrc-675g", "modified": "2024-06-07T21:52:12Z", "published": "2024-06-07T21:52:12Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zend-HTTP URL Rewrite vulnerability", "details": "zend-diactoros (and, by extension, Expressive), zend-http (and, by extension, Zend Framework MVC projects), and zend-feed (specifically, its PubSubHubbub sub-component) each contain a potential URL rewrite exploit. In each case, marshaling a request URI includes logic that introspects HTTP request headers that are specific to a given server-side URL rewrite mechanism.\n\nWhen these headers are present on systems not running the specific URL rewriting mechanism, the logic would still trigger, allowing a malicious client or proxy to emulate the headers to request arbitrary content.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-cxf7-m5g2-v594/GHSA-cxf7-m5g2-v594.json b/advisories/github-reviewed/2024/06/GHSA-cxf7-m5g2-v594/GHSA-cxf7-m5g2-v594.json index 9301b67119f..02c18e5cdce 100644 --- a/advisories/github-reviewed/2024/06/GHSA-cxf7-m5g2-v594/GHSA-cxf7-m5g2-v594.json +++ b/advisories/github-reviewed/2024/06/GHSA-cxf7-m5g2-v594/GHSA-cxf7-m5g2-v594.json @@ -3,9 +3,7 @@ "id": "GHSA-cxf7-m5g2-v594", "modified": "2024-06-07T21:20:03Z", "published": "2024-06-07T21:19:22Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zend-Mail remote code execution in zend-mail via Sendmail adapter", "details": "When using the zend-mail component to send email via the `Zend\\Mail\\Transport\\Sendmail` transport, a malicious user may be able to inject arbitrary parameters to the system sendmail program. The attack is performed by providing additional quote characters within an address; when unsanitized, they can be interpreted as additional command line arguments, leading to the vulnerability.\n\nThe following example demonstrates injecting additional parameters to the sendmail binary via the From address:\n```\nuse Zend\\Mail;\n\n$mail = new Mail\\Message();\n$mail->setBody('This is the text of the email.');\n\n// inject additional parameters to sendmail command line\n$mail->setFrom('\"AAA\\\" params injection\"@domain', 'Sender\\'s name');\n\n$mail->addTo('hacker@localhost', 'Name of recipient');\n$mail->setSubject('TestSubject');\n\n$transport = new Mail\\Transport\\Sendmail();\n$transport->send($mail);\n```\nThe attack works because zend-mail filters the email addresses using the RFC 3696 specification, where the string \"AAA\\\" params injection\"@domain is considered a valid address. This validation is provided using the zend-validator component with the following parameters:\n```\nZend\\Validator\\EmailAddress(\n Zend\\Validator\\Hostname::ALLOW_DNS | Zend\\Validator\\Hostname::ALLOW_LOCAL\n)\n```\nThe above accepts local domain with any string specified by double quotes as the local part. While this is valid per RFC 3696, due to the fact that sender email addresses are provided to the sendmail binary via the command line, they create the vulnerability described above.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-fq4p-86hh-42v9/GHSA-fq4p-86hh-42v9.json b/advisories/github-reviewed/2024/06/GHSA-fq4p-86hh-42v9/GHSA-fq4p-86hh-42v9.json index dc8f0beb90f..126fb70d130 100644 --- a/advisories/github-reviewed/2024/06/GHSA-fq4p-86hh-42v9/GHSA-fq4p-86hh-42v9.json +++ b/advisories/github-reviewed/2024/06/GHSA-fq4p-86hh-42v9/GHSA-fq4p-86hh-42v9.json @@ -3,9 +3,7 @@ "id": "GHSA-fq4p-86hh-42v9", "modified": "2024-06-07T22:07:30Z", "published": "2024-06-07T22:07:30Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zend-Diactoros URL Rewrite vulnerability", "details": "zend-diactoros (and, by extension, Expressive), zend-http (and, by extension, Zend Framework MVC projects), and zend-feed (specifically, its PubSubHubbub sub-component) each contain a potential URL rewrite exploit. In each case, marshaling a request URI includes logic that introspects HTTP request headers that are specific to a given server-side URL rewrite mechanism.\n\nWhen these headers are present on systems not running the specific URL rewriting mechanism, the logic would still trigger, allowing a malicious client or proxy to emulate the headers to request arbitrary content.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-gvpp-6jrj-5pqc/GHSA-gvpp-6jrj-5pqc.json b/advisories/github-reviewed/2024/06/GHSA-gvpp-6jrj-5pqc/GHSA-gvpp-6jrj-5pqc.json index 750d244ef4a..6f7bc1ea35a 100644 --- a/advisories/github-reviewed/2024/06/GHSA-gvpp-6jrj-5pqc/GHSA-gvpp-6jrj-5pqc.json +++ b/advisories/github-reviewed/2024/06/GHSA-gvpp-6jrj-5pqc/GHSA-gvpp-6jrj-5pqc.json @@ -3,9 +3,7 @@ "id": "GHSA-gvpp-6jrj-5pqc", "modified": "2024-06-07T21:58:34Z", "published": "2024-06-07T21:58:34Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zend-Form vulnerable to Cross-site Scripting", "details": "Many Zend Framework 2 view helpers were using the escapeHtml() view helper in order to escape HTML attributes, instead of the more appropriate escapeHtmlAttr(). In situations where user data and/or JavaScript is used to seed attributes, this can lead to potential cross site scripting (XSS) attack vectors.\n\nVulnerable view helpers include:\n\n- All `Zend\\Form` view helpers.\n- Most `Zend\\Navigation` (aka `Zend\\View\\Helper\\Navigation\\*`) view helpers.\n- All \"HTML Element\" view helpers: `htmlFlash()`, `htmlPage()`, `htmlQuickTime()`.\n- `Zend\\View\\Helper\\Gravatar`", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-gwpm-pm6x-h7rj/GHSA-gwpm-pm6x-h7rj.json b/advisories/github-reviewed/2024/06/GHSA-gwpm-pm6x-h7rj/GHSA-gwpm-pm6x-h7rj.json index c32904816a5..0f1d5577b01 100644 --- a/advisories/github-reviewed/2024/06/GHSA-gwpm-pm6x-h7rj/GHSA-gwpm-pm6x-h7rj.json +++ b/advisories/github-reviewed/2024/06/GHSA-gwpm-pm6x-h7rj/GHSA-gwpm-pm6x-h7rj.json @@ -3,9 +3,7 @@ "id": "GHSA-gwpm-pm6x-h7rj", "modified": "2024-06-07T21:38:38Z", "published": "2024-06-07T21:38:38Z", - "aliases": [ - - ], + "aliases": [], "summary": "ZendFramework Cross-site Scripting vector in `Zend_Filter_StripTags`", "details": "`Zend_Filter_StripTags` is a filtering class analogous to PHP's `strip_tags()` function. In addition to stripping HTML tags and selectively keeping those provided in a whitelist, it also provides the ability to whitelist specific attributes to retain per whitelisted tag.\n\nThe reporter discovered that attributes that contained whitespace, and in paricular, line breaks, surrounding the attribute assignment operator would not be stripped, regardless of whether or not they were whitelisted. As examples of input affected:\n```\n\nIssues\n```\nWhen passed to the following code:\n```\n$filter = new Zend_Filter_StripTags(array('a' => array('href')));\n$value = $filter->($html);\n```\nthen the \"onclick\" attribute would remain, even though it was not specified in the tag's whitelist. This could open potential cross-site scripting attack (XSS) vectors.\n\n## Recommendations\nIf you were using `Zend_Filter_StripTags` and utlizing the attribute whitelisting functionality, you should immediately upgrade to Zend Framework 1.7.6 or above; regardless, it is always best to run the most current version of the framework.\n\nAlso, if relying on `Zend_Filter_StripTags` to prevent XSS, the only way to reliably do so is to strip all tags, and never to whitelist. If you are whitelisting, you should consider finding a reliable XSS filter through which to run your output; we recommend HTML Purifier.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-jmmp-vh96-78rm/GHSA-jmmp-vh96-78rm.json b/advisories/github-reviewed/2024/06/GHSA-jmmp-vh96-78rm/GHSA-jmmp-vh96-78rm.json index be86bf71739..6bf5ce378e1 100644 --- a/advisories/github-reviewed/2024/06/GHSA-jmmp-vh96-78rm/GHSA-jmmp-vh96-78rm.json +++ b/advisories/github-reviewed/2024/06/GHSA-jmmp-vh96-78rm/GHSA-jmmp-vh96-78rm.json @@ -3,9 +3,7 @@ "id": "GHSA-jmmp-vh96-78rm", "modified": "2024-06-07T22:01:20Z", "published": "2024-06-07T22:01:20Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zend-Feed URL Rewrite vulnerability", "details": "zend-diactoros (and, by extension, Expressive), zend-http (and, by extension, Zend Framework MVC projects), and zend-feed (specifically, its PubSubHubbub sub-component) each contain a potential URL rewrite exploit. In each case, marshaling a request URI includes logic that introspects HTTP request headers that are specific to a given server-side URL rewrite mechanism.\n\nWhen these headers are present on systems not running the specific URL rewriting mechanism, the logic would still trigger, allowing a malicious client or proxy to emulate the headers to request arbitrary content.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-mg4x-prh7-g4mx/GHSA-mg4x-prh7-g4mx.json b/advisories/github-reviewed/2024/06/GHSA-mg4x-prh7-g4mx/GHSA-mg4x-prh7-g4mx.json index 0e22a488bd0..c6a1b308e2c 100644 --- a/advisories/github-reviewed/2024/06/GHSA-mg4x-prh7-g4mx/GHSA-mg4x-prh7-g4mx.json +++ b/advisories/github-reviewed/2024/06/GHSA-mg4x-prh7-g4mx/GHSA-mg4x-prh7-g4mx.json @@ -3,9 +3,7 @@ "id": "GHSA-mg4x-prh7-g4mx", "modified": "2024-06-07T22:25:12Z", "published": "2024-06-07T22:25:12Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zend-Captcha Information Disclosure and Insufficient Entropy vulnerability", "details": "In Zend Framework, `Zend_Captcha_Word` (v1) and `Zend\\Captcha\\Word` (v2) generate a \"word\" for a CAPTCHA challenge by selecting a sequence of random letters from a character set. Prior to this advisory, the selection was performed using PHP's internal `array_rand()` function. This function does not generate sufficient entropy due to its usage of rand() instead of more cryptographically secure methods such as `openssl_pseudo_random_bytes()`. This could potentially lead to information disclosure should an attacker be able to brute force the random number generation.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-mhpx-3rv8-wrjm/GHSA-mhpx-3rv8-wrjm.json b/advisories/github-reviewed/2024/06/GHSA-mhpx-3rv8-wrjm/GHSA-mhpx-3rv8-wrjm.json index af787f298fb..97daa538645 100644 --- a/advisories/github-reviewed/2024/06/GHSA-mhpx-3rv8-wrjm/GHSA-mhpx-3rv8-wrjm.json +++ b/advisories/github-reviewed/2024/06/GHSA-mhpx-3rv8-wrjm/GHSA-mhpx-3rv8-wrjm.json @@ -3,9 +3,7 @@ "id": "GHSA-mhpx-3rv8-wrjm", "modified": "2024-06-07T21:16:36Z", "published": "2024-06-07T21:16:36Z", - "aliases": [ - - ], + "aliases": [], "summary": "ZendFramework potential XML eXternal Entity injection vectors", "details": "Numerous components utilizing PHP's `DOMDocument`, `SimpleXML`, and `xml_parse` functionality are vulnerable to two types of attacks:\n\n- XML eXternal Entity (XXE) Injection attacks. The above mentioned extensions are insecure by default, allowing external entities to be specified by adding a specific DOCTYPE element to XML documents and strings. By exploiting this vulnerability an application may be coerced to open arbitrary files and/or TCP connections.\n- XML Entity Expansion (XEE) vectors, leading to Denial of Service vectors. XEE attacks occur when the XML DOCTYPE declaration includes XML entity definitions that contain either recursive or circular references; this leads to CPU and memory consumption, making Denial of Service exploits trivial to implement.\n", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-qf36-fx9f-232x/GHSA-qf36-fx9f-232x.json b/advisories/github-reviewed/2024/06/GHSA-qf36-fx9f-232x/GHSA-qf36-fx9f-232x.json index 8974cf4369e..0df148290cd 100644 --- a/advisories/github-reviewed/2024/06/GHSA-qf36-fx9f-232x/GHSA-qf36-fx9f-232x.json +++ b/advisories/github-reviewed/2024/06/GHSA-qf36-fx9f-232x/GHSA-qf36-fx9f-232x.json @@ -3,9 +3,7 @@ "id": "GHSA-qf36-fx9f-232x", "modified": "2024-06-07T21:13:11Z", "published": "2024-06-07T21:13:11Z", - "aliases": [ - - ], + "aliases": [], "summary": "ZendFramework potential SQL Injection Vector When Using PDO_MySql", "details": "Developers using non-ASCII-compatible encodings in conjunction with the MySQL PDO driver of PHP may be vulnerable to SQL injection attacks. Developers using ASCII-compatible encodings like UTF8 or latin1 are not affected by this PHP issue, which is described in more detail here:\n\nhttp://bugs.php.net/bug.php?id=47802\nThe PHP Group included a feature in PHP 5.3.6+ that allows any character set information to be passed as part of the DSN in PDO to allow both the database as well as the C-level driver to be aware of which charset is in use which is of special importance when PDO's quoting mechanisms are utilized, which Zend Framework also relies on.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-qg7m-mwxm-j3h7/GHSA-qg7m-mwxm-j3h7.json b/advisories/github-reviewed/2024/06/GHSA-qg7m-mwxm-j3h7/GHSA-qg7m-mwxm-j3h7.json index b49ee0a459b..c1f49fa8ab5 100644 --- a/advisories/github-reviewed/2024/06/GHSA-qg7m-mwxm-j3h7/GHSA-qg7m-mwxm-j3h7.json +++ b/advisories/github-reviewed/2024/06/GHSA-qg7m-mwxm-j3h7/GHSA-qg7m-mwxm-j3h7.json @@ -3,9 +3,7 @@ "id": "GHSA-qg7m-mwxm-j3h7", "modified": "2024-06-07T22:10:19Z", "published": "2024-06-07T22:10:19Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zend-developer-tools information disclosure vulnerability", "details": "The package zendframework/zend-developer-tools provides a web-based toolbar for introspecting an application. When updating the package to support PHP 7.3, a change was made that could potentially prevent toolbar entries that are enabled by default from being disabled.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-v42g-7q2x-cw32/GHSA-v42g-7q2x-cw32.json b/advisories/github-reviewed/2024/06/GHSA-v42g-7q2x-cw32/GHSA-v42g-7q2x-cw32.json index 684c7feaa27..4815c24b7ca 100644 --- a/advisories/github-reviewed/2024/06/GHSA-v42g-7q2x-cw32/GHSA-v42g-7q2x-cw32.json +++ b/advisories/github-reviewed/2024/06/GHSA-v42g-7q2x-cw32/GHSA-v42g-7q2x-cw32.json @@ -3,9 +3,7 @@ "id": "GHSA-v42g-7q2x-cw32", "modified": "2024-06-07T22:25:43Z", "published": "2024-06-07T22:25:43Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zendframework1 potential SQL injection vector using null byte for PDO (MsSql, SQLite)", "details": "The PDO adapters of Zend Framework 1 do not filter null bytes values in SQL statements. A PDO adapter can treat null bytes in a query as a string terminator, allowing an attacker to add arbitrary SQL following a null byte, and thus create a SQL injection.\n\nWe tested and verified the null byte injection using pdo_dblib (FreeTDS) on a Linux environment to access a remote Microsoft SQL Server, and also tested against and noted the vector against pdo_sqlite.", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-vvm3-rv48-j3g5/GHSA-vvm3-rv48-j3g5.json b/advisories/github-reviewed/2024/06/GHSA-vvm3-rv48-j3g5/GHSA-vvm3-rv48-j3g5.json index 1ae97972c88..bae9b74c360 100644 --- a/advisories/github-reviewed/2024/06/GHSA-vvm3-rv48-j3g5/GHSA-vvm3-rv48-j3g5.json +++ b/advisories/github-reviewed/2024/06/GHSA-vvm3-rv48-j3g5/GHSA-vvm3-rv48-j3g5.json @@ -3,9 +3,7 @@ "id": "GHSA-vvm3-rv48-j3g5", "modified": "2024-06-07T21:52:44Z", "published": "2024-06-07T21:52:44Z", - "aliases": [ - - ], + "aliases": [], "summary": "Zendframework Potential XSS or HTML Injection vector in Zend_Json", "details": "`Zend_Json_Encoder` was not taking into account the solidus character (/) during encoding, leading to incompatibilities with the JSON specification, and opening the potential for XSS or HTML injection attacks when returning HTML within a JSON string.\n\n", "severity": [ diff --git a/advisories/github-reviewed/2024/06/GHSA-w5mj-j45q-m638/GHSA-w5mj-j45q-m638.json b/advisories/github-reviewed/2024/06/GHSA-w5mj-j45q-m638/GHSA-w5mj-j45q-m638.json index 8d4f7c20f08..f5eb9705581 100644 --- a/advisories/github-reviewed/2024/06/GHSA-w5mj-j45q-m638/GHSA-w5mj-j45q-m638.json +++ b/advisories/github-reviewed/2024/06/GHSA-w5mj-j45q-m638/GHSA-w5mj-j45q-m638.json @@ -3,14 +3,10 @@ "id": "GHSA-w5mj-j45q-m638", "modified": "2024-06-07T21:49:55Z", "published": "2024-06-07T21:49:55Z", - "aliases": [ - - ], + "aliases": [], "summary": "ZendFramework1 Potential Security Issues in Bundled Dojo Library", "details": "In mid-March, 2010, the Dojo Foundation issued a Security Advisory indicating potential security issues with specific files in Dojo Toolkit. Details of the advisory may be found on the Dojo website:\n\nhttp://dojotoolkit.org/blog/post/dylan/2010/03/dojo-security-advisory/\nIn particular, several files in the Dojo tree were identified as having potential exploits, and the Dojo team also advised disabling or removing any PHP scripts in the tree when deploying to production.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -70,9 +66,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-06-07T21:49:55Z", diff --git a/advisories/github-reviewed/2024/06/GHSA-x86x-qhf8-f37w/GHSA-x86x-qhf8-f37w.json b/advisories/github-reviewed/2024/06/GHSA-x86x-qhf8-f37w/GHSA-x86x-qhf8-f37w.json index 2ce172a3a67..bb816cced07 100644 --- a/advisories/github-reviewed/2024/06/GHSA-x86x-qhf8-f37w/GHSA-x86x-qhf8-f37w.json +++ b/advisories/github-reviewed/2024/06/GHSA-x86x-qhf8-f37w/GHSA-x86x-qhf8-f37w.json @@ -3,9 +3,7 @@ "id": "GHSA-x86x-qhf8-f37w", "modified": "2024-06-07T22:20:27Z", "published": "2024-06-07T22:20:27Z", - "aliases": [ - - ], + "aliases": [], "summary": "willdurand/js-translation-bundle potential path traversal attack and remote code injection", "details": "A path traversal and a javascript code injection vulnerabilities were identified in willdurand/js-translation-bundle versions prior to 2.1.1. ", "severity": [ diff --git a/advisories/github-reviewed/2024/07/GHSA-cx7h-h87r-jpgr/GHSA-cx7h-h87r-jpgr.json b/advisories/github-reviewed/2024/07/GHSA-cx7h-h87r-jpgr/GHSA-cx7h-h87r-jpgr.json index bb1487082c7..a160f3361b2 100644 --- a/advisories/github-reviewed/2024/07/GHSA-cx7h-h87r-jpgr/GHSA-cx7h-h87r-jpgr.json +++ b/advisories/github-reviewed/2024/07/GHSA-cx7h-h87r-jpgr/GHSA-cx7h-h87r-jpgr.json @@ -3,14 +3,10 @@ "id": "GHSA-cx7h-h87r-jpgr", "modified": "2024-07-25T16:38:42Z", "published": "2024-07-25T16:38:42Z", - "aliases": [ - - ], + "aliases": [], "summary": "The kstring integration in gix-attributes is unsound", "details": "`gix-attributes` (in [`state::ValueRef`](https://github.com/Byron/gitoxide/blob/gix-attributes-v0.22.2/gix-attributes/src/state.rs#L19-L27)) unsafely creates a `&str` from a `&[u8]` containing non-UTF8 data, with the justification that so long as nothing reads the `&str` and relies on it being UTF-8 in the `&str`, there is no UB:\n\n```rust\n// SAFETY: our API makes accessing that value as `str` impossible, so illformed UTF8 is never exposed as such.\n```\n\nThe problem is that the non-UTF8 `str` **is** exposed to outside code: first to the `kstring` crate itself, which requires UTF-8 in its documentation and may have UB as a consequence of this, but also to `serde`, where it propagates to e.g. `serde_json`, `serde_yaml`, etc., where the same problems occur.\n\nThis is not sound, and it could cause further UB down the line in these places that can view the `&str`.\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/unreviewed/2021/12/GHSA-2gm8-jj36-c9vw/GHSA-2gm8-jj36-c9vw.json b/advisories/unreviewed/2021/12/GHSA-2gm8-jj36-c9vw/GHSA-2gm8-jj36-c9vw.json index 989f0e4b23d..f308cfcd30a 100644 --- a/advisories/unreviewed/2021/12/GHSA-2gm8-jj36-c9vw/GHSA-2gm8-jj36-c9vw.json +++ b/advisories/unreviewed/2021/12/GHSA-2gm8-jj36-c9vw/GHSA-2gm8-jj36-c9vw.json @@ -7,12 +7,8 @@ "CVE-2021-27449" ], "details": "Mesa Labs AmegaView Versions 3.0 and prior has a command injection vulnerability that can be exploited to execute commands in the web server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-2hwq-fmxr-9p5h/GHSA-2hwq-fmxr-9p5h.json b/advisories/unreviewed/2021/12/GHSA-2hwq-fmxr-9p5h/GHSA-2hwq-fmxr-9p5h.json index 56f71f304b3..13aa5874344 100644 --- a/advisories/unreviewed/2021/12/GHSA-2hwq-fmxr-9p5h/GHSA-2hwq-fmxr-9p5h.json +++ b/advisories/unreviewed/2021/12/GHSA-2hwq-fmxr-9p5h/GHSA-2hwq-fmxr-9p5h.json @@ -7,12 +7,8 @@ "CVE-2020-19770" ], "details": "A cross-site scripting (XSS) vulnerability in the system bulletin component of WUZHI CMS v4.1.0 allows attackers to steal the admin's cookie.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-2j25-p69v-8577/GHSA-2j25-p69v-8577.json b/advisories/unreviewed/2021/12/GHSA-2j25-p69v-8577/GHSA-2j25-p69v-8577.json index 63682a07ae6..b71ae6f5701 100644 --- a/advisories/unreviewed/2021/12/GHSA-2j25-p69v-8577/GHSA-2j25-p69v-8577.json +++ b/advisories/unreviewed/2021/12/GHSA-2j25-p69v-8577/GHSA-2j25-p69v-8577.json @@ -7,12 +7,8 @@ "CVE-2021-44859" ], "details": "An out-of-bounds read vulnerability exists when reading a TGA file using Open Design Alliance Drawings SDK before 2022.12. The specific issue exists after loading TGA files. An unchecked input data from a crafted TGA file leads to an out-of-bounds read. An attacker can leverage this vulnerability to execute code in the context of the current process.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-39rq-cqj8-g6q7/GHSA-39rq-cqj8-g6q7.json b/advisories/unreviewed/2021/12/GHSA-39rq-cqj8-g6q7/GHSA-39rq-cqj8-g6q7.json index fffe996c6d4..6b0be7af58c 100644 --- a/advisories/unreviewed/2021/12/GHSA-39rq-cqj8-g6q7/GHSA-39rq-cqj8-g6q7.json +++ b/advisories/unreviewed/2021/12/GHSA-39rq-cqj8-g6q7/GHSA-39rq-cqj8-g6q7.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/2021/12/GHSA-3f3v-j4pm-7283/GHSA-3f3v-j4pm-7283.json b/advisories/unreviewed/2021/12/GHSA-3f3v-j4pm-7283/GHSA-3f3v-j4pm-7283.json index d2b8fc86730..3c48a01727b 100644 --- a/advisories/unreviewed/2021/12/GHSA-3f3v-j4pm-7283/GHSA-3f3v-j4pm-7283.json +++ b/advisories/unreviewed/2021/12/GHSA-3f3v-j4pm-7283/GHSA-3f3v-j4pm-7283.json @@ -7,12 +7,8 @@ "CVE-2021-44860" ], "details": "An out-of-bounds read vulnerability exists when reading a TIF file using Open Design Alliance Drawings SDK before 2022.12. The specific issue exists after loading TIF files. An unchecked input data from a crafted TIF file leads to an out-of-bounds read. An attacker can leverage this vulnerability to execute code in the context of the current process.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-454x-h9g9-7vmj/GHSA-454x-h9g9-7vmj.json b/advisories/unreviewed/2021/12/GHSA-454x-h9g9-7vmj/GHSA-454x-h9g9-7vmj.json index 1f7cbbaec66..b5fe163a253 100644 --- a/advisories/unreviewed/2021/12/GHSA-454x-h9g9-7vmj/GHSA-454x-h9g9-7vmj.json +++ b/advisories/unreviewed/2021/12/GHSA-454x-h9g9-7vmj/GHSA-454x-h9g9-7vmj.json @@ -7,12 +7,8 @@ "CVE-2021-44922" ], "details": "A null pointer dereference vulnerability exists in gpac 1.1.0 in the BD_CheckSFTimeOffset function, which causes a segmentation fault and application crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-4g7j-2h92-xxp4/GHSA-4g7j-2h92-xxp4.json b/advisories/unreviewed/2021/12/GHSA-4g7j-2h92-xxp4/GHSA-4g7j-2h92-xxp4.json index c9e27062d02..b83f05c73d6 100644 --- a/advisories/unreviewed/2021/12/GHSA-4g7j-2h92-xxp4/GHSA-4g7j-2h92-xxp4.json +++ b/advisories/unreviewed/2021/12/GHSA-4g7j-2h92-xxp4/GHSA-4g7j-2h92-xxp4.json @@ -7,12 +7,8 @@ "CVE-2021-43587" ], "details": "Dell PowerPath Management Appliance, versions 3.2, 3.1, 3.0 P01, 3.0, and 2.6, use hard-coded cryptographic key. A local high-privileged malicious user may potentially exploit this vulnerability to gain access to secrets and elevate to gain higher privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-4g95-mjcf-cxrr/GHSA-4g95-mjcf-cxrr.json b/advisories/unreviewed/2021/12/GHSA-4g95-mjcf-cxrr/GHSA-4g95-mjcf-cxrr.json index 8f4a8fcfc2d..fa846e7476f 100644 --- a/advisories/unreviewed/2021/12/GHSA-4g95-mjcf-cxrr/GHSA-4g95-mjcf-cxrr.json +++ b/advisories/unreviewed/2021/12/GHSA-4g95-mjcf-cxrr/GHSA-4g95-mjcf-cxrr.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/2021/12/GHSA-4m3h-rj32-5f27/GHSA-4m3h-rj32-5f27.json b/advisories/unreviewed/2021/12/GHSA-4m3h-rj32-5f27/GHSA-4m3h-rj32-5f27.json index 2845f6a6341..40532ebb4e7 100644 --- a/advisories/unreviewed/2021/12/GHSA-4m3h-rj32-5f27/GHSA-4m3h-rj32-5f27.json +++ b/advisories/unreviewed/2021/12/GHSA-4m3h-rj32-5f27/GHSA-4m3h-rj32-5f27.json @@ -7,12 +7,8 @@ "CVE-2021-44920" ], "details": "An invalid memory address dereference vulnerability exists in gpac 1.1.0 in the dump_od_to_saf.isra function, which causes a segmentation fault and application crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-4px7-qcwc-69rh/GHSA-4px7-qcwc-69rh.json b/advisories/unreviewed/2021/12/GHSA-4px7-qcwc-69rh/GHSA-4px7-qcwc-69rh.json index a2ebc646d08..3b5b5bd8711 100644 --- a/advisories/unreviewed/2021/12/GHSA-4px7-qcwc-69rh/GHSA-4px7-qcwc-69rh.json +++ b/advisories/unreviewed/2021/12/GHSA-4px7-qcwc-69rh/GHSA-4px7-qcwc-69rh.json @@ -7,12 +7,8 @@ "CVE-2021-44422" ], "details": "An Improper Input Validation Vulnerability exists when reading a BMP file using Open Design Alliance Drawings SDK before 2022.12. Crafted data in a BMP file can trigger a write operation past the end of an allocated buffer, or lead to a heap-based buffer overflow. An attacker can leverage this vulnerability to execute code in the context of the current process.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-4x8r-3g8v-vvch/GHSA-4x8r-3g8v-vvch.json b/advisories/unreviewed/2021/12/GHSA-4x8r-3g8v-vvch/GHSA-4x8r-3g8v-vvch.json index eb33916c69c..bbcd20f7797 100644 --- a/advisories/unreviewed/2021/12/GHSA-4x8r-3g8v-vvch/GHSA-4x8r-3g8v-vvch.json +++ b/advisories/unreviewed/2021/12/GHSA-4x8r-3g8v-vvch/GHSA-4x8r-3g8v-vvch.json @@ -7,12 +7,8 @@ "CVE-2021-44923" ], "details": "A null pointer dereference vulnerability exists in gpac 1.1.0 in the gf_dump_vrml_dyn_field.isra function, which causes a segmentation fault and application crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-555r-hp4v-qj62/GHSA-555r-hp4v-qj62.json b/advisories/unreviewed/2021/12/GHSA-555r-hp4v-qj62/GHSA-555r-hp4v-qj62.json index 7dc7c72ee0b..3ecaa5a2c12 100644 --- a/advisories/unreviewed/2021/12/GHSA-555r-hp4v-qj62/GHSA-555r-hp4v-qj62.json +++ b/advisories/unreviewed/2021/12/GHSA-555r-hp4v-qj62/GHSA-555r-hp4v-qj62.json @@ -7,12 +7,8 @@ "CVE-2021-44423" ], "details": "An out-of-bounds read vulnerability exists when reading a BMP file using Open Design Alliance (ODA) Drawings Explorer before 2022.12. The specific issue exists after loading BMP files. Unchecked input data from a crafted BMP file leads to an out-of-bounds read. An attacker can leverage this vulnerability to execute code in the context of the current process.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-6f9w-r8mj-4h2w/GHSA-6f9w-r8mj-4h2w.json b/advisories/unreviewed/2021/12/GHSA-6f9w-r8mj-4h2w/GHSA-6f9w-r8mj-4h2w.json index 07a10eb6b3f..a825983aeaf 100644 --- a/advisories/unreviewed/2021/12/GHSA-6f9w-r8mj-4h2w/GHSA-6f9w-r8mj-4h2w.json +++ b/advisories/unreviewed/2021/12/GHSA-6f9w-r8mj-4h2w/GHSA-6f9w-r8mj-4h2w.json @@ -7,12 +7,8 @@ "CVE-2021-27453" ], "details": "Mesa Labs AmegaView Versions 3.0 uses default cookies that could be set to bypass authentication to the web application, which may allow an attacker to gain access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-8gx6-q6q9-c678/GHSA-8gx6-q6q9-c678.json b/advisories/unreviewed/2021/12/GHSA-8gx6-q6q9-c678/GHSA-8gx6-q6q9-c678.json index 47152b8e271..0766cbdb69b 100644 --- a/advisories/unreviewed/2021/12/GHSA-8gx6-q6q9-c678/GHSA-8gx6-q6q9-c678.json +++ b/advisories/unreviewed/2021/12/GHSA-8gx6-q6q9-c678/GHSA-8gx6-q6q9-c678.json @@ -7,12 +7,8 @@ "CVE-2021-27451" ], "details": "Mesa Labs AmegaView Versions 3.0 and prior’s passcode is generated by an easily reversible algorithm, which may allow an attacker to gain access to the device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-9x2m-ghmm-j79w/GHSA-9x2m-ghmm-j79w.json b/advisories/unreviewed/2021/12/GHSA-9x2m-ghmm-j79w/GHSA-9x2m-ghmm-j79w.json index f0a418f9b57..95066cdd9bc 100644 --- a/advisories/unreviewed/2021/12/GHSA-9x2m-ghmm-j79w/GHSA-9x2m-ghmm-j79w.json +++ b/advisories/unreviewed/2021/12/GHSA-9x2m-ghmm-j79w/GHSA-9x2m-ghmm-j79w.json @@ -7,12 +7,8 @@ "CVE-2021-44875" ], "details": "Dalmark Systems Systeam 2.22.8 build 1724 is vulnerable to User enumeration. The Systeam application is an ERP system that uses a mixed architecture based on SaaS tenant and user management, and on-premise database and web application counterparts. This issue occurs during the password recovery procedure for a given user, where a difference in messages could allow an attacker to determine if the given user is valid or not, enabling a brute force attack with valid users.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-c5wx-4cqq-ff6w/GHSA-c5wx-4cqq-ff6w.json b/advisories/unreviewed/2021/12/GHSA-c5wx-4cqq-ff6w/GHSA-c5wx-4cqq-ff6w.json index d817804529c..865fdb888e1 100644 --- a/advisories/unreviewed/2021/12/GHSA-c5wx-4cqq-ff6w/GHSA-c5wx-4cqq-ff6w.json +++ b/advisories/unreviewed/2021/12/GHSA-c5wx-4cqq-ff6w/GHSA-c5wx-4cqq-ff6w.json @@ -7,12 +7,8 @@ "CVE-2021-27447" ], "details": "Mesa Labs AmegaView version 3.0 is vulnerable to a command injection, which may allow an attacker to remotely execute arbitrary code.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-c679-6x98-m683/GHSA-c679-6x98-m683.json b/advisories/unreviewed/2021/12/GHSA-c679-6x98-m683/GHSA-c679-6x98-m683.json index 90181f2476b..2c62cfb23d2 100644 --- a/advisories/unreviewed/2021/12/GHSA-c679-6x98-m683/GHSA-c679-6x98-m683.json +++ b/advisories/unreviewed/2021/12/GHSA-c679-6x98-m683/GHSA-c679-6x98-m683.json @@ -7,12 +7,8 @@ "CVE-2021-38966" ], "details": "IBM Cloud Pak for Automation 21.0.2 is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 212357.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-c9pj-gf53-pg7p/GHSA-c9pj-gf53-pg7p.json b/advisories/unreviewed/2021/12/GHSA-c9pj-gf53-pg7p/GHSA-c9pj-gf53-pg7p.json index 9b47375ddb3..c9facaeb3c8 100644 --- a/advisories/unreviewed/2021/12/GHSA-c9pj-gf53-pg7p/GHSA-c9pj-gf53-pg7p.json +++ b/advisories/unreviewed/2021/12/GHSA-c9pj-gf53-pg7p/GHSA-c9pj-gf53-pg7p.json @@ -7,12 +7,8 @@ "CVE-2021-45290" ], "details": "A Denial of Service vulnerability exits in Binaryen 103 due to an assertion abort in wasm::handle_unreachable.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-cjm6-v8hr-j8c5/GHSA-cjm6-v8hr-j8c5.json b/advisories/unreviewed/2021/12/GHSA-cjm6-v8hr-j8c5/GHSA-cjm6-v8hr-j8c5.json index 3fc21087547..d9afed98459 100644 --- a/advisories/unreviewed/2021/12/GHSA-cjm6-v8hr-j8c5/GHSA-cjm6-v8hr-j8c5.json +++ b/advisories/unreviewed/2021/12/GHSA-cjm6-v8hr-j8c5/GHSA-cjm6-v8hr-j8c5.json @@ -7,12 +7,8 @@ "CVE-2021-38893" ], "details": "IBM Business Process Manager 8.5 and 8.6 and IBM Business Automation Workflow 18.0, 19.0, 20.0 and 21.0 are vulnerable to stored cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 209512.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-fwv7-32j3-896w/GHSA-fwv7-32j3-896w.json b/advisories/unreviewed/2021/12/GHSA-fwv7-32j3-896w/GHSA-fwv7-32j3-896w.json index aa9f755db1d..01b18e52f17 100644 --- a/advisories/unreviewed/2021/12/GHSA-fwv7-32j3-896w/GHSA-fwv7-32j3-896w.json +++ b/advisories/unreviewed/2021/12/GHSA-fwv7-32j3-896w/GHSA-fwv7-32j3-896w.json @@ -7,12 +7,8 @@ "CVE-2021-44876" ], "details": "Dalmark Systems Systeam 2.22.8 build 1724 is vulnerable to User enumeration. The Systeam application is an ERP system that uses a mixed architecture based on SaaS tenant and user management, and on-premise database and web application counterparts. This issue occurs during the identification of the correct tenant for a given user, where a difference in messages could allow an attacker to determine if the given user is valid or not, enabling a brute force attack with valid users.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-j6x7-fxx2-259p/GHSA-j6x7-fxx2-259p.json b/advisories/unreviewed/2021/12/GHSA-j6x7-fxx2-259p/GHSA-j6x7-fxx2-259p.json index 801f28b6458..d23b194855a 100644 --- a/advisories/unreviewed/2021/12/GHSA-j6x7-fxx2-259p/GHSA-j6x7-fxx2-259p.json +++ b/advisories/unreviewed/2021/12/GHSA-j6x7-fxx2-259p/GHSA-j6x7-fxx2-259p.json @@ -7,12 +7,8 @@ "CVE-2021-44918" ], "details": "A Null Pointer Dereference vulnerability exists in gpac 1.1.0 in the gf_node_get_field function, which can cause a segmentation fault and application crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-mcjm-q5m8-3xx2/GHSA-mcjm-q5m8-3xx2.json b/advisories/unreviewed/2021/12/GHSA-mcjm-q5m8-3xx2/GHSA-mcjm-q5m8-3xx2.json index 747ccd4c7d5..90bb9563323 100644 --- a/advisories/unreviewed/2021/12/GHSA-mcjm-q5m8-3xx2/GHSA-mcjm-q5m8-3xx2.json +++ b/advisories/unreviewed/2021/12/GHSA-mcjm-q5m8-3xx2/GHSA-mcjm-q5m8-3xx2.json @@ -7,12 +7,8 @@ "CVE-2021-45293" ], "details": "A Denial of Service vulnerability exists in Binaryen 103 due to an Invalid memory address dereference in wasm::WasmBinaryBuilder::visitLet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-qc3g-2wrf-8fcw/GHSA-qc3g-2wrf-8fcw.json b/advisories/unreviewed/2021/12/GHSA-qc3g-2wrf-8fcw/GHSA-qc3g-2wrf-8fcw.json index 9accbb06fa5..15c1e6535b8 100644 --- a/advisories/unreviewed/2021/12/GHSA-qc3g-2wrf-8fcw/GHSA-qc3g-2wrf-8fcw.json +++ b/advisories/unreviewed/2021/12/GHSA-qc3g-2wrf-8fcw/GHSA-qc3g-2wrf-8fcw.json @@ -7,12 +7,8 @@ "CVE-2021-44207" ], "details": "Acclaim USAHERDS through 7.4.0.1 uses hard-coded credentials.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-rg5h-fxw6-hp6r/GHSA-rg5h-fxw6-hp6r.json b/advisories/unreviewed/2021/12/GHSA-rg5h-fxw6-hp6r/GHSA-rg5h-fxw6-hp6r.json index 77085fc8d4a..f07771e7d88 100644 --- a/advisories/unreviewed/2021/12/GHSA-rg5h-fxw6-hp6r/GHSA-rg5h-fxw6-hp6r.json +++ b/advisories/unreviewed/2021/12/GHSA-rg5h-fxw6-hp6r/GHSA-rg5h-fxw6-hp6r.json @@ -7,12 +7,8 @@ "CVE-2021-45288" ], "details": "A Double Free vulnerability exists in filedump.c in GPAC 1.0.1, which could cause a Denail of Service via a crafted file in the MP4Box command.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-w5w7-4fmr-r9gv/GHSA-w5w7-4fmr-r9gv.json b/advisories/unreviewed/2021/12/GHSA-w5w7-4fmr-r9gv/GHSA-w5w7-4fmr-r9gv.json index 614b80f6e5f..b26102c302d 100644 --- a/advisories/unreviewed/2021/12/GHSA-w5w7-4fmr-r9gv/GHSA-w5w7-4fmr-r9gv.json +++ b/advisories/unreviewed/2021/12/GHSA-w5w7-4fmr-r9gv/GHSA-w5w7-4fmr-r9gv.json @@ -7,12 +7,8 @@ "CVE-2021-44874" ], "details": "Dalmark Systems Systeam 2.22.8 build 1724 is vulnerable to Insecure design on report build via SQL query. The Systeam application is an ERP system that uses a mixed architecture based on SaaS tenant and user management, and on-premise database and web application counterparts. The bi report module exposes direct SQL commands via POST data in order to select data for report generation. A malicious actor can use the bi report endpoint as a direct SQL prompt under the authenticated user.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-wwxc-q95q-9vh6/GHSA-wwxc-q95q-9vh6.json b/advisories/unreviewed/2021/12/GHSA-wwxc-q95q-9vh6/GHSA-wwxc-q95q-9vh6.json index c1badac2608..425df0c6001 100644 --- a/advisories/unreviewed/2021/12/GHSA-wwxc-q95q-9vh6/GHSA-wwxc-q95q-9vh6.json +++ b/advisories/unreviewed/2021/12/GHSA-wwxc-q95q-9vh6/GHSA-wwxc-q95q-9vh6.json @@ -7,12 +7,8 @@ "CVE-2021-44924" ], "details": "An infinite loop vulnerability exists in gpac 1.1.0 in the gf_log function, which causes a Denial of Service.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-xxf4-cqmv-x4mh/GHSA-xxf4-cqmv-x4mh.json b/advisories/unreviewed/2021/12/GHSA-xxf4-cqmv-x4mh/GHSA-xxf4-cqmv-x4mh.json index 0a1fe9ee81f..7c11c4c81c0 100644 --- a/advisories/unreviewed/2021/12/GHSA-xxf4-cqmv-x4mh/GHSA-xxf4-cqmv-x4mh.json +++ b/advisories/unreviewed/2021/12/GHSA-xxf4-cqmv-x4mh/GHSA-xxf4-cqmv-x4mh.json @@ -7,12 +7,8 @@ "CVE-2021-44921" ], "details": "A null pointer dereference vulnerability exists in gpac 1.1.0 in the gf_isom_parse_movie_boxes_internal function, which causes a segmentation fault and application crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-54q6-7p8p-rgqr/GHSA-54q6-7p8p-rgqr.json b/advisories/unreviewed/2022/01/GHSA-54q6-7p8p-rgqr/GHSA-54q6-7p8p-rgqr.json index 086fd2f2483..e8a9cf9d49d 100644 --- a/advisories/unreviewed/2022/01/GHSA-54q6-7p8p-rgqr/GHSA-54q6-7p8p-rgqr.json +++ b/advisories/unreviewed/2022/01/GHSA-54q6-7p8p-rgqr/GHSA-54q6-7p8p-rgqr.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/04/GHSA-52p4-cqpv-xm5j/GHSA-52p4-cqpv-xm5j.json b/advisories/unreviewed/2022/04/GHSA-52p4-cqpv-xm5j/GHSA-52p4-cqpv-xm5j.json index bcccdec0aa2..8cfa3b93e06 100644 --- a/advisories/unreviewed/2022/04/GHSA-52p4-cqpv-xm5j/GHSA-52p4-cqpv-xm5j.json +++ b/advisories/unreviewed/2022/04/GHSA-52p4-cqpv-xm5j/GHSA-52p4-cqpv-xm5j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-mq95-27mr-xgrh/GHSA-mq95-27mr-xgrh.json b/advisories/unreviewed/2022/04/GHSA-mq95-27mr-xgrh/GHSA-mq95-27mr-xgrh.json index 1f1c0f0f6d8..a0e8e692a70 100644 --- a/advisories/unreviewed/2022/04/GHSA-mq95-27mr-xgrh/GHSA-mq95-27mr-xgrh.json +++ b/advisories/unreviewed/2022/04/GHSA-mq95-27mr-xgrh/GHSA-mq95-27mr-xgrh.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/05/GHSA-222r-h4fw-7xv3/GHSA-222r-h4fw-7xv3.json b/advisories/unreviewed/2022/05/GHSA-222r-h4fw-7xv3/GHSA-222r-h4fw-7xv3.json index 2fcec754b1a..892e2a65ef5 100644 --- a/advisories/unreviewed/2022/05/GHSA-222r-h4fw-7xv3/GHSA-222r-h4fw-7xv3.json +++ b/advisories/unreviewed/2022/05/GHSA-222r-h4fw-7xv3/GHSA-222r-h4fw-7xv3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "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/2022/05/GHSA-22cc-5v95-5pqq/GHSA-22cc-5v95-5pqq.json b/advisories/unreviewed/2022/05/GHSA-22cc-5v95-5pqq/GHSA-22cc-5v95-5pqq.json index 61613fb8bf3..734a2565ac5 100644 --- a/advisories/unreviewed/2022/05/GHSA-22cc-5v95-5pqq/GHSA-22cc-5v95-5pqq.json +++ b/advisories/unreviewed/2022/05/GHSA-22cc-5v95-5pqq/GHSA-22cc-5v95-5pqq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/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/05/GHSA-22hx-9864-2fvh/GHSA-22hx-9864-2fvh.json b/advisories/unreviewed/2022/05/GHSA-22hx-9864-2fvh/GHSA-22hx-9864-2fvh.json index 7691e30c684..2968a3fef67 100644 --- a/advisories/unreviewed/2022/05/GHSA-22hx-9864-2fvh/GHSA-22hx-9864-2fvh.json +++ b/advisories/unreviewed/2022/05/GHSA-22hx-9864-2fvh/GHSA-22hx-9864-2fvh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-22qr-vprq-hjw2/GHSA-22qr-vprq-hjw2.json b/advisories/unreviewed/2022/05/GHSA-22qr-vprq-hjw2/GHSA-22qr-vprq-hjw2.json index 00ffce670d0..ce479a1c32e 100644 --- a/advisories/unreviewed/2022/05/GHSA-22qr-vprq-hjw2/GHSA-22qr-vprq-hjw2.json +++ b/advisories/unreviewed/2022/05/GHSA-22qr-vprq-hjw2/GHSA-22qr-vprq-hjw2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-22wj-vpf8-3m9x/GHSA-22wj-vpf8-3m9x.json b/advisories/unreviewed/2022/05/GHSA-22wj-vpf8-3m9x/GHSA-22wj-vpf8-3m9x.json index ad316b31c9a..ae2c7e0a3ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-22wj-vpf8-3m9x/GHSA-22wj-vpf8-3m9x.json +++ b/advisories/unreviewed/2022/05/GHSA-22wj-vpf8-3m9x/GHSA-22wj-vpf8-3m9x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/2022/05/GHSA-2343-rx97-48x3/GHSA-2343-rx97-48x3.json b/advisories/unreviewed/2022/05/GHSA-2343-rx97-48x3/GHSA-2343-rx97-48x3.json index 05437ad5c40..c776a4c814a 100644 --- a/advisories/unreviewed/2022/05/GHSA-2343-rx97-48x3/GHSA-2343-rx97-48x3.json +++ b/advisories/unreviewed/2022/05/GHSA-2343-rx97-48x3/GHSA-2343-rx97-48x3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-2374-xjj3-xj59/GHSA-2374-xjj3-xj59.json b/advisories/unreviewed/2022/05/GHSA-2374-xjj3-xj59/GHSA-2374-xjj3-xj59.json index a51c41f6a2d..6f1db41c95f 100644 --- a/advisories/unreviewed/2022/05/GHSA-2374-xjj3-xj59/GHSA-2374-xjj3-xj59.json +++ b/advisories/unreviewed/2022/05/GHSA-2374-xjj3-xj59/GHSA-2374-xjj3-xj59.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2396-h4jp-vpjg/GHSA-2396-h4jp-vpjg.json b/advisories/unreviewed/2022/05/GHSA-2396-h4jp-vpjg/GHSA-2396-h4jp-vpjg.json index e3c49a3e540..d9eca7b4524 100644 --- a/advisories/unreviewed/2022/05/GHSA-2396-h4jp-vpjg/GHSA-2396-h4jp-vpjg.json +++ b/advisories/unreviewed/2022/05/GHSA-2396-h4jp-vpjg/GHSA-2396-h4jp-vpjg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-23cr-5p5j-334x/GHSA-23cr-5p5j-334x.json b/advisories/unreviewed/2022/05/GHSA-23cr-5p5j-334x/GHSA-23cr-5p5j-334x.json index 96e2489db60..5478daa162b 100644 --- a/advisories/unreviewed/2022/05/GHSA-23cr-5p5j-334x/GHSA-23cr-5p5j-334x.json +++ b/advisories/unreviewed/2022/05/GHSA-23cr-5p5j-334x/GHSA-23cr-5p5j-334x.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/2022/05/GHSA-23wj-r557-8c5p/GHSA-23wj-r557-8c5p.json b/advisories/unreviewed/2022/05/GHSA-23wj-r557-8c5p/GHSA-23wj-r557-8c5p.json index 3af6380d3c4..3e9f53d63b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-23wj-r557-8c5p/GHSA-23wj-r557-8c5p.json +++ b/advisories/unreviewed/2022/05/GHSA-23wj-r557-8c5p/GHSA-23wj-r557-8c5p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-24fx-v9pv-mr36/GHSA-24fx-v9pv-mr36.json b/advisories/unreviewed/2022/05/GHSA-24fx-v9pv-mr36/GHSA-24fx-v9pv-mr36.json index b7534bcd61a..c983bee8a27 100644 --- a/advisories/unreviewed/2022/05/GHSA-24fx-v9pv-mr36/GHSA-24fx-v9pv-mr36.json +++ b/advisories/unreviewed/2022/05/GHSA-24fx-v9pv-mr36/GHSA-24fx-v9pv-mr36.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-24g6-h5ch-r4vh/GHSA-24g6-h5ch-r4vh.json b/advisories/unreviewed/2022/05/GHSA-24g6-h5ch-r4vh/GHSA-24g6-h5ch-r4vh.json index 1a35b49b20c..d0a25917710 100644 --- a/advisories/unreviewed/2022/05/GHSA-24g6-h5ch-r4vh/GHSA-24g6-h5ch-r4vh.json +++ b/advisories/unreviewed/2022/05/GHSA-24g6-h5ch-r4vh/GHSA-24g6-h5ch-r4vh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-24vq-74h7-jvmq/GHSA-24vq-74h7-jvmq.json b/advisories/unreviewed/2022/05/GHSA-24vq-74h7-jvmq/GHSA-24vq-74h7-jvmq.json index 1ea7bddcd16..10604b5e832 100644 --- a/advisories/unreviewed/2022/05/GHSA-24vq-74h7-jvmq/GHSA-24vq-74h7-jvmq.json +++ b/advisories/unreviewed/2022/05/GHSA-24vq-74h7-jvmq/GHSA-24vq-74h7-jvmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-25v2-jc2r-qvqg/GHSA-25v2-jc2r-qvqg.json b/advisories/unreviewed/2022/05/GHSA-25v2-jc2r-qvqg/GHSA-25v2-jc2r-qvqg.json index 844e090d3f9..6ac9300cf07 100644 --- a/advisories/unreviewed/2022/05/GHSA-25v2-jc2r-qvqg/GHSA-25v2-jc2r-qvqg.json +++ b/advisories/unreviewed/2022/05/GHSA-25v2-jc2r-qvqg/GHSA-25v2-jc2r-qvqg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-26pg-vhv9-6fgm/GHSA-26pg-vhv9-6fgm.json b/advisories/unreviewed/2022/05/GHSA-26pg-vhv9-6fgm/GHSA-26pg-vhv9-6fgm.json index 777c4dcb4de..f5df035231d 100644 --- a/advisories/unreviewed/2022/05/GHSA-26pg-vhv9-6fgm/GHSA-26pg-vhv9-6fgm.json +++ b/advisories/unreviewed/2022/05/GHSA-26pg-vhv9-6fgm/GHSA-26pg-vhv9-6fgm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-27cv-whxj-627j/GHSA-27cv-whxj-627j.json b/advisories/unreviewed/2022/05/GHSA-27cv-whxj-627j/GHSA-27cv-whxj-627j.json index d04859d0ff7..bb5f446bb2f 100644 --- a/advisories/unreviewed/2022/05/GHSA-27cv-whxj-627j/GHSA-27cv-whxj-627j.json +++ b/advisories/unreviewed/2022/05/GHSA-27cv-whxj-627j/GHSA-27cv-whxj-627j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-294x-764g-q87f/GHSA-294x-764g-q87f.json b/advisories/unreviewed/2022/05/GHSA-294x-764g-q87f/GHSA-294x-764g-q87f.json index 6b6eef86d19..bb0303cdf29 100644 --- a/advisories/unreviewed/2022/05/GHSA-294x-764g-q87f/GHSA-294x-764g-q87f.json +++ b/advisories/unreviewed/2022/05/GHSA-294x-764g-q87f/GHSA-294x-764g-q87f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-298v-7gc3-86vj/GHSA-298v-7gc3-86vj.json b/advisories/unreviewed/2022/05/GHSA-298v-7gc3-86vj/GHSA-298v-7gc3-86vj.json index 79f07d90f5d..840e81b941e 100644 --- a/advisories/unreviewed/2022/05/GHSA-298v-7gc3-86vj/GHSA-298v-7gc3-86vj.json +++ b/advisories/unreviewed/2022/05/GHSA-298v-7gc3-86vj/GHSA-298v-7gc3-86vj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-2f48-8wg7-854w/GHSA-2f48-8wg7-854w.json b/advisories/unreviewed/2022/05/GHSA-2f48-8wg7-854w/GHSA-2f48-8wg7-854w.json index 4f179ad320c..979b2207418 100644 --- a/advisories/unreviewed/2022/05/GHSA-2f48-8wg7-854w/GHSA-2f48-8wg7-854w.json +++ b/advisories/unreviewed/2022/05/GHSA-2f48-8wg7-854w/GHSA-2f48-8wg7-854w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2ffm-5c38-5jj6/GHSA-2ffm-5c38-5jj6.json b/advisories/unreviewed/2022/05/GHSA-2ffm-5c38-5jj6/GHSA-2ffm-5c38-5jj6.json index 8af6fe0f971..f5ce59c482d 100644 --- a/advisories/unreviewed/2022/05/GHSA-2ffm-5c38-5jj6/GHSA-2ffm-5c38-5jj6.json +++ b/advisories/unreviewed/2022/05/GHSA-2ffm-5c38-5jj6/GHSA-2ffm-5c38-5jj6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2fwg-qpp6-4fv9/GHSA-2fwg-qpp6-4fv9.json b/advisories/unreviewed/2022/05/GHSA-2fwg-qpp6-4fv9/GHSA-2fwg-qpp6-4fv9.json index 18178937a78..50aa23daf4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-2fwg-qpp6-4fv9/GHSA-2fwg-qpp6-4fv9.json +++ b/advisories/unreviewed/2022/05/GHSA-2fwg-qpp6-4fv9/GHSA-2fwg-qpp6-4fv9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/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/05/GHSA-2g5q-p9pf-crp5/GHSA-2g5q-p9pf-crp5.json b/advisories/unreviewed/2022/05/GHSA-2g5q-p9pf-crp5/GHSA-2g5q-p9pf-crp5.json index c8873df748a..363658871b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-2g5q-p9pf-crp5/GHSA-2g5q-p9pf-crp5.json +++ b/advisories/unreviewed/2022/05/GHSA-2g5q-p9pf-crp5/GHSA-2g5q-p9pf-crp5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2gmf-r36r-hhcw/GHSA-2gmf-r36r-hhcw.json b/advisories/unreviewed/2022/05/GHSA-2gmf-r36r-hhcw/GHSA-2gmf-r36r-hhcw.json index ed8fffdc569..ec95d3bea98 100644 --- a/advisories/unreviewed/2022/05/GHSA-2gmf-r36r-hhcw/GHSA-2gmf-r36r-hhcw.json +++ b/advisories/unreviewed/2022/05/GHSA-2gmf-r36r-hhcw/GHSA-2gmf-r36r-hhcw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2h87-2x7p-9fjq/GHSA-2h87-2x7p-9fjq.json b/advisories/unreviewed/2022/05/GHSA-2h87-2x7p-9fjq/GHSA-2h87-2x7p-9fjq.json index 74b3979ede4..d50dbad04f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-2h87-2x7p-9fjq/GHSA-2h87-2x7p-9fjq.json +++ b/advisories/unreviewed/2022/05/GHSA-2h87-2x7p-9fjq/GHSA-2h87-2x7p-9fjq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/2022/05/GHSA-2hh5-jxwx-3pwr/GHSA-2hh5-jxwx-3pwr.json b/advisories/unreviewed/2022/05/GHSA-2hh5-jxwx-3pwr/GHSA-2hh5-jxwx-3pwr.json index e1227b3ad7e..237e41935b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-2hh5-jxwx-3pwr/GHSA-2hh5-jxwx-3pwr.json +++ b/advisories/unreviewed/2022/05/GHSA-2hh5-jxwx-3pwr/GHSA-2hh5-jxwx-3pwr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2hpw-4q62-mrj4/GHSA-2hpw-4q62-mrj4.json b/advisories/unreviewed/2022/05/GHSA-2hpw-4q62-mrj4/GHSA-2hpw-4q62-mrj4.json index c9fb81f5342..aa1bb722131 100644 --- a/advisories/unreviewed/2022/05/GHSA-2hpw-4q62-mrj4/GHSA-2hpw-4q62-mrj4.json +++ b/advisories/unreviewed/2022/05/GHSA-2hpw-4q62-mrj4/GHSA-2hpw-4q62-mrj4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2jc5-4g6p-2928/GHSA-2jc5-4g6p-2928.json b/advisories/unreviewed/2022/05/GHSA-2jc5-4g6p-2928/GHSA-2jc5-4g6p-2928.json index c8d99c4c2fd..1298d644a3a 100644 --- a/advisories/unreviewed/2022/05/GHSA-2jc5-4g6p-2928/GHSA-2jc5-4g6p-2928.json +++ b/advisories/unreviewed/2022/05/GHSA-2jc5-4g6p-2928/GHSA-2jc5-4g6p-2928.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2jfh-4p44-fmf6/GHSA-2jfh-4p44-fmf6.json b/advisories/unreviewed/2022/05/GHSA-2jfh-4p44-fmf6/GHSA-2jfh-4p44-fmf6.json index 3f690dbffb1..d798cb11716 100644 --- a/advisories/unreviewed/2022/05/GHSA-2jfh-4p44-fmf6/GHSA-2jfh-4p44-fmf6.json +++ b/advisories/unreviewed/2022/05/GHSA-2jfh-4p44-fmf6/GHSA-2jfh-4p44-fmf6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2jjh-g3f8-fcmf/GHSA-2jjh-g3f8-fcmf.json b/advisories/unreviewed/2022/05/GHSA-2jjh-g3f8-fcmf/GHSA-2jjh-g3f8-fcmf.json index 0ed28f37dbe..fc454ef8196 100644 --- a/advisories/unreviewed/2022/05/GHSA-2jjh-g3f8-fcmf/GHSA-2jjh-g3f8-fcmf.json +++ b/advisories/unreviewed/2022/05/GHSA-2jjh-g3f8-fcmf/GHSA-2jjh-g3f8-fcmf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-2m58-mxxr-fwgc/GHSA-2m58-mxxr-fwgc.json b/advisories/unreviewed/2022/05/GHSA-2m58-mxxr-fwgc/GHSA-2m58-mxxr-fwgc.json index 1e7852279bc..6111ba37a8e 100644 --- a/advisories/unreviewed/2022/05/GHSA-2m58-mxxr-fwgc/GHSA-2m58-mxxr-fwgc.json +++ b/advisories/unreviewed/2022/05/GHSA-2m58-mxxr-fwgc/GHSA-2m58-mxxr-fwgc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-2m72-4x6w-fqpx/GHSA-2m72-4x6w-fqpx.json b/advisories/unreviewed/2022/05/GHSA-2m72-4x6w-fqpx/GHSA-2m72-4x6w-fqpx.json index 4b84df308ba..637518cb6ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-2m72-4x6w-fqpx/GHSA-2m72-4x6w-fqpx.json +++ b/advisories/unreviewed/2022/05/GHSA-2m72-4x6w-fqpx/GHSA-2m72-4x6w-fqpx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2mp3-mchr-79rx/GHSA-2mp3-mchr-79rx.json b/advisories/unreviewed/2022/05/GHSA-2mp3-mchr-79rx/GHSA-2mp3-mchr-79rx.json index ee2ae72a17a..53ea81c6f04 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mp3-mchr-79rx/GHSA-2mp3-mchr-79rx.json +++ b/advisories/unreviewed/2022/05/GHSA-2mp3-mchr-79rx/GHSA-2mp3-mchr-79rx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2mq6-rxq2-qgxv/GHSA-2mq6-rxq2-qgxv.json b/advisories/unreviewed/2022/05/GHSA-2mq6-rxq2-qgxv/GHSA-2mq6-rxq2-qgxv.json index a52e8cfa2fd..1115e714d22 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mq6-rxq2-qgxv/GHSA-2mq6-rxq2-qgxv.json +++ b/advisories/unreviewed/2022/05/GHSA-2mq6-rxq2-qgxv/GHSA-2mq6-rxq2-qgxv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2px5-5x79-9wwj/GHSA-2px5-5x79-9wwj.json b/advisories/unreviewed/2022/05/GHSA-2px5-5x79-9wwj/GHSA-2px5-5x79-9wwj.json index cf8bb59a284..57eaee5e546 100644 --- a/advisories/unreviewed/2022/05/GHSA-2px5-5x79-9wwj/GHSA-2px5-5x79-9wwj.json +++ b/advisories/unreviewed/2022/05/GHSA-2px5-5x79-9wwj/GHSA-2px5-5x79-9wwj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2q23-qqp9-x7xw/GHSA-2q23-qqp9-x7xw.json b/advisories/unreviewed/2022/05/GHSA-2q23-qqp9-x7xw/GHSA-2q23-qqp9-x7xw.json index 956d15bf8cd..9176fd1fb43 100644 --- a/advisories/unreviewed/2022/05/GHSA-2q23-qqp9-x7xw/GHSA-2q23-qqp9-x7xw.json +++ b/advisories/unreviewed/2022/05/GHSA-2q23-qqp9-x7xw/GHSA-2q23-qqp9-x7xw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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/2022/05/GHSA-2qcm-cv9r-3v6h/GHSA-2qcm-cv9r-3v6h.json b/advisories/unreviewed/2022/05/GHSA-2qcm-cv9r-3v6h/GHSA-2qcm-cv9r-3v6h.json index c8f8560a8ed..86c2e9a708c 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qcm-cv9r-3v6h/GHSA-2qcm-cv9r-3v6h.json +++ b/advisories/unreviewed/2022/05/GHSA-2qcm-cv9r-3v6h/GHSA-2qcm-cv9r-3v6h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2qcr-3675-pfx5/GHSA-2qcr-3675-pfx5.json b/advisories/unreviewed/2022/05/GHSA-2qcr-3675-pfx5/GHSA-2qcr-3675-pfx5.json index 860ab34d00a..205f3af478f 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qcr-3675-pfx5/GHSA-2qcr-3675-pfx5.json +++ b/advisories/unreviewed/2022/05/GHSA-2qcr-3675-pfx5/GHSA-2qcr-3675-pfx5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2qfq-rj6x-2x3r/GHSA-2qfq-rj6x-2x3r.json b/advisories/unreviewed/2022/05/GHSA-2qfq-rj6x-2x3r/GHSA-2qfq-rj6x-2x3r.json index c63e81e0e67..3c521a7de0a 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qfq-rj6x-2x3r/GHSA-2qfq-rj6x-2x3r.json +++ b/advisories/unreviewed/2022/05/GHSA-2qfq-rj6x-2x3r/GHSA-2qfq-rj6x-2x3r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-2vhw-3h86-29h4/GHSA-2vhw-3h86-29h4.json b/advisories/unreviewed/2022/05/GHSA-2vhw-3h86-29h4/GHSA-2vhw-3h86-29h4.json index 7ee1ffca2ab..0f7aa183911 100644 --- a/advisories/unreviewed/2022/05/GHSA-2vhw-3h86-29h4/GHSA-2vhw-3h86-29h4.json +++ b/advisories/unreviewed/2022/05/GHSA-2vhw-3h86-29h4/GHSA-2vhw-3h86-29h4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "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/2022/05/GHSA-2vpv-3c94-j6hf/GHSA-2vpv-3c94-j6hf.json b/advisories/unreviewed/2022/05/GHSA-2vpv-3c94-j6hf/GHSA-2vpv-3c94-j6hf.json index bf62f216a9e..b033c049345 100644 --- a/advisories/unreviewed/2022/05/GHSA-2vpv-3c94-j6hf/GHSA-2vpv-3c94-j6hf.json +++ b/advisories/unreviewed/2022/05/GHSA-2vpv-3c94-j6hf/GHSA-2vpv-3c94-j6hf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2w6g-rjx6-85cp/GHSA-2w6g-rjx6-85cp.json b/advisories/unreviewed/2022/05/GHSA-2w6g-rjx6-85cp/GHSA-2w6g-rjx6-85cp.json index e4d849a39e1..a955c27a3aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-2w6g-rjx6-85cp/GHSA-2w6g-rjx6-85cp.json +++ b/advisories/unreviewed/2022/05/GHSA-2w6g-rjx6-85cp/GHSA-2w6g-rjx6-85cp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2w6w-2wj5-6r35/GHSA-2w6w-2wj5-6r35.json b/advisories/unreviewed/2022/05/GHSA-2w6w-2wj5-6r35/GHSA-2w6w-2wj5-6r35.json index 810b226ae88..2432100cdc7 100644 --- a/advisories/unreviewed/2022/05/GHSA-2w6w-2wj5-6r35/GHSA-2w6w-2wj5-6r35.json +++ b/advisories/unreviewed/2022/05/GHSA-2w6w-2wj5-6r35/GHSA-2w6w-2wj5-6r35.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2wfx-593f-j3xw/GHSA-2wfx-593f-j3xw.json b/advisories/unreviewed/2022/05/GHSA-2wfx-593f-j3xw/GHSA-2wfx-593f-j3xw.json index dca9ac29b31..930aed41892 100644 --- a/advisories/unreviewed/2022/05/GHSA-2wfx-593f-j3xw/GHSA-2wfx-593f-j3xw.json +++ b/advisories/unreviewed/2022/05/GHSA-2wfx-593f-j3xw/GHSA-2wfx-593f-j3xw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-2wh9-3rpj-fmj7/GHSA-2wh9-3rpj-fmj7.json b/advisories/unreviewed/2022/05/GHSA-2wh9-3rpj-fmj7/GHSA-2wh9-3rpj-fmj7.json index 5062dbe2f05..ea7e725d55a 100644 --- a/advisories/unreviewed/2022/05/GHSA-2wh9-3rpj-fmj7/GHSA-2wh9-3rpj-fmj7.json +++ b/advisories/unreviewed/2022/05/GHSA-2wh9-3rpj-fmj7/GHSA-2wh9-3rpj-fmj7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-2x7q-53h6-xvhj/GHSA-2x7q-53h6-xvhj.json b/advisories/unreviewed/2022/05/GHSA-2x7q-53h6-xvhj/GHSA-2x7q-53h6-xvhj.json index 5a0f615d5ab..3e8ee6f6e8a 100644 --- a/advisories/unreviewed/2022/05/GHSA-2x7q-53h6-xvhj/GHSA-2x7q-53h6-xvhj.json +++ b/advisories/unreviewed/2022/05/GHSA-2x7q-53h6-xvhj/GHSA-2x7q-53h6-xvhj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-2xc5-4m2p-gqwv/GHSA-2xc5-4m2p-gqwv.json b/advisories/unreviewed/2022/05/GHSA-2xc5-4m2p-gqwv/GHSA-2xc5-4m2p-gqwv.json index 50d8d5a6392..e632dc00ad8 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xc5-4m2p-gqwv/GHSA-2xc5-4m2p-gqwv.json +++ b/advisories/unreviewed/2022/05/GHSA-2xc5-4m2p-gqwv/GHSA-2xc5-4m2p-gqwv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-2xfm-gvc3-jcp7/GHSA-2xfm-gvc3-jcp7.json b/advisories/unreviewed/2022/05/GHSA-2xfm-gvc3-jcp7/GHSA-2xfm-gvc3-jcp7.json index 284096c74be..964f8b37dae 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xfm-gvc3-jcp7/GHSA-2xfm-gvc3-jcp7.json +++ b/advisories/unreviewed/2022/05/GHSA-2xfm-gvc3-jcp7/GHSA-2xfm-gvc3-jcp7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2xj7-mfw6-mfvm/GHSA-2xj7-mfw6-mfvm.json b/advisories/unreviewed/2022/05/GHSA-2xj7-mfw6-mfvm/GHSA-2xj7-mfw6-mfvm.json index cf514979e07..3806d2eeb84 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xj7-mfw6-mfvm/GHSA-2xj7-mfw6-mfvm.json +++ b/advisories/unreviewed/2022/05/GHSA-2xj7-mfw6-mfvm/GHSA-2xj7-mfw6-mfvm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2xpr-38wh-m8g5/GHSA-2xpr-38wh-m8g5.json b/advisories/unreviewed/2022/05/GHSA-2xpr-38wh-m8g5/GHSA-2xpr-38wh-m8g5.json index d41366bcefa..f445e2fe3c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xpr-38wh-m8g5/GHSA-2xpr-38wh-m8g5.json +++ b/advisories/unreviewed/2022/05/GHSA-2xpr-38wh-m8g5/GHSA-2xpr-38wh-m8g5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-324x-pjvq-jjf7/GHSA-324x-pjvq-jjf7.json b/advisories/unreviewed/2022/05/GHSA-324x-pjvq-jjf7/GHSA-324x-pjvq-jjf7.json index 226a75bfafe..9788158f7db 100644 --- a/advisories/unreviewed/2022/05/GHSA-324x-pjvq-jjf7/GHSA-324x-pjvq-jjf7.json +++ b/advisories/unreviewed/2022/05/GHSA-324x-pjvq-jjf7/GHSA-324x-pjvq-jjf7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-328m-hvwm-m425/GHSA-328m-hvwm-m425.json b/advisories/unreviewed/2022/05/GHSA-328m-hvwm-m425/GHSA-328m-hvwm-m425.json index b7b76faed67..5e738b02951 100644 --- a/advisories/unreviewed/2022/05/GHSA-328m-hvwm-m425/GHSA-328m-hvwm-m425.json +++ b/advisories/unreviewed/2022/05/GHSA-328m-hvwm-m425/GHSA-328m-hvwm-m425.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -99,9 +97,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3377-vrhc-fxf7/GHSA-3377-vrhc-fxf7.json b/advisories/unreviewed/2022/05/GHSA-3377-vrhc-fxf7/GHSA-3377-vrhc-fxf7.json index 6249467ee23..fa0a9cc64a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-3377-vrhc-fxf7/GHSA-3377-vrhc-fxf7.json +++ b/advisories/unreviewed/2022/05/GHSA-3377-vrhc-fxf7/GHSA-3377-vrhc-fxf7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/05/GHSA-33mf-v24m-432m/GHSA-33mf-v24m-432m.json b/advisories/unreviewed/2022/05/GHSA-33mf-v24m-432m/GHSA-33mf-v24m-432m.json index 2929206b20d..6ddbe74f32d 100644 --- a/advisories/unreviewed/2022/05/GHSA-33mf-v24m-432m/GHSA-33mf-v24m-432m.json +++ b/advisories/unreviewed/2022/05/GHSA-33mf-v24m-432m/GHSA-33mf-v24m-432m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-33mm-q6vp-mvmv/GHSA-33mm-q6vp-mvmv.json b/advisories/unreviewed/2022/05/GHSA-33mm-q6vp-mvmv/GHSA-33mm-q6vp-mvmv.json index a51dc787493..1801d49a1db 100644 --- a/advisories/unreviewed/2022/05/GHSA-33mm-q6vp-mvmv/GHSA-33mm-q6vp-mvmv.json +++ b/advisories/unreviewed/2022/05/GHSA-33mm-q6vp-mvmv/GHSA-33mm-q6vp-mvmv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-33r8-p23p-5pwc/GHSA-33r8-p23p-5pwc.json b/advisories/unreviewed/2022/05/GHSA-33r8-p23p-5pwc/GHSA-33r8-p23p-5pwc.json index 25439726fbd..93584fc2e74 100644 --- a/advisories/unreviewed/2022/05/GHSA-33r8-p23p-5pwc/GHSA-33r8-p23p-5pwc.json +++ b/advisories/unreviewed/2022/05/GHSA-33r8-p23p-5pwc/GHSA-33r8-p23p-5pwc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-33rp-g78f-jw6r/GHSA-33rp-g78f-jw6r.json b/advisories/unreviewed/2022/05/GHSA-33rp-g78f-jw6r/GHSA-33rp-g78f-jw6r.json index f000d297edb..4c45992aba3 100644 --- a/advisories/unreviewed/2022/05/GHSA-33rp-g78f-jw6r/GHSA-33rp-g78f-jw6r.json +++ b/advisories/unreviewed/2022/05/GHSA-33rp-g78f-jw6r/GHSA-33rp-g78f-jw6r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3457-q8h8-jg99/GHSA-3457-q8h8-jg99.json b/advisories/unreviewed/2022/05/GHSA-3457-q8h8-jg99/GHSA-3457-q8h8-jg99.json index 11b8ff9cbb1..b10f3bcfcef 100644 --- a/advisories/unreviewed/2022/05/GHSA-3457-q8h8-jg99/GHSA-3457-q8h8-jg99.json +++ b/advisories/unreviewed/2022/05/GHSA-3457-q8h8-jg99/GHSA-3457-q8h8-jg99.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3469-hfcp-mxrp/GHSA-3469-hfcp-mxrp.json b/advisories/unreviewed/2022/05/GHSA-3469-hfcp-mxrp/GHSA-3469-hfcp-mxrp.json index 525a8ceac8b..162eee7e6ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-3469-hfcp-mxrp/GHSA-3469-hfcp-mxrp.json +++ b/advisories/unreviewed/2022/05/GHSA-3469-hfcp-mxrp/GHSA-3469-hfcp-mxrp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-34gm-4qqx-g892/GHSA-34gm-4qqx-g892.json b/advisories/unreviewed/2022/05/GHSA-34gm-4qqx-g892/GHSA-34gm-4qqx-g892.json index acc29c08b34..e03093e4bd5 100644 --- a/advisories/unreviewed/2022/05/GHSA-34gm-4qqx-g892/GHSA-34gm-4qqx-g892.json +++ b/advisories/unreviewed/2022/05/GHSA-34gm-4qqx-g892/GHSA-34gm-4qqx-g892.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-34gx-cxph-hgc9/GHSA-34gx-cxph-hgc9.json b/advisories/unreviewed/2022/05/GHSA-34gx-cxph-hgc9/GHSA-34gx-cxph-hgc9.json index 76b260b9aaa..eee1a0dc266 100644 --- a/advisories/unreviewed/2022/05/GHSA-34gx-cxph-hgc9/GHSA-34gx-cxph-hgc9.json +++ b/advisories/unreviewed/2022/05/GHSA-34gx-cxph-hgc9/GHSA-34gx-cxph-hgc9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-34vx-pc43-g6xj/GHSA-34vx-pc43-g6xj.json b/advisories/unreviewed/2022/05/GHSA-34vx-pc43-g6xj/GHSA-34vx-pc43-g6xj.json index 8e47fce8717..54d9257004e 100644 --- a/advisories/unreviewed/2022/05/GHSA-34vx-pc43-g6xj/GHSA-34vx-pc43-g6xj.json +++ b/advisories/unreviewed/2022/05/GHSA-34vx-pc43-g6xj/GHSA-34vx-pc43-g6xj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-35xg-8w82-5395/GHSA-35xg-8w82-5395.json b/advisories/unreviewed/2022/05/GHSA-35xg-8w82-5395/GHSA-35xg-8w82-5395.json index f41453ab55e..933ce7ab914 100644 --- a/advisories/unreviewed/2022/05/GHSA-35xg-8w82-5395/GHSA-35xg-8w82-5395.json +++ b/advisories/unreviewed/2022/05/GHSA-35xg-8w82-5395/GHSA-35xg-8w82-5395.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-35xq-75pf-rjwj/GHSA-35xq-75pf-rjwj.json b/advisories/unreviewed/2022/05/GHSA-35xq-75pf-rjwj/GHSA-35xq-75pf-rjwj.json index 7efc817b784..6286b539910 100644 --- a/advisories/unreviewed/2022/05/GHSA-35xq-75pf-rjwj/GHSA-35xq-75pf-rjwj.json +++ b/advisories/unreviewed/2022/05/GHSA-35xq-75pf-rjwj/GHSA-35xq-75pf-rjwj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3635-87f7-gfgj/GHSA-3635-87f7-gfgj.json b/advisories/unreviewed/2022/05/GHSA-3635-87f7-gfgj/GHSA-3635-87f7-gfgj.json index 7b08951639a..ce7c8686498 100644 --- a/advisories/unreviewed/2022/05/GHSA-3635-87f7-gfgj/GHSA-3635-87f7-gfgj.json +++ b/advisories/unreviewed/2022/05/GHSA-3635-87f7-gfgj/GHSA-3635-87f7-gfgj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-372h-988g-f2jx/GHSA-372h-988g-f2jx.json b/advisories/unreviewed/2022/05/GHSA-372h-988g-f2jx/GHSA-372h-988g-f2jx.json index efdc94cc02b..c20849a699e 100644 --- a/advisories/unreviewed/2022/05/GHSA-372h-988g-f2jx/GHSA-372h-988g-f2jx.json +++ b/advisories/unreviewed/2022/05/GHSA-372h-988g-f2jx/GHSA-372h-988g-f2jx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-38x5-6rjp-vc28/GHSA-38x5-6rjp-vc28.json b/advisories/unreviewed/2022/05/GHSA-38x5-6rjp-vc28/GHSA-38x5-6rjp-vc28.json index 57fea20b8af..92f0cdc16c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-38x5-6rjp-vc28/GHSA-38x5-6rjp-vc28.json +++ b/advisories/unreviewed/2022/05/GHSA-38x5-6rjp-vc28/GHSA-38x5-6rjp-vc28.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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/05/GHSA-397j-7mpf-rm74/GHSA-397j-7mpf-rm74.json b/advisories/unreviewed/2022/05/GHSA-397j-7mpf-rm74/GHSA-397j-7mpf-rm74.json index 552c78a7bcb..cd77d77b429 100644 --- a/advisories/unreviewed/2022/05/GHSA-397j-7mpf-rm74/GHSA-397j-7mpf-rm74.json +++ b/advisories/unreviewed/2022/05/GHSA-397j-7mpf-rm74/GHSA-397j-7mpf-rm74.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-39cj-7596-887h/GHSA-39cj-7596-887h.json b/advisories/unreviewed/2022/05/GHSA-39cj-7596-887h/GHSA-39cj-7596-887h.json index 98b71a23baa..7c7b92fed1c 100644 --- a/advisories/unreviewed/2022/05/GHSA-39cj-7596-887h/GHSA-39cj-7596-887h.json +++ b/advisories/unreviewed/2022/05/GHSA-39cj-7596-887h/GHSA-39cj-7596-887h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-39qj-gj64-fx4g/GHSA-39qj-gj64-fx4g.json b/advisories/unreviewed/2022/05/GHSA-39qj-gj64-fx4g/GHSA-39qj-gj64-fx4g.json index 8b86c3e29c4..b466efd6711 100644 --- a/advisories/unreviewed/2022/05/GHSA-39qj-gj64-fx4g/GHSA-39qj-gj64-fx4g.json +++ b/advisories/unreviewed/2022/05/GHSA-39qj-gj64-fx4g/GHSA-39qj-gj64-fx4g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-39v2-r9rw-3qpx/GHSA-39v2-r9rw-3qpx.json b/advisories/unreviewed/2022/05/GHSA-39v2-r9rw-3qpx/GHSA-39v2-r9rw-3qpx.json index 46cb4c45a29..fb1265cb89e 100644 --- a/advisories/unreviewed/2022/05/GHSA-39v2-r9rw-3qpx/GHSA-39v2-r9rw-3qpx.json +++ b/advisories/unreviewed/2022/05/GHSA-39v2-r9rw-3qpx/GHSA-39v2-r9rw-3qpx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-39wp-9wm7-9fxq/GHSA-39wp-9wm7-9fxq.json b/advisories/unreviewed/2022/05/GHSA-39wp-9wm7-9fxq/GHSA-39wp-9wm7-9fxq.json index 3fb6a8e0419..87ad4afb237 100644 --- a/advisories/unreviewed/2022/05/GHSA-39wp-9wm7-9fxq/GHSA-39wp-9wm7-9fxq.json +++ b/advisories/unreviewed/2022/05/GHSA-39wp-9wm7-9fxq/GHSA-39wp-9wm7-9fxq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3c2c-h86v-vq82/GHSA-3c2c-h86v-vq82.json b/advisories/unreviewed/2022/05/GHSA-3c2c-h86v-vq82/GHSA-3c2c-h86v-vq82.json index cf8d786b607..9c83706c071 100644 --- a/advisories/unreviewed/2022/05/GHSA-3c2c-h86v-vq82/GHSA-3c2c-h86v-vq82.json +++ b/advisories/unreviewed/2022/05/GHSA-3c2c-h86v-vq82/GHSA-3c2c-h86v-vq82.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-3cmf-2r4c-r97p/GHSA-3cmf-2r4c-r97p.json b/advisories/unreviewed/2022/05/GHSA-3cmf-2r4c-r97p/GHSA-3cmf-2r4c-r97p.json index f1011b4177a..4b107c3250f 100644 --- a/advisories/unreviewed/2022/05/GHSA-3cmf-2r4c-r97p/GHSA-3cmf-2r4c-r97p.json +++ b/advisories/unreviewed/2022/05/GHSA-3cmf-2r4c-r97p/GHSA-3cmf-2r4c-r97p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3f4j-7hmm-p7m3/GHSA-3f4j-7hmm-p7m3.json b/advisories/unreviewed/2022/05/GHSA-3f4j-7hmm-p7m3/GHSA-3f4j-7hmm-p7m3.json index 16e02a050d5..df76d0545c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-3f4j-7hmm-p7m3/GHSA-3f4j-7hmm-p7m3.json +++ b/advisories/unreviewed/2022/05/GHSA-3f4j-7hmm-p7m3/GHSA-3f4j-7hmm-p7m3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3f65-pmph-3762/GHSA-3f65-pmph-3762.json b/advisories/unreviewed/2022/05/GHSA-3f65-pmph-3762/GHSA-3f65-pmph-3762.json index f611efbd9a4..4fff46696b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-3f65-pmph-3762/GHSA-3f65-pmph-3762.json +++ b/advisories/unreviewed/2022/05/GHSA-3f65-pmph-3762/GHSA-3f65-pmph-3762.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3f92-q4c5-7ppr/GHSA-3f92-q4c5-7ppr.json b/advisories/unreviewed/2022/05/GHSA-3f92-q4c5-7ppr/GHSA-3f92-q4c5-7ppr.json index ffa41d0cada..4de59527848 100644 --- a/advisories/unreviewed/2022/05/GHSA-3f92-q4c5-7ppr/GHSA-3f92-q4c5-7ppr.json +++ b/advisories/unreviewed/2022/05/GHSA-3f92-q4c5-7ppr/GHSA-3f92-q4c5-7ppr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3frq-wfvj-c4fp/GHSA-3frq-wfvj-c4fp.json b/advisories/unreviewed/2022/05/GHSA-3frq-wfvj-c4fp/GHSA-3frq-wfvj-c4fp.json index 1d08771e1da..c6edefff370 100644 --- a/advisories/unreviewed/2022/05/GHSA-3frq-wfvj-c4fp/GHSA-3frq-wfvj-c4fp.json +++ b/advisories/unreviewed/2022/05/GHSA-3frq-wfvj-c4fp/GHSA-3frq-wfvj-c4fp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-3g9x-rvrx-gr8q/GHSA-3g9x-rvrx-gr8q.json b/advisories/unreviewed/2022/05/GHSA-3g9x-rvrx-gr8q/GHSA-3g9x-rvrx-gr8q.json index 000276d125e..c82d5aa2075 100644 --- a/advisories/unreviewed/2022/05/GHSA-3g9x-rvrx-gr8q/GHSA-3g9x-rvrx-gr8q.json +++ b/advisories/unreviewed/2022/05/GHSA-3g9x-rvrx-gr8q/GHSA-3g9x-rvrx-gr8q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3gfv-m98r-3x9r/GHSA-3gfv-m98r-3x9r.json b/advisories/unreviewed/2022/05/GHSA-3gfv-m98r-3x9r/GHSA-3gfv-m98r-3x9r.json index 74b0dc111d0..61358b01aab 100644 --- a/advisories/unreviewed/2022/05/GHSA-3gfv-m98r-3x9r/GHSA-3gfv-m98r-3x9r.json +++ b/advisories/unreviewed/2022/05/GHSA-3gfv-m98r-3x9r/GHSA-3gfv-m98r-3x9r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "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/2022/05/GHSA-3gqh-4x39-jr92/GHSA-3gqh-4x39-jr92.json b/advisories/unreviewed/2022/05/GHSA-3gqh-4x39-jr92/GHSA-3gqh-4x39-jr92.json index d4524c329f1..0e436e1cd92 100644 --- a/advisories/unreviewed/2022/05/GHSA-3gqh-4x39-jr92/GHSA-3gqh-4x39-jr92.json +++ b/advisories/unreviewed/2022/05/GHSA-3gqh-4x39-jr92/GHSA-3gqh-4x39-jr92.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-3h2q-4qw3-2f5h/GHSA-3h2q-4qw3-2f5h.json b/advisories/unreviewed/2022/05/GHSA-3h2q-4qw3-2f5h/GHSA-3h2q-4qw3-2f5h.json index 8450950b3d0..3eb86ae492c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3h2q-4qw3-2f5h/GHSA-3h2q-4qw3-2f5h.json +++ b/advisories/unreviewed/2022/05/GHSA-3h2q-4qw3-2f5h/GHSA-3h2q-4qw3-2f5h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/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/05/GHSA-3j3x-vgx3-q5cg/GHSA-3j3x-vgx3-q5cg.json b/advisories/unreviewed/2022/05/GHSA-3j3x-vgx3-q5cg/GHSA-3j3x-vgx3-q5cg.json index c62b1327410..80bb80c192d 100644 --- a/advisories/unreviewed/2022/05/GHSA-3j3x-vgx3-q5cg/GHSA-3j3x-vgx3-q5cg.json +++ b/advisories/unreviewed/2022/05/GHSA-3j3x-vgx3-q5cg/GHSA-3j3x-vgx3-q5cg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3j66-68pv-rmjq/GHSA-3j66-68pv-rmjq.json b/advisories/unreviewed/2022/05/GHSA-3j66-68pv-rmjq/GHSA-3j66-68pv-rmjq.json index 7eec5229963..6b48db4c50c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3j66-68pv-rmjq/GHSA-3j66-68pv-rmjq.json +++ b/advisories/unreviewed/2022/05/GHSA-3j66-68pv-rmjq/GHSA-3j66-68pv-rmjq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-3j7w-gj98-cj27/GHSA-3j7w-gj98-cj27.json b/advisories/unreviewed/2022/05/GHSA-3j7w-gj98-cj27/GHSA-3j7w-gj98-cj27.json index af0b8f0372d..60dc776e6be 100644 --- a/advisories/unreviewed/2022/05/GHSA-3j7w-gj98-cj27/GHSA-3j7w-gj98-cj27.json +++ b/advisories/unreviewed/2022/05/GHSA-3j7w-gj98-cj27/GHSA-3j7w-gj98-cj27.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3j9p-rx9v-8q37/GHSA-3j9p-rx9v-8q37.json b/advisories/unreviewed/2022/05/GHSA-3j9p-rx9v-8q37/GHSA-3j9p-rx9v-8q37.json index 0dd1de29304..663002448c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-3j9p-rx9v-8q37/GHSA-3j9p-rx9v-8q37.json +++ b/advisories/unreviewed/2022/05/GHSA-3j9p-rx9v-8q37/GHSA-3j9p-rx9v-8q37.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-3mff-6wvj-37rg/GHSA-3mff-6wvj-37rg.json b/advisories/unreviewed/2022/05/GHSA-3mff-6wvj-37rg/GHSA-3mff-6wvj-37rg.json index 533980c6c92..8c92947cff0 100644 --- a/advisories/unreviewed/2022/05/GHSA-3mff-6wvj-37rg/GHSA-3mff-6wvj-37rg.json +++ b/advisories/unreviewed/2022/05/GHSA-3mff-6wvj-37rg/GHSA-3mff-6wvj-37rg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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/05/GHSA-3pgh-mfvh-3jch/GHSA-3pgh-mfvh-3jch.json b/advisories/unreviewed/2022/05/GHSA-3pgh-mfvh-3jch/GHSA-3pgh-mfvh-3jch.json index 5aa7ef14072..36b8b2b4e15 100644 --- a/advisories/unreviewed/2022/05/GHSA-3pgh-mfvh-3jch/GHSA-3pgh-mfvh-3jch.json +++ b/advisories/unreviewed/2022/05/GHSA-3pgh-mfvh-3jch/GHSA-3pgh-mfvh-3jch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-3pmq-rcw5-rm9v/GHSA-3pmq-rcw5-rm9v.json b/advisories/unreviewed/2022/05/GHSA-3pmq-rcw5-rm9v/GHSA-3pmq-rcw5-rm9v.json index 52c80032635..0a89cb315a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-3pmq-rcw5-rm9v/GHSA-3pmq-rcw5-rm9v.json +++ b/advisories/unreviewed/2022/05/GHSA-3pmq-rcw5-rm9v/GHSA-3pmq-rcw5-rm9v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3r3f-mm7w-fqhr/GHSA-3r3f-mm7w-fqhr.json b/advisories/unreviewed/2022/05/GHSA-3r3f-mm7w-fqhr/GHSA-3r3f-mm7w-fqhr.json index f214c751c69..c9a9a960942 100644 --- a/advisories/unreviewed/2022/05/GHSA-3r3f-mm7w-fqhr/GHSA-3r3f-mm7w-fqhr.json +++ b/advisories/unreviewed/2022/05/GHSA-3r3f-mm7w-fqhr/GHSA-3r3f-mm7w-fqhr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3r4g-4ppr-wmc9/GHSA-3r4g-4ppr-wmc9.json b/advisories/unreviewed/2022/05/GHSA-3r4g-4ppr-wmc9/GHSA-3r4g-4ppr-wmc9.json index f46f7d5f1ba..84f8afac4fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-3r4g-4ppr-wmc9/GHSA-3r4g-4ppr-wmc9.json +++ b/advisories/unreviewed/2022/05/GHSA-3r4g-4ppr-wmc9/GHSA-3r4g-4ppr-wmc9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3r74-6x6g-cp8v/GHSA-3r74-6x6g-cp8v.json b/advisories/unreviewed/2022/05/GHSA-3r74-6x6g-cp8v/GHSA-3r74-6x6g-cp8v.json index b4e4eec2fdf..e06b7a76dbf 100644 --- a/advisories/unreviewed/2022/05/GHSA-3r74-6x6g-cp8v/GHSA-3r74-6x6g-cp8v.json +++ b/advisories/unreviewed/2022/05/GHSA-3r74-6x6g-cp8v/GHSA-3r74-6x6g-cp8v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3rfm-qg29-8hqw/GHSA-3rfm-qg29-8hqw.json b/advisories/unreviewed/2022/05/GHSA-3rfm-qg29-8hqw/GHSA-3rfm-qg29-8hqw.json index 99ffbcccddc..dc132007bcd 100644 --- a/advisories/unreviewed/2022/05/GHSA-3rfm-qg29-8hqw/GHSA-3rfm-qg29-8hqw.json +++ b/advisories/unreviewed/2022/05/GHSA-3rfm-qg29-8hqw/GHSA-3rfm-qg29-8hqw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-3vg5-wppq-5c8w/GHSA-3vg5-wppq-5c8w.json b/advisories/unreviewed/2022/05/GHSA-3vg5-wppq-5c8w/GHSA-3vg5-wppq-5c8w.json index aa2fe22e23f..ca7149e39b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-3vg5-wppq-5c8w/GHSA-3vg5-wppq-5c8w.json +++ b/advisories/unreviewed/2022/05/GHSA-3vg5-wppq-5c8w/GHSA-3vg5-wppq-5c8w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3w98-hgq4-9vr4/GHSA-3w98-hgq4-9vr4.json b/advisories/unreviewed/2022/05/GHSA-3w98-hgq4-9vr4/GHSA-3w98-hgq4-9vr4.json index 503ccb76184..ddcc93e2a9c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3w98-hgq4-9vr4/GHSA-3w98-hgq4-9vr4.json +++ b/advisories/unreviewed/2022/05/GHSA-3w98-hgq4-9vr4/GHSA-3w98-hgq4-9vr4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3ww7-w2h2-5c4x/GHSA-3ww7-w2h2-5c4x.json b/advisories/unreviewed/2022/05/GHSA-3ww7-w2h2-5c4x/GHSA-3ww7-w2h2-5c4x.json index d40f254a0ec..fb9b9590157 100644 --- a/advisories/unreviewed/2022/05/GHSA-3ww7-w2h2-5c4x/GHSA-3ww7-w2h2-5c4x.json +++ b/advisories/unreviewed/2022/05/GHSA-3ww7-w2h2-5c4x/GHSA-3ww7-w2h2-5c4x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3xj7-jp36-jcpc/GHSA-3xj7-jp36-jcpc.json b/advisories/unreviewed/2022/05/GHSA-3xj7-jp36-jcpc/GHSA-3xj7-jp36-jcpc.json index 13ac8035034..a9af71e90dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-3xj7-jp36-jcpc/GHSA-3xj7-jp36-jcpc.json +++ b/advisories/unreviewed/2022/05/GHSA-3xj7-jp36-jcpc/GHSA-3xj7-jp36-jcpc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3xpc-qj75-hw9m/GHSA-3xpc-qj75-hw9m.json b/advisories/unreviewed/2022/05/GHSA-3xpc-qj75-hw9m/GHSA-3xpc-qj75-hw9m.json index 65097fe98ef..7745fb0abf8 100644 --- a/advisories/unreviewed/2022/05/GHSA-3xpc-qj75-hw9m/GHSA-3xpc-qj75-hw9m.json +++ b/advisories/unreviewed/2022/05/GHSA-3xpc-qj75-hw9m/GHSA-3xpc-qj75-hw9m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-433p-jx86-q7vw/GHSA-433p-jx86-q7vw.json b/advisories/unreviewed/2022/05/GHSA-433p-jx86-q7vw/GHSA-433p-jx86-q7vw.json index 7cced0a65d3..81966f6b3a8 100644 --- a/advisories/unreviewed/2022/05/GHSA-433p-jx86-q7vw/GHSA-433p-jx86-q7vw.json +++ b/advisories/unreviewed/2022/05/GHSA-433p-jx86-q7vw/GHSA-433p-jx86-q7vw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-446g-9pj4-3cgr/GHSA-446g-9pj4-3cgr.json b/advisories/unreviewed/2022/05/GHSA-446g-9pj4-3cgr/GHSA-446g-9pj4-3cgr.json index e09630bfab6..b779a9ec87e 100644 --- a/advisories/unreviewed/2022/05/GHSA-446g-9pj4-3cgr/GHSA-446g-9pj4-3cgr.json +++ b/advisories/unreviewed/2022/05/GHSA-446g-9pj4-3cgr/GHSA-446g-9pj4-3cgr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-44g8-6xxp-6ff2/GHSA-44g8-6xxp-6ff2.json b/advisories/unreviewed/2022/05/GHSA-44g8-6xxp-6ff2/GHSA-44g8-6xxp-6ff2.json index 58674e8831a..c67b246afc9 100644 --- a/advisories/unreviewed/2022/05/GHSA-44g8-6xxp-6ff2/GHSA-44g8-6xxp-6ff2.json +++ b/advisories/unreviewed/2022/05/GHSA-44g8-6xxp-6ff2/GHSA-44g8-6xxp-6ff2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/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/2022/05/GHSA-44j5-x34r-9xx9/GHSA-44j5-x34r-9xx9.json b/advisories/unreviewed/2022/05/GHSA-44j5-x34r-9xx9/GHSA-44j5-x34r-9xx9.json index c113a987a8e..ce396a79e2f 100644 --- a/advisories/unreviewed/2022/05/GHSA-44j5-x34r-9xx9/GHSA-44j5-x34r-9xx9.json +++ b/advisories/unreviewed/2022/05/GHSA-44j5-x34r-9xx9/GHSA-44j5-x34r-9xx9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-455c-w9h9-5w9r/GHSA-455c-w9h9-5w9r.json b/advisories/unreviewed/2022/05/GHSA-455c-w9h9-5w9r/GHSA-455c-w9h9-5w9r.json index ccd742bc6f6..77b19739fba 100644 --- a/advisories/unreviewed/2022/05/GHSA-455c-w9h9-5w9r/GHSA-455c-w9h9-5w9r.json +++ b/advisories/unreviewed/2022/05/GHSA-455c-w9h9-5w9r/GHSA-455c-w9h9-5w9r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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/2022/05/GHSA-45g7-3c3h-rm3p/GHSA-45g7-3c3h-rm3p.json b/advisories/unreviewed/2022/05/GHSA-45g7-3c3h-rm3p/GHSA-45g7-3c3h-rm3p.json index 2d3b3af5d4a..9b893cdb359 100644 --- a/advisories/unreviewed/2022/05/GHSA-45g7-3c3h-rm3p/GHSA-45g7-3c3h-rm3p.json +++ b/advisories/unreviewed/2022/05/GHSA-45g7-3c3h-rm3p/GHSA-45g7-3c3h-rm3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4669-vh4j-5743/GHSA-4669-vh4j-5743.json b/advisories/unreviewed/2022/05/GHSA-4669-vh4j-5743/GHSA-4669-vh4j-5743.json index 18f407a5f3c..2d5ef211c68 100644 --- a/advisories/unreviewed/2022/05/GHSA-4669-vh4j-5743/GHSA-4669-vh4j-5743.json +++ b/advisories/unreviewed/2022/05/GHSA-4669-vh4j-5743/GHSA-4669-vh4j-5743.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-466w-2ggw-p6vq/GHSA-466w-2ggw-p6vq.json b/advisories/unreviewed/2022/05/GHSA-466w-2ggw-p6vq/GHSA-466w-2ggw-p6vq.json index 0ac5920dc8a..09de53f04e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-466w-2ggw-p6vq/GHSA-466w-2ggw-p6vq.json +++ b/advisories/unreviewed/2022/05/GHSA-466w-2ggw-p6vq/GHSA-466w-2ggw-p6vq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-46wx-mvg2-p27m/GHSA-46wx-mvg2-p27m.json b/advisories/unreviewed/2022/05/GHSA-46wx-mvg2-p27m/GHSA-46wx-mvg2-p27m.json index ac6eee44b52..4e17c853213 100644 --- a/advisories/unreviewed/2022/05/GHSA-46wx-mvg2-p27m/GHSA-46wx-mvg2-p27m.json +++ b/advisories/unreviewed/2022/05/GHSA-46wx-mvg2-p27m/GHSA-46wx-mvg2-p27m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/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/2022/05/GHSA-475v-6wxg-c2rx/GHSA-475v-6wxg-c2rx.json b/advisories/unreviewed/2022/05/GHSA-475v-6wxg-c2rx/GHSA-475v-6wxg-c2rx.json index 489b1f85a7c..7576f49979d 100644 --- a/advisories/unreviewed/2022/05/GHSA-475v-6wxg-c2rx/GHSA-475v-6wxg-c2rx.json +++ b/advisories/unreviewed/2022/05/GHSA-475v-6wxg-c2rx/GHSA-475v-6wxg-c2rx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-48r6-v3wx-gxm5/GHSA-48r6-v3wx-gxm5.json b/advisories/unreviewed/2022/05/GHSA-48r6-v3wx-gxm5/GHSA-48r6-v3wx-gxm5.json index 93cc22ac0d5..87f17dfa646 100644 --- a/advisories/unreviewed/2022/05/GHSA-48r6-v3wx-gxm5/GHSA-48r6-v3wx-gxm5.json +++ b/advisories/unreviewed/2022/05/GHSA-48r6-v3wx-gxm5/GHSA-48r6-v3wx-gxm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-49rg-f69p-79rc/GHSA-49rg-f69p-79rc.json b/advisories/unreviewed/2022/05/GHSA-49rg-f69p-79rc/GHSA-49rg-f69p-79rc.json index 4b610fc3599..f2bfb44ac3f 100644 --- a/advisories/unreviewed/2022/05/GHSA-49rg-f69p-79rc/GHSA-49rg-f69p-79rc.json +++ b/advisories/unreviewed/2022/05/GHSA-49rg-f69p-79rc/GHSA-49rg-f69p-79rc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-49w7-7c42-5jfv/GHSA-49w7-7c42-5jfv.json b/advisories/unreviewed/2022/05/GHSA-49w7-7c42-5jfv/GHSA-49w7-7c42-5jfv.json index c1d5781677e..8916bc9550f 100644 --- a/advisories/unreviewed/2022/05/GHSA-49w7-7c42-5jfv/GHSA-49w7-7c42-5jfv.json +++ b/advisories/unreviewed/2022/05/GHSA-49w7-7c42-5jfv/GHSA-49w7-7c42-5jfv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-4cqc-25m3-f64g/GHSA-4cqc-25m3-f64g.json b/advisories/unreviewed/2022/05/GHSA-4cqc-25m3-f64g/GHSA-4cqc-25m3-f64g.json index a8cc4663d2f..487bfcfed16 100644 --- a/advisories/unreviewed/2022/05/GHSA-4cqc-25m3-f64g/GHSA-4cqc-25m3-f64g.json +++ b/advisories/unreviewed/2022/05/GHSA-4cqc-25m3-f64g/GHSA-4cqc-25m3-f64g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4cvg-635c-j7v8/GHSA-4cvg-635c-j7v8.json b/advisories/unreviewed/2022/05/GHSA-4cvg-635c-j7v8/GHSA-4cvg-635c-j7v8.json index 9227b2626c7..c068763295b 100644 --- a/advisories/unreviewed/2022/05/GHSA-4cvg-635c-j7v8/GHSA-4cvg-635c-j7v8.json +++ b/advisories/unreviewed/2022/05/GHSA-4cvg-635c-j7v8/GHSA-4cvg-635c-j7v8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/2022/05/GHSA-4f32-rh4j-743x/GHSA-4f32-rh4j-743x.json b/advisories/unreviewed/2022/05/GHSA-4f32-rh4j-743x/GHSA-4f32-rh4j-743x.json index c5dffd857bd..79584070f6e 100644 --- a/advisories/unreviewed/2022/05/GHSA-4f32-rh4j-743x/GHSA-4f32-rh4j-743x.json +++ b/advisories/unreviewed/2022/05/GHSA-4f32-rh4j-743x/GHSA-4f32-rh4j-743x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4f9c-xgf5-f9p3/GHSA-4f9c-xgf5-f9p3.json b/advisories/unreviewed/2022/05/GHSA-4f9c-xgf5-f9p3/GHSA-4f9c-xgf5-f9p3.json index 7d54a781324..19c7a446103 100644 --- a/advisories/unreviewed/2022/05/GHSA-4f9c-xgf5-f9p3/GHSA-4f9c-xgf5-f9p3.json +++ b/advisories/unreviewed/2022/05/GHSA-4f9c-xgf5-f9p3/GHSA-4f9c-xgf5-f9p3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4gcj-jpgr-v4r6/GHSA-4gcj-jpgr-v4r6.json b/advisories/unreviewed/2022/05/GHSA-4gcj-jpgr-v4r6/GHSA-4gcj-jpgr-v4r6.json index 6e79b7afc5f..2f4913cf485 100644 --- a/advisories/unreviewed/2022/05/GHSA-4gcj-jpgr-v4r6/GHSA-4gcj-jpgr-v4r6.json +++ b/advisories/unreviewed/2022/05/GHSA-4gcj-jpgr-v4r6/GHSA-4gcj-jpgr-v4r6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4j2p-4cxc-frwm/GHSA-4j2p-4cxc-frwm.json b/advisories/unreviewed/2022/05/GHSA-4j2p-4cxc-frwm/GHSA-4j2p-4cxc-frwm.json index c433b0cab14..484daad1ad6 100644 --- a/advisories/unreviewed/2022/05/GHSA-4j2p-4cxc-frwm/GHSA-4j2p-4cxc-frwm.json +++ b/advisories/unreviewed/2022/05/GHSA-4j2p-4cxc-frwm/GHSA-4j2p-4cxc-frwm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4j6g-c863-pf6h/GHSA-4j6g-c863-pf6h.json b/advisories/unreviewed/2022/05/GHSA-4j6g-c863-pf6h/GHSA-4j6g-c863-pf6h.json index 115bf3f526c..3efb023207a 100644 --- a/advisories/unreviewed/2022/05/GHSA-4j6g-c863-pf6h/GHSA-4j6g-c863-pf6h.json +++ b/advisories/unreviewed/2022/05/GHSA-4j6g-c863-pf6h/GHSA-4j6g-c863-pf6h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4j98-q2j9-h2p2/GHSA-4j98-q2j9-h2p2.json b/advisories/unreviewed/2022/05/GHSA-4j98-q2j9-h2p2/GHSA-4j98-q2j9-h2p2.json index af95763ce41..b9487ded111 100644 --- a/advisories/unreviewed/2022/05/GHSA-4j98-q2j9-h2p2/GHSA-4j98-q2j9-h2p2.json +++ b/advisories/unreviewed/2022/05/GHSA-4j98-q2j9-h2p2/GHSA-4j98-q2j9-h2p2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-4jv4-cqp4-66cr/GHSA-4jv4-cqp4-66cr.json b/advisories/unreviewed/2022/05/GHSA-4jv4-cqp4-66cr/GHSA-4jv4-cqp4-66cr.json index 9affcfc31a0..a6707102fb1 100644 --- a/advisories/unreviewed/2022/05/GHSA-4jv4-cqp4-66cr/GHSA-4jv4-cqp4-66cr.json +++ b/advisories/unreviewed/2022/05/GHSA-4jv4-cqp4-66cr/GHSA-4jv4-cqp4-66cr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-4mm7-92pv-gvpp/GHSA-4mm7-92pv-gvpp.json b/advisories/unreviewed/2022/05/GHSA-4mm7-92pv-gvpp/GHSA-4mm7-92pv-gvpp.json index ad45b193909..d6a1b6ff570 100644 --- a/advisories/unreviewed/2022/05/GHSA-4mm7-92pv-gvpp/GHSA-4mm7-92pv-gvpp.json +++ b/advisories/unreviewed/2022/05/GHSA-4mm7-92pv-gvpp/GHSA-4mm7-92pv-gvpp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4mp6-cpwx-67wp/GHSA-4mp6-cpwx-67wp.json b/advisories/unreviewed/2022/05/GHSA-4mp6-cpwx-67wp/GHSA-4mp6-cpwx-67wp.json index 636a30c9832..12133cd06ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-4mp6-cpwx-67wp/GHSA-4mp6-cpwx-67wp.json +++ b/advisories/unreviewed/2022/05/GHSA-4mp6-cpwx-67wp/GHSA-4mp6-cpwx-67wp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4mwv-393f-264r/GHSA-4mwv-393f-264r.json b/advisories/unreviewed/2022/05/GHSA-4mwv-393f-264r/GHSA-4mwv-393f-264r.json index ee6bea3965e..417200cebae 100644 --- a/advisories/unreviewed/2022/05/GHSA-4mwv-393f-264r/GHSA-4mwv-393f-264r.json +++ b/advisories/unreviewed/2022/05/GHSA-4mwv-393f-264r/GHSA-4mwv-393f-264r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4p4p-429j-hpjc/GHSA-4p4p-429j-hpjc.json b/advisories/unreviewed/2022/05/GHSA-4p4p-429j-hpjc/GHSA-4p4p-429j-hpjc.json index d391bce980a..c1f9264b21a 100644 --- a/advisories/unreviewed/2022/05/GHSA-4p4p-429j-hpjc/GHSA-4p4p-429j-hpjc.json +++ b/advisories/unreviewed/2022/05/GHSA-4p4p-429j-hpjc/GHSA-4p4p-429j-hpjc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-4pj4-5gc5-7gxf/GHSA-4pj4-5gc5-7gxf.json b/advisories/unreviewed/2022/05/GHSA-4pj4-5gc5-7gxf/GHSA-4pj4-5gc5-7gxf.json index dd42c9f39bb..fc3f30b30fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pj4-5gc5-7gxf/GHSA-4pj4-5gc5-7gxf.json +++ b/advisories/unreviewed/2022/05/GHSA-4pj4-5gc5-7gxf/GHSA-4pj4-5gc5-7gxf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4pmw-7hwc-7g5c/GHSA-4pmw-7hwc-7g5c.json b/advisories/unreviewed/2022/05/GHSA-4pmw-7hwc-7g5c/GHSA-4pmw-7hwc-7g5c.json index 76a75354601..ee7d70b1708 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pmw-7hwc-7g5c/GHSA-4pmw-7hwc-7g5c.json +++ b/advisories/unreviewed/2022/05/GHSA-4pmw-7hwc-7g5c/GHSA-4pmw-7hwc-7g5c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4pxv-gjh9-v6g4/GHSA-4pxv-gjh9-v6g4.json b/advisories/unreviewed/2022/05/GHSA-4pxv-gjh9-v6g4/GHSA-4pxv-gjh9-v6g4.json index f2209e6ce45..33108a54c57 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pxv-gjh9-v6g4/GHSA-4pxv-gjh9-v6g4.json +++ b/advisories/unreviewed/2022/05/GHSA-4pxv-gjh9-v6g4/GHSA-4pxv-gjh9-v6g4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4q2j-pg75-684j/GHSA-4q2j-pg75-684j.json b/advisories/unreviewed/2022/05/GHSA-4q2j-pg75-684j/GHSA-4q2j-pg75-684j.json index 27bd74892bc..1a9487159b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-4q2j-pg75-684j/GHSA-4q2j-pg75-684j.json +++ b/advisories/unreviewed/2022/05/GHSA-4q2j-pg75-684j/GHSA-4q2j-pg75-684j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-4rmw-q3pr-hv24/GHSA-4rmw-q3pr-hv24.json b/advisories/unreviewed/2022/05/GHSA-4rmw-q3pr-hv24/GHSA-4rmw-q3pr-hv24.json index 89d8400d2c0..45469d4e668 100644 --- a/advisories/unreviewed/2022/05/GHSA-4rmw-q3pr-hv24/GHSA-4rmw-q3pr-hv24.json +++ b/advisories/unreviewed/2022/05/GHSA-4rmw-q3pr-hv24/GHSA-4rmw-q3pr-hv24.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-4v8w-v3fq-rj46/GHSA-4v8w-v3fq-rj46.json b/advisories/unreviewed/2022/05/GHSA-4v8w-v3fq-rj46/GHSA-4v8w-v3fq-rj46.json index 07efbfcbb23..72db1182c1f 100644 --- a/advisories/unreviewed/2022/05/GHSA-4v8w-v3fq-rj46/GHSA-4v8w-v3fq-rj46.json +++ b/advisories/unreviewed/2022/05/GHSA-4v8w-v3fq-rj46/GHSA-4v8w-v3fq-rj46.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4vx9-r87r-qg42/GHSA-4vx9-r87r-qg42.json b/advisories/unreviewed/2022/05/GHSA-4vx9-r87r-qg42/GHSA-4vx9-r87r-qg42.json index 9c83da9cf7b..0436629099f 100644 --- a/advisories/unreviewed/2022/05/GHSA-4vx9-r87r-qg42/GHSA-4vx9-r87r-qg42.json +++ b/advisories/unreviewed/2022/05/GHSA-4vx9-r87r-qg42/GHSA-4vx9-r87r-qg42.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4w86-wmpg-xc6m/GHSA-4w86-wmpg-xc6m.json b/advisories/unreviewed/2022/05/GHSA-4w86-wmpg-xc6m/GHSA-4w86-wmpg-xc6m.json index eda1bcc6802..d358833a3bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-4w86-wmpg-xc6m/GHSA-4w86-wmpg-xc6m.json +++ b/advisories/unreviewed/2022/05/GHSA-4w86-wmpg-xc6m/GHSA-4w86-wmpg-xc6m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4wp3-4j8h-5x7r/GHSA-4wp3-4j8h-5x7r.json b/advisories/unreviewed/2022/05/GHSA-4wp3-4j8h-5x7r/GHSA-4wp3-4j8h-5x7r.json index 5d76895003f..89897f63fb7 100644 --- a/advisories/unreviewed/2022/05/GHSA-4wp3-4j8h-5x7r/GHSA-4wp3-4j8h-5x7r.json +++ b/advisories/unreviewed/2022/05/GHSA-4wp3-4j8h-5x7r/GHSA-4wp3-4j8h-5x7r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4wvx-qq9g-8hh9/GHSA-4wvx-qq9g-8hh9.json b/advisories/unreviewed/2022/05/GHSA-4wvx-qq9g-8hh9/GHSA-4wvx-qq9g-8hh9.json index c747108f22d..847d412619f 100644 --- a/advisories/unreviewed/2022/05/GHSA-4wvx-qq9g-8hh9/GHSA-4wvx-qq9g-8hh9.json +++ b/advisories/unreviewed/2022/05/GHSA-4wvx-qq9g-8hh9/GHSA-4wvx-qq9g-8hh9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4x33-7vp7-cq3r/GHSA-4x33-7vp7-cq3r.json b/advisories/unreviewed/2022/05/GHSA-4x33-7vp7-cq3r/GHSA-4x33-7vp7-cq3r.json index c5f3e872999..0a2459ce8b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-4x33-7vp7-cq3r/GHSA-4x33-7vp7-cq3r.json +++ b/advisories/unreviewed/2022/05/GHSA-4x33-7vp7-cq3r/GHSA-4x33-7vp7-cq3r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4xj4-vh79-qprx/GHSA-4xj4-vh79-qprx.json b/advisories/unreviewed/2022/05/GHSA-4xj4-vh79-qprx/GHSA-4xj4-vh79-qprx.json index 4bb9d488096..64602ff3007 100644 --- a/advisories/unreviewed/2022/05/GHSA-4xj4-vh79-qprx/GHSA-4xj4-vh79-qprx.json +++ b/advisories/unreviewed/2022/05/GHSA-4xj4-vh79-qprx/GHSA-4xj4-vh79-qprx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-4xx4-669w-3r4m/GHSA-4xx4-669w-3r4m.json b/advisories/unreviewed/2022/05/GHSA-4xx4-669w-3r4m/GHSA-4xx4-669w-3r4m.json index b2a417f31f1..f94adafc816 100644 --- a/advisories/unreviewed/2022/05/GHSA-4xx4-669w-3r4m/GHSA-4xx4-669w-3r4m.json +++ b/advisories/unreviewed/2022/05/GHSA-4xx4-669w-3r4m/GHSA-4xx4-669w-3r4m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5272-pf3m-mjf3/GHSA-5272-pf3m-mjf3.json b/advisories/unreviewed/2022/05/GHSA-5272-pf3m-mjf3/GHSA-5272-pf3m-mjf3.json index fc9ed0e324f..f97ca6b5c15 100644 --- a/advisories/unreviewed/2022/05/GHSA-5272-pf3m-mjf3/GHSA-5272-pf3m-mjf3.json +++ b/advisories/unreviewed/2022/05/GHSA-5272-pf3m-mjf3/GHSA-5272-pf3m-mjf3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-52v2-8xvg-r55r/GHSA-52v2-8xvg-r55r.json b/advisories/unreviewed/2022/05/GHSA-52v2-8xvg-r55r/GHSA-52v2-8xvg-r55r.json index b8eb74e1402..d06e366a616 100644 --- a/advisories/unreviewed/2022/05/GHSA-52v2-8xvg-r55r/GHSA-52v2-8xvg-r55r.json +++ b/advisories/unreviewed/2022/05/GHSA-52v2-8xvg-r55r/GHSA-52v2-8xvg-r55r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-537h-9xcq-rw7q/GHSA-537h-9xcq-rw7q.json b/advisories/unreviewed/2022/05/GHSA-537h-9xcq-rw7q/GHSA-537h-9xcq-rw7q.json index c73c5f5b309..b8990b9692a 100644 --- a/advisories/unreviewed/2022/05/GHSA-537h-9xcq-rw7q/GHSA-537h-9xcq-rw7q.json +++ b/advisories/unreviewed/2022/05/GHSA-537h-9xcq-rw7q/GHSA-537h-9xcq-rw7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-53cv-6j2x-jm64/GHSA-53cv-6j2x-jm64.json b/advisories/unreviewed/2022/05/GHSA-53cv-6j2x-jm64/GHSA-53cv-6j2x-jm64.json index 98ab0020c5f..8de99865a9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-53cv-6j2x-jm64/GHSA-53cv-6j2x-jm64.json +++ b/advisories/unreviewed/2022/05/GHSA-53cv-6j2x-jm64/GHSA-53cv-6j2x-jm64.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-545m-ffvq-v8w5/GHSA-545m-ffvq-v8w5.json b/advisories/unreviewed/2022/05/GHSA-545m-ffvq-v8w5/GHSA-545m-ffvq-v8w5.json index b0b564a963e..08ab59548c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-545m-ffvq-v8w5/GHSA-545m-ffvq-v8w5.json +++ b/advisories/unreviewed/2022/05/GHSA-545m-ffvq-v8w5/GHSA-545m-ffvq-v8w5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5539-34h9-rxqp/GHSA-5539-34h9-rxqp.json b/advisories/unreviewed/2022/05/GHSA-5539-34h9-rxqp/GHSA-5539-34h9-rxqp.json index 00274b682a4..5ce3b1e4ff0 100644 --- a/advisories/unreviewed/2022/05/GHSA-5539-34h9-rxqp/GHSA-5539-34h9-rxqp.json +++ b/advisories/unreviewed/2022/05/GHSA-5539-34h9-rxqp/GHSA-5539-34h9-rxqp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-556r-ph87-2m55/GHSA-556r-ph87-2m55.json b/advisories/unreviewed/2022/05/GHSA-556r-ph87-2m55/GHSA-556r-ph87-2m55.json index 1089e276aa8..174ba07b943 100644 --- a/advisories/unreviewed/2022/05/GHSA-556r-ph87-2m55/GHSA-556r-ph87-2m55.json +++ b/advisories/unreviewed/2022/05/GHSA-556r-ph87-2m55/GHSA-556r-ph87-2m55.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-564x-4v7m-c3w2/GHSA-564x-4v7m-c3w2.json b/advisories/unreviewed/2022/05/GHSA-564x-4v7m-c3w2/GHSA-564x-4v7m-c3w2.json index d51871a6a1c..d1498cf145f 100644 --- a/advisories/unreviewed/2022/05/GHSA-564x-4v7m-c3w2/GHSA-564x-4v7m-c3w2.json +++ b/advisories/unreviewed/2022/05/GHSA-564x-4v7m-c3w2/GHSA-564x-4v7m-c3w2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5655-gj96-ww6c/GHSA-5655-gj96-ww6c.json b/advisories/unreviewed/2022/05/GHSA-5655-gj96-ww6c/GHSA-5655-gj96-ww6c.json index ac4d9600589..62f3e56d730 100644 --- a/advisories/unreviewed/2022/05/GHSA-5655-gj96-ww6c/GHSA-5655-gj96-ww6c.json +++ b/advisories/unreviewed/2022/05/GHSA-5655-gj96-ww6c/GHSA-5655-gj96-ww6c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/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/2022/05/GHSA-5788-3chh-698c/GHSA-5788-3chh-698c.json b/advisories/unreviewed/2022/05/GHSA-5788-3chh-698c/GHSA-5788-3chh-698c.json index 804d3754ff6..167255f9385 100644 --- a/advisories/unreviewed/2022/05/GHSA-5788-3chh-698c/GHSA-5788-3chh-698c.json +++ b/advisories/unreviewed/2022/05/GHSA-5788-3chh-698c/GHSA-5788-3chh-698c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-57hw-m52h-79m7/GHSA-57hw-m52h-79m7.json b/advisories/unreviewed/2022/05/GHSA-57hw-m52h-79m7/GHSA-57hw-m52h-79m7.json index 796b7f9b014..665071a30c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-57hw-m52h-79m7/GHSA-57hw-m52h-79m7.json +++ b/advisories/unreviewed/2022/05/GHSA-57hw-m52h-79m7/GHSA-57hw-m52h-79m7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5853-9mwv-jmx5/GHSA-5853-9mwv-jmx5.json b/advisories/unreviewed/2022/05/GHSA-5853-9mwv-jmx5/GHSA-5853-9mwv-jmx5.json index 89021e9b519..028d1324f1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-5853-9mwv-jmx5/GHSA-5853-9mwv-jmx5.json +++ b/advisories/unreviewed/2022/05/GHSA-5853-9mwv-jmx5/GHSA-5853-9mwv-jmx5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-58fh-w7mj-2pv4/GHSA-58fh-w7mj-2pv4.json b/advisories/unreviewed/2022/05/GHSA-58fh-w7mj-2pv4/GHSA-58fh-w7mj-2pv4.json index e67c0158071..ceb06dc16b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-58fh-w7mj-2pv4/GHSA-58fh-w7mj-2pv4.json +++ b/advisories/unreviewed/2022/05/GHSA-58fh-w7mj-2pv4/GHSA-58fh-w7mj-2pv4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-595c-jhrq-qhxf/GHSA-595c-jhrq-qhxf.json b/advisories/unreviewed/2022/05/GHSA-595c-jhrq-qhxf/GHSA-595c-jhrq-qhxf.json index b318a9806be..6d4d6196ea2 100644 --- a/advisories/unreviewed/2022/05/GHSA-595c-jhrq-qhxf/GHSA-595c-jhrq-qhxf.json +++ b/advisories/unreviewed/2022/05/GHSA-595c-jhrq-qhxf/GHSA-595c-jhrq-qhxf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-59g9-qv73-2qrp/GHSA-59g9-qv73-2qrp.json b/advisories/unreviewed/2022/05/GHSA-59g9-qv73-2qrp/GHSA-59g9-qv73-2qrp.json index 8007c666b2b..e490e77cd32 100644 --- a/advisories/unreviewed/2022/05/GHSA-59g9-qv73-2qrp/GHSA-59g9-qv73-2qrp.json +++ b/advisories/unreviewed/2022/05/GHSA-59g9-qv73-2qrp/GHSA-59g9-qv73-2qrp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-59rh-rvm6-rfrh/GHSA-59rh-rvm6-rfrh.json b/advisories/unreviewed/2022/05/GHSA-59rh-rvm6-rfrh/GHSA-59rh-rvm6-rfrh.json index a5555f67da9..7a5c3331c36 100644 --- a/advisories/unreviewed/2022/05/GHSA-59rh-rvm6-rfrh/GHSA-59rh-rvm6-rfrh.json +++ b/advisories/unreviewed/2022/05/GHSA-59rh-rvm6-rfrh/GHSA-59rh-rvm6-rfrh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5c59-7337-gvv9/GHSA-5c59-7337-gvv9.json b/advisories/unreviewed/2022/05/GHSA-5c59-7337-gvv9/GHSA-5c59-7337-gvv9.json index 72eb1809157..5ba55c0e12c 100644 --- a/advisories/unreviewed/2022/05/GHSA-5c59-7337-gvv9/GHSA-5c59-7337-gvv9.json +++ b/advisories/unreviewed/2022/05/GHSA-5c59-7337-gvv9/GHSA-5c59-7337-gvv9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5fhc-rhwh-mfgg/GHSA-5fhc-rhwh-mfgg.json b/advisories/unreviewed/2022/05/GHSA-5fhc-rhwh-mfgg/GHSA-5fhc-rhwh-mfgg.json index 9995c428f3f..64501d6d431 100644 --- a/advisories/unreviewed/2022/05/GHSA-5fhc-rhwh-mfgg/GHSA-5fhc-rhwh-mfgg.json +++ b/advisories/unreviewed/2022/05/GHSA-5fhc-rhwh-mfgg/GHSA-5fhc-rhwh-mfgg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5fr3-pj37-r3jj/GHSA-5fr3-pj37-r3jj.json b/advisories/unreviewed/2022/05/GHSA-5fr3-pj37-r3jj/GHSA-5fr3-pj37-r3jj.json index 213d15df716..36b5ab636ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-5fr3-pj37-r3jj/GHSA-5fr3-pj37-r3jj.json +++ b/advisories/unreviewed/2022/05/GHSA-5fr3-pj37-r3jj/GHSA-5fr3-pj37-r3jj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5fwp-wgrw-hj8x/GHSA-5fwp-wgrw-hj8x.json b/advisories/unreviewed/2022/05/GHSA-5fwp-wgrw-hj8x/GHSA-5fwp-wgrw-hj8x.json index 3d2f15bf433..ef12686bad7 100644 --- a/advisories/unreviewed/2022/05/GHSA-5fwp-wgrw-hj8x/GHSA-5fwp-wgrw-hj8x.json +++ b/advisories/unreviewed/2022/05/GHSA-5fwp-wgrw-hj8x/GHSA-5fwp-wgrw-hj8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-5fxp-6x34-j5xh/GHSA-5fxp-6x34-j5xh.json b/advisories/unreviewed/2022/05/GHSA-5fxp-6x34-j5xh/GHSA-5fxp-6x34-j5xh.json index ed6e68082db..923ba18b3ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-5fxp-6x34-j5xh/GHSA-5fxp-6x34-j5xh.json +++ b/advisories/unreviewed/2022/05/GHSA-5fxp-6x34-j5xh/GHSA-5fxp-6x34-j5xh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5g43-gf7h-9ghj/GHSA-5g43-gf7h-9ghj.json b/advisories/unreviewed/2022/05/GHSA-5g43-gf7h-9ghj/GHSA-5g43-gf7h-9ghj.json index 6ed1780e733..37fd1b92000 100644 --- a/advisories/unreviewed/2022/05/GHSA-5g43-gf7h-9ghj/GHSA-5g43-gf7h-9ghj.json +++ b/advisories/unreviewed/2022/05/GHSA-5g43-gf7h-9ghj/GHSA-5g43-gf7h-9ghj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5g4g-56fq-mvwf/GHSA-5g4g-56fq-mvwf.json b/advisories/unreviewed/2022/05/GHSA-5g4g-56fq-mvwf/GHSA-5g4g-56fq-mvwf.json index e217cda8c77..10c1cff88c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-5g4g-56fq-mvwf/GHSA-5g4g-56fq-mvwf.json +++ b/advisories/unreviewed/2022/05/GHSA-5g4g-56fq-mvwf/GHSA-5g4g-56fq-mvwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-5g4w-3m99-4m2p/GHSA-5g4w-3m99-4m2p.json b/advisories/unreviewed/2022/05/GHSA-5g4w-3m99-4m2p/GHSA-5g4w-3m99-4m2p.json index 0dd0b86eb1a..70370ed768f 100644 --- a/advisories/unreviewed/2022/05/GHSA-5g4w-3m99-4m2p/GHSA-5g4w-3m99-4m2p.json +++ b/advisories/unreviewed/2022/05/GHSA-5g4w-3m99-4m2p/GHSA-5g4w-3m99-4m2p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5gvm-p57h-487q/GHSA-5gvm-p57h-487q.json b/advisories/unreviewed/2022/05/GHSA-5gvm-p57h-487q/GHSA-5gvm-p57h-487q.json index b145efb28ff..aca053484bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-5gvm-p57h-487q/GHSA-5gvm-p57h-487q.json +++ b/advisories/unreviewed/2022/05/GHSA-5gvm-p57h-487q/GHSA-5gvm-p57h-487q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5jh9-6vv3-xc89/GHSA-5jh9-6vv3-xc89.json b/advisories/unreviewed/2022/05/GHSA-5jh9-6vv3-xc89/GHSA-5jh9-6vv3-xc89.json index 4757ce1728c..2018e8de64d 100644 --- a/advisories/unreviewed/2022/05/GHSA-5jh9-6vv3-xc89/GHSA-5jh9-6vv3-xc89.json +++ b/advisories/unreviewed/2022/05/GHSA-5jh9-6vv3-xc89/GHSA-5jh9-6vv3-xc89.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-5mjc-xm4w-8h63/GHSA-5mjc-xm4w-8h63.json b/advisories/unreviewed/2022/05/GHSA-5mjc-xm4w-8h63/GHSA-5mjc-xm4w-8h63.json index 01074a4af43..19e00d8db87 100644 --- a/advisories/unreviewed/2022/05/GHSA-5mjc-xm4w-8h63/GHSA-5mjc-xm4w-8h63.json +++ b/advisories/unreviewed/2022/05/GHSA-5mjc-xm4w-8h63/GHSA-5mjc-xm4w-8h63.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-5mqh-hw35-9qmg/GHSA-5mqh-hw35-9qmg.json b/advisories/unreviewed/2022/05/GHSA-5mqh-hw35-9qmg/GHSA-5mqh-hw35-9qmg.json index a78160c5a2a..388b3f8d72a 100644 --- a/advisories/unreviewed/2022/05/GHSA-5mqh-hw35-9qmg/GHSA-5mqh-hw35-9qmg.json +++ b/advisories/unreviewed/2022/05/GHSA-5mqh-hw35-9qmg/GHSA-5mqh-hw35-9qmg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/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/05/GHSA-5p7f-47wp-86c5/GHSA-5p7f-47wp-86c5.json b/advisories/unreviewed/2022/05/GHSA-5p7f-47wp-86c5/GHSA-5p7f-47wp-86c5.json index 0c323d4b05d..933693d0af7 100644 --- a/advisories/unreviewed/2022/05/GHSA-5p7f-47wp-86c5/GHSA-5p7f-47wp-86c5.json +++ b/advisories/unreviewed/2022/05/GHSA-5p7f-47wp-86c5/GHSA-5p7f-47wp-86c5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5qpm-h949-qgpf/GHSA-5qpm-h949-qgpf.json b/advisories/unreviewed/2022/05/GHSA-5qpm-h949-qgpf/GHSA-5qpm-h949-qgpf.json index 23c65ae3418..170bdfd590f 100644 --- a/advisories/unreviewed/2022/05/GHSA-5qpm-h949-qgpf/GHSA-5qpm-h949-qgpf.json +++ b/advisories/unreviewed/2022/05/GHSA-5qpm-h949-qgpf/GHSA-5qpm-h949-qgpf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-5rh8-99j5-q6fm/GHSA-5rh8-99j5-q6fm.json b/advisories/unreviewed/2022/05/GHSA-5rh8-99j5-q6fm/GHSA-5rh8-99j5-q6fm.json index 04fdaba996e..273ebd04948 100644 --- a/advisories/unreviewed/2022/05/GHSA-5rh8-99j5-q6fm/GHSA-5rh8-99j5-q6fm.json +++ b/advisories/unreviewed/2022/05/GHSA-5rh8-99j5-q6fm/GHSA-5rh8-99j5-q6fm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-5rhf-292p-86q2/GHSA-5rhf-292p-86q2.json b/advisories/unreviewed/2022/05/GHSA-5rhf-292p-86q2/GHSA-5rhf-292p-86q2.json index 89048743cad..50c7e05ecaf 100644 --- a/advisories/unreviewed/2022/05/GHSA-5rhf-292p-86q2/GHSA-5rhf-292p-86q2.json +++ b/advisories/unreviewed/2022/05/GHSA-5rhf-292p-86q2/GHSA-5rhf-292p-86q2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-5rx7-3w8f-h49w/GHSA-5rx7-3w8f-h49w.json b/advisories/unreviewed/2022/05/GHSA-5rx7-3w8f-h49w/GHSA-5rx7-3w8f-h49w.json index 69abb758988..c3a081593f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-5rx7-3w8f-h49w/GHSA-5rx7-3w8f-h49w.json +++ b/advisories/unreviewed/2022/05/GHSA-5rx7-3w8f-h49w/GHSA-5rx7-3w8f-h49w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5vwv-mr72-xrpx/GHSA-5vwv-mr72-xrpx.json b/advisories/unreviewed/2022/05/GHSA-5vwv-mr72-xrpx/GHSA-5vwv-mr72-xrpx.json index 87011a679cf..b7a7fd2cc06 100644 --- a/advisories/unreviewed/2022/05/GHSA-5vwv-mr72-xrpx/GHSA-5vwv-mr72-xrpx.json +++ b/advisories/unreviewed/2022/05/GHSA-5vwv-mr72-xrpx/GHSA-5vwv-mr72-xrpx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5wr7-m75g-xc37/GHSA-5wr7-m75g-xc37.json b/advisories/unreviewed/2022/05/GHSA-5wr7-m75g-xc37/GHSA-5wr7-m75g-xc37.json index d71afdcdd15..05a3de702fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-5wr7-m75g-xc37/GHSA-5wr7-m75g-xc37.json +++ b/advisories/unreviewed/2022/05/GHSA-5wr7-m75g-xc37/GHSA-5wr7-m75g-xc37.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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/05/GHSA-5wwr-75ff-wp92/GHSA-5wwr-75ff-wp92.json b/advisories/unreviewed/2022/05/GHSA-5wwr-75ff-wp92/GHSA-5wwr-75ff-wp92.json index 1e277d982d6..9ec1efb5643 100644 --- a/advisories/unreviewed/2022/05/GHSA-5wwr-75ff-wp92/GHSA-5wwr-75ff-wp92.json +++ b/advisories/unreviewed/2022/05/GHSA-5wwr-75ff-wp92/GHSA-5wwr-75ff-wp92.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6289-2jjg-22cm/GHSA-6289-2jjg-22cm.json b/advisories/unreviewed/2022/05/GHSA-6289-2jjg-22cm/GHSA-6289-2jjg-22cm.json index 740bf996ad7..d1d661e20b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-6289-2jjg-22cm/GHSA-6289-2jjg-22cm.json +++ b/advisories/unreviewed/2022/05/GHSA-6289-2jjg-22cm/GHSA-6289-2jjg-22cm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-62r5-gv7j-7g2q/GHSA-62r5-gv7j-7g2q.json b/advisories/unreviewed/2022/05/GHSA-62r5-gv7j-7g2q/GHSA-62r5-gv7j-7g2q.json index 8ce4866b4c9..05837a799a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-62r5-gv7j-7g2q/GHSA-62r5-gv7j-7g2q.json +++ b/advisories/unreviewed/2022/05/GHSA-62r5-gv7j-7g2q/GHSA-62r5-gv7j-7g2q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-63cv-x9fq-ccgh/GHSA-63cv-x9fq-ccgh.json b/advisories/unreviewed/2022/05/GHSA-63cv-x9fq-ccgh/GHSA-63cv-x9fq-ccgh.json index 2a18423bee8..4c301d0d62e 100644 --- a/advisories/unreviewed/2022/05/GHSA-63cv-x9fq-ccgh/GHSA-63cv-x9fq-ccgh.json +++ b/advisories/unreviewed/2022/05/GHSA-63cv-x9fq-ccgh/GHSA-63cv-x9fq-ccgh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-63m5-mq85-j7j5/GHSA-63m5-mq85-j7j5.json b/advisories/unreviewed/2022/05/GHSA-63m5-mq85-j7j5/GHSA-63m5-mq85-j7j5.json index 1f2d1055400..2b0ad29ef46 100644 --- a/advisories/unreviewed/2022/05/GHSA-63m5-mq85-j7j5/GHSA-63m5-mq85-j7j5.json +++ b/advisories/unreviewed/2022/05/GHSA-63m5-mq85-j7j5/GHSA-63m5-mq85-j7j5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-63wg-rrpw-6rxq/GHSA-63wg-rrpw-6rxq.json b/advisories/unreviewed/2022/05/GHSA-63wg-rrpw-6rxq/GHSA-63wg-rrpw-6rxq.json index 7eab1dd0a4f..c3c03dbf311 100644 --- a/advisories/unreviewed/2022/05/GHSA-63wg-rrpw-6rxq/GHSA-63wg-rrpw-6rxq.json +++ b/advisories/unreviewed/2022/05/GHSA-63wg-rrpw-6rxq/GHSA-63wg-rrpw-6rxq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-64m8-fx32-3864/GHSA-64m8-fx32-3864.json b/advisories/unreviewed/2022/05/GHSA-64m8-fx32-3864/GHSA-64m8-fx32-3864.json index 5b05b3f9138..8ee4497a757 100644 --- a/advisories/unreviewed/2022/05/GHSA-64m8-fx32-3864/GHSA-64m8-fx32-3864.json +++ b/advisories/unreviewed/2022/05/GHSA-64m8-fx32-3864/GHSA-64m8-fx32-3864.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6583-rv3q-95pf/GHSA-6583-rv3q-95pf.json b/advisories/unreviewed/2022/05/GHSA-6583-rv3q-95pf/GHSA-6583-rv3q-95pf.json index 51ef4688e38..38f624c9563 100644 --- a/advisories/unreviewed/2022/05/GHSA-6583-rv3q-95pf/GHSA-6583-rv3q-95pf.json +++ b/advisories/unreviewed/2022/05/GHSA-6583-rv3q-95pf/GHSA-6583-rv3q-95pf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-65gp-mjv5-7v3g/GHSA-65gp-mjv5-7v3g.json b/advisories/unreviewed/2022/05/GHSA-65gp-mjv5-7v3g/GHSA-65gp-mjv5-7v3g.json index e55e808046f..23854500f75 100644 --- a/advisories/unreviewed/2022/05/GHSA-65gp-mjv5-7v3g/GHSA-65gp-mjv5-7v3g.json +++ b/advisories/unreviewed/2022/05/GHSA-65gp-mjv5-7v3g/GHSA-65gp-mjv5-7v3g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/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/2022/05/GHSA-65xf-r5h8-wvqj/GHSA-65xf-r5h8-wvqj.json b/advisories/unreviewed/2022/05/GHSA-65xf-r5h8-wvqj/GHSA-65xf-r5h8-wvqj.json index 386095a6544..98f96e13e15 100644 --- a/advisories/unreviewed/2022/05/GHSA-65xf-r5h8-wvqj/GHSA-65xf-r5h8-wvqj.json +++ b/advisories/unreviewed/2022/05/GHSA-65xf-r5h8-wvqj/GHSA-65xf-r5h8-wvqj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/2022/05/GHSA-665g-rwqc-vjcg/GHSA-665g-rwqc-vjcg.json b/advisories/unreviewed/2022/05/GHSA-665g-rwqc-vjcg/GHSA-665g-rwqc-vjcg.json index b21b912d45b..4c76e53d18a 100644 --- a/advisories/unreviewed/2022/05/GHSA-665g-rwqc-vjcg/GHSA-665g-rwqc-vjcg.json +++ b/advisories/unreviewed/2022/05/GHSA-665g-rwqc-vjcg/GHSA-665g-rwqc-vjcg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-66c8-rq2c-rh44/GHSA-66c8-rq2c-rh44.json b/advisories/unreviewed/2022/05/GHSA-66c8-rq2c-rh44/GHSA-66c8-rq2c-rh44.json index ca1ecab5d11..078ddd02c92 100644 --- a/advisories/unreviewed/2022/05/GHSA-66c8-rq2c-rh44/GHSA-66c8-rq2c-rh44.json +++ b/advisories/unreviewed/2022/05/GHSA-66c8-rq2c-rh44/GHSA-66c8-rq2c-rh44.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-67mr-rvh8-9qx2/GHSA-67mr-rvh8-9qx2.json b/advisories/unreviewed/2022/05/GHSA-67mr-rvh8-9qx2/GHSA-67mr-rvh8-9qx2.json index 1a7171716e3..e376eeb8815 100644 --- a/advisories/unreviewed/2022/05/GHSA-67mr-rvh8-9qx2/GHSA-67mr-rvh8-9qx2.json +++ b/advisories/unreviewed/2022/05/GHSA-67mr-rvh8-9qx2/GHSA-67mr-rvh8-9qx2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6893-wc3f-pwh2/GHSA-6893-wc3f-pwh2.json b/advisories/unreviewed/2022/05/GHSA-6893-wc3f-pwh2/GHSA-6893-wc3f-pwh2.json index f479357d6f8..313b0b7c2c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-6893-wc3f-pwh2/GHSA-6893-wc3f-pwh2.json +++ b/advisories/unreviewed/2022/05/GHSA-6893-wc3f-pwh2/GHSA-6893-wc3f-pwh2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-68vv-qv8v-cqjw/GHSA-68vv-qv8v-cqjw.json b/advisories/unreviewed/2022/05/GHSA-68vv-qv8v-cqjw/GHSA-68vv-qv8v-cqjw.json index 2e9dcb1b55e..6810d2b9e14 100644 --- a/advisories/unreviewed/2022/05/GHSA-68vv-qv8v-cqjw/GHSA-68vv-qv8v-cqjw.json +++ b/advisories/unreviewed/2022/05/GHSA-68vv-qv8v-cqjw/GHSA-68vv-qv8v-cqjw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-69hh-24jv-4qhr/GHSA-69hh-24jv-4qhr.json b/advisories/unreviewed/2022/05/GHSA-69hh-24jv-4qhr/GHSA-69hh-24jv-4qhr.json index 6304003fcd7..6c310ec01bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-69hh-24jv-4qhr/GHSA-69hh-24jv-4qhr.json +++ b/advisories/unreviewed/2022/05/GHSA-69hh-24jv-4qhr/GHSA-69hh-24jv-4qhr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-69j5-58xf-9g4v/GHSA-69j5-58xf-9g4v.json b/advisories/unreviewed/2022/05/GHSA-69j5-58xf-9g4v/GHSA-69j5-58xf-9g4v.json index ba9703a9b06..1c9c6461c42 100644 --- a/advisories/unreviewed/2022/05/GHSA-69j5-58xf-9g4v/GHSA-69j5-58xf-9g4v.json +++ b/advisories/unreviewed/2022/05/GHSA-69j5-58xf-9g4v/GHSA-69j5-58xf-9g4v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6c69-f4qc-5997/GHSA-6c69-f4qc-5997.json b/advisories/unreviewed/2022/05/GHSA-6c69-f4qc-5997/GHSA-6c69-f4qc-5997.json index d3a581d2ce4..9db84e69f48 100644 --- a/advisories/unreviewed/2022/05/GHSA-6c69-f4qc-5997/GHSA-6c69-f4qc-5997.json +++ b/advisories/unreviewed/2022/05/GHSA-6c69-f4qc-5997/GHSA-6c69-f4qc-5997.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/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/2022/05/GHSA-6cgf-49qf-2pc8/GHSA-6cgf-49qf-2pc8.json b/advisories/unreviewed/2022/05/GHSA-6cgf-49qf-2pc8/GHSA-6cgf-49qf-2pc8.json index c83f86f5dbe..15412e621f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-6cgf-49qf-2pc8/GHSA-6cgf-49qf-2pc8.json +++ b/advisories/unreviewed/2022/05/GHSA-6cgf-49qf-2pc8/GHSA-6cgf-49qf-2pc8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6cmq-gxq2-w376/GHSA-6cmq-gxq2-w376.json b/advisories/unreviewed/2022/05/GHSA-6cmq-gxq2-w376/GHSA-6cmq-gxq2-w376.json index cf52a8d7e6f..611957425e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-6cmq-gxq2-w376/GHSA-6cmq-gxq2-w376.json +++ b/advisories/unreviewed/2022/05/GHSA-6cmq-gxq2-w376/GHSA-6cmq-gxq2-w376.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-6fm7-pfp2-rx5f/GHSA-6fm7-pfp2-rx5f.json b/advisories/unreviewed/2022/05/GHSA-6fm7-pfp2-rx5f/GHSA-6fm7-pfp2-rx5f.json index b42404de928..f393c99c7db 100644 --- a/advisories/unreviewed/2022/05/GHSA-6fm7-pfp2-rx5f/GHSA-6fm7-pfp2-rx5f.json +++ b/advisories/unreviewed/2022/05/GHSA-6fm7-pfp2-rx5f/GHSA-6fm7-pfp2-rx5f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6gq3-g3xf-xr26/GHSA-6gq3-g3xf-xr26.json b/advisories/unreviewed/2022/05/GHSA-6gq3-g3xf-xr26/GHSA-6gq3-g3xf-xr26.json index f788d7ff791..c096fb8f3b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gq3-g3xf-xr26/GHSA-6gq3-g3xf-xr26.json +++ b/advisories/unreviewed/2022/05/GHSA-6gq3-g3xf-xr26/GHSA-6gq3-g3xf-xr26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/2022/05/GHSA-6hg6-3rfr-94g3/GHSA-6hg6-3rfr-94g3.json b/advisories/unreviewed/2022/05/GHSA-6hg6-3rfr-94g3/GHSA-6hg6-3rfr-94g3.json index 7eae719e493..463a533858b 100644 --- a/advisories/unreviewed/2022/05/GHSA-6hg6-3rfr-94g3/GHSA-6hg6-3rfr-94g3.json +++ b/advisories/unreviewed/2022/05/GHSA-6hg6-3rfr-94g3/GHSA-6hg6-3rfr-94g3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6j45-cc69-5jv8/GHSA-6j45-cc69-5jv8.json b/advisories/unreviewed/2022/05/GHSA-6j45-cc69-5jv8/GHSA-6j45-cc69-5jv8.json index 8e5b1b66c51..41bca23b05e 100644 --- a/advisories/unreviewed/2022/05/GHSA-6j45-cc69-5jv8/GHSA-6j45-cc69-5jv8.json +++ b/advisories/unreviewed/2022/05/GHSA-6j45-cc69-5jv8/GHSA-6j45-cc69-5jv8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-6j8p-w9c7-3752/GHSA-6j8p-w9c7-3752.json b/advisories/unreviewed/2022/05/GHSA-6j8p-w9c7-3752/GHSA-6j8p-w9c7-3752.json index 81859a5cd50..dfefb7c8754 100644 --- a/advisories/unreviewed/2022/05/GHSA-6j8p-w9c7-3752/GHSA-6j8p-w9c7-3752.json +++ b/advisories/unreviewed/2022/05/GHSA-6j8p-w9c7-3752/GHSA-6j8p-w9c7-3752.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6jqm-qg2g-mhm8/GHSA-6jqm-qg2g-mhm8.json b/advisories/unreviewed/2022/05/GHSA-6jqm-qg2g-mhm8/GHSA-6jqm-qg2g-mhm8.json index a26c233ee09..dd24dfbe3cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-6jqm-qg2g-mhm8/GHSA-6jqm-qg2g-mhm8.json +++ b/advisories/unreviewed/2022/05/GHSA-6jqm-qg2g-mhm8/GHSA-6jqm-qg2g-mhm8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6p3h-x2q8-856f/GHSA-6p3h-x2q8-856f.json b/advisories/unreviewed/2022/05/GHSA-6p3h-x2q8-856f/GHSA-6p3h-x2q8-856f.json index 4ee60182718..ffc6c28c6b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-6p3h-x2q8-856f/GHSA-6p3h-x2q8-856f.json +++ b/advisories/unreviewed/2022/05/GHSA-6p3h-x2q8-856f/GHSA-6p3h-x2q8-856f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-6p4j-99m7-jm2x/GHSA-6p4j-99m7-jm2x.json b/advisories/unreviewed/2022/05/GHSA-6p4j-99m7-jm2x/GHSA-6p4j-99m7-jm2x.json index 4f8546d91da..fe2283cb017 100644 --- a/advisories/unreviewed/2022/05/GHSA-6p4j-99m7-jm2x/GHSA-6p4j-99m7-jm2x.json +++ b/advisories/unreviewed/2022/05/GHSA-6p4j-99m7-jm2x/GHSA-6p4j-99m7-jm2x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6pc5-jfvj-857m/GHSA-6pc5-jfvj-857m.json b/advisories/unreviewed/2022/05/GHSA-6pc5-jfvj-857m/GHSA-6pc5-jfvj-857m.json index 64746d528b7..ea4476530b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-6pc5-jfvj-857m/GHSA-6pc5-jfvj-857m.json +++ b/advisories/unreviewed/2022/05/GHSA-6pc5-jfvj-857m/GHSA-6pc5-jfvj-857m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6pch-hq5w-rg79/GHSA-6pch-hq5w-rg79.json b/advisories/unreviewed/2022/05/GHSA-6pch-hq5w-rg79/GHSA-6pch-hq5w-rg79.json index 0dd041f5524..1b800698ebf 100644 --- a/advisories/unreviewed/2022/05/GHSA-6pch-hq5w-rg79/GHSA-6pch-hq5w-rg79.json +++ b/advisories/unreviewed/2022/05/GHSA-6pch-hq5w-rg79/GHSA-6pch-hq5w-rg79.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-6qhx-mg23-q6c6/GHSA-6qhx-mg23-q6c6.json b/advisories/unreviewed/2022/05/GHSA-6qhx-mg23-q6c6/GHSA-6qhx-mg23-q6c6.json index d142785a497..7ccfef8f475 100644 --- a/advisories/unreviewed/2022/05/GHSA-6qhx-mg23-q6c6/GHSA-6qhx-mg23-q6c6.json +++ b/advisories/unreviewed/2022/05/GHSA-6qhx-mg23-q6c6/GHSA-6qhx-mg23-q6c6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-6qq9-gwrw-53gj/GHSA-6qq9-gwrw-53gj.json b/advisories/unreviewed/2022/05/GHSA-6qq9-gwrw-53gj/GHSA-6qq9-gwrw-53gj.json index 8bc6aaf03c3..069896a1469 100644 --- a/advisories/unreviewed/2022/05/GHSA-6qq9-gwrw-53gj/GHSA-6qq9-gwrw-53gj.json +++ b/advisories/unreviewed/2022/05/GHSA-6qq9-gwrw-53gj/GHSA-6qq9-gwrw-53gj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6r7m-73wx-5c8j/GHSA-6r7m-73wx-5c8j.json b/advisories/unreviewed/2022/05/GHSA-6r7m-73wx-5c8j/GHSA-6r7m-73wx-5c8j.json index 3bd36a506f9..b8a2ada8982 100644 --- a/advisories/unreviewed/2022/05/GHSA-6r7m-73wx-5c8j/GHSA-6r7m-73wx-5c8j.json +++ b/advisories/unreviewed/2022/05/GHSA-6r7m-73wx-5c8j/GHSA-6r7m-73wx-5c8j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-6rx5-c567-35xj/GHSA-6rx5-c567-35xj.json b/advisories/unreviewed/2022/05/GHSA-6rx5-c567-35xj/GHSA-6rx5-c567-35xj.json index 100f1a728a3..2dfa8e3fd55 100644 --- a/advisories/unreviewed/2022/05/GHSA-6rx5-c567-35xj/GHSA-6rx5-c567-35xj.json +++ b/advisories/unreviewed/2022/05/GHSA-6rx5-c567-35xj/GHSA-6rx5-c567-35xj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6v7c-w9v8-4qwf/GHSA-6v7c-w9v8-4qwf.json b/advisories/unreviewed/2022/05/GHSA-6v7c-w9v8-4qwf/GHSA-6v7c-w9v8-4qwf.json index f8fc85c396c..c3bf403c1c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-6v7c-w9v8-4qwf/GHSA-6v7c-w9v8-4qwf.json +++ b/advisories/unreviewed/2022/05/GHSA-6v7c-w9v8-4qwf/GHSA-6v7c-w9v8-4qwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-6w76-xxgp-fhm5/GHSA-6w76-xxgp-fhm5.json b/advisories/unreviewed/2022/05/GHSA-6w76-xxgp-fhm5/GHSA-6w76-xxgp-fhm5.json index 475d0c0af5a..2c71997e8c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-6w76-xxgp-fhm5/GHSA-6w76-xxgp-fhm5.json +++ b/advisories/unreviewed/2022/05/GHSA-6w76-xxgp-fhm5/GHSA-6w76-xxgp-fhm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-6wgm-vmwq-hhq2/GHSA-6wgm-vmwq-hhq2.json b/advisories/unreviewed/2022/05/GHSA-6wgm-vmwq-hhq2/GHSA-6wgm-vmwq-hhq2.json index 46b9bdf52b7..c4f3ae70877 100644 --- a/advisories/unreviewed/2022/05/GHSA-6wgm-vmwq-hhq2/GHSA-6wgm-vmwq-hhq2.json +++ b/advisories/unreviewed/2022/05/GHSA-6wgm-vmwq-hhq2/GHSA-6wgm-vmwq-hhq2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-6wvp-4wg2-g6m4/GHSA-6wvp-4wg2-g6m4.json b/advisories/unreviewed/2022/05/GHSA-6wvp-4wg2-g6m4/GHSA-6wvp-4wg2-g6m4.json index b9f3e2073c9..2d5d40fb109 100644 --- a/advisories/unreviewed/2022/05/GHSA-6wvp-4wg2-g6m4/GHSA-6wvp-4wg2-g6m4.json +++ b/advisories/unreviewed/2022/05/GHSA-6wvp-4wg2-g6m4/GHSA-6wvp-4wg2-g6m4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6x97-cqx6-mvmq/GHSA-6x97-cqx6-mvmq.json b/advisories/unreviewed/2022/05/GHSA-6x97-cqx6-mvmq/GHSA-6x97-cqx6-mvmq.json index fd26d4de1ad..3144d803599 100644 --- a/advisories/unreviewed/2022/05/GHSA-6x97-cqx6-mvmq/GHSA-6x97-cqx6-mvmq.json +++ b/advisories/unreviewed/2022/05/GHSA-6x97-cqx6-mvmq/GHSA-6x97-cqx6-mvmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6x9p-vcwr-3q9w/GHSA-6x9p-vcwr-3q9w.json b/advisories/unreviewed/2022/05/GHSA-6x9p-vcwr-3q9w/GHSA-6x9p-vcwr-3q9w.json index 37f8cdca0a9..3493337c0de 100644 --- a/advisories/unreviewed/2022/05/GHSA-6x9p-vcwr-3q9w/GHSA-6x9p-vcwr-3q9w.json +++ b/advisories/unreviewed/2022/05/GHSA-6x9p-vcwr-3q9w/GHSA-6x9p-vcwr-3q9w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/05/GHSA-6xpx-3cj9-qcrv/GHSA-6xpx-3cj9-qcrv.json b/advisories/unreviewed/2022/05/GHSA-6xpx-3cj9-qcrv/GHSA-6xpx-3cj9-qcrv.json index 038bec04382..ca6ed84f063 100644 --- a/advisories/unreviewed/2022/05/GHSA-6xpx-3cj9-qcrv/GHSA-6xpx-3cj9-qcrv.json +++ b/advisories/unreviewed/2022/05/GHSA-6xpx-3cj9-qcrv/GHSA-6xpx-3cj9-qcrv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7255-8c86-7v27/GHSA-7255-8c86-7v27.json b/advisories/unreviewed/2022/05/GHSA-7255-8c86-7v27/GHSA-7255-8c86-7v27.json index 62ee671ee3b..010d8079f3f 100644 --- a/advisories/unreviewed/2022/05/GHSA-7255-8c86-7v27/GHSA-7255-8c86-7v27.json +++ b/advisories/unreviewed/2022/05/GHSA-7255-8c86-7v27/GHSA-7255-8c86-7v27.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-72c7-gmhw-rgxw/GHSA-72c7-gmhw-rgxw.json b/advisories/unreviewed/2022/05/GHSA-72c7-gmhw-rgxw/GHSA-72c7-gmhw-rgxw.json index 7feaf67b0d6..c4f8fbd33c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-72c7-gmhw-rgxw/GHSA-72c7-gmhw-rgxw.json +++ b/advisories/unreviewed/2022/05/GHSA-72c7-gmhw-rgxw/GHSA-72c7-gmhw-rgxw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7344-57q4-7x5m/GHSA-7344-57q4-7x5m.json b/advisories/unreviewed/2022/05/GHSA-7344-57q4-7x5m/GHSA-7344-57q4-7x5m.json index 60b7813e7f2..f946b19b194 100644 --- a/advisories/unreviewed/2022/05/GHSA-7344-57q4-7x5m/GHSA-7344-57q4-7x5m.json +++ b/advisories/unreviewed/2022/05/GHSA-7344-57q4-7x5m/GHSA-7344-57q4-7x5m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-734m-wgx8-qcgv/GHSA-734m-wgx8-qcgv.json b/advisories/unreviewed/2022/05/GHSA-734m-wgx8-qcgv/GHSA-734m-wgx8-qcgv.json index efb25ebf042..b3c76ed87b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-734m-wgx8-qcgv/GHSA-734m-wgx8-qcgv.json +++ b/advisories/unreviewed/2022/05/GHSA-734m-wgx8-qcgv/GHSA-734m-wgx8-qcgv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-73mf-qgw2-5fc3/GHSA-73mf-qgw2-5fc3.json b/advisories/unreviewed/2022/05/GHSA-73mf-qgw2-5fc3/GHSA-73mf-qgw2-5fc3.json index 4a9b91f21f5..c66119ae5ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-73mf-qgw2-5fc3/GHSA-73mf-qgw2-5fc3.json +++ b/advisories/unreviewed/2022/05/GHSA-73mf-qgw2-5fc3/GHSA-73mf-qgw2-5fc3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-7428-4gff-5vvx/GHSA-7428-4gff-5vvx.json b/advisories/unreviewed/2022/05/GHSA-7428-4gff-5vvx/GHSA-7428-4gff-5vvx.json index 6e8afac2708..9b21d4285c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-7428-4gff-5vvx/GHSA-7428-4gff-5vvx.json +++ b/advisories/unreviewed/2022/05/GHSA-7428-4gff-5vvx/GHSA-7428-4gff-5vvx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7589-4cgq-4p68/GHSA-7589-4cgq-4p68.json b/advisories/unreviewed/2022/05/GHSA-7589-4cgq-4p68/GHSA-7589-4cgq-4p68.json index 76e3a03352c..4ffdb295e5e 100644 --- a/advisories/unreviewed/2022/05/GHSA-7589-4cgq-4p68/GHSA-7589-4cgq-4p68.json +++ b/advisories/unreviewed/2022/05/GHSA-7589-4cgq-4p68/GHSA-7589-4cgq-4p68.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -59,9 +57,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-76xm-jhhp-c6jv/GHSA-76xm-jhhp-c6jv.json b/advisories/unreviewed/2022/05/GHSA-76xm-jhhp-c6jv/GHSA-76xm-jhhp-c6jv.json index 785302c85ab..c96adfd4848 100644 --- a/advisories/unreviewed/2022/05/GHSA-76xm-jhhp-c6jv/GHSA-76xm-jhhp-c6jv.json +++ b/advisories/unreviewed/2022/05/GHSA-76xm-jhhp-c6jv/GHSA-76xm-jhhp-c6jv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-77hf-ffhj-jgh3/GHSA-77hf-ffhj-jgh3.json b/advisories/unreviewed/2022/05/GHSA-77hf-ffhj-jgh3/GHSA-77hf-ffhj-jgh3.json index e42469420c7..8d939b6821b 100644 --- a/advisories/unreviewed/2022/05/GHSA-77hf-ffhj-jgh3/GHSA-77hf-ffhj-jgh3.json +++ b/advisories/unreviewed/2022/05/GHSA-77hf-ffhj-jgh3/GHSA-77hf-ffhj-jgh3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-77hq-vrjm-gxpm/GHSA-77hq-vrjm-gxpm.json b/advisories/unreviewed/2022/05/GHSA-77hq-vrjm-gxpm/GHSA-77hq-vrjm-gxpm.json index 33b560ba328..db1d5a5efc8 100644 --- a/advisories/unreviewed/2022/05/GHSA-77hq-vrjm-gxpm/GHSA-77hq-vrjm-gxpm.json +++ b/advisories/unreviewed/2022/05/GHSA-77hq-vrjm-gxpm/GHSA-77hq-vrjm-gxpm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-78mw-h93q-x8hp/GHSA-78mw-h93q-x8hp.json b/advisories/unreviewed/2022/05/GHSA-78mw-h93q-x8hp/GHSA-78mw-h93q-x8hp.json index dbad1aad9d2..96806be6c43 100644 --- a/advisories/unreviewed/2022/05/GHSA-78mw-h93q-x8hp/GHSA-78mw-h93q-x8hp.json +++ b/advisories/unreviewed/2022/05/GHSA-78mw-h93q-x8hp/GHSA-78mw-h93q-x8hp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-78rh-27p9-chj5/GHSA-78rh-27p9-chj5.json b/advisories/unreviewed/2022/05/GHSA-78rh-27p9-chj5/GHSA-78rh-27p9-chj5.json index b3f3a28284b..445e31c6746 100644 --- a/advisories/unreviewed/2022/05/GHSA-78rh-27p9-chj5/GHSA-78rh-27p9-chj5.json +++ b/advisories/unreviewed/2022/05/GHSA-78rh-27p9-chj5/GHSA-78rh-27p9-chj5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-78x5-r7gq-35h4/GHSA-78x5-r7gq-35h4.json b/advisories/unreviewed/2022/05/GHSA-78x5-r7gq-35h4/GHSA-78x5-r7gq-35h4.json index 7932d813374..e4c5a9503c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-78x5-r7gq-35h4/GHSA-78x5-r7gq-35h4.json +++ b/advisories/unreviewed/2022/05/GHSA-78x5-r7gq-35h4/GHSA-78x5-r7gq-35h4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7945-69h3-wr87/GHSA-7945-69h3-wr87.json b/advisories/unreviewed/2022/05/GHSA-7945-69h3-wr87/GHSA-7945-69h3-wr87.json index 7361b50d778..ca3de5afd92 100644 --- a/advisories/unreviewed/2022/05/GHSA-7945-69h3-wr87/GHSA-7945-69h3-wr87.json +++ b/advisories/unreviewed/2022/05/GHSA-7945-69h3-wr87/GHSA-7945-69h3-wr87.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-79hf-9859-3q69/GHSA-79hf-9859-3q69.json b/advisories/unreviewed/2022/05/GHSA-79hf-9859-3q69/GHSA-79hf-9859-3q69.json index a0c1dc0e16c..2d198cd5a59 100644 --- a/advisories/unreviewed/2022/05/GHSA-79hf-9859-3q69/GHSA-79hf-9859-3q69.json +++ b/advisories/unreviewed/2022/05/GHSA-79hf-9859-3q69/GHSA-79hf-9859-3q69.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7c5c-3c2x-v5q8/GHSA-7c5c-3c2x-v5q8.json b/advisories/unreviewed/2022/05/GHSA-7c5c-3c2x-v5q8/GHSA-7c5c-3c2x-v5q8.json index 4cb6838c549..58a41709beb 100644 --- a/advisories/unreviewed/2022/05/GHSA-7c5c-3c2x-v5q8/GHSA-7c5c-3c2x-v5q8.json +++ b/advisories/unreviewed/2022/05/GHSA-7c5c-3c2x-v5q8/GHSA-7c5c-3c2x-v5q8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7f8q-qqg3-wjgj/GHSA-7f8q-qqg3-wjgj.json b/advisories/unreviewed/2022/05/GHSA-7f8q-qqg3-wjgj/GHSA-7f8q-qqg3-wjgj.json index 57a620b2980..13dcf197b97 100644 --- a/advisories/unreviewed/2022/05/GHSA-7f8q-qqg3-wjgj/GHSA-7f8q-qqg3-wjgj.json +++ b/advisories/unreviewed/2022/05/GHSA-7f8q-qqg3-wjgj/GHSA-7f8q-qqg3-wjgj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7fcg-2p4q-xrxx/GHSA-7fcg-2p4q-xrxx.json b/advisories/unreviewed/2022/05/GHSA-7fcg-2p4q-xrxx/GHSA-7fcg-2p4q-xrxx.json index 0fe747973e0..2ec66e9ffe8 100644 --- a/advisories/unreviewed/2022/05/GHSA-7fcg-2p4q-xrxx/GHSA-7fcg-2p4q-xrxx.json +++ b/advisories/unreviewed/2022/05/GHSA-7fcg-2p4q-xrxx/GHSA-7fcg-2p4q-xrxx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/05/GHSA-7fmp-w53p-7r6p/GHSA-7fmp-w53p-7r6p.json b/advisories/unreviewed/2022/05/GHSA-7fmp-w53p-7r6p/GHSA-7fmp-w53p-7r6p.json index b97c9ffd420..4c46c1e1d67 100644 --- a/advisories/unreviewed/2022/05/GHSA-7fmp-w53p-7r6p/GHSA-7fmp-w53p-7r6p.json +++ b/advisories/unreviewed/2022/05/GHSA-7fmp-w53p-7r6p/GHSA-7fmp-w53p-7r6p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7fvh-rqhx-cr7p/GHSA-7fvh-rqhx-cr7p.json b/advisories/unreviewed/2022/05/GHSA-7fvh-rqhx-cr7p/GHSA-7fvh-rqhx-cr7p.json index 89ed76861f5..18ecb3a6de8 100644 --- a/advisories/unreviewed/2022/05/GHSA-7fvh-rqhx-cr7p/GHSA-7fvh-rqhx-cr7p.json +++ b/advisories/unreviewed/2022/05/GHSA-7fvh-rqhx-cr7p/GHSA-7fvh-rqhx-cr7p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7g9v-pj4g-rw44/GHSA-7g9v-pj4g-rw44.json b/advisories/unreviewed/2022/05/GHSA-7g9v-pj4g-rw44/GHSA-7g9v-pj4g-rw44.json index e551580a05f..edade1cb6ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-7g9v-pj4g-rw44/GHSA-7g9v-pj4g-rw44.json +++ b/advisories/unreviewed/2022/05/GHSA-7g9v-pj4g-rw44/GHSA-7g9v-pj4g-rw44.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/05/GHSA-7ghg-23h8-fj3m/GHSA-7ghg-23h8-fj3m.json b/advisories/unreviewed/2022/05/GHSA-7ghg-23h8-fj3m/GHSA-7ghg-23h8-fj3m.json index 503cf28328c..fe5731bf666 100644 --- a/advisories/unreviewed/2022/05/GHSA-7ghg-23h8-fj3m/GHSA-7ghg-23h8-fj3m.json +++ b/advisories/unreviewed/2022/05/GHSA-7ghg-23h8-fj3m/GHSA-7ghg-23h8-fj3m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-7gj3-xwfw-vmvx/GHSA-7gj3-xwfw-vmvx.json b/advisories/unreviewed/2022/05/GHSA-7gj3-xwfw-vmvx/GHSA-7gj3-xwfw-vmvx.json index 7f012710090..a26815c9afa 100644 --- a/advisories/unreviewed/2022/05/GHSA-7gj3-xwfw-vmvx/GHSA-7gj3-xwfw-vmvx.json +++ b/advisories/unreviewed/2022/05/GHSA-7gj3-xwfw-vmvx/GHSA-7gj3-xwfw-vmvx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7gmw-2h7x-8jvr/GHSA-7gmw-2h7x-8jvr.json b/advisories/unreviewed/2022/05/GHSA-7gmw-2h7x-8jvr/GHSA-7gmw-2h7x-8jvr.json index eba46832f88..a1710ce7091 100644 --- a/advisories/unreviewed/2022/05/GHSA-7gmw-2h7x-8jvr/GHSA-7gmw-2h7x-8jvr.json +++ b/advisories/unreviewed/2022/05/GHSA-7gmw-2h7x-8jvr/GHSA-7gmw-2h7x-8jvr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7h58-3g76-q6r5/GHSA-7h58-3g76-q6r5.json b/advisories/unreviewed/2022/05/GHSA-7h58-3g76-q6r5/GHSA-7h58-3g76-q6r5.json index d2090edcbe9..bf9e4f91ca6 100644 --- a/advisories/unreviewed/2022/05/GHSA-7h58-3g76-q6r5/GHSA-7h58-3g76-q6r5.json +++ b/advisories/unreviewed/2022/05/GHSA-7h58-3g76-q6r5/GHSA-7h58-3g76-q6r5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7hg4-3wc8-g69j/GHSA-7hg4-3wc8-g69j.json b/advisories/unreviewed/2022/05/GHSA-7hg4-3wc8-g69j/GHSA-7hg4-3wc8-g69j.json index c84a9146cc4..a2eba2eef54 100644 --- a/advisories/unreviewed/2022/05/GHSA-7hg4-3wc8-g69j/GHSA-7hg4-3wc8-g69j.json +++ b/advisories/unreviewed/2022/05/GHSA-7hg4-3wc8-g69j/GHSA-7hg4-3wc8-g69j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7hhx-w8xw-rrg3/GHSA-7hhx-w8xw-rrg3.json b/advisories/unreviewed/2022/05/GHSA-7hhx-w8xw-rrg3/GHSA-7hhx-w8xw-rrg3.json index 6bd8d325c45..87ed1d2df43 100644 --- a/advisories/unreviewed/2022/05/GHSA-7hhx-w8xw-rrg3/GHSA-7hhx-w8xw-rrg3.json +++ b/advisories/unreviewed/2022/05/GHSA-7hhx-w8xw-rrg3/GHSA-7hhx-w8xw-rrg3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7j3f-fv4w-h45m/GHSA-7j3f-fv4w-h45m.json b/advisories/unreviewed/2022/05/GHSA-7j3f-fv4w-h45m/GHSA-7j3f-fv4w-h45m.json index ea1c3c8fa11..08d5768ad74 100644 --- a/advisories/unreviewed/2022/05/GHSA-7j3f-fv4w-h45m/GHSA-7j3f-fv4w-h45m.json +++ b/advisories/unreviewed/2022/05/GHSA-7j3f-fv4w-h45m/GHSA-7j3f-fv4w-h45m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7j6q-65hr-h78r/GHSA-7j6q-65hr-h78r.json b/advisories/unreviewed/2022/05/GHSA-7j6q-65hr-h78r/GHSA-7j6q-65hr-h78r.json index 351df28cfc1..8a0f2684427 100644 --- a/advisories/unreviewed/2022/05/GHSA-7j6q-65hr-h78r/GHSA-7j6q-65hr-h78r.json +++ b/advisories/unreviewed/2022/05/GHSA-7j6q-65hr-h78r/GHSA-7j6q-65hr-h78r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7jp4-74m9-fm7q/GHSA-7jp4-74m9-fm7q.json b/advisories/unreviewed/2022/05/GHSA-7jp4-74m9-fm7q/GHSA-7jp4-74m9-fm7q.json index 9c15cc3b760..19747867573 100644 --- a/advisories/unreviewed/2022/05/GHSA-7jp4-74m9-fm7q/GHSA-7jp4-74m9-fm7q.json +++ b/advisories/unreviewed/2022/05/GHSA-7jp4-74m9-fm7q/GHSA-7jp4-74m9-fm7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7m73-7mcc-v47j/GHSA-7m73-7mcc-v47j.json b/advisories/unreviewed/2022/05/GHSA-7m73-7mcc-v47j/GHSA-7m73-7mcc-v47j.json index 980b095ed7c..bd109fb47bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-7m73-7mcc-v47j/GHSA-7m73-7mcc-v47j.json +++ b/advisories/unreviewed/2022/05/GHSA-7m73-7mcc-v47j/GHSA-7m73-7mcc-v47j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7mh5-fh6p-8pw2/GHSA-7mh5-fh6p-8pw2.json b/advisories/unreviewed/2022/05/GHSA-7mh5-fh6p-8pw2/GHSA-7mh5-fh6p-8pw2.json index 4ef971e91f4..0e8f1d4d9a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-7mh5-fh6p-8pw2/GHSA-7mh5-fh6p-8pw2.json +++ b/advisories/unreviewed/2022/05/GHSA-7mh5-fh6p-8pw2/GHSA-7mh5-fh6p-8pw2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7mwm-jwjx-gh7x/GHSA-7mwm-jwjx-gh7x.json b/advisories/unreviewed/2022/05/GHSA-7mwm-jwjx-gh7x/GHSA-7mwm-jwjx-gh7x.json index ed3942c5100..d3e2c49e8c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-7mwm-jwjx-gh7x/GHSA-7mwm-jwjx-gh7x.json +++ b/advisories/unreviewed/2022/05/GHSA-7mwm-jwjx-gh7x/GHSA-7mwm-jwjx-gh7x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7qmc-mwv7-pcgv/GHSA-7qmc-mwv7-pcgv.json b/advisories/unreviewed/2022/05/GHSA-7qmc-mwv7-pcgv/GHSA-7qmc-mwv7-pcgv.json index 7412cc25a62..4f53c3fd672 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qmc-mwv7-pcgv/GHSA-7qmc-mwv7-pcgv.json +++ b/advisories/unreviewed/2022/05/GHSA-7qmc-mwv7-pcgv/GHSA-7qmc-mwv7-pcgv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/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/2022/05/GHSA-7r7w-6h49-2fqr/GHSA-7r7w-6h49-2fqr.json b/advisories/unreviewed/2022/05/GHSA-7r7w-6h49-2fqr/GHSA-7r7w-6h49-2fqr.json index b7a3cea0329..0aeb749dc03 100644 --- a/advisories/unreviewed/2022/05/GHSA-7r7w-6h49-2fqr/GHSA-7r7w-6h49-2fqr.json +++ b/advisories/unreviewed/2022/05/GHSA-7r7w-6h49-2fqr/GHSA-7r7w-6h49-2fqr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7vjg-25hq-7fgh/GHSA-7vjg-25hq-7fgh.json b/advisories/unreviewed/2022/05/GHSA-7vjg-25hq-7fgh/GHSA-7vjg-25hq-7fgh.json index 579dc224755..5ef6db124dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-7vjg-25hq-7fgh/GHSA-7vjg-25hq-7fgh.json +++ b/advisories/unreviewed/2022/05/GHSA-7vjg-25hq-7fgh/GHSA-7vjg-25hq-7fgh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-7wpr-88m9-843p/GHSA-7wpr-88m9-843p.json b/advisories/unreviewed/2022/05/GHSA-7wpr-88m9-843p/GHSA-7wpr-88m9-843p.json index 28e0f8c5d04..b28640d254d 100644 --- a/advisories/unreviewed/2022/05/GHSA-7wpr-88m9-843p/GHSA-7wpr-88m9-843p.json +++ b/advisories/unreviewed/2022/05/GHSA-7wpr-88m9-843p/GHSA-7wpr-88m9-843p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/05/GHSA-7xhf-frpm-r9fm/GHSA-7xhf-frpm-r9fm.json b/advisories/unreviewed/2022/05/GHSA-7xhf-frpm-r9fm/GHSA-7xhf-frpm-r9fm.json index 030b0a7443c..3da3445d07f 100644 --- a/advisories/unreviewed/2022/05/GHSA-7xhf-frpm-r9fm/GHSA-7xhf-frpm-r9fm.json +++ b/advisories/unreviewed/2022/05/GHSA-7xhf-frpm-r9fm/GHSA-7xhf-frpm-r9fm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8258-3qq7-qh2g/GHSA-8258-3qq7-qh2g.json b/advisories/unreviewed/2022/05/GHSA-8258-3qq7-qh2g/GHSA-8258-3qq7-qh2g.json index 9d9341b56d7..57c0b2e72cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-8258-3qq7-qh2g/GHSA-8258-3qq7-qh2g.json +++ b/advisories/unreviewed/2022/05/GHSA-8258-3qq7-qh2g/GHSA-8258-3qq7-qh2g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-829q-rj4r-29x3/GHSA-829q-rj4r-29x3.json b/advisories/unreviewed/2022/05/GHSA-829q-rj4r-29x3/GHSA-829q-rj4r-29x3.json index 759d41766eb..3cd6ad9c80b 100644 --- a/advisories/unreviewed/2022/05/GHSA-829q-rj4r-29x3/GHSA-829q-rj4r-29x3.json +++ b/advisories/unreviewed/2022/05/GHSA-829q-rj4r-29x3/GHSA-829q-rj4r-29x3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-82r4-3q2m-qgrm/GHSA-82r4-3q2m-qgrm.json b/advisories/unreviewed/2022/05/GHSA-82r4-3q2m-qgrm/GHSA-82r4-3q2m-qgrm.json index 1a7a87af8da..7ab7178226e 100644 --- a/advisories/unreviewed/2022/05/GHSA-82r4-3q2m-qgrm/GHSA-82r4-3q2m-qgrm.json +++ b/advisories/unreviewed/2022/05/GHSA-82r4-3q2m-qgrm/GHSA-82r4-3q2m-qgrm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-82x3-qmxq-6mg5/GHSA-82x3-qmxq-6mg5.json b/advisories/unreviewed/2022/05/GHSA-82x3-qmxq-6mg5/GHSA-82x3-qmxq-6mg5.json index 6ca04cb51ce..00d84e8c4e0 100644 --- a/advisories/unreviewed/2022/05/GHSA-82x3-qmxq-6mg5/GHSA-82x3-qmxq-6mg5.json +++ b/advisories/unreviewed/2022/05/GHSA-82x3-qmxq-6mg5/GHSA-82x3-qmxq-6mg5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-8337-gx57-xm96/GHSA-8337-gx57-xm96.json b/advisories/unreviewed/2022/05/GHSA-8337-gx57-xm96/GHSA-8337-gx57-xm96.json index 0b332c682ba..36a694a0e13 100644 --- a/advisories/unreviewed/2022/05/GHSA-8337-gx57-xm96/GHSA-8337-gx57-xm96.json +++ b/advisories/unreviewed/2022/05/GHSA-8337-gx57-xm96/GHSA-8337-gx57-xm96.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8446-vv9c-4233/GHSA-8446-vv9c-4233.json b/advisories/unreviewed/2022/05/GHSA-8446-vv9c-4233/GHSA-8446-vv9c-4233.json index aa1c00a1dd5..636d2b92121 100644 --- a/advisories/unreviewed/2022/05/GHSA-8446-vv9c-4233/GHSA-8446-vv9c-4233.json +++ b/advisories/unreviewed/2022/05/GHSA-8446-vv9c-4233/GHSA-8446-vv9c-4233.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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/05/GHSA-84r6-xg2x-5pxw/GHSA-84r6-xg2x-5pxw.json b/advisories/unreviewed/2022/05/GHSA-84r6-xg2x-5pxw/GHSA-84r6-xg2x-5pxw.json index c648d9719d9..a6f03f03312 100644 --- a/advisories/unreviewed/2022/05/GHSA-84r6-xg2x-5pxw/GHSA-84r6-xg2x-5pxw.json +++ b/advisories/unreviewed/2022/05/GHSA-84r6-xg2x-5pxw/GHSA-84r6-xg2x-5pxw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-84wh-374p-jprq/GHSA-84wh-374p-jprq.json b/advisories/unreviewed/2022/05/GHSA-84wh-374p-jprq/GHSA-84wh-374p-jprq.json index be14a97a847..0bd5928ec93 100644 --- a/advisories/unreviewed/2022/05/GHSA-84wh-374p-jprq/GHSA-84wh-374p-jprq.json +++ b/advisories/unreviewed/2022/05/GHSA-84wh-374p-jprq/GHSA-84wh-374p-jprq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-84wx-rw6h-3h88/GHSA-84wx-rw6h-3h88.json b/advisories/unreviewed/2022/05/GHSA-84wx-rw6h-3h88/GHSA-84wx-rw6h-3h88.json index 14e902468b9..c33d01c109f 100644 --- a/advisories/unreviewed/2022/05/GHSA-84wx-rw6h-3h88/GHSA-84wx-rw6h-3h88.json +++ b/advisories/unreviewed/2022/05/GHSA-84wx-rw6h-3h88/GHSA-84wx-rw6h-3h88.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-854x-j9wg-w8jp/GHSA-854x-j9wg-w8jp.json b/advisories/unreviewed/2022/05/GHSA-854x-j9wg-w8jp/GHSA-854x-j9wg-w8jp.json index 876261fe0af..130ebcceca4 100644 --- a/advisories/unreviewed/2022/05/GHSA-854x-j9wg-w8jp/GHSA-854x-j9wg-w8jp.json +++ b/advisories/unreviewed/2022/05/GHSA-854x-j9wg-w8jp/GHSA-854x-j9wg-w8jp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/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/05/GHSA-8576-fpqm-f7vg/GHSA-8576-fpqm-f7vg.json b/advisories/unreviewed/2022/05/GHSA-8576-fpqm-f7vg/GHSA-8576-fpqm-f7vg.json index 62ba8996964..a57f7db2093 100644 --- a/advisories/unreviewed/2022/05/GHSA-8576-fpqm-f7vg/GHSA-8576-fpqm-f7vg.json +++ b/advisories/unreviewed/2022/05/GHSA-8576-fpqm-f7vg/GHSA-8576-fpqm-f7vg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8683-jchg-7mg5/GHSA-8683-jchg-7mg5.json b/advisories/unreviewed/2022/05/GHSA-8683-jchg-7mg5/GHSA-8683-jchg-7mg5.json index b32c1111935..09cd216dcc2 100644 --- a/advisories/unreviewed/2022/05/GHSA-8683-jchg-7mg5/GHSA-8683-jchg-7mg5.json +++ b/advisories/unreviewed/2022/05/GHSA-8683-jchg-7mg5/GHSA-8683-jchg-7mg5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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/05/GHSA-86h3-f8mw-gvhf/GHSA-86h3-f8mw-gvhf.json b/advisories/unreviewed/2022/05/GHSA-86h3-f8mw-gvhf/GHSA-86h3-f8mw-gvhf.json index ddc006d8e89..ad57b997c99 100644 --- a/advisories/unreviewed/2022/05/GHSA-86h3-f8mw-gvhf/GHSA-86h3-f8mw-gvhf.json +++ b/advisories/unreviewed/2022/05/GHSA-86h3-f8mw-gvhf/GHSA-86h3-f8mw-gvhf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/2022/05/GHSA-86p3-4785-rm9c/GHSA-86p3-4785-rm9c.json b/advisories/unreviewed/2022/05/GHSA-86p3-4785-rm9c/GHSA-86p3-4785-rm9c.json index 3c310c9af71..67c82ebffd9 100644 --- a/advisories/unreviewed/2022/05/GHSA-86p3-4785-rm9c/GHSA-86p3-4785-rm9c.json +++ b/advisories/unreviewed/2022/05/GHSA-86p3-4785-rm9c/GHSA-86p3-4785-rm9c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-86q9-j2jh-wc2w/GHSA-86q9-j2jh-wc2w.json b/advisories/unreviewed/2022/05/GHSA-86q9-j2jh-wc2w/GHSA-86q9-j2jh-wc2w.json index c01b67f0a47..0ff15117dcc 100644 --- a/advisories/unreviewed/2022/05/GHSA-86q9-j2jh-wc2w/GHSA-86q9-j2jh-wc2w.json +++ b/advisories/unreviewed/2022/05/GHSA-86q9-j2jh-wc2w/GHSA-86q9-j2jh-wc2w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-86wq-gv4v-p8jq/GHSA-86wq-gv4v-p8jq.json b/advisories/unreviewed/2022/05/GHSA-86wq-gv4v-p8jq/GHSA-86wq-gv4v-p8jq.json index 25eecce6e7e..9885edf8fff 100644 --- a/advisories/unreviewed/2022/05/GHSA-86wq-gv4v-p8jq/GHSA-86wq-gv4v-p8jq.json +++ b/advisories/unreviewed/2022/05/GHSA-86wq-gv4v-p8jq/GHSA-86wq-gv4v-p8jq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-87v6-vw3p-5g5r/GHSA-87v6-vw3p-5g5r.json b/advisories/unreviewed/2022/05/GHSA-87v6-vw3p-5g5r/GHSA-87v6-vw3p-5g5r.json index 820d77df7dd..888ec21a3a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-87v6-vw3p-5g5r/GHSA-87v6-vw3p-5g5r.json +++ b/advisories/unreviewed/2022/05/GHSA-87v6-vw3p-5g5r/GHSA-87v6-vw3p-5g5r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-87v8-hh3h-7p56/GHSA-87v8-hh3h-7p56.json b/advisories/unreviewed/2022/05/GHSA-87v8-hh3h-7p56/GHSA-87v8-hh3h-7p56.json index d62ca7c8e52..b43a0271b87 100644 --- a/advisories/unreviewed/2022/05/GHSA-87v8-hh3h-7p56/GHSA-87v8-hh3h-7p56.json +++ b/advisories/unreviewed/2022/05/GHSA-87v8-hh3h-7p56/GHSA-87v8-hh3h-7p56.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-87wj-p9p7-7v7p/GHSA-87wj-p9p7-7v7p.json b/advisories/unreviewed/2022/05/GHSA-87wj-p9p7-7v7p/GHSA-87wj-p9p7-7v7p.json index 2d132865cf9..9d24c265bc5 100644 --- a/advisories/unreviewed/2022/05/GHSA-87wj-p9p7-7v7p/GHSA-87wj-p9p7-7v7p.json +++ b/advisories/unreviewed/2022/05/GHSA-87wj-p9p7-7v7p/GHSA-87wj-p9p7-7v7p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-88hc-3g3p-6746/GHSA-88hc-3g3p-6746.json b/advisories/unreviewed/2022/05/GHSA-88hc-3g3p-6746/GHSA-88hc-3g3p-6746.json index e11ba9bc245..140056d8a0e 100644 --- a/advisories/unreviewed/2022/05/GHSA-88hc-3g3p-6746/GHSA-88hc-3g3p-6746.json +++ b/advisories/unreviewed/2022/05/GHSA-88hc-3g3p-6746/GHSA-88hc-3g3p-6746.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-88pr-3wr9-g47c/GHSA-88pr-3wr9-g47c.json b/advisories/unreviewed/2022/05/GHSA-88pr-3wr9-g47c/GHSA-88pr-3wr9-g47c.json index f5514f6e5f2..21dfe7dbc94 100644 --- a/advisories/unreviewed/2022/05/GHSA-88pr-3wr9-g47c/GHSA-88pr-3wr9-g47c.json +++ b/advisories/unreviewed/2022/05/GHSA-88pr-3wr9-g47c/GHSA-88pr-3wr9-g47c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-892v-9q67-735m/GHSA-892v-9q67-735m.json b/advisories/unreviewed/2022/05/GHSA-892v-9q67-735m/GHSA-892v-9q67-735m.json index 9db80fe73b0..56a01ddb836 100644 --- a/advisories/unreviewed/2022/05/GHSA-892v-9q67-735m/GHSA-892v-9q67-735m.json +++ b/advisories/unreviewed/2022/05/GHSA-892v-9q67-735m/GHSA-892v-9q67-735m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-897r-m3j5-jrcf/GHSA-897r-m3j5-jrcf.json b/advisories/unreviewed/2022/05/GHSA-897r-m3j5-jrcf/GHSA-897r-m3j5-jrcf.json index e7b12618529..18213f4bf8f 100644 --- a/advisories/unreviewed/2022/05/GHSA-897r-m3j5-jrcf/GHSA-897r-m3j5-jrcf.json +++ b/advisories/unreviewed/2022/05/GHSA-897r-m3j5-jrcf/GHSA-897r-m3j5-jrcf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/05/GHSA-8c76-7g9q-8v4r/GHSA-8c76-7g9q-8v4r.json b/advisories/unreviewed/2022/05/GHSA-8c76-7g9q-8v4r/GHSA-8c76-7g9q-8v4r.json index 2b9d0011c9c..c937aac3755 100644 --- a/advisories/unreviewed/2022/05/GHSA-8c76-7g9q-8v4r/GHSA-8c76-7g9q-8v4r.json +++ b/advisories/unreviewed/2022/05/GHSA-8c76-7g9q-8v4r/GHSA-8c76-7g9q-8v4r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-8g2w-rx55-7wg6/GHSA-8g2w-rx55-7wg6.json b/advisories/unreviewed/2022/05/GHSA-8g2w-rx55-7wg6/GHSA-8g2w-rx55-7wg6.json index 42eaca62eef..79fc2337efe 100644 --- a/advisories/unreviewed/2022/05/GHSA-8g2w-rx55-7wg6/GHSA-8g2w-rx55-7wg6.json +++ b/advisories/unreviewed/2022/05/GHSA-8g2w-rx55-7wg6/GHSA-8g2w-rx55-7wg6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8gp4-gv99-3gcw/GHSA-8gp4-gv99-3gcw.json b/advisories/unreviewed/2022/05/GHSA-8gp4-gv99-3gcw/GHSA-8gp4-gv99-3gcw.json index bad83ef0b83..acf8336e882 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gp4-gv99-3gcw/GHSA-8gp4-gv99-3gcw.json +++ b/advisories/unreviewed/2022/05/GHSA-8gp4-gv99-3gcw/GHSA-8gp4-gv99-3gcw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8h2j-9rpf-m8jv/GHSA-8h2j-9rpf-m8jv.json b/advisories/unreviewed/2022/05/GHSA-8h2j-9rpf-m8jv/GHSA-8h2j-9rpf-m8jv.json index 96b916d47ac..42a7e0d69d4 100644 --- a/advisories/unreviewed/2022/05/GHSA-8h2j-9rpf-m8jv/GHSA-8h2j-9rpf-m8jv.json +++ b/advisories/unreviewed/2022/05/GHSA-8h2j-9rpf-m8jv/GHSA-8h2j-9rpf-m8jv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-8h52-7jf5-79wp/GHSA-8h52-7jf5-79wp.json b/advisories/unreviewed/2022/05/GHSA-8h52-7jf5-79wp/GHSA-8h52-7jf5-79wp.json index a934a1cb86b..5884990aa20 100644 --- a/advisories/unreviewed/2022/05/GHSA-8h52-7jf5-79wp/GHSA-8h52-7jf5-79wp.json +++ b/advisories/unreviewed/2022/05/GHSA-8h52-7jf5-79wp/GHSA-8h52-7jf5-79wp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8h9f-g8q9-87r3/GHSA-8h9f-g8q9-87r3.json b/advisories/unreviewed/2022/05/GHSA-8h9f-g8q9-87r3/GHSA-8h9f-g8q9-87r3.json index fae1f5a957a..101e7889acf 100644 --- a/advisories/unreviewed/2022/05/GHSA-8h9f-g8q9-87r3/GHSA-8h9f-g8q9-87r3.json +++ b/advisories/unreviewed/2022/05/GHSA-8h9f-g8q9-87r3/GHSA-8h9f-g8q9-87r3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8hcx-39v7-23mv/GHSA-8hcx-39v7-23mv.json b/advisories/unreviewed/2022/05/GHSA-8hcx-39v7-23mv/GHSA-8hcx-39v7-23mv.json index e4e59242de7..4a2f0cc4054 100644 --- a/advisories/unreviewed/2022/05/GHSA-8hcx-39v7-23mv/GHSA-8hcx-39v7-23mv.json +++ b/advisories/unreviewed/2022/05/GHSA-8hcx-39v7-23mv/GHSA-8hcx-39v7-23mv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8j89-mf7f-m8q3/GHSA-8j89-mf7f-m8q3.json b/advisories/unreviewed/2022/05/GHSA-8j89-mf7f-m8q3/GHSA-8j89-mf7f-m8q3.json index d26120d4454..a1719b87273 100644 --- a/advisories/unreviewed/2022/05/GHSA-8j89-mf7f-m8q3/GHSA-8j89-mf7f-m8q3.json +++ b/advisories/unreviewed/2022/05/GHSA-8j89-mf7f-m8q3/GHSA-8j89-mf7f-m8q3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-8jvx-68qc-q9g3/GHSA-8jvx-68qc-q9g3.json b/advisories/unreviewed/2022/05/GHSA-8jvx-68qc-q9g3/GHSA-8jvx-68qc-q9g3.json index 7d4ac10dc3b..4d9314f44c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-8jvx-68qc-q9g3/GHSA-8jvx-68qc-q9g3.json +++ b/advisories/unreviewed/2022/05/GHSA-8jvx-68qc-q9g3/GHSA-8jvx-68qc-q9g3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-8m2w-3h87-fqw3/GHSA-8m2w-3h87-fqw3.json b/advisories/unreviewed/2022/05/GHSA-8m2w-3h87-fqw3/GHSA-8m2w-3h87-fqw3.json index 1cb497cea7c..853a20c26c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-8m2w-3h87-fqw3/GHSA-8m2w-3h87-fqw3.json +++ b/advisories/unreviewed/2022/05/GHSA-8m2w-3h87-fqw3/GHSA-8m2w-3h87-fqw3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8m62-73pq-x847/GHSA-8m62-73pq-x847.json b/advisories/unreviewed/2022/05/GHSA-8m62-73pq-x847/GHSA-8m62-73pq-x847.json index 77a30901de6..789d4783485 100644 --- a/advisories/unreviewed/2022/05/GHSA-8m62-73pq-x847/GHSA-8m62-73pq-x847.json +++ b/advisories/unreviewed/2022/05/GHSA-8m62-73pq-x847/GHSA-8m62-73pq-x847.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8mgg-hrv5-mfvw/GHSA-8mgg-hrv5-mfvw.json b/advisories/unreviewed/2022/05/GHSA-8mgg-hrv5-mfvw/GHSA-8mgg-hrv5-mfvw.json index 379f7bfc8c4..5a10da09fbe 100644 --- a/advisories/unreviewed/2022/05/GHSA-8mgg-hrv5-mfvw/GHSA-8mgg-hrv5-mfvw.json +++ b/advisories/unreviewed/2022/05/GHSA-8mgg-hrv5-mfvw/GHSA-8mgg-hrv5-mfvw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-8mvv-c7ww-m8pg/GHSA-8mvv-c7ww-m8pg.json b/advisories/unreviewed/2022/05/GHSA-8mvv-c7ww-m8pg/GHSA-8mvv-c7ww-m8pg.json index d345bd26005..4413e21e4cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-8mvv-c7ww-m8pg/GHSA-8mvv-c7ww-m8pg.json +++ b/advisories/unreviewed/2022/05/GHSA-8mvv-c7ww-m8pg/GHSA-8mvv-c7ww-m8pg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8ph5-wgc5-5jj9/GHSA-8ph5-wgc5-5jj9.json b/advisories/unreviewed/2022/05/GHSA-8ph5-wgc5-5jj9/GHSA-8ph5-wgc5-5jj9.json index dc6bbe29231..146c80e92a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-8ph5-wgc5-5jj9/GHSA-8ph5-wgc5-5jj9.json +++ b/advisories/unreviewed/2022/05/GHSA-8ph5-wgc5-5jj9/GHSA-8ph5-wgc5-5jj9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8pmj-523f-x784/GHSA-8pmj-523f-x784.json b/advisories/unreviewed/2022/05/GHSA-8pmj-523f-x784/GHSA-8pmj-523f-x784.json index 382707a2b3a..d038b1a5464 100644 --- a/advisories/unreviewed/2022/05/GHSA-8pmj-523f-x784/GHSA-8pmj-523f-x784.json +++ b/advisories/unreviewed/2022/05/GHSA-8pmj-523f-x784/GHSA-8pmj-523f-x784.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8pp8-7wvw-f67f/GHSA-8pp8-7wvw-f67f.json b/advisories/unreviewed/2022/05/GHSA-8pp8-7wvw-f67f/GHSA-8pp8-7wvw-f67f.json index c2d0f7eb7a1..dc9b1411ec3 100644 --- a/advisories/unreviewed/2022/05/GHSA-8pp8-7wvw-f67f/GHSA-8pp8-7wvw-f67f.json +++ b/advisories/unreviewed/2022/05/GHSA-8pp8-7wvw-f67f/GHSA-8pp8-7wvw-f67f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8q5r-g677-rp27/GHSA-8q5r-g677-rp27.json b/advisories/unreviewed/2022/05/GHSA-8q5r-g677-rp27/GHSA-8q5r-g677-rp27.json index 6a329bf1e2b..1bf72aa8aef 100644 --- a/advisories/unreviewed/2022/05/GHSA-8q5r-g677-rp27/GHSA-8q5r-g677-rp27.json +++ b/advisories/unreviewed/2022/05/GHSA-8q5r-g677-rp27/GHSA-8q5r-g677-rp27.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8q6j-992x-gwq4/GHSA-8q6j-992x-gwq4.json b/advisories/unreviewed/2022/05/GHSA-8q6j-992x-gwq4/GHSA-8q6j-992x-gwq4.json index a0ed4b915c4..377679ca70d 100644 --- a/advisories/unreviewed/2022/05/GHSA-8q6j-992x-gwq4/GHSA-8q6j-992x-gwq4.json +++ b/advisories/unreviewed/2022/05/GHSA-8q6j-992x-gwq4/GHSA-8q6j-992x-gwq4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/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/05/GHSA-8qjh-h494-v558/GHSA-8qjh-h494-v558.json b/advisories/unreviewed/2022/05/GHSA-8qjh-h494-v558/GHSA-8qjh-h494-v558.json index dfbc74ec9ec..c0aabce9898 100644 --- a/advisories/unreviewed/2022/05/GHSA-8qjh-h494-v558/GHSA-8qjh-h494-v558.json +++ b/advisories/unreviewed/2022/05/GHSA-8qjh-h494-v558/GHSA-8qjh-h494-v558.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/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/2022/05/GHSA-8qwx-4w9j-p7hp/GHSA-8qwx-4w9j-p7hp.json b/advisories/unreviewed/2022/05/GHSA-8qwx-4w9j-p7hp/GHSA-8qwx-4w9j-p7hp.json index 42903f92d06..81c503e9c61 100644 --- a/advisories/unreviewed/2022/05/GHSA-8qwx-4w9j-p7hp/GHSA-8qwx-4w9j-p7hp.json +++ b/advisories/unreviewed/2022/05/GHSA-8qwx-4w9j-p7hp/GHSA-8qwx-4w9j-p7hp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8rjj-445c-m8f2/GHSA-8rjj-445c-m8f2.json b/advisories/unreviewed/2022/05/GHSA-8rjj-445c-m8f2/GHSA-8rjj-445c-m8f2.json index 90cc5611cdf..d8fcc4f95f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-8rjj-445c-m8f2/GHSA-8rjj-445c-m8f2.json +++ b/advisories/unreviewed/2022/05/GHSA-8rjj-445c-m8f2/GHSA-8rjj-445c-m8f2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8rrv-56vc-27fj/GHSA-8rrv-56vc-27fj.json b/advisories/unreviewed/2022/05/GHSA-8rrv-56vc-27fj/GHSA-8rrv-56vc-27fj.json index 64284463789..ee3ebde91b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-8rrv-56vc-27fj/GHSA-8rrv-56vc-27fj.json +++ b/advisories/unreviewed/2022/05/GHSA-8rrv-56vc-27fj/GHSA-8rrv-56vc-27fj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8rw6-gj69-wxhc/GHSA-8rw6-gj69-wxhc.json b/advisories/unreviewed/2022/05/GHSA-8rw6-gj69-wxhc/GHSA-8rw6-gj69-wxhc.json index a5a457d987e..0e70a528934 100644 --- a/advisories/unreviewed/2022/05/GHSA-8rw6-gj69-wxhc/GHSA-8rw6-gj69-wxhc.json +++ b/advisories/unreviewed/2022/05/GHSA-8rw6-gj69-wxhc/GHSA-8rw6-gj69-wxhc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8v5g-c45w-6vv8/GHSA-8v5g-c45w-6vv8.json b/advisories/unreviewed/2022/05/GHSA-8v5g-c45w-6vv8/GHSA-8v5g-c45w-6vv8.json index 3d149f34911..cf76a9b55bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-8v5g-c45w-6vv8/GHSA-8v5g-c45w-6vv8.json +++ b/advisories/unreviewed/2022/05/GHSA-8v5g-c45w-6vv8/GHSA-8v5g-c45w-6vv8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8wph-c5mw-r2w4/GHSA-8wph-c5mw-r2w4.json b/advisories/unreviewed/2022/05/GHSA-8wph-c5mw-r2w4/GHSA-8wph-c5mw-r2w4.json index ea92383cfa4..8463191f6e3 100644 --- a/advisories/unreviewed/2022/05/GHSA-8wph-c5mw-r2w4/GHSA-8wph-c5mw-r2w4.json +++ b/advisories/unreviewed/2022/05/GHSA-8wph-c5mw-r2w4/GHSA-8wph-c5mw-r2w4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8wpj-9jr6-rmg3/GHSA-8wpj-9jr6-rmg3.json b/advisories/unreviewed/2022/05/GHSA-8wpj-9jr6-rmg3/GHSA-8wpj-9jr6-rmg3.json index b1d5457c18c..4b134cccf8e 100644 --- a/advisories/unreviewed/2022/05/GHSA-8wpj-9jr6-rmg3/GHSA-8wpj-9jr6-rmg3.json +++ b/advisories/unreviewed/2022/05/GHSA-8wpj-9jr6-rmg3/GHSA-8wpj-9jr6-rmg3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-8x45-65jf-g394/GHSA-8x45-65jf-g394.json b/advisories/unreviewed/2022/05/GHSA-8x45-65jf-g394/GHSA-8x45-65jf-g394.json index 9237a642a65..2246947f930 100644 --- a/advisories/unreviewed/2022/05/GHSA-8x45-65jf-g394/GHSA-8x45-65jf-g394.json +++ b/advisories/unreviewed/2022/05/GHSA-8x45-65jf-g394/GHSA-8x45-65jf-g394.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-92hq-p3vh-46xm/GHSA-92hq-p3vh-46xm.json b/advisories/unreviewed/2022/05/GHSA-92hq-p3vh-46xm/GHSA-92hq-p3vh-46xm.json index 75ebd2178f4..1b938ca4f63 100644 --- a/advisories/unreviewed/2022/05/GHSA-92hq-p3vh-46xm/GHSA-92hq-p3vh-46xm.json +++ b/advisories/unreviewed/2022/05/GHSA-92hq-p3vh-46xm/GHSA-92hq-p3vh-46xm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-93c8-wm3x-8xw6/GHSA-93c8-wm3x-8xw6.json b/advisories/unreviewed/2022/05/GHSA-93c8-wm3x-8xw6/GHSA-93c8-wm3x-8xw6.json index 3e2f74a807d..f7ef1d6726d 100644 --- a/advisories/unreviewed/2022/05/GHSA-93c8-wm3x-8xw6/GHSA-93c8-wm3x-8xw6.json +++ b/advisories/unreviewed/2022/05/GHSA-93c8-wm3x-8xw6/GHSA-93c8-wm3x-8xw6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-93jv-wchf-cfhw/GHSA-93jv-wchf-cfhw.json b/advisories/unreviewed/2022/05/GHSA-93jv-wchf-cfhw/GHSA-93jv-wchf-cfhw.json index d237674fedb..f644a9edbd6 100644 --- a/advisories/unreviewed/2022/05/GHSA-93jv-wchf-cfhw/GHSA-93jv-wchf-cfhw.json +++ b/advisories/unreviewed/2022/05/GHSA-93jv-wchf-cfhw/GHSA-93jv-wchf-cfhw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-94hp-88qv-h74g/GHSA-94hp-88qv-h74g.json b/advisories/unreviewed/2022/05/GHSA-94hp-88qv-h74g/GHSA-94hp-88qv-h74g.json index 613e98d8b19..935b64b84bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-94hp-88qv-h74g/GHSA-94hp-88qv-h74g.json +++ b/advisories/unreviewed/2022/05/GHSA-94hp-88qv-h74g/GHSA-94hp-88qv-h74g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9559-fw75-8xm5/GHSA-9559-fw75-8xm5.json b/advisories/unreviewed/2022/05/GHSA-9559-fw75-8xm5/GHSA-9559-fw75-8xm5.json index 410a92ce16c..88594ebc50f 100644 --- a/advisories/unreviewed/2022/05/GHSA-9559-fw75-8xm5/GHSA-9559-fw75-8xm5.json +++ b/advisories/unreviewed/2022/05/GHSA-9559-fw75-8xm5/GHSA-9559-fw75-8xm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-95j3-3r8c-7w6p/GHSA-95j3-3r8c-7w6p.json b/advisories/unreviewed/2022/05/GHSA-95j3-3r8c-7w6p/GHSA-95j3-3r8c-7w6p.json index 04bb5b20326..9121bbdda14 100644 --- a/advisories/unreviewed/2022/05/GHSA-95j3-3r8c-7w6p/GHSA-95j3-3r8c-7w6p.json +++ b/advisories/unreviewed/2022/05/GHSA-95j3-3r8c-7w6p/GHSA-95j3-3r8c-7w6p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-95mp-cpcj-98xf/GHSA-95mp-cpcj-98xf.json b/advisories/unreviewed/2022/05/GHSA-95mp-cpcj-98xf/GHSA-95mp-cpcj-98xf.json index fe23a152261..22d7ba73cc4 100644 --- a/advisories/unreviewed/2022/05/GHSA-95mp-cpcj-98xf/GHSA-95mp-cpcj-98xf.json +++ b/advisories/unreviewed/2022/05/GHSA-95mp-cpcj-98xf/GHSA-95mp-cpcj-98xf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-95q9-r6jm-cg3p/GHSA-95q9-r6jm-cg3p.json b/advisories/unreviewed/2022/05/GHSA-95q9-r6jm-cg3p/GHSA-95q9-r6jm-cg3p.json index c012fc92d1e..0e29096f550 100644 --- a/advisories/unreviewed/2022/05/GHSA-95q9-r6jm-cg3p/GHSA-95q9-r6jm-cg3p.json +++ b/advisories/unreviewed/2022/05/GHSA-95q9-r6jm-cg3p/GHSA-95q9-r6jm-cg3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-95r2-wrvc-pcfh/GHSA-95r2-wrvc-pcfh.json b/advisories/unreviewed/2022/05/GHSA-95r2-wrvc-pcfh/GHSA-95r2-wrvc-pcfh.json index 83660e8277f..1a103038524 100644 --- a/advisories/unreviewed/2022/05/GHSA-95r2-wrvc-pcfh/GHSA-95r2-wrvc-pcfh.json +++ b/advisories/unreviewed/2022/05/GHSA-95r2-wrvc-pcfh/GHSA-95r2-wrvc-pcfh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-969x-wv76-2jw5/GHSA-969x-wv76-2jw5.json b/advisories/unreviewed/2022/05/GHSA-969x-wv76-2jw5/GHSA-969x-wv76-2jw5.json index ed293019463..aebff171035 100644 --- a/advisories/unreviewed/2022/05/GHSA-969x-wv76-2jw5/GHSA-969x-wv76-2jw5.json +++ b/advisories/unreviewed/2022/05/GHSA-969x-wv76-2jw5/GHSA-969x-wv76-2jw5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-96cj-c95w-hg9m/GHSA-96cj-c95w-hg9m.json b/advisories/unreviewed/2022/05/GHSA-96cj-c95w-hg9m/GHSA-96cj-c95w-hg9m.json index 51e8329abb7..ea58ac71674 100644 --- a/advisories/unreviewed/2022/05/GHSA-96cj-c95w-hg9m/GHSA-96cj-c95w-hg9m.json +++ b/advisories/unreviewed/2022/05/GHSA-96cj-c95w-hg9m/GHSA-96cj-c95w-hg9m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-96p2-24jg-gc5w/GHSA-96p2-24jg-gc5w.json b/advisories/unreviewed/2022/05/GHSA-96p2-24jg-gc5w/GHSA-96p2-24jg-gc5w.json index 79116a68e16..bfe4329863e 100644 --- a/advisories/unreviewed/2022/05/GHSA-96p2-24jg-gc5w/GHSA-96p2-24jg-gc5w.json +++ b/advisories/unreviewed/2022/05/GHSA-96p2-24jg-gc5w/GHSA-96p2-24jg-gc5w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-97hp-cm4g-33xq/GHSA-97hp-cm4g-33xq.json b/advisories/unreviewed/2022/05/GHSA-97hp-cm4g-33xq/GHSA-97hp-cm4g-33xq.json index e128a597d41..9ca6f33d471 100644 --- a/advisories/unreviewed/2022/05/GHSA-97hp-cm4g-33xq/GHSA-97hp-cm4g-33xq.json +++ b/advisories/unreviewed/2022/05/GHSA-97hp-cm4g-33xq/GHSA-97hp-cm4g-33xq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-97mw-g3vh-rq6r/GHSA-97mw-g3vh-rq6r.json b/advisories/unreviewed/2022/05/GHSA-97mw-g3vh-rq6r/GHSA-97mw-g3vh-rq6r.json index b1836ed2245..adad2bd6072 100644 --- a/advisories/unreviewed/2022/05/GHSA-97mw-g3vh-rq6r/GHSA-97mw-g3vh-rq6r.json +++ b/advisories/unreviewed/2022/05/GHSA-97mw-g3vh-rq6r/GHSA-97mw-g3vh-rq6r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-98q2-5x6f-qwc9/GHSA-98q2-5x6f-qwc9.json b/advisories/unreviewed/2022/05/GHSA-98q2-5x6f-qwc9/GHSA-98q2-5x6f-qwc9.json index b865c03d77c..26df83ae60d 100644 --- a/advisories/unreviewed/2022/05/GHSA-98q2-5x6f-qwc9/GHSA-98q2-5x6f-qwc9.json +++ b/advisories/unreviewed/2022/05/GHSA-98q2-5x6f-qwc9/GHSA-98q2-5x6f-qwc9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-98rm-3v6h-p8j6/GHSA-98rm-3v6h-p8j6.json b/advisories/unreviewed/2022/05/GHSA-98rm-3v6h-p8j6/GHSA-98rm-3v6h-p8j6.json index b2225ab813f..75bfb0915b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-98rm-3v6h-p8j6/GHSA-98rm-3v6h-p8j6.json +++ b/advisories/unreviewed/2022/05/GHSA-98rm-3v6h-p8j6/GHSA-98rm-3v6h-p8j6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -83,9 +81,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-98vm-jhgm-gp59/GHSA-98vm-jhgm-gp59.json b/advisories/unreviewed/2022/05/GHSA-98vm-jhgm-gp59/GHSA-98vm-jhgm-gp59.json index 1595b40bbb0..32bf842f808 100644 --- a/advisories/unreviewed/2022/05/GHSA-98vm-jhgm-gp59/GHSA-98vm-jhgm-gp59.json +++ b/advisories/unreviewed/2022/05/GHSA-98vm-jhgm-gp59/GHSA-98vm-jhgm-gp59.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-99rx-wrcc-q3q7/GHSA-99rx-wrcc-q3q7.json b/advisories/unreviewed/2022/05/GHSA-99rx-wrcc-q3q7/GHSA-99rx-wrcc-q3q7.json index 37aa16e7672..6686a8f941e 100644 --- a/advisories/unreviewed/2022/05/GHSA-99rx-wrcc-q3q7/GHSA-99rx-wrcc-q3q7.json +++ b/advisories/unreviewed/2022/05/GHSA-99rx-wrcc-q3q7/GHSA-99rx-wrcc-q3q7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9c6w-376x-8h5p/GHSA-9c6w-376x-8h5p.json b/advisories/unreviewed/2022/05/GHSA-9c6w-376x-8h5p/GHSA-9c6w-376x-8h5p.json index 2a5ce8baa4f..464e069ae23 100644 --- a/advisories/unreviewed/2022/05/GHSA-9c6w-376x-8h5p/GHSA-9c6w-376x-8h5p.json +++ b/advisories/unreviewed/2022/05/GHSA-9c6w-376x-8h5p/GHSA-9c6w-376x-8h5p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9ff5-xxcm-c6fx/GHSA-9ff5-xxcm-c6fx.json b/advisories/unreviewed/2022/05/GHSA-9ff5-xxcm-c6fx/GHSA-9ff5-xxcm-c6fx.json index 32363497440..9410c56a639 100644 --- a/advisories/unreviewed/2022/05/GHSA-9ff5-xxcm-c6fx/GHSA-9ff5-xxcm-c6fx.json +++ b/advisories/unreviewed/2022/05/GHSA-9ff5-xxcm-c6fx/GHSA-9ff5-xxcm-c6fx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9fm6-2823-q5f3/GHSA-9fm6-2823-q5f3.json b/advisories/unreviewed/2022/05/GHSA-9fm6-2823-q5f3/GHSA-9fm6-2823-q5f3.json index 874f1a0687d..67ea0015f32 100644 --- a/advisories/unreviewed/2022/05/GHSA-9fm6-2823-q5f3/GHSA-9fm6-2823-q5f3.json +++ b/advisories/unreviewed/2022/05/GHSA-9fm6-2823-q5f3/GHSA-9fm6-2823-q5f3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-9fmj-9fmq-pgw6/GHSA-9fmj-9fmq-pgw6.json b/advisories/unreviewed/2022/05/GHSA-9fmj-9fmq-pgw6/GHSA-9fmj-9fmq-pgw6.json index b49d27ab692..57b52d2ed5b 100644 --- a/advisories/unreviewed/2022/05/GHSA-9fmj-9fmq-pgw6/GHSA-9fmj-9fmq-pgw6.json +++ b/advisories/unreviewed/2022/05/GHSA-9fmj-9fmq-pgw6/GHSA-9fmj-9fmq-pgw6.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9gg4-742m-cc8x/GHSA-9gg4-742m-cc8x.json b/advisories/unreviewed/2022/05/GHSA-9gg4-742m-cc8x/GHSA-9gg4-742m-cc8x.json index 06ddd4588ca..b0b340d5fff 100644 --- a/advisories/unreviewed/2022/05/GHSA-9gg4-742m-cc8x/GHSA-9gg4-742m-cc8x.json +++ b/advisories/unreviewed/2022/05/GHSA-9gg4-742m-cc8x/GHSA-9gg4-742m-cc8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-9gh6-8x92-r593/GHSA-9gh6-8x92-r593.json b/advisories/unreviewed/2022/05/GHSA-9gh6-8x92-r593/GHSA-9gh6-8x92-r593.json index bd245218944..62001238b32 100644 --- a/advisories/unreviewed/2022/05/GHSA-9gh6-8x92-r593/GHSA-9gh6-8x92-r593.json +++ b/advisories/unreviewed/2022/05/GHSA-9gh6-8x92-r593/GHSA-9gh6-8x92-r593.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9ghw-h32x-5rfx/GHSA-9ghw-h32x-5rfx.json b/advisories/unreviewed/2022/05/GHSA-9ghw-h32x-5rfx/GHSA-9ghw-h32x-5rfx.json index 3d09c131742..00c78a90419 100644 --- a/advisories/unreviewed/2022/05/GHSA-9ghw-h32x-5rfx/GHSA-9ghw-h32x-5rfx.json +++ b/advisories/unreviewed/2022/05/GHSA-9ghw-h32x-5rfx/GHSA-9ghw-h32x-5rfx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9hrw-rg2r-v3pr/GHSA-9hrw-rg2r-v3pr.json b/advisories/unreviewed/2022/05/GHSA-9hrw-rg2r-v3pr/GHSA-9hrw-rg2r-v3pr.json index 726bed35956..b93355a9ba2 100644 --- a/advisories/unreviewed/2022/05/GHSA-9hrw-rg2r-v3pr/GHSA-9hrw-rg2r-v3pr.json +++ b/advisories/unreviewed/2022/05/GHSA-9hrw-rg2r-v3pr/GHSA-9hrw-rg2r-v3pr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9jcm-qwgp-x83x/GHSA-9jcm-qwgp-x83x.json b/advisories/unreviewed/2022/05/GHSA-9jcm-qwgp-x83x/GHSA-9jcm-qwgp-x83x.json index cc533077b41..baa5580e233 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jcm-qwgp-x83x/GHSA-9jcm-qwgp-x83x.json +++ b/advisories/unreviewed/2022/05/GHSA-9jcm-qwgp-x83x/GHSA-9jcm-qwgp-x83x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9jg5-w45g-pr75/GHSA-9jg5-w45g-pr75.json b/advisories/unreviewed/2022/05/GHSA-9jg5-w45g-pr75/GHSA-9jg5-w45g-pr75.json index d508f96647a..19b63221ed3 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jg5-w45g-pr75/GHSA-9jg5-w45g-pr75.json +++ b/advisories/unreviewed/2022/05/GHSA-9jg5-w45g-pr75/GHSA-9jg5-w45g-pr75.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9jpf-hh5c-483g/GHSA-9jpf-hh5c-483g.json b/advisories/unreviewed/2022/05/GHSA-9jpf-hh5c-483g/GHSA-9jpf-hh5c-483g.json index bff1c63dc23..690b3b37b00 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jpf-hh5c-483g/GHSA-9jpf-hh5c-483g.json +++ b/advisories/unreviewed/2022/05/GHSA-9jpf-hh5c-483g/GHSA-9jpf-hh5c-483g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9jqj-q3v6-cv9h/GHSA-9jqj-q3v6-cv9h.json b/advisories/unreviewed/2022/05/GHSA-9jqj-q3v6-cv9h/GHSA-9jqj-q3v6-cv9h.json index 3155cc46b21..53cc6ba60bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jqj-q3v6-cv9h/GHSA-9jqj-q3v6-cv9h.json +++ b/advisories/unreviewed/2022/05/GHSA-9jqj-q3v6-cv9h/GHSA-9jqj-q3v6-cv9h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9mjm-gvpm-vf93/GHSA-9mjm-gvpm-vf93.json b/advisories/unreviewed/2022/05/GHSA-9mjm-gvpm-vf93/GHSA-9mjm-gvpm-vf93.json index 3cee9504b0c..18269e7e995 100644 --- a/advisories/unreviewed/2022/05/GHSA-9mjm-gvpm-vf93/GHSA-9mjm-gvpm-vf93.json +++ b/advisories/unreviewed/2022/05/GHSA-9mjm-gvpm-vf93/GHSA-9mjm-gvpm-vf93.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9p5v-4387-rrhx/GHSA-9p5v-4387-rrhx.json b/advisories/unreviewed/2022/05/GHSA-9p5v-4387-rrhx/GHSA-9p5v-4387-rrhx.json index 1d1d40b3b9f..130439fc4f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-9p5v-4387-rrhx/GHSA-9p5v-4387-rrhx.json +++ b/advisories/unreviewed/2022/05/GHSA-9p5v-4387-rrhx/GHSA-9p5v-4387-rrhx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9pg8-fgjh-8wqr/GHSA-9pg8-fgjh-8wqr.json b/advisories/unreviewed/2022/05/GHSA-9pg8-fgjh-8wqr/GHSA-9pg8-fgjh-8wqr.json index d72bca95e11..ffb566a3a8e 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pg8-fgjh-8wqr/GHSA-9pg8-fgjh-8wqr.json +++ b/advisories/unreviewed/2022/05/GHSA-9pg8-fgjh-8wqr/GHSA-9pg8-fgjh-8wqr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9pwx-jwwh-vx6f/GHSA-9pwx-jwwh-vx6f.json b/advisories/unreviewed/2022/05/GHSA-9pwx-jwwh-vx6f/GHSA-9pwx-jwwh-vx6f.json index 928ccbac48e..7d8f46dbf43 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pwx-jwwh-vx6f/GHSA-9pwx-jwwh-vx6f.json +++ b/advisories/unreviewed/2022/05/GHSA-9pwx-jwwh-vx6f/GHSA-9pwx-jwwh-vx6f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-9qj5-w88r-c7v6/GHSA-9qj5-w88r-c7v6.json b/advisories/unreviewed/2022/05/GHSA-9qj5-w88r-c7v6/GHSA-9qj5-w88r-c7v6.json index 7e42cdfa840..8966440e972 100644 --- a/advisories/unreviewed/2022/05/GHSA-9qj5-w88r-c7v6/GHSA-9qj5-w88r-c7v6.json +++ b/advisories/unreviewed/2022/05/GHSA-9qj5-w88r-c7v6/GHSA-9qj5-w88r-c7v6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/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": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9rc5-7hfw-436m/GHSA-9rc5-7hfw-436m.json b/advisories/unreviewed/2022/05/GHSA-9rc5-7hfw-436m/GHSA-9rc5-7hfw-436m.json index 03f016bc06c..d1fcc36da30 100644 --- a/advisories/unreviewed/2022/05/GHSA-9rc5-7hfw-436m/GHSA-9rc5-7hfw-436m.json +++ b/advisories/unreviewed/2022/05/GHSA-9rc5-7hfw-436m/GHSA-9rc5-7hfw-436m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9vcq-v52v-wfm2/GHSA-9vcq-v52v-wfm2.json b/advisories/unreviewed/2022/05/GHSA-9vcq-v52v-wfm2/GHSA-9vcq-v52v-wfm2.json index a1123c3c428..4e7819ba95a 100644 --- a/advisories/unreviewed/2022/05/GHSA-9vcq-v52v-wfm2/GHSA-9vcq-v52v-wfm2.json +++ b/advisories/unreviewed/2022/05/GHSA-9vcq-v52v-wfm2/GHSA-9vcq-v52v-wfm2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9vf8-28w9-2355/GHSA-9vf8-28w9-2355.json b/advisories/unreviewed/2022/05/GHSA-9vf8-28w9-2355/GHSA-9vf8-28w9-2355.json index afd566fc131..23dc28dad4d 100644 --- a/advisories/unreviewed/2022/05/GHSA-9vf8-28w9-2355/GHSA-9vf8-28w9-2355.json +++ b/advisories/unreviewed/2022/05/GHSA-9vf8-28w9-2355/GHSA-9vf8-28w9-2355.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9wm2-f494-g6wj/GHSA-9wm2-f494-g6wj.json b/advisories/unreviewed/2022/05/GHSA-9wm2-f494-g6wj/GHSA-9wm2-f494-g6wj.json index 7fe5c994cdd..881ab995f34 100644 --- a/advisories/unreviewed/2022/05/GHSA-9wm2-f494-g6wj/GHSA-9wm2-f494-g6wj.json +++ b/advisories/unreviewed/2022/05/GHSA-9wm2-f494-g6wj/GHSA-9wm2-f494-g6wj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9x39-g9g5-p55p/GHSA-9x39-g9g5-p55p.json b/advisories/unreviewed/2022/05/GHSA-9x39-g9g5-p55p/GHSA-9x39-g9g5-p55p.json index 09291968b98..6e83a84b99f 100644 --- a/advisories/unreviewed/2022/05/GHSA-9x39-g9g5-p55p/GHSA-9x39-g9g5-p55p.json +++ b/advisories/unreviewed/2022/05/GHSA-9x39-g9g5-p55p/GHSA-9x39-g9g5-p55p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-9xfc-48gq-9whq/GHSA-9xfc-48gq-9whq.json b/advisories/unreviewed/2022/05/GHSA-9xfc-48gq-9whq/GHSA-9xfc-48gq-9whq.json index 2ab0d3b3d68..80025c011f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xfc-48gq-9whq/GHSA-9xfc-48gq-9whq.json +++ b/advisories/unreviewed/2022/05/GHSA-9xfc-48gq-9whq/GHSA-9xfc-48gq-9whq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9xr2-whvh-79x3/GHSA-9xr2-whvh-79x3.json b/advisories/unreviewed/2022/05/GHSA-9xr2-whvh-79x3/GHSA-9xr2-whvh-79x3.json index 109debc0af8..35765feb1eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xr2-whvh-79x3/GHSA-9xr2-whvh-79x3.json +++ b/advisories/unreviewed/2022/05/GHSA-9xr2-whvh-79x3/GHSA-9xr2-whvh-79x3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c25x-r4m5-7vg8/GHSA-c25x-r4m5-7vg8.json b/advisories/unreviewed/2022/05/GHSA-c25x-r4m5-7vg8/GHSA-c25x-r4m5-7vg8.json index 61408c5fab5..23465d74710 100644 --- a/advisories/unreviewed/2022/05/GHSA-c25x-r4m5-7vg8/GHSA-c25x-r4m5-7vg8.json +++ b/advisories/unreviewed/2022/05/GHSA-c25x-r4m5-7vg8/GHSA-c25x-r4m5-7vg8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c292-2j32-cgq5/GHSA-c292-2j32-cgq5.json b/advisories/unreviewed/2022/05/GHSA-c292-2j32-cgq5/GHSA-c292-2j32-cgq5.json index 2b5d815f2b0..56898846253 100644 --- a/advisories/unreviewed/2022/05/GHSA-c292-2j32-cgq5/GHSA-c292-2j32-cgq5.json +++ b/advisories/unreviewed/2022/05/GHSA-c292-2j32-cgq5/GHSA-c292-2j32-cgq5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c33r-r827-v785/GHSA-c33r-r827-v785.json b/advisories/unreviewed/2022/05/GHSA-c33r-r827-v785/GHSA-c33r-r827-v785.json index c3e6b4bfab8..57bd902583f 100644 --- a/advisories/unreviewed/2022/05/GHSA-c33r-r827-v785/GHSA-c33r-r827-v785.json +++ b/advisories/unreviewed/2022/05/GHSA-c33r-r827-v785/GHSA-c33r-r827-v785.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c3g2-qp55-6gjf/GHSA-c3g2-qp55-6gjf.json b/advisories/unreviewed/2022/05/GHSA-c3g2-qp55-6gjf/GHSA-c3g2-qp55-6gjf.json index 7ebdbc59da0..5d65cf99161 100644 --- a/advisories/unreviewed/2022/05/GHSA-c3g2-qp55-6gjf/GHSA-c3g2-qp55-6gjf.json +++ b/advisories/unreviewed/2022/05/GHSA-c3g2-qp55-6gjf/GHSA-c3g2-qp55-6gjf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c479-rxgw-484r/GHSA-c479-rxgw-484r.json b/advisories/unreviewed/2022/05/GHSA-c479-rxgw-484r/GHSA-c479-rxgw-484r.json index 56fddc6a203..31a6e90b8c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-c479-rxgw-484r/GHSA-c479-rxgw-484r.json +++ b/advisories/unreviewed/2022/05/GHSA-c479-rxgw-484r/GHSA-c479-rxgw-484r.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/2022/05/GHSA-c4c3-p87h-m4p4/GHSA-c4c3-p87h-m4p4.json b/advisories/unreviewed/2022/05/GHSA-c4c3-p87h-m4p4/GHSA-c4c3-p87h-m4p4.json index b3f4ddff663..3665e3c9fe7 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4c3-p87h-m4p4/GHSA-c4c3-p87h-m4p4.json +++ b/advisories/unreviewed/2022/05/GHSA-c4c3-p87h-m4p4/GHSA-c4c3-p87h-m4p4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "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/2022/05/GHSA-c4j8-6xxf-p927/GHSA-c4j8-6xxf-p927.json b/advisories/unreviewed/2022/05/GHSA-c4j8-6xxf-p927/GHSA-c4j8-6xxf-p927.json index e7245f2806e..351431a9351 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4j8-6xxf-p927/GHSA-c4j8-6xxf-p927.json +++ b/advisories/unreviewed/2022/05/GHSA-c4j8-6xxf-p927/GHSA-c4j8-6xxf-p927.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-c56r-4r5v-wrfc/GHSA-c56r-4r5v-wrfc.json b/advisories/unreviewed/2022/05/GHSA-c56r-4r5v-wrfc/GHSA-c56r-4r5v-wrfc.json index 1cbf0e33a87..fdabf626725 100644 --- a/advisories/unreviewed/2022/05/GHSA-c56r-4r5v-wrfc/GHSA-c56r-4r5v-wrfc.json +++ b/advisories/unreviewed/2022/05/GHSA-c56r-4r5v-wrfc/GHSA-c56r-4r5v-wrfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-c576-9x3v-qh9c/GHSA-c576-9x3v-qh9c.json b/advisories/unreviewed/2022/05/GHSA-c576-9x3v-qh9c/GHSA-c576-9x3v-qh9c.json index f92a6f5a847..a33b36080e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-c576-9x3v-qh9c/GHSA-c576-9x3v-qh9c.json +++ b/advisories/unreviewed/2022/05/GHSA-c576-9x3v-qh9c/GHSA-c576-9x3v-qh9c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-c5gc-77wf-jm29/GHSA-c5gc-77wf-jm29.json b/advisories/unreviewed/2022/05/GHSA-c5gc-77wf-jm29/GHSA-c5gc-77wf-jm29.json index 4e2cf405c18..4f1e428a813 100644 --- a/advisories/unreviewed/2022/05/GHSA-c5gc-77wf-jm29/GHSA-c5gc-77wf-jm29.json +++ b/advisories/unreviewed/2022/05/GHSA-c5gc-77wf-jm29/GHSA-c5gc-77wf-jm29.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-c6g4-v26w-7hqg/GHSA-c6g4-v26w-7hqg.json b/advisories/unreviewed/2022/05/GHSA-c6g4-v26w-7hqg/GHSA-c6g4-v26w-7hqg.json index 893114b3118..e54dd25b922 100644 --- a/advisories/unreviewed/2022/05/GHSA-c6g4-v26w-7hqg/GHSA-c6g4-v26w-7hqg.json +++ b/advisories/unreviewed/2022/05/GHSA-c6g4-v26w-7hqg/GHSA-c6g4-v26w-7hqg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-c6gr-mfc7-q7h7/GHSA-c6gr-mfc7-q7h7.json b/advisories/unreviewed/2022/05/GHSA-c6gr-mfc7-q7h7/GHSA-c6gr-mfc7-q7h7.json index 357c5477425..51c186a49ee 100644 --- a/advisories/unreviewed/2022/05/GHSA-c6gr-mfc7-q7h7/GHSA-c6gr-mfc7-q7h7.json +++ b/advisories/unreviewed/2022/05/GHSA-c6gr-mfc7-q7h7/GHSA-c6gr-mfc7-q7h7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-c6j9-9cv5-fh84/GHSA-c6j9-9cv5-fh84.json b/advisories/unreviewed/2022/05/GHSA-c6j9-9cv5-fh84/GHSA-c6j9-9cv5-fh84.json index 89372772802..f3bf0553731 100644 --- a/advisories/unreviewed/2022/05/GHSA-c6j9-9cv5-fh84/GHSA-c6j9-9cv5-fh84.json +++ b/advisories/unreviewed/2022/05/GHSA-c6j9-9cv5-fh84/GHSA-c6j9-9cv5-fh84.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-c6pp-9mpx-pp9w/GHSA-c6pp-9mpx-pp9w.json b/advisories/unreviewed/2022/05/GHSA-c6pp-9mpx-pp9w/GHSA-c6pp-9mpx-pp9w.json index c65bf05578b..f588c3891da 100644 --- a/advisories/unreviewed/2022/05/GHSA-c6pp-9mpx-pp9w/GHSA-c6pp-9mpx-pp9w.json +++ b/advisories/unreviewed/2022/05/GHSA-c6pp-9mpx-pp9w/GHSA-c6pp-9mpx-pp9w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-c6rg-3w94-c827/GHSA-c6rg-3w94-c827.json b/advisories/unreviewed/2022/05/GHSA-c6rg-3w94-c827/GHSA-c6rg-3w94-c827.json index 86a604e33d4..86205f15110 100644 --- a/advisories/unreviewed/2022/05/GHSA-c6rg-3w94-c827/GHSA-c6rg-3w94-c827.json +++ b/advisories/unreviewed/2022/05/GHSA-c6rg-3w94-c827/GHSA-c6rg-3w94-c827.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/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/2022/05/GHSA-c6w7-c733-3qm2/GHSA-c6w7-c733-3qm2.json b/advisories/unreviewed/2022/05/GHSA-c6w7-c733-3qm2/GHSA-c6w7-c733-3qm2.json index e5e68caba61..6bd1a352d4b 100644 --- a/advisories/unreviewed/2022/05/GHSA-c6w7-c733-3qm2/GHSA-c6w7-c733-3qm2.json +++ b/advisories/unreviewed/2022/05/GHSA-c6w7-c733-3qm2/GHSA-c6w7-c733-3qm2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-c6x5-pr6w-rqc7/GHSA-c6x5-pr6w-rqc7.json b/advisories/unreviewed/2022/05/GHSA-c6x5-pr6w-rqc7/GHSA-c6x5-pr6w-rqc7.json index c88ad722b4d..efa4890ce6a 100644 --- a/advisories/unreviewed/2022/05/GHSA-c6x5-pr6w-rqc7/GHSA-c6x5-pr6w-rqc7.json +++ b/advisories/unreviewed/2022/05/GHSA-c6x5-pr6w-rqc7/GHSA-c6x5-pr6w-rqc7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-c72h-v39q-xwhh/GHSA-c72h-v39q-xwhh.json b/advisories/unreviewed/2022/05/GHSA-c72h-v39q-xwhh/GHSA-c72h-v39q-xwhh.json index ed8aa715eb9..64c7dea8a20 100644 --- a/advisories/unreviewed/2022/05/GHSA-c72h-v39q-xwhh/GHSA-c72h-v39q-xwhh.json +++ b/advisories/unreviewed/2022/05/GHSA-c72h-v39q-xwhh/GHSA-c72h-v39q-xwhh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-c73p-r39q-2r39/GHSA-c73p-r39q-2r39.json b/advisories/unreviewed/2022/05/GHSA-c73p-r39q-2r39/GHSA-c73p-r39q-2r39.json index c18db259e56..9dd43ad0cd8 100644 --- a/advisories/unreviewed/2022/05/GHSA-c73p-r39q-2r39/GHSA-c73p-r39q-2r39.json +++ b/advisories/unreviewed/2022/05/GHSA-c73p-r39q-2r39/GHSA-c73p-r39q-2r39.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-c76j-mgm6-v645/GHSA-c76j-mgm6-v645.json b/advisories/unreviewed/2022/05/GHSA-c76j-mgm6-v645/GHSA-c76j-mgm6-v645.json index 106c54463b0..c385acdc500 100644 --- a/advisories/unreviewed/2022/05/GHSA-c76j-mgm6-v645/GHSA-c76j-mgm6-v645.json +++ b/advisories/unreviewed/2022/05/GHSA-c76j-mgm6-v645/GHSA-c76j-mgm6-v645.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-c7rw-xpw8-w7w7/GHSA-c7rw-xpw8-w7w7.json b/advisories/unreviewed/2022/05/GHSA-c7rw-xpw8-w7w7/GHSA-c7rw-xpw8-w7w7.json index b548791e072..edc020c1e78 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7rw-xpw8-w7w7/GHSA-c7rw-xpw8-w7w7.json +++ b/advisories/unreviewed/2022/05/GHSA-c7rw-xpw8-w7w7/GHSA-c7rw-xpw8-w7w7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/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/2022/05/GHSA-c88f-f296-4j8f/GHSA-c88f-f296-4j8f.json b/advisories/unreviewed/2022/05/GHSA-c88f-f296-4j8f/GHSA-c88f-f296-4j8f.json index d0adee5b4eb..dec0e045ceb 100644 --- a/advisories/unreviewed/2022/05/GHSA-c88f-f296-4j8f/GHSA-c88f-f296-4j8f.json +++ b/advisories/unreviewed/2022/05/GHSA-c88f-f296-4j8f/GHSA-c88f-f296-4j8f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-c93g-m344-2c3f/GHSA-c93g-m344-2c3f.json b/advisories/unreviewed/2022/05/GHSA-c93g-m344-2c3f/GHSA-c93g-m344-2c3f.json index 3daa137a1b6..4af178d9860 100644 --- a/advisories/unreviewed/2022/05/GHSA-c93g-m344-2c3f/GHSA-c93g-m344-2c3f.json +++ b/advisories/unreviewed/2022/05/GHSA-c93g-m344-2c3f/GHSA-c93g-m344-2c3f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-c9xx-94cr-x7xm/GHSA-c9xx-94cr-x7xm.json b/advisories/unreviewed/2022/05/GHSA-c9xx-94cr-x7xm/GHSA-c9xx-94cr-x7xm.json index ef41210c963..8899f1d3bef 100644 --- a/advisories/unreviewed/2022/05/GHSA-c9xx-94cr-x7xm/GHSA-c9xx-94cr-x7xm.json +++ b/advisories/unreviewed/2022/05/GHSA-c9xx-94cr-x7xm/GHSA-c9xx-94cr-x7xm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-cc56-qj68-r3m7/GHSA-cc56-qj68-r3m7.json b/advisories/unreviewed/2022/05/GHSA-cc56-qj68-r3m7/GHSA-cc56-qj68-r3m7.json index c3a8fd94346..14652bdb2d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-cc56-qj68-r3m7/GHSA-cc56-qj68-r3m7.json +++ b/advisories/unreviewed/2022/05/GHSA-cc56-qj68-r3m7/GHSA-cc56-qj68-r3m7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-ccj3-jw3p-hmm7/GHSA-ccj3-jw3p-hmm7.json b/advisories/unreviewed/2022/05/GHSA-ccj3-jw3p-hmm7/GHSA-ccj3-jw3p-hmm7.json index b9624b993d5..00688cfce81 100644 --- a/advisories/unreviewed/2022/05/GHSA-ccj3-jw3p-hmm7/GHSA-ccj3-jw3p-hmm7.json +++ b/advisories/unreviewed/2022/05/GHSA-ccj3-jw3p-hmm7/GHSA-ccj3-jw3p-hmm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-cf8p-qwhx-864p/GHSA-cf8p-qwhx-864p.json b/advisories/unreviewed/2022/05/GHSA-cf8p-qwhx-864p/GHSA-cf8p-qwhx-864p.json index 3cd7ca1760e..196db3a9822 100644 --- a/advisories/unreviewed/2022/05/GHSA-cf8p-qwhx-864p/GHSA-cf8p-qwhx-864p.json +++ b/advisories/unreviewed/2022/05/GHSA-cf8p-qwhx-864p/GHSA-cf8p-qwhx-864p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-cfqj-pp96-jg9c/GHSA-cfqj-pp96-jg9c.json b/advisories/unreviewed/2022/05/GHSA-cfqj-pp96-jg9c/GHSA-cfqj-pp96-jg9c.json index 45875ca42ff..aef535f5dd2 100644 --- a/advisories/unreviewed/2022/05/GHSA-cfqj-pp96-jg9c/GHSA-cfqj-pp96-jg9c.json +++ b/advisories/unreviewed/2022/05/GHSA-cfqj-pp96-jg9c/GHSA-cfqj-pp96-jg9c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-cg99-4rfx-5jw8/GHSA-cg99-4rfx-5jw8.json b/advisories/unreviewed/2022/05/GHSA-cg99-4rfx-5jw8/GHSA-cg99-4rfx-5jw8.json index 262ad548f00..6a9ec54d783 100644 --- a/advisories/unreviewed/2022/05/GHSA-cg99-4rfx-5jw8/GHSA-cg99-4rfx-5jw8.json +++ b/advisories/unreviewed/2022/05/GHSA-cg99-4rfx-5jw8/GHSA-cg99-4rfx-5jw8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-cgr8-f44r-j4r5/GHSA-cgr8-f44r-j4r5.json b/advisories/unreviewed/2022/05/GHSA-cgr8-f44r-j4r5/GHSA-cgr8-f44r-j4r5.json index 14b16f26351..ddf019e3276 100644 --- a/advisories/unreviewed/2022/05/GHSA-cgr8-f44r-j4r5/GHSA-cgr8-f44r-j4r5.json +++ b/advisories/unreviewed/2022/05/GHSA-cgr8-f44r-j4r5/GHSA-cgr8-f44r-j4r5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-ch39-vq4q-cxxx/GHSA-ch39-vq4q-cxxx.json b/advisories/unreviewed/2022/05/GHSA-ch39-vq4q-cxxx/GHSA-ch39-vq4q-cxxx.json index ea69921e5f8..8b44fd86c8f 100644 --- a/advisories/unreviewed/2022/05/GHSA-ch39-vq4q-cxxx/GHSA-ch39-vq4q-cxxx.json +++ b/advisories/unreviewed/2022/05/GHSA-ch39-vq4q-cxxx/GHSA-ch39-vq4q-cxxx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-chgw-vvv7-j9q3/GHSA-chgw-vvv7-j9q3.json b/advisories/unreviewed/2022/05/GHSA-chgw-vvv7-j9q3/GHSA-chgw-vvv7-j9q3.json index ce4805933e3..f07d63932a5 100644 --- a/advisories/unreviewed/2022/05/GHSA-chgw-vvv7-j9q3/GHSA-chgw-vvv7-j9q3.json +++ b/advisories/unreviewed/2022/05/GHSA-chgw-vvv7-j9q3/GHSA-chgw-vvv7-j9q3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-chxg-x965-g9w9/GHSA-chxg-x965-g9w9.json b/advisories/unreviewed/2022/05/GHSA-chxg-x965-g9w9/GHSA-chxg-x965-g9w9.json index d877d25e6ee..c646da564d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-chxg-x965-g9w9/GHSA-chxg-x965-g9w9.json +++ b/advisories/unreviewed/2022/05/GHSA-chxg-x965-g9w9/GHSA-chxg-x965-g9w9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cjp9-9h2g-g3x5/GHSA-cjp9-9h2g-g3x5.json b/advisories/unreviewed/2022/05/GHSA-cjp9-9h2g-g3x5/GHSA-cjp9-9h2g-g3x5.json index dcba1e86e3f..7a11400578a 100644 --- a/advisories/unreviewed/2022/05/GHSA-cjp9-9h2g-g3x5/GHSA-cjp9-9h2g-g3x5.json +++ b/advisories/unreviewed/2022/05/GHSA-cjp9-9h2g-g3x5/GHSA-cjp9-9h2g-g3x5.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/05/GHSA-cjw3-jqpc-jm6j/GHSA-cjw3-jqpc-jm6j.json b/advisories/unreviewed/2022/05/GHSA-cjw3-jqpc-jm6j/GHSA-cjw3-jqpc-jm6j.json index 673ebc8c115..972c2a1b515 100644 --- a/advisories/unreviewed/2022/05/GHSA-cjw3-jqpc-jm6j/GHSA-cjw3-jqpc-jm6j.json +++ b/advisories/unreviewed/2022/05/GHSA-cjw3-jqpc-jm6j/GHSA-cjw3-jqpc-jm6j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-cmxr-w23h-chpc/GHSA-cmxr-w23h-chpc.json b/advisories/unreviewed/2022/05/GHSA-cmxr-w23h-chpc/GHSA-cmxr-w23h-chpc.json index fc77f30c024..85e8f445a85 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmxr-w23h-chpc/GHSA-cmxr-w23h-chpc.json +++ b/advisories/unreviewed/2022/05/GHSA-cmxr-w23h-chpc/GHSA-cmxr-w23h-chpc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-cpgc-m2pc-r8h6/GHSA-cpgc-m2pc-r8h6.json b/advisories/unreviewed/2022/05/GHSA-cpgc-m2pc-r8h6/GHSA-cpgc-m2pc-r8h6.json index dfe7a5ce433..09224d13209 100644 --- a/advisories/unreviewed/2022/05/GHSA-cpgc-m2pc-r8h6/GHSA-cpgc-m2pc-r8h6.json +++ b/advisories/unreviewed/2022/05/GHSA-cpgc-m2pc-r8h6/GHSA-cpgc-m2pc-r8h6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cqqx-cjmq-v2rh/GHSA-cqqx-cjmq-v2rh.json b/advisories/unreviewed/2022/05/GHSA-cqqx-cjmq-v2rh/GHSA-cqqx-cjmq-v2rh.json index b8affbf2304..8d4253e4119 100644 --- a/advisories/unreviewed/2022/05/GHSA-cqqx-cjmq-v2rh/GHSA-cqqx-cjmq-v2rh.json +++ b/advisories/unreviewed/2022/05/GHSA-cqqx-cjmq-v2rh/GHSA-cqqx-cjmq-v2rh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/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/05/GHSA-cr9r-3hjm-5wx4/GHSA-cr9r-3hjm-5wx4.json b/advisories/unreviewed/2022/05/GHSA-cr9r-3hjm-5wx4/GHSA-cr9r-3hjm-5wx4.json index 5faaa3cd61b..a5df7938193 100644 --- a/advisories/unreviewed/2022/05/GHSA-cr9r-3hjm-5wx4/GHSA-cr9r-3hjm-5wx4.json +++ b/advisories/unreviewed/2022/05/GHSA-cr9r-3hjm-5wx4/GHSA-cr9r-3hjm-5wx4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/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": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-crrc-9pr8-2554/GHSA-crrc-9pr8-2554.json b/advisories/unreviewed/2022/05/GHSA-crrc-9pr8-2554/GHSA-crrc-9pr8-2554.json index 8c90811604c..4e9307b96a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-crrc-9pr8-2554/GHSA-crrc-9pr8-2554.json +++ b/advisories/unreviewed/2022/05/GHSA-crrc-9pr8-2554/GHSA-crrc-9pr8-2554.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-cv2p-jhjf-54gq/GHSA-cv2p-jhjf-54gq.json b/advisories/unreviewed/2022/05/GHSA-cv2p-jhjf-54gq/GHSA-cv2p-jhjf-54gq.json index 9755517fdbb..b55b2556b3a 100644 --- a/advisories/unreviewed/2022/05/GHSA-cv2p-jhjf-54gq/GHSA-cv2p-jhjf-54gq.json +++ b/advisories/unreviewed/2022/05/GHSA-cv2p-jhjf-54gq/GHSA-cv2p-jhjf-54gq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-cv4x-fvx8-c5xh/GHSA-cv4x-fvx8-c5xh.json b/advisories/unreviewed/2022/05/GHSA-cv4x-fvx8-c5xh/GHSA-cv4x-fvx8-c5xh.json index d67db8fac90..01710fd2fc0 100644 --- a/advisories/unreviewed/2022/05/GHSA-cv4x-fvx8-c5xh/GHSA-cv4x-fvx8-c5xh.json +++ b/advisories/unreviewed/2022/05/GHSA-cv4x-fvx8-c5xh/GHSA-cv4x-fvx8-c5xh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/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/2022/05/GHSA-cvcq-m8cv-7r6g/GHSA-cvcq-m8cv-7r6g.json b/advisories/unreviewed/2022/05/GHSA-cvcq-m8cv-7r6g/GHSA-cvcq-m8cv-7r6g.json index b7bbeffee11..366f69a8bf0 100644 --- a/advisories/unreviewed/2022/05/GHSA-cvcq-m8cv-7r6g/GHSA-cvcq-m8cv-7r6g.json +++ b/advisories/unreviewed/2022/05/GHSA-cvcq-m8cv-7r6g/GHSA-cvcq-m8cv-7r6g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-cvpc-h9hw-p85x/GHSA-cvpc-h9hw-p85x.json b/advisories/unreviewed/2022/05/GHSA-cvpc-h9hw-p85x/GHSA-cvpc-h9hw-p85x.json index 5de0e775859..97869e0721d 100644 --- a/advisories/unreviewed/2022/05/GHSA-cvpc-h9hw-p85x/GHSA-cvpc-h9hw-p85x.json +++ b/advisories/unreviewed/2022/05/GHSA-cvpc-h9hw-p85x/GHSA-cvpc-h9hw-p85x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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/2022/05/GHSA-cwqv-v22x-hjm2/GHSA-cwqv-v22x-hjm2.json b/advisories/unreviewed/2022/05/GHSA-cwqv-v22x-hjm2/GHSA-cwqv-v22x-hjm2.json index 3490cfc8136..d46359fc909 100644 --- a/advisories/unreviewed/2022/05/GHSA-cwqv-v22x-hjm2/GHSA-cwqv-v22x-hjm2.json +++ b/advisories/unreviewed/2022/05/GHSA-cwqv-v22x-hjm2/GHSA-cwqv-v22x-hjm2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-cxwp-c9qw-p4gc/GHSA-cxwp-c9qw-p4gc.json b/advisories/unreviewed/2022/05/GHSA-cxwp-c9qw-p4gc/GHSA-cxwp-c9qw-p4gc.json index e2ab3fa41df..584486aaa4a 100644 --- a/advisories/unreviewed/2022/05/GHSA-cxwp-c9qw-p4gc/GHSA-cxwp-c9qw-p4gc.json +++ b/advisories/unreviewed/2022/05/GHSA-cxwp-c9qw-p4gc/GHSA-cxwp-c9qw-p4gc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-f3q2-v6jc-rpmv/GHSA-f3q2-v6jc-rpmv.json b/advisories/unreviewed/2022/05/GHSA-f3q2-v6jc-rpmv/GHSA-f3q2-v6jc-rpmv.json index a838fade623..714fc20792d 100644 --- a/advisories/unreviewed/2022/05/GHSA-f3q2-v6jc-rpmv/GHSA-f3q2-v6jc-rpmv.json +++ b/advisories/unreviewed/2022/05/GHSA-f3q2-v6jc-rpmv/GHSA-f3q2-v6jc-rpmv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "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/2022/05/GHSA-f47v-cwm5-qpf7/GHSA-f47v-cwm5-qpf7.json b/advisories/unreviewed/2022/05/GHSA-f47v-cwm5-qpf7/GHSA-f47v-cwm5-qpf7.json index 32ee5c286ae..d1b9e70d26c 100644 --- a/advisories/unreviewed/2022/05/GHSA-f47v-cwm5-qpf7/GHSA-f47v-cwm5-qpf7.json +++ b/advisories/unreviewed/2022/05/GHSA-f47v-cwm5-qpf7/GHSA-f47v-cwm5-qpf7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-f4cf-3gxr-mq99/GHSA-f4cf-3gxr-mq99.json b/advisories/unreviewed/2022/05/GHSA-f4cf-3gxr-mq99/GHSA-f4cf-3gxr-mq99.json index 03deb6871dc..74f47076c94 100644 --- a/advisories/unreviewed/2022/05/GHSA-f4cf-3gxr-mq99/GHSA-f4cf-3gxr-mq99.json +++ b/advisories/unreviewed/2022/05/GHSA-f4cf-3gxr-mq99/GHSA-f4cf-3gxr-mq99.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-f4xr-c97v-hvqh/GHSA-f4xr-c97v-hvqh.json b/advisories/unreviewed/2022/05/GHSA-f4xr-c97v-hvqh/GHSA-f4xr-c97v-hvqh.json index fde00e17669..da232025f36 100644 --- a/advisories/unreviewed/2022/05/GHSA-f4xr-c97v-hvqh/GHSA-f4xr-c97v-hvqh.json +++ b/advisories/unreviewed/2022/05/GHSA-f4xr-c97v-hvqh/GHSA-f4xr-c97v-hvqh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-f84x-7wpv-pvx9/GHSA-f84x-7wpv-pvx9.json b/advisories/unreviewed/2022/05/GHSA-f84x-7wpv-pvx9/GHSA-f84x-7wpv-pvx9.json index 7208c1816bb..f207f3f3a28 100644 --- a/advisories/unreviewed/2022/05/GHSA-f84x-7wpv-pvx9/GHSA-f84x-7wpv-pvx9.json +++ b/advisories/unreviewed/2022/05/GHSA-f84x-7wpv-pvx9/GHSA-f84x-7wpv-pvx9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-f86g-9653-w53f/GHSA-f86g-9653-w53f.json b/advisories/unreviewed/2022/05/GHSA-f86g-9653-w53f/GHSA-f86g-9653-w53f.json index 805ac797531..aa82e89bfb2 100644 --- a/advisories/unreviewed/2022/05/GHSA-f86g-9653-w53f/GHSA-f86g-9653-w53f.json +++ b/advisories/unreviewed/2022/05/GHSA-f86g-9653-w53f/GHSA-f86g-9653-w53f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-f8g8-2wrr-xjpq/GHSA-f8g8-2wrr-xjpq.json b/advisories/unreviewed/2022/05/GHSA-f8g8-2wrr-xjpq/GHSA-f8g8-2wrr-xjpq.json index 0bc959fd2ec..464aa59601a 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8g8-2wrr-xjpq/GHSA-f8g8-2wrr-xjpq.json +++ b/advisories/unreviewed/2022/05/GHSA-f8g8-2wrr-xjpq/GHSA-f8g8-2wrr-xjpq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-f8gv-7fjh-x4qm/GHSA-f8gv-7fjh-x4qm.json b/advisories/unreviewed/2022/05/GHSA-f8gv-7fjh-x4qm/GHSA-f8gv-7fjh-x4qm.json index 0812f4aa924..32dc81b0b5f 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8gv-7fjh-x4qm/GHSA-f8gv-7fjh-x4qm.json +++ b/advisories/unreviewed/2022/05/GHSA-f8gv-7fjh-x4qm/GHSA-f8gv-7fjh-x4qm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-f8j8-x86c-f7r5/GHSA-f8j8-x86c-f7r5.json b/advisories/unreviewed/2022/05/GHSA-f8j8-x86c-f7r5/GHSA-f8j8-x86c-f7r5.json index ba1fa300404..bcc89cd4d0c 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8j8-x86c-f7r5/GHSA-f8j8-x86c-f7r5.json +++ b/advisories/unreviewed/2022/05/GHSA-f8j8-x86c-f7r5/GHSA-f8j8-x86c-f7r5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-f8q7-3p38-7rvj/GHSA-f8q7-3p38-7rvj.json b/advisories/unreviewed/2022/05/GHSA-f8q7-3p38-7rvj/GHSA-f8q7-3p38-7rvj.json index 6fcf1950131..0c327154bbd 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8q7-3p38-7rvj/GHSA-f8q7-3p38-7rvj.json +++ b/advisories/unreviewed/2022/05/GHSA-f8q7-3p38-7rvj/GHSA-f8q7-3p38-7rvj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-f8wg-6gh7-2p7p/GHSA-f8wg-6gh7-2p7p.json b/advisories/unreviewed/2022/05/GHSA-f8wg-6gh7-2p7p/GHSA-f8wg-6gh7-2p7p.json index e1391e146a7..5d611e6d670 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8wg-6gh7-2p7p/GHSA-f8wg-6gh7-2p7p.json +++ b/advisories/unreviewed/2022/05/GHSA-f8wg-6gh7-2p7p/GHSA-f8wg-6gh7-2p7p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-f948-97vm-63xw/GHSA-f948-97vm-63xw.json b/advisories/unreviewed/2022/05/GHSA-f948-97vm-63xw/GHSA-f948-97vm-63xw.json index e60daf38ca1..6b107eb6dbc 100644 --- a/advisories/unreviewed/2022/05/GHSA-f948-97vm-63xw/GHSA-f948-97vm-63xw.json +++ b/advisories/unreviewed/2022/05/GHSA-f948-97vm-63xw/GHSA-f948-97vm-63xw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-f955-5pqg-q2q8/GHSA-f955-5pqg-q2q8.json b/advisories/unreviewed/2022/05/GHSA-f955-5pqg-q2q8/GHSA-f955-5pqg-q2q8.json index 6f5d0dda646..a9f236f1f40 100644 --- a/advisories/unreviewed/2022/05/GHSA-f955-5pqg-q2q8/GHSA-f955-5pqg-q2q8.json +++ b/advisories/unreviewed/2022/05/GHSA-f955-5pqg-q2q8/GHSA-f955-5pqg-q2q8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-f9fv-pv8g-g96g/GHSA-f9fv-pv8g-g96g.json b/advisories/unreviewed/2022/05/GHSA-f9fv-pv8g-g96g/GHSA-f9fv-pv8g-g96g.json index 93c37e87c91..777b29ed380 100644 --- a/advisories/unreviewed/2022/05/GHSA-f9fv-pv8g-g96g/GHSA-f9fv-pv8g-g96g.json +++ b/advisories/unreviewed/2022/05/GHSA-f9fv-pv8g-g96g/GHSA-f9fv-pv8g-g96g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-f9xh-5xh7-49g5/GHSA-f9xh-5xh7-49g5.json b/advisories/unreviewed/2022/05/GHSA-f9xh-5xh7-49g5/GHSA-f9xh-5xh7-49g5.json index 42d0e7d0a74..273cfb9dbf2 100644 --- a/advisories/unreviewed/2022/05/GHSA-f9xh-5xh7-49g5/GHSA-f9xh-5xh7-49g5.json +++ b/advisories/unreviewed/2022/05/GHSA-f9xh-5xh7-49g5/GHSA-f9xh-5xh7-49g5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fc65-rmq4-2hch/GHSA-fc65-rmq4-2hch.json b/advisories/unreviewed/2022/05/GHSA-fc65-rmq4-2hch/GHSA-fc65-rmq4-2hch.json index ccd2e882962..a5639e654d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-fc65-rmq4-2hch/GHSA-fc65-rmq4-2hch.json +++ b/advisories/unreviewed/2022/05/GHSA-fc65-rmq4-2hch/GHSA-fc65-rmq4-2hch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fc75-fxr8-wjjp/GHSA-fc75-fxr8-wjjp.json b/advisories/unreviewed/2022/05/GHSA-fc75-fxr8-wjjp/GHSA-fc75-fxr8-wjjp.json index 5edeef88785..1884dde8c5e 100644 --- a/advisories/unreviewed/2022/05/GHSA-fc75-fxr8-wjjp/GHSA-fc75-fxr8-wjjp.json +++ b/advisories/unreviewed/2022/05/GHSA-fc75-fxr8-wjjp/GHSA-fc75-fxr8-wjjp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fc7v-85q5-fv3m/GHSA-fc7v-85q5-fv3m.json b/advisories/unreviewed/2022/05/GHSA-fc7v-85q5-fv3m/GHSA-fc7v-85q5-fv3m.json index 21cfe95fdce..891d07de621 100644 --- a/advisories/unreviewed/2022/05/GHSA-fc7v-85q5-fv3m/GHSA-fc7v-85q5-fv3m.json +++ b/advisories/unreviewed/2022/05/GHSA-fc7v-85q5-fv3m/GHSA-fc7v-85q5-fv3m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fch5-9m26-4v3c/GHSA-fch5-9m26-4v3c.json b/advisories/unreviewed/2022/05/GHSA-fch5-9m26-4v3c/GHSA-fch5-9m26-4v3c.json index 1bea12e3089..9ea85704cf2 100644 --- a/advisories/unreviewed/2022/05/GHSA-fch5-9m26-4v3c/GHSA-fch5-9m26-4v3c.json +++ b/advisories/unreviewed/2022/05/GHSA-fch5-9m26-4v3c/GHSA-fch5-9m26-4v3c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-ff4r-qf8v-wjf5/GHSA-ff4r-qf8v-wjf5.json b/advisories/unreviewed/2022/05/GHSA-ff4r-qf8v-wjf5/GHSA-ff4r-qf8v-wjf5.json index 76a31f8edd0..b36877962a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-ff4r-qf8v-wjf5/GHSA-ff4r-qf8v-wjf5.json +++ b/advisories/unreviewed/2022/05/GHSA-ff4r-qf8v-wjf5/GHSA-ff4r-qf8v-wjf5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-ff53-798g-f62h/GHSA-ff53-798g-f62h.json b/advisories/unreviewed/2022/05/GHSA-ff53-798g-f62h/GHSA-ff53-798g-f62h.json index 25c1e1ab79b..3ed77c788ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-ff53-798g-f62h/GHSA-ff53-798g-f62h.json +++ b/advisories/unreviewed/2022/05/GHSA-ff53-798g-f62h/GHSA-ff53-798g-f62h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fffv-hxw2-2jhf/GHSA-fffv-hxw2-2jhf.json b/advisories/unreviewed/2022/05/GHSA-fffv-hxw2-2jhf/GHSA-fffv-hxw2-2jhf.json index 0003af17762..1a5fa6c979c 100644 --- a/advisories/unreviewed/2022/05/GHSA-fffv-hxw2-2jhf/GHSA-fffv-hxw2-2jhf.json +++ b/advisories/unreviewed/2022/05/GHSA-fffv-hxw2-2jhf/GHSA-fffv-hxw2-2jhf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fh7x-6jjx-229g/GHSA-fh7x-6jjx-229g.json b/advisories/unreviewed/2022/05/GHSA-fh7x-6jjx-229g/GHSA-fh7x-6jjx-229g.json index 4141d1d53c6..4f1c07c90d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-fh7x-6jjx-229g/GHSA-fh7x-6jjx-229g.json +++ b/advisories/unreviewed/2022/05/GHSA-fh7x-6jjx-229g/GHSA-fh7x-6jjx-229g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fh92-wm8w-xpmm/GHSA-fh92-wm8w-xpmm.json b/advisories/unreviewed/2022/05/GHSA-fh92-wm8w-xpmm/GHSA-fh92-wm8w-xpmm.json index d4eeb462d79..be57cbfee9d 100644 --- a/advisories/unreviewed/2022/05/GHSA-fh92-wm8w-xpmm/GHSA-fh92-wm8w-xpmm.json +++ b/advisories/unreviewed/2022/05/GHSA-fh92-wm8w-xpmm/GHSA-fh92-wm8w-xpmm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-fj2c-82j7-pvqx/GHSA-fj2c-82j7-pvqx.json b/advisories/unreviewed/2022/05/GHSA-fj2c-82j7-pvqx/GHSA-fj2c-82j7-pvqx.json index 58b11c89175..2fdc9fd46d3 100644 --- a/advisories/unreviewed/2022/05/GHSA-fj2c-82j7-pvqx/GHSA-fj2c-82j7-pvqx.json +++ b/advisories/unreviewed/2022/05/GHSA-fj2c-82j7-pvqx/GHSA-fj2c-82j7-pvqx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fp4m-62fh-77jr/GHSA-fp4m-62fh-77jr.json b/advisories/unreviewed/2022/05/GHSA-fp4m-62fh-77jr/GHSA-fp4m-62fh-77jr.json index 30fb2a3a69f..57f2b7f5718 100644 --- a/advisories/unreviewed/2022/05/GHSA-fp4m-62fh-77jr/GHSA-fp4m-62fh-77jr.json +++ b/advisories/unreviewed/2022/05/GHSA-fp4m-62fh-77jr/GHSA-fp4m-62fh-77jr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-fppr-cxf2-h256/GHSA-fppr-cxf2-h256.json b/advisories/unreviewed/2022/05/GHSA-fppr-cxf2-h256/GHSA-fppr-cxf2-h256.json index 50845b1f228..6c5812c5f74 100644 --- a/advisories/unreviewed/2022/05/GHSA-fppr-cxf2-h256/GHSA-fppr-cxf2-h256.json +++ b/advisories/unreviewed/2022/05/GHSA-fppr-cxf2-h256/GHSA-fppr-cxf2-h256.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fq68-cjh8-wpv3/GHSA-fq68-cjh8-wpv3.json b/advisories/unreviewed/2022/05/GHSA-fq68-cjh8-wpv3/GHSA-fq68-cjh8-wpv3.json index 08c29bcafce..e65001b975a 100644 --- a/advisories/unreviewed/2022/05/GHSA-fq68-cjh8-wpv3/GHSA-fq68-cjh8-wpv3.json +++ b/advisories/unreviewed/2022/05/GHSA-fq68-cjh8-wpv3/GHSA-fq68-cjh8-wpv3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fqcp-358q-wg2p/GHSA-fqcp-358q-wg2p.json b/advisories/unreviewed/2022/05/GHSA-fqcp-358q-wg2p/GHSA-fqcp-358q-wg2p.json index ee08406c595..3dc5be305cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-fqcp-358q-wg2p/GHSA-fqcp-358q-wg2p.json +++ b/advisories/unreviewed/2022/05/GHSA-fqcp-358q-wg2p/GHSA-fqcp-358q-wg2p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fr39-wf38-f5w3/GHSA-fr39-wf38-f5w3.json b/advisories/unreviewed/2022/05/GHSA-fr39-wf38-f5w3/GHSA-fr39-wf38-f5w3.json index 5b287bab97e..b32da2fe7b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-fr39-wf38-f5w3/GHSA-fr39-wf38-f5w3.json +++ b/advisories/unreviewed/2022/05/GHSA-fr39-wf38-f5w3/GHSA-fr39-wf38-f5w3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -71,9 +69,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fr3c-69vx-774f/GHSA-fr3c-69vx-774f.json b/advisories/unreviewed/2022/05/GHSA-fr3c-69vx-774f/GHSA-fr3c-69vx-774f.json index 0dc17604d46..dc55f57bc32 100644 --- a/advisories/unreviewed/2022/05/GHSA-fr3c-69vx-774f/GHSA-fr3c-69vx-774f.json +++ b/advisories/unreviewed/2022/05/GHSA-fr3c-69vx-774f/GHSA-fr3c-69vx-774f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-frmm-xf84-58wx/GHSA-frmm-xf84-58wx.json b/advisories/unreviewed/2022/05/GHSA-frmm-xf84-58wx/GHSA-frmm-xf84-58wx.json index 1e3b46e2db0..87b3b0e676e 100644 --- a/advisories/unreviewed/2022/05/GHSA-frmm-xf84-58wx/GHSA-frmm-xf84-58wx.json +++ b/advisories/unreviewed/2022/05/GHSA-frmm-xf84-58wx/GHSA-frmm-xf84-58wx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fv27-jv5h-jf4q/GHSA-fv27-jv5h-jf4q.json b/advisories/unreviewed/2022/05/GHSA-fv27-jv5h-jf4q/GHSA-fv27-jv5h-jf4q.json index 127d9310449..1deaf57a0f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-fv27-jv5h-jf4q/GHSA-fv27-jv5h-jf4q.json +++ b/advisories/unreviewed/2022/05/GHSA-fv27-jv5h-jf4q/GHSA-fv27-jv5h-jf4q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fv8r-r3g2-m956/GHSA-fv8r-r3g2-m956.json b/advisories/unreviewed/2022/05/GHSA-fv8r-r3g2-m956/GHSA-fv8r-r3g2-m956.json index c4a82e12271..022f56a6f9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-fv8r-r3g2-m956/GHSA-fv8r-r3g2-m956.json +++ b/advisories/unreviewed/2022/05/GHSA-fv8r-r3g2-m956/GHSA-fv8r-r3g2-m956.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fvc7-cwmq-hcv2/GHSA-fvc7-cwmq-hcv2.json b/advisories/unreviewed/2022/05/GHSA-fvc7-cwmq-hcv2/GHSA-fvc7-cwmq-hcv2.json index d78eaea30dd..d3c051e64c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-fvc7-cwmq-hcv2/GHSA-fvc7-cwmq-hcv2.json +++ b/advisories/unreviewed/2022/05/GHSA-fvc7-cwmq-hcv2/GHSA-fvc7-cwmq-hcv2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fvr7-9mcc-7r67/GHSA-fvr7-9mcc-7r67.json b/advisories/unreviewed/2022/05/GHSA-fvr7-9mcc-7r67/GHSA-fvr7-9mcc-7r67.json index d119f02c3ff..22dfb3846ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-fvr7-9mcc-7r67/GHSA-fvr7-9mcc-7r67.json +++ b/advisories/unreviewed/2022/05/GHSA-fvr7-9mcc-7r67/GHSA-fvr7-9mcc-7r67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fw3p-gjrx-f8v9/GHSA-fw3p-gjrx-f8v9.json b/advisories/unreviewed/2022/05/GHSA-fw3p-gjrx-f8v9/GHSA-fw3p-gjrx-f8v9.json index 9d534b135f0..ba9492c781e 100644 --- a/advisories/unreviewed/2022/05/GHSA-fw3p-gjrx-f8v9/GHSA-fw3p-gjrx-f8v9.json +++ b/advisories/unreviewed/2022/05/GHSA-fw3p-gjrx-f8v9/GHSA-fw3p-gjrx-f8v9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/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/2022/05/GHSA-fw8f-2256-8c8c/GHSA-fw8f-2256-8c8c.json b/advisories/unreviewed/2022/05/GHSA-fw8f-2256-8c8c/GHSA-fw8f-2256-8c8c.json index f46b2ec4a39..c89f5d53db9 100644 --- a/advisories/unreviewed/2022/05/GHSA-fw8f-2256-8c8c/GHSA-fw8f-2256-8c8c.json +++ b/advisories/unreviewed/2022/05/GHSA-fw8f-2256-8c8c/GHSA-fw8f-2256-8c8c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-fwmp-493q-9xqx/GHSA-fwmp-493q-9xqx.json b/advisories/unreviewed/2022/05/GHSA-fwmp-493q-9xqx/GHSA-fwmp-493q-9xqx.json index cba96684cb6..3a2532068af 100644 --- a/advisories/unreviewed/2022/05/GHSA-fwmp-493q-9xqx/GHSA-fwmp-493q-9xqx.json +++ b/advisories/unreviewed/2022/05/GHSA-fwmp-493q-9xqx/GHSA-fwmp-493q-9xqx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fwv8-jff3-8mm6/GHSA-fwv8-jff3-8mm6.json b/advisories/unreviewed/2022/05/GHSA-fwv8-jff3-8mm6/GHSA-fwv8-jff3-8mm6.json index ff7d16796ff..7641d38d3c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-fwv8-jff3-8mm6/GHSA-fwv8-jff3-8mm6.json +++ b/advisories/unreviewed/2022/05/GHSA-fwv8-jff3-8mm6/GHSA-fwv8-jff3-8mm6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fxv8-qv4g-wmhw/GHSA-fxv8-qv4g-wmhw.json b/advisories/unreviewed/2022/05/GHSA-fxv8-qv4g-wmhw/GHSA-fxv8-qv4g-wmhw.json index c86aeec3d7b..6ac9939e211 100644 --- a/advisories/unreviewed/2022/05/GHSA-fxv8-qv4g-wmhw/GHSA-fxv8-qv4g-wmhw.json +++ b/advisories/unreviewed/2022/05/GHSA-fxv8-qv4g-wmhw/GHSA-fxv8-qv4g-wmhw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fxvq-f6w2-c6gp/GHSA-fxvq-f6w2-c6gp.json b/advisories/unreviewed/2022/05/GHSA-fxvq-f6w2-c6gp/GHSA-fxvq-f6w2-c6gp.json index 0d0b62d9c8b..1db78a81dca 100644 --- a/advisories/unreviewed/2022/05/GHSA-fxvq-f6w2-c6gp/GHSA-fxvq-f6w2-c6gp.json +++ b/advisories/unreviewed/2022/05/GHSA-fxvq-f6w2-c6gp/GHSA-fxvq-f6w2-c6gp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g23c-wqcr-3333/GHSA-g23c-wqcr-3333.json b/advisories/unreviewed/2022/05/GHSA-g23c-wqcr-3333/GHSA-g23c-wqcr-3333.json index 615dd77d81e..d5b2e1cacfe 100644 --- a/advisories/unreviewed/2022/05/GHSA-g23c-wqcr-3333/GHSA-g23c-wqcr-3333.json +++ b/advisories/unreviewed/2022/05/GHSA-g23c-wqcr-3333/GHSA-g23c-wqcr-3333.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-g335-wgg2-cw9q/GHSA-g335-wgg2-cw9q.json b/advisories/unreviewed/2022/05/GHSA-g335-wgg2-cw9q/GHSA-g335-wgg2-cw9q.json index d7d04a5d7d1..178cace52d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-g335-wgg2-cw9q/GHSA-g335-wgg2-cw9q.json +++ b/advisories/unreviewed/2022/05/GHSA-g335-wgg2-cw9q/GHSA-g335-wgg2-cw9q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-g36g-729r-9f5c/GHSA-g36g-729r-9f5c.json b/advisories/unreviewed/2022/05/GHSA-g36g-729r-9f5c/GHSA-g36g-729r-9f5c.json index b7e82432b4d..04ac2526274 100644 --- a/advisories/unreviewed/2022/05/GHSA-g36g-729r-9f5c/GHSA-g36g-729r-9f5c.json +++ b/advisories/unreviewed/2022/05/GHSA-g36g-729r-9f5c/GHSA-g36g-729r-9f5c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-g394-jqx6-g6xv/GHSA-g394-jqx6-g6xv.json b/advisories/unreviewed/2022/05/GHSA-g394-jqx6-g6xv/GHSA-g394-jqx6-g6xv.json index da7c7be482f..6da647d88c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-g394-jqx6-g6xv/GHSA-g394-jqx6-g6xv.json +++ b/advisories/unreviewed/2022/05/GHSA-g394-jqx6-g6xv/GHSA-g394-jqx6-g6xv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-g4vv-hh36-2q9r/GHSA-g4vv-hh36-2q9r.json b/advisories/unreviewed/2022/05/GHSA-g4vv-hh36-2q9r/GHSA-g4vv-hh36-2q9r.json index 3e5f3a02ef8..bc708b486e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-g4vv-hh36-2q9r/GHSA-g4vv-hh36-2q9r.json +++ b/advisories/unreviewed/2022/05/GHSA-g4vv-hh36-2q9r/GHSA-g4vv-hh36-2q9r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-g4w9-9j5j-xq6r/GHSA-g4w9-9j5j-xq6r.json b/advisories/unreviewed/2022/05/GHSA-g4w9-9j5j-xq6r/GHSA-g4w9-9j5j-xq6r.json index e60060db891..1a063b007aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-g4w9-9j5j-xq6r/GHSA-g4w9-9j5j-xq6r.json +++ b/advisories/unreviewed/2022/05/GHSA-g4w9-9j5j-xq6r/GHSA-g4w9-9j5j-xq6r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-g57j-4ffp-w5r4/GHSA-g57j-4ffp-w5r4.json b/advisories/unreviewed/2022/05/GHSA-g57j-4ffp-w5r4/GHSA-g57j-4ffp-w5r4.json index 5641ca8d4c1..2e2b49891ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-g57j-4ffp-w5r4/GHSA-g57j-4ffp-w5r4.json +++ b/advisories/unreviewed/2022/05/GHSA-g57j-4ffp-w5r4/GHSA-g57j-4ffp-w5r4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/05/GHSA-g57p-jjjg-vp93/GHSA-g57p-jjjg-vp93.json b/advisories/unreviewed/2022/05/GHSA-g57p-jjjg-vp93/GHSA-g57p-jjjg-vp93.json index 40b0e31d6e1..6d276007766 100644 --- a/advisories/unreviewed/2022/05/GHSA-g57p-jjjg-vp93/GHSA-g57p-jjjg-vp93.json +++ b/advisories/unreviewed/2022/05/GHSA-g57p-jjjg-vp93/GHSA-g57p-jjjg-vp93.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-g7p2-3xmf-r7r6/GHSA-g7p2-3xmf-r7r6.json b/advisories/unreviewed/2022/05/GHSA-g7p2-3xmf-r7r6/GHSA-g7p2-3xmf-r7r6.json index cd31b93d299..595c9ce385d 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7p2-3xmf-r7r6/GHSA-g7p2-3xmf-r7r6.json +++ b/advisories/unreviewed/2022/05/GHSA-g7p2-3xmf-r7r6/GHSA-g7p2-3xmf-r7r6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-g7p7-gj79-f7gp/GHSA-g7p7-gj79-f7gp.json b/advisories/unreviewed/2022/05/GHSA-g7p7-gj79-f7gp/GHSA-g7p7-gj79-f7gp.json index 98b2b25e2fa..c0094cb7e59 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7p7-gj79-f7gp/GHSA-g7p7-gj79-f7gp.json +++ b/advisories/unreviewed/2022/05/GHSA-g7p7-gj79-f7gp/GHSA-g7p7-gj79-f7gp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-g7xm-cj56-xvpv/GHSA-g7xm-cj56-xvpv.json b/advisories/unreviewed/2022/05/GHSA-g7xm-cj56-xvpv/GHSA-g7xm-cj56-xvpv.json index 8577e2392cf..ef72ac870e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7xm-cj56-xvpv/GHSA-g7xm-cj56-xvpv.json +++ b/advisories/unreviewed/2022/05/GHSA-g7xm-cj56-xvpv/GHSA-g7xm-cj56-xvpv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g9c8-38wc-phh5/GHSA-g9c8-38wc-phh5.json b/advisories/unreviewed/2022/05/GHSA-g9c8-38wc-phh5/GHSA-g9c8-38wc-phh5.json index 121bfe5dbf1..3cddcdd8b46 100644 --- a/advisories/unreviewed/2022/05/GHSA-g9c8-38wc-phh5/GHSA-g9c8-38wc-phh5.json +++ b/advisories/unreviewed/2022/05/GHSA-g9c8-38wc-phh5/GHSA-g9c8-38wc-phh5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-gc2h-5m8x-pgf9/GHSA-gc2h-5m8x-pgf9.json b/advisories/unreviewed/2022/05/GHSA-gc2h-5m8x-pgf9/GHSA-gc2h-5m8x-pgf9.json index 029753d957e..9be5501b0ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-gc2h-5m8x-pgf9/GHSA-gc2h-5m8x-pgf9.json +++ b/advisories/unreviewed/2022/05/GHSA-gc2h-5m8x-pgf9/GHSA-gc2h-5m8x-pgf9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-gc3r-24qm-x3hq/GHSA-gc3r-24qm-x3hq.json b/advisories/unreviewed/2022/05/GHSA-gc3r-24qm-x3hq/GHSA-gc3r-24qm-x3hq.json index ce0aad67487..881b29657ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-gc3r-24qm-x3hq/GHSA-gc3r-24qm-x3hq.json +++ b/advisories/unreviewed/2022/05/GHSA-gc3r-24qm-x3hq/GHSA-gc3r-24qm-x3hq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/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/05/GHSA-gchj-q938-xc3j/GHSA-gchj-q938-xc3j.json b/advisories/unreviewed/2022/05/GHSA-gchj-q938-xc3j/GHSA-gchj-q938-xc3j.json index 429375c5a09..c1c74063f0e 100644 --- a/advisories/unreviewed/2022/05/GHSA-gchj-q938-xc3j/GHSA-gchj-q938-xc3j.json +++ b/advisories/unreviewed/2022/05/GHSA-gchj-q938-xc3j/GHSA-gchj-q938-xc3j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-gcmj-72p6-4pf5/GHSA-gcmj-72p6-4pf5.json b/advisories/unreviewed/2022/05/GHSA-gcmj-72p6-4pf5/GHSA-gcmj-72p6-4pf5.json index 594015ffa11..32996b7fc5e 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcmj-72p6-4pf5/GHSA-gcmj-72p6-4pf5.json +++ b/advisories/unreviewed/2022/05/GHSA-gcmj-72p6-4pf5/GHSA-gcmj-72p6-4pf5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gf62-w85x-fjpv/GHSA-gf62-w85x-fjpv.json b/advisories/unreviewed/2022/05/GHSA-gf62-w85x-fjpv/GHSA-gf62-w85x-fjpv.json index ae8aad65969..1e0455429bd 100644 --- a/advisories/unreviewed/2022/05/GHSA-gf62-w85x-fjpv/GHSA-gf62-w85x-fjpv.json +++ b/advisories/unreviewed/2022/05/GHSA-gf62-w85x-fjpv/GHSA-gf62-w85x-fjpv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -107,9 +105,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gffw-36xc-qj42/GHSA-gffw-36xc-qj42.json b/advisories/unreviewed/2022/05/GHSA-gffw-36xc-qj42/GHSA-gffw-36xc-qj42.json index 2632a3cb4de..179b0ff5d04 100644 --- a/advisories/unreviewed/2022/05/GHSA-gffw-36xc-qj42/GHSA-gffw-36xc-qj42.json +++ b/advisories/unreviewed/2022/05/GHSA-gffw-36xc-qj42/GHSA-gffw-36xc-qj42.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-gfm8-hm2w-23rg/GHSA-gfm8-hm2w-23rg.json b/advisories/unreviewed/2022/05/GHSA-gfm8-hm2w-23rg/GHSA-gfm8-hm2w-23rg.json index 055760f1446..0bc79c914e0 100644 --- a/advisories/unreviewed/2022/05/GHSA-gfm8-hm2w-23rg/GHSA-gfm8-hm2w-23rg.json +++ b/advisories/unreviewed/2022/05/GHSA-gfm8-hm2w-23rg/GHSA-gfm8-hm2w-23rg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-gfx4-4m6p-57vj/GHSA-gfx4-4m6p-57vj.json b/advisories/unreviewed/2022/05/GHSA-gfx4-4m6p-57vj/GHSA-gfx4-4m6p-57vj.json index f40781e0333..8c97da6a58c 100644 --- a/advisories/unreviewed/2022/05/GHSA-gfx4-4m6p-57vj/GHSA-gfx4-4m6p-57vj.json +++ b/advisories/unreviewed/2022/05/GHSA-gfx4-4m6p-57vj/GHSA-gfx4-4m6p-57vj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/05/GHSA-gg6j-wgrx-q2ww/GHSA-gg6j-wgrx-q2ww.json b/advisories/unreviewed/2022/05/GHSA-gg6j-wgrx-q2ww/GHSA-gg6j-wgrx-q2ww.json index 7e9f6759f2a..1ea1da6b2ff 100644 --- a/advisories/unreviewed/2022/05/GHSA-gg6j-wgrx-q2ww/GHSA-gg6j-wgrx-q2ww.json +++ b/advisories/unreviewed/2022/05/GHSA-gg6j-wgrx-q2ww/GHSA-gg6j-wgrx-q2ww.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-ggqr-5458-x5c8/GHSA-ggqr-5458-x5c8.json b/advisories/unreviewed/2022/05/GHSA-ggqr-5458-x5c8/GHSA-ggqr-5458-x5c8.json index e975736acab..22fb5e3e2ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-ggqr-5458-x5c8/GHSA-ggqr-5458-x5c8.json +++ b/advisories/unreviewed/2022/05/GHSA-ggqr-5458-x5c8/GHSA-ggqr-5458-x5c8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/05/GHSA-gj3w-xp87-cxx2/GHSA-gj3w-xp87-cxx2.json b/advisories/unreviewed/2022/05/GHSA-gj3w-xp87-cxx2/GHSA-gj3w-xp87-cxx2.json index ca79a2ccfd2..77601b93a51 100644 --- a/advisories/unreviewed/2022/05/GHSA-gj3w-xp87-cxx2/GHSA-gj3w-xp87-cxx2.json +++ b/advisories/unreviewed/2022/05/GHSA-gj3w-xp87-cxx2/GHSA-gj3w-xp87-cxx2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-gj9g-p4v8-hqfc/GHSA-gj9g-p4v8-hqfc.json b/advisories/unreviewed/2022/05/GHSA-gj9g-p4v8-hqfc/GHSA-gj9g-p4v8-hqfc.json index caf5a3ee8b4..39221e88e45 100644 --- a/advisories/unreviewed/2022/05/GHSA-gj9g-p4v8-hqfc/GHSA-gj9g-p4v8-hqfc.json +++ b/advisories/unreviewed/2022/05/GHSA-gj9g-p4v8-hqfc/GHSA-gj9g-p4v8-hqfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-gjpv-p8qj-966m/GHSA-gjpv-p8qj-966m.json b/advisories/unreviewed/2022/05/GHSA-gjpv-p8qj-966m/GHSA-gjpv-p8qj-966m.json index 81bb5a1174f..ca60eebbd21 100644 --- a/advisories/unreviewed/2022/05/GHSA-gjpv-p8qj-966m/GHSA-gjpv-p8qj-966m.json +++ b/advisories/unreviewed/2022/05/GHSA-gjpv-p8qj-966m/GHSA-gjpv-p8qj-966m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-gmrf-7wh2-5c6f/GHSA-gmrf-7wh2-5c6f.json b/advisories/unreviewed/2022/05/GHSA-gmrf-7wh2-5c6f/GHSA-gmrf-7wh2-5c6f.json index f3009c23370..014a6c2a389 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmrf-7wh2-5c6f/GHSA-gmrf-7wh2-5c6f.json +++ b/advisories/unreviewed/2022/05/GHSA-gmrf-7wh2-5c6f/GHSA-gmrf-7wh2-5c6f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/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/05/GHSA-gqhv-6fqp-j722/GHSA-gqhv-6fqp-j722.json b/advisories/unreviewed/2022/05/GHSA-gqhv-6fqp-j722/GHSA-gqhv-6fqp-j722.json index 16b8056f2d0..1992058ee5f 100644 --- a/advisories/unreviewed/2022/05/GHSA-gqhv-6fqp-j722/GHSA-gqhv-6fqp-j722.json +++ b/advisories/unreviewed/2022/05/GHSA-gqhv-6fqp-j722/GHSA-gqhv-6fqp-j722.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-grmv-v937-8mm8/GHSA-grmv-v937-8mm8.json b/advisories/unreviewed/2022/05/GHSA-grmv-v937-8mm8/GHSA-grmv-v937-8mm8.json index 99ed70f6994..77cd271be35 100644 --- a/advisories/unreviewed/2022/05/GHSA-grmv-v937-8mm8/GHSA-grmv-v937-8mm8.json +++ b/advisories/unreviewed/2022/05/GHSA-grmv-v937-8mm8/GHSA-grmv-v937-8mm8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-grw3-3x95-wqc9/GHSA-grw3-3x95-wqc9.json b/advisories/unreviewed/2022/05/GHSA-grw3-3x95-wqc9/GHSA-grw3-3x95-wqc9.json index 73991e42339..418f0f575cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-grw3-3x95-wqc9/GHSA-grw3-3x95-wqc9.json +++ b/advisories/unreviewed/2022/05/GHSA-grw3-3x95-wqc9/GHSA-grw3-3x95-wqc9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-gv3c-fx2c-h6pc/GHSA-gv3c-fx2c-h6pc.json b/advisories/unreviewed/2022/05/GHSA-gv3c-fx2c-h6pc/GHSA-gv3c-fx2c-h6pc.json index 5351e68c43d..be547e68571 100644 --- a/advisories/unreviewed/2022/05/GHSA-gv3c-fx2c-h6pc/GHSA-gv3c-fx2c-h6pc.json +++ b/advisories/unreviewed/2022/05/GHSA-gv3c-fx2c-h6pc/GHSA-gv3c-fx2c-h6pc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-gv8h-vq76-2q34/GHSA-gv8h-vq76-2q34.json b/advisories/unreviewed/2022/05/GHSA-gv8h-vq76-2q34/GHSA-gv8h-vq76-2q34.json index 666b2f46a63..ad4693f3b1f 100644 --- a/advisories/unreviewed/2022/05/GHSA-gv8h-vq76-2q34/GHSA-gv8h-vq76-2q34.json +++ b/advisories/unreviewed/2022/05/GHSA-gv8h-vq76-2q34/GHSA-gv8h-vq76-2q34.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/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/2022/05/GHSA-gv8x-5q42-g72w/GHSA-gv8x-5q42-g72w.json b/advisories/unreviewed/2022/05/GHSA-gv8x-5q42-g72w/GHSA-gv8x-5q42-g72w.json index 07582f571b2..fce2681cd60 100644 --- a/advisories/unreviewed/2022/05/GHSA-gv8x-5q42-g72w/GHSA-gv8x-5q42-g72w.json +++ b/advisories/unreviewed/2022/05/GHSA-gv8x-5q42-g72w/GHSA-gv8x-5q42-g72w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "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/2022/05/GHSA-gvcx-8jgh-4v3p/GHSA-gvcx-8jgh-4v3p.json b/advisories/unreviewed/2022/05/GHSA-gvcx-8jgh-4v3p/GHSA-gvcx-8jgh-4v3p.json index cb3c7fda487..de7693c6b1b 100644 --- a/advisories/unreviewed/2022/05/GHSA-gvcx-8jgh-4v3p/GHSA-gvcx-8jgh-4v3p.json +++ b/advisories/unreviewed/2022/05/GHSA-gvcx-8jgh-4v3p/GHSA-gvcx-8jgh-4v3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-gvph-5529-3vhw/GHSA-gvph-5529-3vhw.json b/advisories/unreviewed/2022/05/GHSA-gvph-5529-3vhw/GHSA-gvph-5529-3vhw.json index 3afe7dd553c..2e47b5eb980 100644 --- a/advisories/unreviewed/2022/05/GHSA-gvph-5529-3vhw/GHSA-gvph-5529-3vhw.json +++ b/advisories/unreviewed/2022/05/GHSA-gvph-5529-3vhw/GHSA-gvph-5529-3vhw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gvqq-8c6r-j54m/GHSA-gvqq-8c6r-j54m.json b/advisories/unreviewed/2022/05/GHSA-gvqq-8c6r-j54m/GHSA-gvqq-8c6r-j54m.json index ffbf738fce0..aea912bd32c 100644 --- a/advisories/unreviewed/2022/05/GHSA-gvqq-8c6r-j54m/GHSA-gvqq-8c6r-j54m.json +++ b/advisories/unreviewed/2022/05/GHSA-gvqq-8c6r-j54m/GHSA-gvqq-8c6r-j54m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-gvwf-6cgr-vqq6/GHSA-gvwf-6cgr-vqq6.json b/advisories/unreviewed/2022/05/GHSA-gvwf-6cgr-vqq6/GHSA-gvwf-6cgr-vqq6.json index 43065598291..75d82b7d93b 100644 --- a/advisories/unreviewed/2022/05/GHSA-gvwf-6cgr-vqq6/GHSA-gvwf-6cgr-vqq6.json +++ b/advisories/unreviewed/2022/05/GHSA-gvwf-6cgr-vqq6/GHSA-gvwf-6cgr-vqq6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-gxfh-cg67-jrmj/GHSA-gxfh-cg67-jrmj.json b/advisories/unreviewed/2022/05/GHSA-gxfh-cg67-jrmj/GHSA-gxfh-cg67-jrmj.json index 2b229a496c1..bbf25f3eb26 100644 --- a/advisories/unreviewed/2022/05/GHSA-gxfh-cg67-jrmj/GHSA-gxfh-cg67-jrmj.json +++ b/advisories/unreviewed/2022/05/GHSA-gxfh-cg67-jrmj/GHSA-gxfh-cg67-jrmj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-h2g2-jr6r-r36p/GHSA-h2g2-jr6r-r36p.json b/advisories/unreviewed/2022/05/GHSA-h2g2-jr6r-r36p/GHSA-h2g2-jr6r-r36p.json index 1dc7d33d840..acc6a716018 100644 --- a/advisories/unreviewed/2022/05/GHSA-h2g2-jr6r-r36p/GHSA-h2g2-jr6r-r36p.json +++ b/advisories/unreviewed/2022/05/GHSA-h2g2-jr6r-r36p/GHSA-h2g2-jr6r-r36p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-h2w7-383r-23p4/GHSA-h2w7-383r-23p4.json b/advisories/unreviewed/2022/05/GHSA-h2w7-383r-23p4/GHSA-h2w7-383r-23p4.json index 97fe372455e..4db0a655ed3 100644 --- a/advisories/unreviewed/2022/05/GHSA-h2w7-383r-23p4/GHSA-h2w7-383r-23p4.json +++ b/advisories/unreviewed/2022/05/GHSA-h2w7-383r-23p4/GHSA-h2w7-383r-23p4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-h36g-mqj9-c9h2/GHSA-h36g-mqj9-c9h2.json b/advisories/unreviewed/2022/05/GHSA-h36g-mqj9-c9h2/GHSA-h36g-mqj9-c9h2.json index 1f4e0fa48fc..332a16ef518 100644 --- a/advisories/unreviewed/2022/05/GHSA-h36g-mqj9-c9h2/GHSA-h36g-mqj9-c9h2.json +++ b/advisories/unreviewed/2022/05/GHSA-h36g-mqj9-c9h2/GHSA-h36g-mqj9-c9h2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-h39c-pgpj-7w25/GHSA-h39c-pgpj-7w25.json b/advisories/unreviewed/2022/05/GHSA-h39c-pgpj-7w25/GHSA-h39c-pgpj-7w25.json index 15a31dc9062..bea758ff8a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-h39c-pgpj-7w25/GHSA-h39c-pgpj-7w25.json +++ b/advisories/unreviewed/2022/05/GHSA-h39c-pgpj-7w25/GHSA-h39c-pgpj-7w25.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-h39p-3f2h-fc8v/GHSA-h39p-3f2h-fc8v.json b/advisories/unreviewed/2022/05/GHSA-h39p-3f2h-fc8v/GHSA-h39p-3f2h-fc8v.json index d7b1b38cef2..21c51538ed9 100644 --- a/advisories/unreviewed/2022/05/GHSA-h39p-3f2h-fc8v/GHSA-h39p-3f2h-fc8v.json +++ b/advisories/unreviewed/2022/05/GHSA-h39p-3f2h-fc8v/GHSA-h39p-3f2h-fc8v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-h3q8-mgx6-h9j7/GHSA-h3q8-mgx6-h9j7.json b/advisories/unreviewed/2022/05/GHSA-h3q8-mgx6-h9j7/GHSA-h3q8-mgx6-h9j7.json index 13e1a8a18da..455a5ed0486 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3q8-mgx6-h9j7/GHSA-h3q8-mgx6-h9j7.json +++ b/advisories/unreviewed/2022/05/GHSA-h3q8-mgx6-h9j7/GHSA-h3q8-mgx6-h9j7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h432-5g5p-5gfj/GHSA-h432-5g5p-5gfj.json b/advisories/unreviewed/2022/05/GHSA-h432-5g5p-5gfj/GHSA-h432-5g5p-5gfj.json index 8e8b9ba9af4..8b84182c33e 100644 --- a/advisories/unreviewed/2022/05/GHSA-h432-5g5p-5gfj/GHSA-h432-5g5p-5gfj.json +++ b/advisories/unreviewed/2022/05/GHSA-h432-5g5p-5gfj/GHSA-h432-5g5p-5gfj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-h4wp-5c5q-58qf/GHSA-h4wp-5c5q-58qf.json b/advisories/unreviewed/2022/05/GHSA-h4wp-5c5q-58qf/GHSA-h4wp-5c5q-58qf.json index 3799e4c7956..dab7d37c81a 100644 --- a/advisories/unreviewed/2022/05/GHSA-h4wp-5c5q-58qf/GHSA-h4wp-5c5q-58qf.json +++ b/advisories/unreviewed/2022/05/GHSA-h4wp-5c5q-58qf/GHSA-h4wp-5c5q-58qf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-h563-ghfg-rgf8/GHSA-h563-ghfg-rgf8.json b/advisories/unreviewed/2022/05/GHSA-h563-ghfg-rgf8/GHSA-h563-ghfg-rgf8.json index 8c8fb4f7d9f..30c7773ceb7 100644 --- a/advisories/unreviewed/2022/05/GHSA-h563-ghfg-rgf8/GHSA-h563-ghfg-rgf8.json +++ b/advisories/unreviewed/2022/05/GHSA-h563-ghfg-rgf8/GHSA-h563-ghfg-rgf8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-h5rc-j9f7-wmr8/GHSA-h5rc-j9f7-wmr8.json b/advisories/unreviewed/2022/05/GHSA-h5rc-j9f7-wmr8/GHSA-h5rc-j9f7-wmr8.json index 02533839b9e..d1762eae653 100644 --- a/advisories/unreviewed/2022/05/GHSA-h5rc-j9f7-wmr8/GHSA-h5rc-j9f7-wmr8.json +++ b/advisories/unreviewed/2022/05/GHSA-h5rc-j9f7-wmr8/GHSA-h5rc-j9f7-wmr8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h6fq-f4xm-h8jq/GHSA-h6fq-f4xm-h8jq.json b/advisories/unreviewed/2022/05/GHSA-h6fq-f4xm-h8jq/GHSA-h6fq-f4xm-h8jq.json index 1ee65b08c71..c9ce4fc01c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-h6fq-f4xm-h8jq/GHSA-h6fq-f4xm-h8jq.json +++ b/advisories/unreviewed/2022/05/GHSA-h6fq-f4xm-h8jq/GHSA-h6fq-f4xm-h8jq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-h7cr-9xgm-pwfc/GHSA-h7cr-9xgm-pwfc.json b/advisories/unreviewed/2022/05/GHSA-h7cr-9xgm-pwfc/GHSA-h7cr-9xgm-pwfc.json index fff1451a99b..878842517fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-h7cr-9xgm-pwfc/GHSA-h7cr-9xgm-pwfc.json +++ b/advisories/unreviewed/2022/05/GHSA-h7cr-9xgm-pwfc/GHSA-h7cr-9xgm-pwfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h7p4-68h5-84f3/GHSA-h7p4-68h5-84f3.json b/advisories/unreviewed/2022/05/GHSA-h7p4-68h5-84f3/GHSA-h7p4-68h5-84f3.json index e3146e54563..368e9f76e44 100644 --- a/advisories/unreviewed/2022/05/GHSA-h7p4-68h5-84f3/GHSA-h7p4-68h5-84f3.json +++ b/advisories/unreviewed/2022/05/GHSA-h7p4-68h5-84f3/GHSA-h7p4-68h5-84f3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-h8h6-xj3r-5rq7/GHSA-h8h6-xj3r-5rq7.json b/advisories/unreviewed/2022/05/GHSA-h8h6-xj3r-5rq7/GHSA-h8h6-xj3r-5rq7.json index e2e27c236a1..59de5841131 100644 --- a/advisories/unreviewed/2022/05/GHSA-h8h6-xj3r-5rq7/GHSA-h8h6-xj3r-5rq7.json +++ b/advisories/unreviewed/2022/05/GHSA-h8h6-xj3r-5rq7/GHSA-h8h6-xj3r-5rq7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-h8q6-39cw-r6wh/GHSA-h8q6-39cw-r6wh.json b/advisories/unreviewed/2022/05/GHSA-h8q6-39cw-r6wh/GHSA-h8q6-39cw-r6wh.json index 49a95fce77f..7ecbfe1ae98 100644 --- a/advisories/unreviewed/2022/05/GHSA-h8q6-39cw-r6wh/GHSA-h8q6-39cw-r6wh.json +++ b/advisories/unreviewed/2022/05/GHSA-h8q6-39cw-r6wh/GHSA-h8q6-39cw-r6wh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-hc7g-x6xp-x698/GHSA-hc7g-x6xp-x698.json b/advisories/unreviewed/2022/05/GHSA-hc7g-x6xp-x698/GHSA-hc7g-x6xp-x698.json index 5a3b22b4b95..d6fc301f4be 100644 --- a/advisories/unreviewed/2022/05/GHSA-hc7g-x6xp-x698/GHSA-hc7g-x6xp-x698.json +++ b/advisories/unreviewed/2022/05/GHSA-hc7g-x6xp-x698/GHSA-hc7g-x6xp-x698.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-hf9g-7cr4-wp8h/GHSA-hf9g-7cr4-wp8h.json b/advisories/unreviewed/2022/05/GHSA-hf9g-7cr4-wp8h/GHSA-hf9g-7cr4-wp8h.json index ecfb13892e7..fc8368a8f7e 100644 --- a/advisories/unreviewed/2022/05/GHSA-hf9g-7cr4-wp8h/GHSA-hf9g-7cr4-wp8h.json +++ b/advisories/unreviewed/2022/05/GHSA-hf9g-7cr4-wp8h/GHSA-hf9g-7cr4-wp8h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-hfhh-4mcm-rwm8/GHSA-hfhh-4mcm-rwm8.json b/advisories/unreviewed/2022/05/GHSA-hfhh-4mcm-rwm8/GHSA-hfhh-4mcm-rwm8.json index aa55ec84040..b9572d2d18f 100644 --- a/advisories/unreviewed/2022/05/GHSA-hfhh-4mcm-rwm8/GHSA-hfhh-4mcm-rwm8.json +++ b/advisories/unreviewed/2022/05/GHSA-hfhh-4mcm-rwm8/GHSA-hfhh-4mcm-rwm8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-hg7f-qqjp-2jp3/GHSA-hg7f-qqjp-2jp3.json b/advisories/unreviewed/2022/05/GHSA-hg7f-qqjp-2jp3/GHSA-hg7f-qqjp-2jp3.json index 506e8d6a169..0afb1cf1b5e 100644 --- a/advisories/unreviewed/2022/05/GHSA-hg7f-qqjp-2jp3/GHSA-hg7f-qqjp-2jp3.json +++ b/advisories/unreviewed/2022/05/GHSA-hg7f-qqjp-2jp3/GHSA-hg7f-qqjp-2jp3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-hghp-5cfp-7h8x/GHSA-hghp-5cfp-7h8x.json b/advisories/unreviewed/2022/05/GHSA-hghp-5cfp-7h8x/GHSA-hghp-5cfp-7h8x.json index e81b71b6854..83e9bced23a 100644 --- a/advisories/unreviewed/2022/05/GHSA-hghp-5cfp-7h8x/GHSA-hghp-5cfp-7h8x.json +++ b/advisories/unreviewed/2022/05/GHSA-hghp-5cfp-7h8x/GHSA-hghp-5cfp-7h8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-hhg2-f289-m44w/GHSA-hhg2-f289-m44w.json b/advisories/unreviewed/2022/05/GHSA-hhg2-f289-m44w/GHSA-hhg2-f289-m44w.json index 41d51b08dd2..2ead315b746 100644 --- a/advisories/unreviewed/2022/05/GHSA-hhg2-f289-m44w/GHSA-hhg2-f289-m44w.json +++ b/advisories/unreviewed/2022/05/GHSA-hhg2-f289-m44w/GHSA-hhg2-f289-m44w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-hj39-q7cj-vfhf/GHSA-hj39-q7cj-vfhf.json b/advisories/unreviewed/2022/05/GHSA-hj39-q7cj-vfhf/GHSA-hj39-q7cj-vfhf.json index d4b09526775..75b0fb97b3c 100644 --- a/advisories/unreviewed/2022/05/GHSA-hj39-q7cj-vfhf/GHSA-hj39-q7cj-vfhf.json +++ b/advisories/unreviewed/2022/05/GHSA-hj39-q7cj-vfhf/GHSA-hj39-q7cj-vfhf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-hj92-8jcm-mv8x/GHSA-hj92-8jcm-mv8x.json b/advisories/unreviewed/2022/05/GHSA-hj92-8jcm-mv8x/GHSA-hj92-8jcm-mv8x.json index ffca983f856..2805870e830 100644 --- a/advisories/unreviewed/2022/05/GHSA-hj92-8jcm-mv8x/GHSA-hj92-8jcm-mv8x.json +++ b/advisories/unreviewed/2022/05/GHSA-hj92-8jcm-mv8x/GHSA-hj92-8jcm-mv8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-hj9x-fjf3-h23p/GHSA-hj9x-fjf3-h23p.json b/advisories/unreviewed/2022/05/GHSA-hj9x-fjf3-h23p/GHSA-hj9x-fjf3-h23p.json index 19718d5aedb..0c298f502ff 100644 --- a/advisories/unreviewed/2022/05/GHSA-hj9x-fjf3-h23p/GHSA-hj9x-fjf3-h23p.json +++ b/advisories/unreviewed/2022/05/GHSA-hj9x-fjf3-h23p/GHSA-hj9x-fjf3-h23p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-hjv6-rx46-p2h8/GHSA-hjv6-rx46-p2h8.json b/advisories/unreviewed/2022/05/GHSA-hjv6-rx46-p2h8/GHSA-hjv6-rx46-p2h8.json index 22530ef4133..3d208542c67 100644 --- a/advisories/unreviewed/2022/05/GHSA-hjv6-rx46-p2h8/GHSA-hjv6-rx46-p2h8.json +++ b/advisories/unreviewed/2022/05/GHSA-hjv6-rx46-p2h8/GHSA-hjv6-rx46-p2h8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-hm76-pcx8-wgrm/GHSA-hm76-pcx8-wgrm.json b/advisories/unreviewed/2022/05/GHSA-hm76-pcx8-wgrm/GHSA-hm76-pcx8-wgrm.json index 4bc16231a2d..610e87031ae 100644 --- a/advisories/unreviewed/2022/05/GHSA-hm76-pcx8-wgrm/GHSA-hm76-pcx8-wgrm.json +++ b/advisories/unreviewed/2022/05/GHSA-hm76-pcx8-wgrm/GHSA-hm76-pcx8-wgrm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-hm9g-gvc8-4qj5/GHSA-hm9g-gvc8-4qj5.json b/advisories/unreviewed/2022/05/GHSA-hm9g-gvc8-4qj5/GHSA-hm9g-gvc8-4qj5.json index a11d2471d71..e72accf9889 100644 --- a/advisories/unreviewed/2022/05/GHSA-hm9g-gvc8-4qj5/GHSA-hm9g-gvc8-4qj5.json +++ b/advisories/unreviewed/2022/05/GHSA-hm9g-gvc8-4qj5/GHSA-hm9g-gvc8-4qj5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-hmvr-fwh8-p62r/GHSA-hmvr-fwh8-p62r.json b/advisories/unreviewed/2022/05/GHSA-hmvr-fwh8-p62r/GHSA-hmvr-fwh8-p62r.json index e76e2bc7553..3fc1f1940f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmvr-fwh8-p62r/GHSA-hmvr-fwh8-p62r.json +++ b/advisories/unreviewed/2022/05/GHSA-hmvr-fwh8-p62r/GHSA-hmvr-fwh8-p62r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hphg-rxrq-8www/GHSA-hphg-rxrq-8www.json b/advisories/unreviewed/2022/05/GHSA-hphg-rxrq-8www/GHSA-hphg-rxrq-8www.json index d24de4a8548..599865d81db 100644 --- a/advisories/unreviewed/2022/05/GHSA-hphg-rxrq-8www/GHSA-hphg-rxrq-8www.json +++ b/advisories/unreviewed/2022/05/GHSA-hphg-rxrq-8www/GHSA-hphg-rxrq-8www.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-hpwc-q62m-hq9q/GHSA-hpwc-q62m-hq9q.json b/advisories/unreviewed/2022/05/GHSA-hpwc-q62m-hq9q/GHSA-hpwc-q62m-hq9q.json index 28db7ab2a4c..7ebaab09fa7 100644 --- a/advisories/unreviewed/2022/05/GHSA-hpwc-q62m-hq9q/GHSA-hpwc-q62m-hq9q.json +++ b/advisories/unreviewed/2022/05/GHSA-hpwc-q62m-hq9q/GHSA-hpwc-q62m-hq9q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-hr4v-v62c-6g7j/GHSA-hr4v-v62c-6g7j.json b/advisories/unreviewed/2022/05/GHSA-hr4v-v62c-6g7j/GHSA-hr4v-v62c-6g7j.json index 6d68a25ef06..8d0d8be3a23 100644 --- a/advisories/unreviewed/2022/05/GHSA-hr4v-v62c-6g7j/GHSA-hr4v-v62c-6g7j.json +++ b/advisories/unreviewed/2022/05/GHSA-hr4v-v62c-6g7j/GHSA-hr4v-v62c-6g7j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-hr7m-h86m-ppmr/GHSA-hr7m-h86m-ppmr.json b/advisories/unreviewed/2022/05/GHSA-hr7m-h86m-ppmr/GHSA-hr7m-h86m-ppmr.json index 4b8554c547c..6ebe85bdeca 100644 --- a/advisories/unreviewed/2022/05/GHSA-hr7m-h86m-ppmr/GHSA-hr7m-h86m-ppmr.json +++ b/advisories/unreviewed/2022/05/GHSA-hr7m-h86m-ppmr/GHSA-hr7m-h86m-ppmr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-hrrf-ww67-wf58/GHSA-hrrf-ww67-wf58.json b/advisories/unreviewed/2022/05/GHSA-hrrf-ww67-wf58/GHSA-hrrf-ww67-wf58.json index 50ab02abe9d..80c00e0826e 100644 --- a/advisories/unreviewed/2022/05/GHSA-hrrf-ww67-wf58/GHSA-hrrf-ww67-wf58.json +++ b/advisories/unreviewed/2022/05/GHSA-hrrf-ww67-wf58/GHSA-hrrf-ww67-wf58.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hrvr-8x4g-x94c/GHSA-hrvr-8x4g-x94c.json b/advisories/unreviewed/2022/05/GHSA-hrvr-8x4g-x94c/GHSA-hrvr-8x4g-x94c.json index 1800c3e832a..00fef80ca7f 100644 --- a/advisories/unreviewed/2022/05/GHSA-hrvr-8x4g-x94c/GHSA-hrvr-8x4g-x94c.json +++ b/advisories/unreviewed/2022/05/GHSA-hrvr-8x4g-x94c/GHSA-hrvr-8x4g-x94c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-hwmp-gw8p-wxw5/GHSA-hwmp-gw8p-wxw5.json b/advisories/unreviewed/2022/05/GHSA-hwmp-gw8p-wxw5/GHSA-hwmp-gw8p-wxw5.json index 986abf131f7..4c862c85ea2 100644 --- a/advisories/unreviewed/2022/05/GHSA-hwmp-gw8p-wxw5/GHSA-hwmp-gw8p-wxw5.json +++ b/advisories/unreviewed/2022/05/GHSA-hwmp-gw8p-wxw5/GHSA-hwmp-gw8p-wxw5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-hwq9-qrjf-rw7w/GHSA-hwq9-qrjf-rw7w.json b/advisories/unreviewed/2022/05/GHSA-hwq9-qrjf-rw7w/GHSA-hwq9-qrjf-rw7w.json index 67db9bcdb00..901a3fdbd2f 100644 --- a/advisories/unreviewed/2022/05/GHSA-hwq9-qrjf-rw7w/GHSA-hwq9-qrjf-rw7w.json +++ b/advisories/unreviewed/2022/05/GHSA-hwq9-qrjf-rw7w/GHSA-hwq9-qrjf-rw7w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j2h9-4h2f-9pqx/GHSA-j2h9-4h2f-9pqx.json b/advisories/unreviewed/2022/05/GHSA-j2h9-4h2f-9pqx/GHSA-j2h9-4h2f-9pqx.json index ee6e4f9ddbb..9d9d3790863 100644 --- a/advisories/unreviewed/2022/05/GHSA-j2h9-4h2f-9pqx/GHSA-j2h9-4h2f-9pqx.json +++ b/advisories/unreviewed/2022/05/GHSA-j2h9-4h2f-9pqx/GHSA-j2h9-4h2f-9pqx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-j343-hmxq-f9pg/GHSA-j343-hmxq-f9pg.json b/advisories/unreviewed/2022/05/GHSA-j343-hmxq-f9pg/GHSA-j343-hmxq-f9pg.json index 6e54350bf30..5c18d2ade1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-j343-hmxq-f9pg/GHSA-j343-hmxq-f9pg.json +++ b/advisories/unreviewed/2022/05/GHSA-j343-hmxq-f9pg/GHSA-j343-hmxq-f9pg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-j38m-c653-jf35/GHSA-j38m-c653-jf35.json b/advisories/unreviewed/2022/05/GHSA-j38m-c653-jf35/GHSA-j38m-c653-jf35.json index d66c85b5e04..d747b78f9c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-j38m-c653-jf35/GHSA-j38m-c653-jf35.json +++ b/advisories/unreviewed/2022/05/GHSA-j38m-c653-jf35/GHSA-j38m-c653-jf35.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -67,9 +65,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j3px-9mqv-rq22/GHSA-j3px-9mqv-rq22.json b/advisories/unreviewed/2022/05/GHSA-j3px-9mqv-rq22/GHSA-j3px-9mqv-rq22.json index c5a3ecdf6fb..e58b5e461f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3px-9mqv-rq22/GHSA-j3px-9mqv-rq22.json +++ b/advisories/unreviewed/2022/05/GHSA-j3px-9mqv-rq22/GHSA-j3px-9mqv-rq22.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-j44j-72m9-g4fp/GHSA-j44j-72m9-g4fp.json b/advisories/unreviewed/2022/05/GHSA-j44j-72m9-g4fp/GHSA-j44j-72m9-g4fp.json index 95e6cf7872b..c8ed304ac5f 100644 --- a/advisories/unreviewed/2022/05/GHSA-j44j-72m9-g4fp/GHSA-j44j-72m9-g4fp.json +++ b/advisories/unreviewed/2022/05/GHSA-j44j-72m9-g4fp/GHSA-j44j-72m9-g4fp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-j479-rcfp-64jg/GHSA-j479-rcfp-64jg.json b/advisories/unreviewed/2022/05/GHSA-j479-rcfp-64jg/GHSA-j479-rcfp-64jg.json index 141984d031f..50cf607cce4 100644 --- a/advisories/unreviewed/2022/05/GHSA-j479-rcfp-64jg/GHSA-j479-rcfp-64jg.json +++ b/advisories/unreviewed/2022/05/GHSA-j479-rcfp-64jg/GHSA-j479-rcfp-64jg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-j4hw-whrx-6w7f/GHSA-j4hw-whrx-6w7f.json b/advisories/unreviewed/2022/05/GHSA-j4hw-whrx-6w7f/GHSA-j4hw-whrx-6w7f.json index f2797ced4b0..7a59e401b7c 100644 --- a/advisories/unreviewed/2022/05/GHSA-j4hw-whrx-6w7f/GHSA-j4hw-whrx-6w7f.json +++ b/advisories/unreviewed/2022/05/GHSA-j4hw-whrx-6w7f/GHSA-j4hw-whrx-6w7f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-j4wv-r7mm-2q5g/GHSA-j4wv-r7mm-2q5g.json b/advisories/unreviewed/2022/05/GHSA-j4wv-r7mm-2q5g/GHSA-j4wv-r7mm-2q5g.json index df47161fe43..dbab5bfce29 100644 --- a/advisories/unreviewed/2022/05/GHSA-j4wv-r7mm-2q5g/GHSA-j4wv-r7mm-2q5g.json +++ b/advisories/unreviewed/2022/05/GHSA-j4wv-r7mm-2q5g/GHSA-j4wv-r7mm-2q5g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-j56v-9w7f-7jg3/GHSA-j56v-9w7f-7jg3.json b/advisories/unreviewed/2022/05/GHSA-j56v-9w7f-7jg3/GHSA-j56v-9w7f-7jg3.json index ddada77aba8..4573973c5ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-j56v-9w7f-7jg3/GHSA-j56v-9w7f-7jg3.json +++ b/advisories/unreviewed/2022/05/GHSA-j56v-9w7f-7jg3/GHSA-j56v-9w7f-7jg3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-j59g-53xm-7h2j/GHSA-j59g-53xm-7h2j.json b/advisories/unreviewed/2022/05/GHSA-j59g-53xm-7h2j/GHSA-j59g-53xm-7h2j.json index 98b6695859d..4511dbaffed 100644 --- a/advisories/unreviewed/2022/05/GHSA-j59g-53xm-7h2j/GHSA-j59g-53xm-7h2j.json +++ b/advisories/unreviewed/2022/05/GHSA-j59g-53xm-7h2j/GHSA-j59g-53xm-7h2j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-j5h2-3r9v-6fhh/GHSA-j5h2-3r9v-6fhh.json b/advisories/unreviewed/2022/05/GHSA-j5h2-3r9v-6fhh/GHSA-j5h2-3r9v-6fhh.json index bd59535310d..540ee6883fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-j5h2-3r9v-6fhh/GHSA-j5h2-3r9v-6fhh.json +++ b/advisories/unreviewed/2022/05/GHSA-j5h2-3r9v-6fhh/GHSA-j5h2-3r9v-6fhh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-j66r-8xm8-v4wh/GHSA-j66r-8xm8-v4wh.json b/advisories/unreviewed/2022/05/GHSA-j66r-8xm8-v4wh/GHSA-j66r-8xm8-v4wh.json index 45fe191539b..5fd0a190095 100644 --- a/advisories/unreviewed/2022/05/GHSA-j66r-8xm8-v4wh/GHSA-j66r-8xm8-v4wh.json +++ b/advisories/unreviewed/2022/05/GHSA-j66r-8xm8-v4wh/GHSA-j66r-8xm8-v4wh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-j6h7-3pc4-2m8j/GHSA-j6h7-3pc4-2m8j.json b/advisories/unreviewed/2022/05/GHSA-j6h7-3pc4-2m8j/GHSA-j6h7-3pc4-2m8j.json index 07b0b3580b5..2369314c005 100644 --- a/advisories/unreviewed/2022/05/GHSA-j6h7-3pc4-2m8j/GHSA-j6h7-3pc4-2m8j.json +++ b/advisories/unreviewed/2022/05/GHSA-j6h7-3pc4-2m8j/GHSA-j6h7-3pc4-2m8j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-j74m-28jp-478w/GHSA-j74m-28jp-478w.json b/advisories/unreviewed/2022/05/GHSA-j74m-28jp-478w/GHSA-j74m-28jp-478w.json index 41b5d048d1a..cea5b0f20e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-j74m-28jp-478w/GHSA-j74m-28jp-478w.json +++ b/advisories/unreviewed/2022/05/GHSA-j74m-28jp-478w/GHSA-j74m-28jp-478w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-j7c8-cjw7-m5fm/GHSA-j7c8-cjw7-m5fm.json b/advisories/unreviewed/2022/05/GHSA-j7c8-cjw7-m5fm/GHSA-j7c8-cjw7-m5fm.json index c0c6870f20e..f0460fa8bb4 100644 --- a/advisories/unreviewed/2022/05/GHSA-j7c8-cjw7-m5fm/GHSA-j7c8-cjw7-m5fm.json +++ b/advisories/unreviewed/2022/05/GHSA-j7c8-cjw7-m5fm/GHSA-j7c8-cjw7-m5fm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-j88x-cgm7-wgc7/GHSA-j88x-cgm7-wgc7.json b/advisories/unreviewed/2022/05/GHSA-j88x-cgm7-wgc7/GHSA-j88x-cgm7-wgc7.json index f3435b88fb8..16181b22bff 100644 --- a/advisories/unreviewed/2022/05/GHSA-j88x-cgm7-wgc7/GHSA-j88x-cgm7-wgc7.json +++ b/advisories/unreviewed/2022/05/GHSA-j88x-cgm7-wgc7/GHSA-j88x-cgm7-wgc7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-j8hq-225h-rwqf/GHSA-j8hq-225h-rwqf.json b/advisories/unreviewed/2022/05/GHSA-j8hq-225h-rwqf/GHSA-j8hq-225h-rwqf.json index 9dd9ef13ec2..cf765daa681 100644 --- a/advisories/unreviewed/2022/05/GHSA-j8hq-225h-rwqf/GHSA-j8hq-225h-rwqf.json +++ b/advisories/unreviewed/2022/05/GHSA-j8hq-225h-rwqf/GHSA-j8hq-225h-rwqf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:L" } ], - "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/05/GHSA-j8mx-86pp-hqpr/GHSA-j8mx-86pp-hqpr.json b/advisories/unreviewed/2022/05/GHSA-j8mx-86pp-hqpr/GHSA-j8mx-86pp-hqpr.json index dc3c372fd15..800b3e3f53a 100644 --- a/advisories/unreviewed/2022/05/GHSA-j8mx-86pp-hqpr/GHSA-j8mx-86pp-hqpr.json +++ b/advisories/unreviewed/2022/05/GHSA-j8mx-86pp-hqpr/GHSA-j8mx-86pp-hqpr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-jf5f-p34f-hp5p/GHSA-jf5f-p34f-hp5p.json b/advisories/unreviewed/2022/05/GHSA-jf5f-p34f-hp5p/GHSA-jf5f-p34f-hp5p.json index 2463233604b..3f7242a4d23 100644 --- a/advisories/unreviewed/2022/05/GHSA-jf5f-p34f-hp5p/GHSA-jf5f-p34f-hp5p.json +++ b/advisories/unreviewed/2022/05/GHSA-jf5f-p34f-hp5p/GHSA-jf5f-p34f-hp5p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-jgrg-hjm6-wj6m/GHSA-jgrg-hjm6-wj6m.json b/advisories/unreviewed/2022/05/GHSA-jgrg-hjm6-wj6m/GHSA-jgrg-hjm6-wj6m.json index 71b1d2f6e58..606f3663882 100644 --- a/advisories/unreviewed/2022/05/GHSA-jgrg-hjm6-wj6m/GHSA-jgrg-hjm6-wj6m.json +++ b/advisories/unreviewed/2022/05/GHSA-jgrg-hjm6-wj6m/GHSA-jgrg-hjm6-wj6m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-jh5j-w2c9-jcff/GHSA-jh5j-w2c9-jcff.json b/advisories/unreviewed/2022/05/GHSA-jh5j-w2c9-jcff/GHSA-jh5j-w2c9-jcff.json index ad0440a63fa..e599dd1a8fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-jh5j-w2c9-jcff/GHSA-jh5j-w2c9-jcff.json +++ b/advisories/unreviewed/2022/05/GHSA-jh5j-w2c9-jcff/GHSA-jh5j-w2c9-jcff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-jh83-263r-cm9q/GHSA-jh83-263r-cm9q.json b/advisories/unreviewed/2022/05/GHSA-jh83-263r-cm9q/GHSA-jh83-263r-cm9q.json index 93476f65e11..9f7df9662e6 100644 --- a/advisories/unreviewed/2022/05/GHSA-jh83-263r-cm9q/GHSA-jh83-263r-cm9q.json +++ b/advisories/unreviewed/2022/05/GHSA-jh83-263r-cm9q/GHSA-jh83-263r-cm9q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-jm5x-pfmc-wg8q/GHSA-jm5x-pfmc-wg8q.json b/advisories/unreviewed/2022/05/GHSA-jm5x-pfmc-wg8q/GHSA-jm5x-pfmc-wg8q.json index 8fb77843ad1..562af3628b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-jm5x-pfmc-wg8q/GHSA-jm5x-pfmc-wg8q.json +++ b/advisories/unreviewed/2022/05/GHSA-jm5x-pfmc-wg8q/GHSA-jm5x-pfmc-wg8q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-jm7r-r858-j5r6/GHSA-jm7r-r858-j5r6.json b/advisories/unreviewed/2022/05/GHSA-jm7r-r858-j5r6/GHSA-jm7r-r858-j5r6.json index 6c2355cbc96..2a1639da1df 100644 --- a/advisories/unreviewed/2022/05/GHSA-jm7r-r858-j5r6/GHSA-jm7r-r858-j5r6.json +++ b/advisories/unreviewed/2022/05/GHSA-jm7r-r858-j5r6/GHSA-jm7r-r858-j5r6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-jmv9-6789-c4gh/GHSA-jmv9-6789-c4gh.json b/advisories/unreviewed/2022/05/GHSA-jmv9-6789-c4gh/GHSA-jmv9-6789-c4gh.json index 73ca26737db..730d96c55d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-jmv9-6789-c4gh/GHSA-jmv9-6789-c4gh.json +++ b/advisories/unreviewed/2022/05/GHSA-jmv9-6789-c4gh/GHSA-jmv9-6789-c4gh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-jq3h-g8hj-7pmh/GHSA-jq3h-g8hj-7pmh.json b/advisories/unreviewed/2022/05/GHSA-jq3h-g8hj-7pmh/GHSA-jq3h-g8hj-7pmh.json index 17870a92e6f..b208a05952c 100644 --- a/advisories/unreviewed/2022/05/GHSA-jq3h-g8hj-7pmh/GHSA-jq3h-g8hj-7pmh.json +++ b/advisories/unreviewed/2022/05/GHSA-jq3h-g8hj-7pmh/GHSA-jq3h-g8hj-7pmh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-jq8r-c5mq-7jcx/GHSA-jq8r-c5mq-7jcx.json b/advisories/unreviewed/2022/05/GHSA-jq8r-c5mq-7jcx/GHSA-jq8r-c5mq-7jcx.json index aebcac11016..978886ca1a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-jq8r-c5mq-7jcx/GHSA-jq8r-c5mq-7jcx.json +++ b/advisories/unreviewed/2022/05/GHSA-jq8r-c5mq-7jcx/GHSA-jq8r-c5mq-7jcx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-jqw4-pgmr-wh95/GHSA-jqw4-pgmr-wh95.json b/advisories/unreviewed/2022/05/GHSA-jqw4-pgmr-wh95/GHSA-jqw4-pgmr-wh95.json index d2fed66049b..f1af38f8de9 100644 --- a/advisories/unreviewed/2022/05/GHSA-jqw4-pgmr-wh95/GHSA-jqw4-pgmr-wh95.json +++ b/advisories/unreviewed/2022/05/GHSA-jqw4-pgmr-wh95/GHSA-jqw4-pgmr-wh95.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-jr3x-5j37-8776/GHSA-jr3x-5j37-8776.json b/advisories/unreviewed/2022/05/GHSA-jr3x-5j37-8776/GHSA-jr3x-5j37-8776.json index 6850537e9cf..bbef0775351 100644 --- a/advisories/unreviewed/2022/05/GHSA-jr3x-5j37-8776/GHSA-jr3x-5j37-8776.json +++ b/advisories/unreviewed/2022/05/GHSA-jr3x-5j37-8776/GHSA-jr3x-5j37-8776.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-jr54-5c7x-45mx/GHSA-jr54-5c7x-45mx.json b/advisories/unreviewed/2022/05/GHSA-jr54-5c7x-45mx/GHSA-jr54-5c7x-45mx.json index 9f3186712e9..2a29483b8ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-jr54-5c7x-45mx/GHSA-jr54-5c7x-45mx.json +++ b/advisories/unreviewed/2022/05/GHSA-jr54-5c7x-45mx/GHSA-jr54-5c7x-45mx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-jr69-g4ch-x73f/GHSA-jr69-g4ch-x73f.json b/advisories/unreviewed/2022/05/GHSA-jr69-g4ch-x73f/GHSA-jr69-g4ch-x73f.json index 3fe1129fc35..2360d2223f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-jr69-g4ch-x73f/GHSA-jr69-g4ch-x73f.json +++ b/advisories/unreviewed/2022/05/GHSA-jr69-g4ch-x73f/GHSA-jr69-g4ch-x73f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-jwf9-5w8m-wgf7/GHSA-jwf9-5w8m-wgf7.json b/advisories/unreviewed/2022/05/GHSA-jwf9-5w8m-wgf7/GHSA-jwf9-5w8m-wgf7.json index 448e2eebaa5..448d8f3cf3e 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwf9-5w8m-wgf7/GHSA-jwf9-5w8m-wgf7.json +++ b/advisories/unreviewed/2022/05/GHSA-jwf9-5w8m-wgf7/GHSA-jwf9-5w8m-wgf7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-jwph-8hwh-5w78/GHSA-jwph-8hwh-5w78.json b/advisories/unreviewed/2022/05/GHSA-jwph-8hwh-5w78/GHSA-jwph-8hwh-5w78.json index df98ba0c376..75e17f5dcb3 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwph-8hwh-5w78/GHSA-jwph-8hwh-5w78.json +++ b/advisories/unreviewed/2022/05/GHSA-jwph-8hwh-5w78/GHSA-jwph-8hwh-5w78.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-jwv5-rv9v-wpxj/GHSA-jwv5-rv9v-wpxj.json b/advisories/unreviewed/2022/05/GHSA-jwv5-rv9v-wpxj/GHSA-jwv5-rv9v-wpxj.json index e7264f64a67..6a1ce44fb05 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwv5-rv9v-wpxj/GHSA-jwv5-rv9v-wpxj.json +++ b/advisories/unreviewed/2022/05/GHSA-jwv5-rv9v-wpxj/GHSA-jwv5-rv9v-wpxj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-jwxm-87h5-x3m3/GHSA-jwxm-87h5-x3m3.json b/advisories/unreviewed/2022/05/GHSA-jwxm-87h5-x3m3/GHSA-jwxm-87h5-x3m3.json index 41f4958a289..1c85f785402 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwxm-87h5-x3m3/GHSA-jwxm-87h5-x3m3.json +++ b/advisories/unreviewed/2022/05/GHSA-jwxm-87h5-x3m3/GHSA-jwxm-87h5-x3m3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-jxff-ff33-h6fp/GHSA-jxff-ff33-h6fp.json b/advisories/unreviewed/2022/05/GHSA-jxff-ff33-h6fp/GHSA-jxff-ff33-h6fp.json index 66dd5e70221..5c4c8ad823d 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxff-ff33-h6fp/GHSA-jxff-ff33-h6fp.json +++ b/advisories/unreviewed/2022/05/GHSA-jxff-ff33-h6fp/GHSA-jxff-ff33-h6fp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m22h-xr4x-3q2g/GHSA-m22h-xr4x-3q2g.json b/advisories/unreviewed/2022/05/GHSA-m22h-xr4x-3q2g/GHSA-m22h-xr4x-3q2g.json index b4ae9b73c68..c7aa8920d62 100644 --- a/advisories/unreviewed/2022/05/GHSA-m22h-xr4x-3q2g/GHSA-m22h-xr4x-3q2g.json +++ b/advisories/unreviewed/2022/05/GHSA-m22h-xr4x-3q2g/GHSA-m22h-xr4x-3q2g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m25q-x9xw-rjg7/GHSA-m25q-x9xw-rjg7.json b/advisories/unreviewed/2022/05/GHSA-m25q-x9xw-rjg7/GHSA-m25q-x9xw-rjg7.json index 822a0ef3a18..62cff444554 100644 --- a/advisories/unreviewed/2022/05/GHSA-m25q-x9xw-rjg7/GHSA-m25q-x9xw-rjg7.json +++ b/advisories/unreviewed/2022/05/GHSA-m25q-x9xw-rjg7/GHSA-m25q-x9xw-rjg7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m292-8fch-hxmg/GHSA-m292-8fch-hxmg.json b/advisories/unreviewed/2022/05/GHSA-m292-8fch-hxmg/GHSA-m292-8fch-hxmg.json index c48216966a1..a5cc08c188e 100644 --- a/advisories/unreviewed/2022/05/GHSA-m292-8fch-hxmg/GHSA-m292-8fch-hxmg.json +++ b/advisories/unreviewed/2022/05/GHSA-m292-8fch-hxmg/GHSA-m292-8fch-hxmg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m2r6-rffh-gjv3/GHSA-m2r6-rffh-gjv3.json b/advisories/unreviewed/2022/05/GHSA-m2r6-rffh-gjv3/GHSA-m2r6-rffh-gjv3.json index 26877d2eb4d..ef5247d23a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2r6-rffh-gjv3/GHSA-m2r6-rffh-gjv3.json +++ b/advisories/unreviewed/2022/05/GHSA-m2r6-rffh-gjv3/GHSA-m2r6-rffh-gjv3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-m2rj-fxq8-rx56/GHSA-m2rj-fxq8-rx56.json b/advisories/unreviewed/2022/05/GHSA-m2rj-fxq8-rx56/GHSA-m2rj-fxq8-rx56.json index d4294b3ae15..53d22bcb656 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2rj-fxq8-rx56/GHSA-m2rj-fxq8-rx56.json +++ b/advisories/unreviewed/2022/05/GHSA-m2rj-fxq8-rx56/GHSA-m2rj-fxq8-rx56.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m36c-h8q9-4qm5/GHSA-m36c-h8q9-4qm5.json b/advisories/unreviewed/2022/05/GHSA-m36c-h8q9-4qm5/GHSA-m36c-h8q9-4qm5.json index ae43fa31914..09771ce8615 100644 --- a/advisories/unreviewed/2022/05/GHSA-m36c-h8q9-4qm5/GHSA-m36c-h8q9-4qm5.json +++ b/advisories/unreviewed/2022/05/GHSA-m36c-h8q9-4qm5/GHSA-m36c-h8q9-4qm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m3fr-cj98-8xp9/GHSA-m3fr-cj98-8xp9.json b/advisories/unreviewed/2022/05/GHSA-m3fr-cj98-8xp9/GHSA-m3fr-cj98-8xp9.json index 05852a2e605..bd0c98b4197 100644 --- a/advisories/unreviewed/2022/05/GHSA-m3fr-cj98-8xp9/GHSA-m3fr-cj98-8xp9.json +++ b/advisories/unreviewed/2022/05/GHSA-m3fr-cj98-8xp9/GHSA-m3fr-cj98-8xp9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m44m-m7gc-h5p6/GHSA-m44m-m7gc-h5p6.json b/advisories/unreviewed/2022/05/GHSA-m44m-m7gc-h5p6/GHSA-m44m-m7gc-h5p6.json index 6a8ad21e160..7fe9b9c96ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-m44m-m7gc-h5p6/GHSA-m44m-m7gc-h5p6.json +++ b/advisories/unreviewed/2022/05/GHSA-m44m-m7gc-h5p6/GHSA-m44m-m7gc-h5p6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-m47g-cvwq-8hqm/GHSA-m47g-cvwq-8hqm.json b/advisories/unreviewed/2022/05/GHSA-m47g-cvwq-8hqm/GHSA-m47g-cvwq-8hqm.json index ec5a2102856..5a931521244 100644 --- a/advisories/unreviewed/2022/05/GHSA-m47g-cvwq-8hqm/GHSA-m47g-cvwq-8hqm.json +++ b/advisories/unreviewed/2022/05/GHSA-m47g-cvwq-8hqm/GHSA-m47g-cvwq-8hqm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-m48w-fvxv-5j3g/GHSA-m48w-fvxv-5j3g.json b/advisories/unreviewed/2022/05/GHSA-m48w-fvxv-5j3g/GHSA-m48w-fvxv-5j3g.json index 6f039dd8f22..f4386de5a17 100644 --- a/advisories/unreviewed/2022/05/GHSA-m48w-fvxv-5j3g/GHSA-m48w-fvxv-5j3g.json +++ b/advisories/unreviewed/2022/05/GHSA-m48w-fvxv-5j3g/GHSA-m48w-fvxv-5j3g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m4xf-6xm6-4p35/GHSA-m4xf-6xm6-4p35.json b/advisories/unreviewed/2022/05/GHSA-m4xf-6xm6-4p35/GHSA-m4xf-6xm6-4p35.json index f77adeb2ff3..63432754829 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4xf-6xm6-4p35/GHSA-m4xf-6xm6-4p35.json +++ b/advisories/unreviewed/2022/05/GHSA-m4xf-6xm6-4p35/GHSA-m4xf-6xm6-4p35.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m4xm-99v9-fcwr/GHSA-m4xm-99v9-fcwr.json b/advisories/unreviewed/2022/05/GHSA-m4xm-99v9-fcwr/GHSA-m4xm-99v9-fcwr.json index ae1518965d8..f88cbc557ee 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4xm-99v9-fcwr/GHSA-m4xm-99v9-fcwr.json +++ b/advisories/unreviewed/2022/05/GHSA-m4xm-99v9-fcwr/GHSA-m4xm-99v9-fcwr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m593-g9cm-c9fm/GHSA-m593-g9cm-c9fm.json b/advisories/unreviewed/2022/05/GHSA-m593-g9cm-c9fm/GHSA-m593-g9cm-c9fm.json index 905d02acd84..6add644e029 100644 --- a/advisories/unreviewed/2022/05/GHSA-m593-g9cm-c9fm/GHSA-m593-g9cm-c9fm.json +++ b/advisories/unreviewed/2022/05/GHSA-m593-g9cm-c9fm/GHSA-m593-g9cm-c9fm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m5rw-p4hx-pxvc/GHSA-m5rw-p4hx-pxvc.json b/advisories/unreviewed/2022/05/GHSA-m5rw-p4hx-pxvc/GHSA-m5rw-p4hx-pxvc.json index 80ba985afbb..6afb8f49425 100644 --- a/advisories/unreviewed/2022/05/GHSA-m5rw-p4hx-pxvc/GHSA-m5rw-p4hx-pxvc.json +++ b/advisories/unreviewed/2022/05/GHSA-m5rw-p4hx-pxvc/GHSA-m5rw-p4hx-pxvc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m659-qwf8-fv67/GHSA-m659-qwf8-fv67.json b/advisories/unreviewed/2022/05/GHSA-m659-qwf8-fv67/GHSA-m659-qwf8-fv67.json index 392e98a6450..121ad72436f 100644 --- a/advisories/unreviewed/2022/05/GHSA-m659-qwf8-fv67/GHSA-m659-qwf8-fv67.json +++ b/advisories/unreviewed/2022/05/GHSA-m659-qwf8-fv67/GHSA-m659-qwf8-fv67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m735-cmh6-hrcx/GHSA-m735-cmh6-hrcx.json b/advisories/unreviewed/2022/05/GHSA-m735-cmh6-hrcx/GHSA-m735-cmh6-hrcx.json index 2784804851a..749fc7d619f 100644 --- a/advisories/unreviewed/2022/05/GHSA-m735-cmh6-hrcx/GHSA-m735-cmh6-hrcx.json +++ b/advisories/unreviewed/2022/05/GHSA-m735-cmh6-hrcx/GHSA-m735-cmh6-hrcx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m7f9-w9g7-x6f7/GHSA-m7f9-w9g7-x6f7.json b/advisories/unreviewed/2022/05/GHSA-m7f9-w9g7-x6f7/GHSA-m7f9-w9g7-x6f7.json index b0e16e7c104..0e984782d37 100644 --- a/advisories/unreviewed/2022/05/GHSA-m7f9-w9g7-x6f7/GHSA-m7f9-w9g7-x6f7.json +++ b/advisories/unreviewed/2022/05/GHSA-m7f9-w9g7-x6f7/GHSA-m7f9-w9g7-x6f7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m7v5-9j38-86wr/GHSA-m7v5-9j38-86wr.json b/advisories/unreviewed/2022/05/GHSA-m7v5-9j38-86wr/GHSA-m7v5-9j38-86wr.json index 1911c0fe5f1..d398b8664cb 100644 --- a/advisories/unreviewed/2022/05/GHSA-m7v5-9j38-86wr/GHSA-m7v5-9j38-86wr.json +++ b/advisories/unreviewed/2022/05/GHSA-m7v5-9j38-86wr/GHSA-m7v5-9j38-86wr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "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/2022/05/GHSA-m895-c7p2-2453/GHSA-m895-c7p2-2453.json b/advisories/unreviewed/2022/05/GHSA-m895-c7p2-2453/GHSA-m895-c7p2-2453.json index 8ebf7388796..90552093ea4 100644 --- a/advisories/unreviewed/2022/05/GHSA-m895-c7p2-2453/GHSA-m895-c7p2-2453.json +++ b/advisories/unreviewed/2022/05/GHSA-m895-c7p2-2453/GHSA-m895-c7p2-2453.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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/05/GHSA-m8gx-4w6q-hf55/GHSA-m8gx-4w6q-hf55.json b/advisories/unreviewed/2022/05/GHSA-m8gx-4w6q-hf55/GHSA-m8gx-4w6q-hf55.json index f2accc89d10..d064cc09d3d 100644 --- a/advisories/unreviewed/2022/05/GHSA-m8gx-4w6q-hf55/GHSA-m8gx-4w6q-hf55.json +++ b/advisories/unreviewed/2022/05/GHSA-m8gx-4w6q-hf55/GHSA-m8gx-4w6q-hf55.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m8hm-wpc4-jj9x/GHSA-m8hm-wpc4-jj9x.json b/advisories/unreviewed/2022/05/GHSA-m8hm-wpc4-jj9x/GHSA-m8hm-wpc4-jj9x.json index 08a69f9885e..79da85f678b 100644 --- a/advisories/unreviewed/2022/05/GHSA-m8hm-wpc4-jj9x/GHSA-m8hm-wpc4-jj9x.json +++ b/advisories/unreviewed/2022/05/GHSA-m8hm-wpc4-jj9x/GHSA-m8hm-wpc4-jj9x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-m8mg-43rw-v68q/GHSA-m8mg-43rw-v68q.json b/advisories/unreviewed/2022/05/GHSA-m8mg-43rw-v68q/GHSA-m8mg-43rw-v68q.json index d2688c8b4c0..f9809d7f885 100644 --- a/advisories/unreviewed/2022/05/GHSA-m8mg-43rw-v68q/GHSA-m8mg-43rw-v68q.json +++ b/advisories/unreviewed/2022/05/GHSA-m8mg-43rw-v68q/GHSA-m8mg-43rw-v68q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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/05/GHSA-m8wh-qwmw-xcfq/GHSA-m8wh-qwmw-xcfq.json b/advisories/unreviewed/2022/05/GHSA-m8wh-qwmw-xcfq/GHSA-m8wh-qwmw-xcfq.json index 8bf01fd88ef..5e41dc58d2b 100644 --- a/advisories/unreviewed/2022/05/GHSA-m8wh-qwmw-xcfq/GHSA-m8wh-qwmw-xcfq.json +++ b/advisories/unreviewed/2022/05/GHSA-m8wh-qwmw-xcfq/GHSA-m8wh-qwmw-xcfq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/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/2022/05/GHSA-m976-2rv3-wxp2/GHSA-m976-2rv3-wxp2.json b/advisories/unreviewed/2022/05/GHSA-m976-2rv3-wxp2/GHSA-m976-2rv3-wxp2.json index 7578e188dee..ae51facce21 100644 --- a/advisories/unreviewed/2022/05/GHSA-m976-2rv3-wxp2/GHSA-m976-2rv3-wxp2.json +++ b/advisories/unreviewed/2022/05/GHSA-m976-2rv3-wxp2/GHSA-m976-2rv3-wxp2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-m9v8-fhhm-gqcc/GHSA-m9v8-fhhm-gqcc.json b/advisories/unreviewed/2022/05/GHSA-m9v8-fhhm-gqcc/GHSA-m9v8-fhhm-gqcc.json index bfa73d26e69..d78edb5755e 100644 --- a/advisories/unreviewed/2022/05/GHSA-m9v8-fhhm-gqcc/GHSA-m9v8-fhhm-gqcc.json +++ b/advisories/unreviewed/2022/05/GHSA-m9v8-fhhm-gqcc/GHSA-m9v8-fhhm-gqcc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mcg2-gcq9-c6xf/GHSA-mcg2-gcq9-c6xf.json b/advisories/unreviewed/2022/05/GHSA-mcg2-gcq9-c6xf/GHSA-mcg2-gcq9-c6xf.json index d57f26bcb8c..2d8521c8cfb 100644 --- a/advisories/unreviewed/2022/05/GHSA-mcg2-gcq9-c6xf/GHSA-mcg2-gcq9-c6xf.json +++ b/advisories/unreviewed/2022/05/GHSA-mcg2-gcq9-c6xf/GHSA-mcg2-gcq9-c6xf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mcv3-2mf5-f3wh/GHSA-mcv3-2mf5-f3wh.json b/advisories/unreviewed/2022/05/GHSA-mcv3-2mf5-f3wh/GHSA-mcv3-2mf5-f3wh.json index 937416a47be..9b7db85cd14 100644 --- a/advisories/unreviewed/2022/05/GHSA-mcv3-2mf5-f3wh/GHSA-mcv3-2mf5-f3wh.json +++ b/advisories/unreviewed/2022/05/GHSA-mcv3-2mf5-f3wh/GHSA-mcv3-2mf5-f3wh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mcv3-9xwj-px66/GHSA-mcv3-9xwj-px66.json b/advisories/unreviewed/2022/05/GHSA-mcv3-9xwj-px66/GHSA-mcv3-9xwj-px66.json index 51082cc6882..ea77296e76d 100644 --- a/advisories/unreviewed/2022/05/GHSA-mcv3-9xwj-px66/GHSA-mcv3-9xwj-px66.json +++ b/advisories/unreviewed/2022/05/GHSA-mcv3-9xwj-px66/GHSA-mcv3-9xwj-px66.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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/05/GHSA-mcwm-rp7p-mm3c/GHSA-mcwm-rp7p-mm3c.json b/advisories/unreviewed/2022/05/GHSA-mcwm-rp7p-mm3c/GHSA-mcwm-rp7p-mm3c.json index d99384fb12a..a6fa4be4bc9 100644 --- a/advisories/unreviewed/2022/05/GHSA-mcwm-rp7p-mm3c/GHSA-mcwm-rp7p-mm3c.json +++ b/advisories/unreviewed/2022/05/GHSA-mcwm-rp7p-mm3c/GHSA-mcwm-rp7p-mm3c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mf2h-394p-cq37/GHSA-mf2h-394p-cq37.json b/advisories/unreviewed/2022/05/GHSA-mf2h-394p-cq37/GHSA-mf2h-394p-cq37.json index a375981a628..7e54d3fcc3b 100644 --- a/advisories/unreviewed/2022/05/GHSA-mf2h-394p-cq37/GHSA-mf2h-394p-cq37.json +++ b/advisories/unreviewed/2022/05/GHSA-mf2h-394p-cq37/GHSA-mf2h-394p-cq37.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mfwc-pxgh-fj85/GHSA-mfwc-pxgh-fj85.json b/advisories/unreviewed/2022/05/GHSA-mfwc-pxgh-fj85/GHSA-mfwc-pxgh-fj85.json index 955033da52d..81976652082 100644 --- a/advisories/unreviewed/2022/05/GHSA-mfwc-pxgh-fj85/GHSA-mfwc-pxgh-fj85.json +++ b/advisories/unreviewed/2022/05/GHSA-mfwc-pxgh-fj85/GHSA-mfwc-pxgh-fj85.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mg9h-cq7r-cjfj/GHSA-mg9h-cq7r-cjfj.json b/advisories/unreviewed/2022/05/GHSA-mg9h-cq7r-cjfj/GHSA-mg9h-cq7r-cjfj.json index 82ca2d9aac9..f22c274b709 100644 --- a/advisories/unreviewed/2022/05/GHSA-mg9h-cq7r-cjfj/GHSA-mg9h-cq7r-cjfj.json +++ b/advisories/unreviewed/2022/05/GHSA-mg9h-cq7r-cjfj/GHSA-mg9h-cq7r-cjfj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mgx8-qf37-pr57/GHSA-mgx8-qf37-pr57.json b/advisories/unreviewed/2022/05/GHSA-mgx8-qf37-pr57/GHSA-mgx8-qf37-pr57.json index 005b2f100e2..7f0f582a258 100644 --- a/advisories/unreviewed/2022/05/GHSA-mgx8-qf37-pr57/GHSA-mgx8-qf37-pr57.json +++ b/advisories/unreviewed/2022/05/GHSA-mgx8-qf37-pr57/GHSA-mgx8-qf37-pr57.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mgxv-qmgp-qqf4/GHSA-mgxv-qmgp-qqf4.json b/advisories/unreviewed/2022/05/GHSA-mgxv-qmgp-qqf4/GHSA-mgxv-qmgp-qqf4.json index 47a030a7205..c68293448ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-mgxv-qmgp-qqf4/GHSA-mgxv-qmgp-qqf4.json +++ b/advisories/unreviewed/2022/05/GHSA-mgxv-qmgp-qqf4/GHSA-mgxv-qmgp-qqf4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mh4r-8qmm-p5vv/GHSA-mh4r-8qmm-p5vv.json b/advisories/unreviewed/2022/05/GHSA-mh4r-8qmm-p5vv/GHSA-mh4r-8qmm-p5vv.json index 0054c10d829..4c79c94e345 100644 --- a/advisories/unreviewed/2022/05/GHSA-mh4r-8qmm-p5vv/GHSA-mh4r-8qmm-p5vv.json +++ b/advisories/unreviewed/2022/05/GHSA-mh4r-8qmm-p5vv/GHSA-mh4r-8qmm-p5vv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mh68-r8rp-2j3j/GHSA-mh68-r8rp-2j3j.json b/advisories/unreviewed/2022/05/GHSA-mh68-r8rp-2j3j/GHSA-mh68-r8rp-2j3j.json index 44460867a9e..bc582c5d61c 100644 --- a/advisories/unreviewed/2022/05/GHSA-mh68-r8rp-2j3j/GHSA-mh68-r8rp-2j3j.json +++ b/advisories/unreviewed/2022/05/GHSA-mh68-r8rp-2j3j/GHSA-mh68-r8rp-2j3j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mhjc-hmmf-jc58/GHSA-mhjc-hmmf-jc58.json b/advisories/unreviewed/2022/05/GHSA-mhjc-hmmf-jc58/GHSA-mhjc-hmmf-jc58.json index a0be07097b1..92600cf45b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-mhjc-hmmf-jc58/GHSA-mhjc-hmmf-jc58.json +++ b/advisories/unreviewed/2022/05/GHSA-mhjc-hmmf-jc58/GHSA-mhjc-hmmf-jc58.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mj8f-mxwr-xvp3/GHSA-mj8f-mxwr-xvp3.json b/advisories/unreviewed/2022/05/GHSA-mj8f-mxwr-xvp3/GHSA-mj8f-mxwr-xvp3.json index abbe53ab6b1..c0234e58ed2 100644 --- a/advisories/unreviewed/2022/05/GHSA-mj8f-mxwr-xvp3/GHSA-mj8f-mxwr-xvp3.json +++ b/advisories/unreviewed/2022/05/GHSA-mj8f-mxwr-xvp3/GHSA-mj8f-mxwr-xvp3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N" } ], - "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/2022/05/GHSA-mjvp-pgrg-jw5h/GHSA-mjvp-pgrg-jw5h.json b/advisories/unreviewed/2022/05/GHSA-mjvp-pgrg-jw5h/GHSA-mjvp-pgrg-jw5h.json index c6cf923e8b2..91d58de6a4b 100644 --- a/advisories/unreviewed/2022/05/GHSA-mjvp-pgrg-jw5h/GHSA-mjvp-pgrg-jw5h.json +++ b/advisories/unreviewed/2022/05/GHSA-mjvp-pgrg-jw5h/GHSA-mjvp-pgrg-jw5h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mmfw-8c89-fjj3/GHSA-mmfw-8c89-fjj3.json b/advisories/unreviewed/2022/05/GHSA-mmfw-8c89-fjj3/GHSA-mmfw-8c89-fjj3.json index c0fa3755420..96036b1a0e6 100644 --- a/advisories/unreviewed/2022/05/GHSA-mmfw-8c89-fjj3/GHSA-mmfw-8c89-fjj3.json +++ b/advisories/unreviewed/2022/05/GHSA-mmfw-8c89-fjj3/GHSA-mmfw-8c89-fjj3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-mmmp-h884-rf2f/GHSA-mmmp-h884-rf2f.json b/advisories/unreviewed/2022/05/GHSA-mmmp-h884-rf2f/GHSA-mmmp-h884-rf2f.json index dce5b7dd08c..fe3df674dd9 100644 --- a/advisories/unreviewed/2022/05/GHSA-mmmp-h884-rf2f/GHSA-mmmp-h884-rf2f.json +++ b/advisories/unreviewed/2022/05/GHSA-mmmp-h884-rf2f/GHSA-mmmp-h884-rf2f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/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/2022/05/GHSA-mmph-rg95-j757/GHSA-mmph-rg95-j757.json b/advisories/unreviewed/2022/05/GHSA-mmph-rg95-j757/GHSA-mmph-rg95-j757.json index 11c0114c3c1..4d6e4e2070d 100644 --- a/advisories/unreviewed/2022/05/GHSA-mmph-rg95-j757/GHSA-mmph-rg95-j757.json +++ b/advisories/unreviewed/2022/05/GHSA-mmph-rg95-j757/GHSA-mmph-rg95-j757.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mmrj-hw4g-j8hv/GHSA-mmrj-hw4g-j8hv.json b/advisories/unreviewed/2022/05/GHSA-mmrj-hw4g-j8hv/GHSA-mmrj-hw4g-j8hv.json index 0b28a090181..8a0931921f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-mmrj-hw4g-j8hv/GHSA-mmrj-hw4g-j8hv.json +++ b/advisories/unreviewed/2022/05/GHSA-mmrj-hw4g-j8hv/GHSA-mmrj-hw4g-j8hv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mpcp-f66m-rf47/GHSA-mpcp-f66m-rf47.json b/advisories/unreviewed/2022/05/GHSA-mpcp-f66m-rf47/GHSA-mpcp-f66m-rf47.json index 7960f0ccc66..349b217bd28 100644 --- a/advisories/unreviewed/2022/05/GHSA-mpcp-f66m-rf47/GHSA-mpcp-f66m-rf47.json +++ b/advisories/unreviewed/2022/05/GHSA-mpcp-f66m-rf47/GHSA-mpcp-f66m-rf47.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-mphr-mvhq-p32f/GHSA-mphr-mvhq-p32f.json b/advisories/unreviewed/2022/05/GHSA-mphr-mvhq-p32f/GHSA-mphr-mvhq-p32f.json index e37436e4886..bc9e91f1bbc 100644 --- a/advisories/unreviewed/2022/05/GHSA-mphr-mvhq-p32f/GHSA-mphr-mvhq-p32f.json +++ b/advisories/unreviewed/2022/05/GHSA-mphr-mvhq-p32f/GHSA-mphr-mvhq-p32f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -79,9 +77,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mprx-59c7-j4fv/GHSA-mprx-59c7-j4fv.json b/advisories/unreviewed/2022/05/GHSA-mprx-59c7-j4fv/GHSA-mprx-59c7-j4fv.json index 8316e1145ca..f74eac1b6c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-mprx-59c7-j4fv/GHSA-mprx-59c7-j4fv.json +++ b/advisories/unreviewed/2022/05/GHSA-mprx-59c7-j4fv/GHSA-mprx-59c7-j4fv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mpwr-mcf8-j693/GHSA-mpwr-mcf8-j693.json b/advisories/unreviewed/2022/05/GHSA-mpwr-mcf8-j693/GHSA-mpwr-mcf8-j693.json index 4ceda11e45a..bfe68d0aef6 100644 --- a/advisories/unreviewed/2022/05/GHSA-mpwr-mcf8-j693/GHSA-mpwr-mcf8-j693.json +++ b/advisories/unreviewed/2022/05/GHSA-mpwr-mcf8-j693/GHSA-mpwr-mcf8-j693.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mqh7-rv73-g7gg/GHSA-mqh7-rv73-g7gg.json b/advisories/unreviewed/2022/05/GHSA-mqh7-rv73-g7gg/GHSA-mqh7-rv73-g7gg.json index f831123bcc3..44884acc2ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-mqh7-rv73-g7gg/GHSA-mqh7-rv73-g7gg.json +++ b/advisories/unreviewed/2022/05/GHSA-mqh7-rv73-g7gg/GHSA-mqh7-rv73-g7gg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mqw9-r5hh-fpjr/GHSA-mqw9-r5hh-fpjr.json b/advisories/unreviewed/2022/05/GHSA-mqw9-r5hh-fpjr/GHSA-mqw9-r5hh-fpjr.json index c855a77ffac..000f94c6ccc 100644 --- a/advisories/unreviewed/2022/05/GHSA-mqw9-r5hh-fpjr/GHSA-mqw9-r5hh-fpjr.json +++ b/advisories/unreviewed/2022/05/GHSA-mqw9-r5hh-fpjr/GHSA-mqw9-r5hh-fpjr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mvp7-6w38-76fr/GHSA-mvp7-6w38-76fr.json b/advisories/unreviewed/2022/05/GHSA-mvp7-6w38-76fr/GHSA-mvp7-6w38-76fr.json index 398f99a688f..b7fd0e164d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-mvp7-6w38-76fr/GHSA-mvp7-6w38-76fr.json +++ b/advisories/unreviewed/2022/05/GHSA-mvp7-6w38-76fr/GHSA-mvp7-6w38-76fr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-mvxp-973j-8w5f/GHSA-mvxp-973j-8w5f.json b/advisories/unreviewed/2022/05/GHSA-mvxp-973j-8w5f/GHSA-mvxp-973j-8w5f.json index e57462497b7..3ff8b667428 100644 --- a/advisories/unreviewed/2022/05/GHSA-mvxp-973j-8w5f/GHSA-mvxp-973j-8w5f.json +++ b/advisories/unreviewed/2022/05/GHSA-mvxp-973j-8w5f/GHSA-mvxp-973j-8w5f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mxfj-x685-fxwf/GHSA-mxfj-x685-fxwf.json b/advisories/unreviewed/2022/05/GHSA-mxfj-x685-fxwf/GHSA-mxfj-x685-fxwf.json index f6440239296..3f0a1707429 100644 --- a/advisories/unreviewed/2022/05/GHSA-mxfj-x685-fxwf/GHSA-mxfj-x685-fxwf.json +++ b/advisories/unreviewed/2022/05/GHSA-mxfj-x685-fxwf/GHSA-mxfj-x685-fxwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-mxhr-3xg4-5hx7/GHSA-mxhr-3xg4-5hx7.json b/advisories/unreviewed/2022/05/GHSA-mxhr-3xg4-5hx7/GHSA-mxhr-3xg4-5hx7.json index be6a76401ba..ae6e3ce78f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-mxhr-3xg4-5hx7/GHSA-mxhr-3xg4-5hx7.json +++ b/advisories/unreviewed/2022/05/GHSA-mxhr-3xg4-5hx7/GHSA-mxhr-3xg4-5hx7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-mxx2-f369-58rq/GHSA-mxx2-f369-58rq.json b/advisories/unreviewed/2022/05/GHSA-mxx2-f369-58rq/GHSA-mxx2-f369-58rq.json index 7c30b33d6d7..14c09c953ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-mxx2-f369-58rq/GHSA-mxx2-f369-58rq.json +++ b/advisories/unreviewed/2022/05/GHSA-mxx2-f369-58rq/GHSA-mxx2-f369-58rq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-p23x-hc9c-jfq6/GHSA-p23x-hc9c-jfq6.json b/advisories/unreviewed/2022/05/GHSA-p23x-hc9c-jfq6/GHSA-p23x-hc9c-jfq6.json index 882452ac889..1353d916d40 100644 --- a/advisories/unreviewed/2022/05/GHSA-p23x-hc9c-jfq6/GHSA-p23x-hc9c-jfq6.json +++ b/advisories/unreviewed/2022/05/GHSA-p23x-hc9c-jfq6/GHSA-p23x-hc9c-jfq6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p2qv-qx7w-3g4p/GHSA-p2qv-qx7w-3g4p.json b/advisories/unreviewed/2022/05/GHSA-p2qv-qx7w-3g4p/GHSA-p2qv-qx7w-3g4p.json index 38cbad58ca5..61996b88a09 100644 --- a/advisories/unreviewed/2022/05/GHSA-p2qv-qx7w-3g4p/GHSA-p2qv-qx7w-3g4p.json +++ b/advisories/unreviewed/2022/05/GHSA-p2qv-qx7w-3g4p/GHSA-p2qv-qx7w-3g4p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-p2wj-vrph-269r/GHSA-p2wj-vrph-269r.json b/advisories/unreviewed/2022/05/GHSA-p2wj-vrph-269r/GHSA-p2wj-vrph-269r.json index 95f5cf8868e..4be2ca4803d 100644 --- a/advisories/unreviewed/2022/05/GHSA-p2wj-vrph-269r/GHSA-p2wj-vrph-269r.json +++ b/advisories/unreviewed/2022/05/GHSA-p2wj-vrph-269r/GHSA-p2wj-vrph-269r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-p323-9fff-ph5g/GHSA-p323-9fff-ph5g.json b/advisories/unreviewed/2022/05/GHSA-p323-9fff-ph5g/GHSA-p323-9fff-ph5g.json index f509e185f11..f0e1b758f9c 100644 --- a/advisories/unreviewed/2022/05/GHSA-p323-9fff-ph5g/GHSA-p323-9fff-ph5g.json +++ b/advisories/unreviewed/2022/05/GHSA-p323-9fff-ph5g/GHSA-p323-9fff-ph5g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N" } ], - "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/2022/05/GHSA-p3fh-25m3-42g7/GHSA-p3fh-25m3-42g7.json b/advisories/unreviewed/2022/05/GHSA-p3fh-25m3-42g7/GHSA-p3fh-25m3-42g7.json index 250e8b67bd3..94940cb0912 100644 --- a/advisories/unreviewed/2022/05/GHSA-p3fh-25m3-42g7/GHSA-p3fh-25m3-42g7.json +++ b/advisories/unreviewed/2022/05/GHSA-p3fh-25m3-42g7/GHSA-p3fh-25m3-42g7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-p3gh-f487-9hxm/GHSA-p3gh-f487-9hxm.json b/advisories/unreviewed/2022/05/GHSA-p3gh-f487-9hxm/GHSA-p3gh-f487-9hxm.json index 19e101bb63d..7d9e36b44eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-p3gh-f487-9hxm/GHSA-p3gh-f487-9hxm.json +++ b/advisories/unreviewed/2022/05/GHSA-p3gh-f487-9hxm/GHSA-p3gh-f487-9hxm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-p3mh-hp36-p892/GHSA-p3mh-hp36-p892.json b/advisories/unreviewed/2022/05/GHSA-p3mh-hp36-p892/GHSA-p3mh-hp36-p892.json index 41e941608c9..4f8a8301f7d 100644 --- a/advisories/unreviewed/2022/05/GHSA-p3mh-hp36-p892/GHSA-p3mh-hp36-p892.json +++ b/advisories/unreviewed/2022/05/GHSA-p3mh-hp36-p892/GHSA-p3mh-hp36-p892.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-p3q3-q7x8-qcf4/GHSA-p3q3-q7x8-qcf4.json b/advisories/unreviewed/2022/05/GHSA-p3q3-q7x8-qcf4/GHSA-p3q3-q7x8-qcf4.json index e03ab93ddd9..e09dc861ea9 100644 --- a/advisories/unreviewed/2022/05/GHSA-p3q3-q7x8-qcf4/GHSA-p3q3-q7x8-qcf4.json +++ b/advisories/unreviewed/2022/05/GHSA-p3q3-q7x8-qcf4/GHSA-p3q3-q7x8-qcf4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-p44f-9m6f-62jr/GHSA-p44f-9m6f-62jr.json b/advisories/unreviewed/2022/05/GHSA-p44f-9m6f-62jr/GHSA-p44f-9m6f-62jr.json index d6e79830a37..0425fc14d76 100644 --- a/advisories/unreviewed/2022/05/GHSA-p44f-9m6f-62jr/GHSA-p44f-9m6f-62jr.json +++ b/advisories/unreviewed/2022/05/GHSA-p44f-9m6f-62jr/GHSA-p44f-9m6f-62jr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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/2022/05/GHSA-p4rv-q343-3g8h/GHSA-p4rv-q343-3g8h.json b/advisories/unreviewed/2022/05/GHSA-p4rv-q343-3g8h/GHSA-p4rv-q343-3g8h.json index 188b797aed1..160fd92e0fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-p4rv-q343-3g8h/GHSA-p4rv-q343-3g8h.json +++ b/advisories/unreviewed/2022/05/GHSA-p4rv-q343-3g8h/GHSA-p4rv-q343-3g8h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-p54x-fvh8-55xx/GHSA-p54x-fvh8-55xx.json b/advisories/unreviewed/2022/05/GHSA-p54x-fvh8-55xx/GHSA-p54x-fvh8-55xx.json index e158e45080b..63afce9f01e 100644 --- a/advisories/unreviewed/2022/05/GHSA-p54x-fvh8-55xx/GHSA-p54x-fvh8-55xx.json +++ b/advisories/unreviewed/2022/05/GHSA-p54x-fvh8-55xx/GHSA-p54x-fvh8-55xx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/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/2022/05/GHSA-p576-c9v5-5pvc/GHSA-p576-c9v5-5pvc.json b/advisories/unreviewed/2022/05/GHSA-p576-c9v5-5pvc/GHSA-p576-c9v5-5pvc.json index de9d6b34514..27e3d66988f 100644 --- a/advisories/unreviewed/2022/05/GHSA-p576-c9v5-5pvc/GHSA-p576-c9v5-5pvc.json +++ b/advisories/unreviewed/2022/05/GHSA-p576-c9v5-5pvc/GHSA-p576-c9v5-5pvc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-p5p8-x577-jqch/GHSA-p5p8-x577-jqch.json b/advisories/unreviewed/2022/05/GHSA-p5p8-x577-jqch/GHSA-p5p8-x577-jqch.json index 0a6056e4aa3..7c3685094f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-p5p8-x577-jqch/GHSA-p5p8-x577-jqch.json +++ b/advisories/unreviewed/2022/05/GHSA-p5p8-x577-jqch/GHSA-p5p8-x577-jqch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/2022/05/GHSA-p5qg-f497-xjpr/GHSA-p5qg-f497-xjpr.json b/advisories/unreviewed/2022/05/GHSA-p5qg-f497-xjpr/GHSA-p5qg-f497-xjpr.json index da767e8b62e..a7567be6f87 100644 --- a/advisories/unreviewed/2022/05/GHSA-p5qg-f497-xjpr/GHSA-p5qg-f497-xjpr.json +++ b/advisories/unreviewed/2022/05/GHSA-p5qg-f497-xjpr/GHSA-p5qg-f497-xjpr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/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/2022/05/GHSA-p7qg-ff7v-pq67/GHSA-p7qg-ff7v-pq67.json b/advisories/unreviewed/2022/05/GHSA-p7qg-ff7v-pq67/GHSA-p7qg-ff7v-pq67.json index 43007258e65..f15b4474036 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7qg-ff7v-pq67/GHSA-p7qg-ff7v-pq67.json +++ b/advisories/unreviewed/2022/05/GHSA-p7qg-ff7v-pq67/GHSA-p7qg-ff7v-pq67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-p838-m8cm-w2xf/GHSA-p838-m8cm-w2xf.json b/advisories/unreviewed/2022/05/GHSA-p838-m8cm-w2xf/GHSA-p838-m8cm-w2xf.json index a85e5b0aaff..9fde5666c10 100644 --- a/advisories/unreviewed/2022/05/GHSA-p838-m8cm-w2xf/GHSA-p838-m8cm-w2xf.json +++ b/advisories/unreviewed/2022/05/GHSA-p838-m8cm-w2xf/GHSA-p838-m8cm-w2xf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-p859-m696-xqv2/GHSA-p859-m696-xqv2.json b/advisories/unreviewed/2022/05/GHSA-p859-m696-xqv2/GHSA-p859-m696-xqv2.json index 8ce56702902..83c453d40d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-p859-m696-xqv2/GHSA-p859-m696-xqv2.json +++ b/advisories/unreviewed/2022/05/GHSA-p859-m696-xqv2/GHSA-p859-m696-xqv2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p89p-gprq-frv8/GHSA-p89p-gprq-frv8.json b/advisories/unreviewed/2022/05/GHSA-p89p-gprq-frv8/GHSA-p89p-gprq-frv8.json index e5200b1c2e0..f7f0a9f2085 100644 --- a/advisories/unreviewed/2022/05/GHSA-p89p-gprq-frv8/GHSA-p89p-gprq-frv8.json +++ b/advisories/unreviewed/2022/05/GHSA-p89p-gprq-frv8/GHSA-p89p-gprq-frv8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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/05/GHSA-p953-jh8v-pgvw/GHSA-p953-jh8v-pgvw.json b/advisories/unreviewed/2022/05/GHSA-p953-jh8v-pgvw/GHSA-p953-jh8v-pgvw.json index 54b3ed60e0f..1d1d67bbc4e 100644 --- a/advisories/unreviewed/2022/05/GHSA-p953-jh8v-pgvw/GHSA-p953-jh8v-pgvw.json +++ b/advisories/unreviewed/2022/05/GHSA-p953-jh8v-pgvw/GHSA-p953-jh8v-pgvw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-p9j6-rx65-x8qc/GHSA-p9j6-rx65-x8qc.json b/advisories/unreviewed/2022/05/GHSA-p9j6-rx65-x8qc/GHSA-p9j6-rx65-x8qc.json index cbe7560795f..9566371e2fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-p9j6-rx65-x8qc/GHSA-p9j6-rx65-x8qc.json +++ b/advisories/unreviewed/2022/05/GHSA-p9j6-rx65-x8qc/GHSA-p9j6-rx65-x8qc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "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/2022/05/GHSA-pcxr-329c-x9xj/GHSA-pcxr-329c-x9xj.json b/advisories/unreviewed/2022/05/GHSA-pcxr-329c-x9xj/GHSA-pcxr-329c-x9xj.json index fbdb646b768..c6a49ecbba9 100644 --- a/advisories/unreviewed/2022/05/GHSA-pcxr-329c-x9xj/GHSA-pcxr-329c-x9xj.json +++ b/advisories/unreviewed/2022/05/GHSA-pcxr-329c-x9xj/GHSA-pcxr-329c-x9xj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pfc3-fmmp-mxgw/GHSA-pfc3-fmmp-mxgw.json b/advisories/unreviewed/2022/05/GHSA-pfc3-fmmp-mxgw/GHSA-pfc3-fmmp-mxgw.json index 67969535994..0ae549c84a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-pfc3-fmmp-mxgw/GHSA-pfc3-fmmp-mxgw.json +++ b/advisories/unreviewed/2022/05/GHSA-pfc3-fmmp-mxgw/GHSA-pfc3-fmmp-mxgw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pg8g-xp9m-mx3p/GHSA-pg8g-xp9m-mx3p.json b/advisories/unreviewed/2022/05/GHSA-pg8g-xp9m-mx3p/GHSA-pg8g-xp9m-mx3p.json index dedac92a314..4b96ba0ca0d 100644 --- a/advisories/unreviewed/2022/05/GHSA-pg8g-xp9m-mx3p/GHSA-pg8g-xp9m-mx3p.json +++ b/advisories/unreviewed/2022/05/GHSA-pg8g-xp9m-mx3p/GHSA-pg8g-xp9m-mx3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/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/2022/05/GHSA-pggm-vq28-wx73/GHSA-pggm-vq28-wx73.json b/advisories/unreviewed/2022/05/GHSA-pggm-vq28-wx73/GHSA-pggm-vq28-wx73.json index 4a10bf56a91..55f556cdc72 100644 --- a/advisories/unreviewed/2022/05/GHSA-pggm-vq28-wx73/GHSA-pggm-vq28-wx73.json +++ b/advisories/unreviewed/2022/05/GHSA-pggm-vq28-wx73/GHSA-pggm-vq28-wx73.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-pghg-gc58-p2mh/GHSA-pghg-gc58-p2mh.json b/advisories/unreviewed/2022/05/GHSA-pghg-gc58-p2mh/GHSA-pghg-gc58-p2mh.json index 9122bc69b2b..bb5033f3542 100644 --- a/advisories/unreviewed/2022/05/GHSA-pghg-gc58-p2mh/GHSA-pghg-gc58-p2mh.json +++ b/advisories/unreviewed/2022/05/GHSA-pghg-gc58-p2mh/GHSA-pghg-gc58-p2mh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-ph55-44jx-xj8c/GHSA-ph55-44jx-xj8c.json b/advisories/unreviewed/2022/05/GHSA-ph55-44jx-xj8c/GHSA-ph55-44jx-xj8c.json index cdfc5e855ba..887698c9798 100644 --- a/advisories/unreviewed/2022/05/GHSA-ph55-44jx-xj8c/GHSA-ph55-44jx-xj8c.json +++ b/advisories/unreviewed/2022/05/GHSA-ph55-44jx-xj8c/GHSA-ph55-44jx-xj8c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-phf6-hrr5-cmjq/GHSA-phf6-hrr5-cmjq.json b/advisories/unreviewed/2022/05/GHSA-phf6-hrr5-cmjq/GHSA-phf6-hrr5-cmjq.json index 0c558b3e4e7..21a2ee126ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-phf6-hrr5-cmjq/GHSA-phf6-hrr5-cmjq.json +++ b/advisories/unreviewed/2022/05/GHSA-phf6-hrr5-cmjq/GHSA-phf6-hrr5-cmjq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-pm93-g4gf-j42f/GHSA-pm93-g4gf-j42f.json b/advisories/unreviewed/2022/05/GHSA-pm93-g4gf-j42f/GHSA-pm93-g4gf-j42f.json index b4108dd0ee3..661d7add6d3 100644 --- a/advisories/unreviewed/2022/05/GHSA-pm93-g4gf-j42f/GHSA-pm93-g4gf-j42f.json +++ b/advisories/unreviewed/2022/05/GHSA-pm93-g4gf-j42f/GHSA-pm93-g4gf-j42f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-pmjj-fc6g-g96r/GHSA-pmjj-fc6g-g96r.json b/advisories/unreviewed/2022/05/GHSA-pmjj-fc6g-g96r/GHSA-pmjj-fc6g-g96r.json index d5887640638..fb46acf3ee9 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmjj-fc6g-g96r/GHSA-pmjj-fc6g-g96r.json +++ b/advisories/unreviewed/2022/05/GHSA-pmjj-fc6g-g96r/GHSA-pmjj-fc6g-g96r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-pmm3-gvq5-3cw3/GHSA-pmm3-gvq5-3cw3.json b/advisories/unreviewed/2022/05/GHSA-pmm3-gvq5-3cw3/GHSA-pmm3-gvq5-3cw3.json index 1101c4fb33c..8b677d7103b 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmm3-gvq5-3cw3/GHSA-pmm3-gvq5-3cw3.json +++ b/advisories/unreviewed/2022/05/GHSA-pmm3-gvq5-3cw3/GHSA-pmm3-gvq5-3cw3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-pmpp-7jh8-v8hq/GHSA-pmpp-7jh8-v8hq.json b/advisories/unreviewed/2022/05/GHSA-pmpp-7jh8-v8hq/GHSA-pmpp-7jh8-v8hq.json index 3ff448aa606..15d753be509 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmpp-7jh8-v8hq/GHSA-pmpp-7jh8-v8hq.json +++ b/advisories/unreviewed/2022/05/GHSA-pmpp-7jh8-v8hq/GHSA-pmpp-7jh8-v8hq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-pp5v-ch72-95w4/GHSA-pp5v-ch72-95w4.json b/advisories/unreviewed/2022/05/GHSA-pp5v-ch72-95w4/GHSA-pp5v-ch72-95w4.json index 32960a6fcc1..146d01f4cc8 100644 --- a/advisories/unreviewed/2022/05/GHSA-pp5v-ch72-95w4/GHSA-pp5v-ch72-95w4.json +++ b/advisories/unreviewed/2022/05/GHSA-pp5v-ch72-95w4/GHSA-pp5v-ch72-95w4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-pp88-5vm8-r9cr/GHSA-pp88-5vm8-r9cr.json b/advisories/unreviewed/2022/05/GHSA-pp88-5vm8-r9cr/GHSA-pp88-5vm8-r9cr.json index 79a66fd3c5e..7c2b31bd2d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-pp88-5vm8-r9cr/GHSA-pp88-5vm8-r9cr.json +++ b/advisories/unreviewed/2022/05/GHSA-pp88-5vm8-r9cr/GHSA-pp88-5vm8-r9cr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-pprx-2p4p-r72p/GHSA-pprx-2p4p-r72p.json b/advisories/unreviewed/2022/05/GHSA-pprx-2p4p-r72p/GHSA-pprx-2p4p-r72p.json index 3f95a6e5b75..34760bef2ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-pprx-2p4p-r72p/GHSA-pprx-2p4p-r72p.json +++ b/advisories/unreviewed/2022/05/GHSA-pprx-2p4p-r72p/GHSA-pprx-2p4p-r72p.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/05/GHSA-pqph-5jcv-cwhp/GHSA-pqph-5jcv-cwhp.json b/advisories/unreviewed/2022/05/GHSA-pqph-5jcv-cwhp/GHSA-pqph-5jcv-cwhp.json index d63e9940cdd..47745c4f26b 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqph-5jcv-cwhp/GHSA-pqph-5jcv-cwhp.json +++ b/advisories/unreviewed/2022/05/GHSA-pqph-5jcv-cwhp/GHSA-pqph-5jcv-cwhp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-pqph-9h27-7w3m/GHSA-pqph-9h27-7w3m.json b/advisories/unreviewed/2022/05/GHSA-pqph-9h27-7w3m/GHSA-pqph-9h27-7w3m.json index d0e9d544798..ef192272330 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqph-9h27-7w3m/GHSA-pqph-9h27-7w3m.json +++ b/advisories/unreviewed/2022/05/GHSA-pqph-9h27-7w3m/GHSA-pqph-9h27-7w3m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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/05/GHSA-pqvw-c6xw-gpp5/GHSA-pqvw-c6xw-gpp5.json b/advisories/unreviewed/2022/05/GHSA-pqvw-c6xw-gpp5/GHSA-pqvw-c6xw-gpp5.json index e1b02ff6f02..eea03fc965c 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqvw-c6xw-gpp5/GHSA-pqvw-c6xw-gpp5.json +++ b/advisories/unreviewed/2022/05/GHSA-pqvw-c6xw-gpp5/GHSA-pqvw-c6xw-gpp5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-pqx7-vfw2-98vh/GHSA-pqx7-vfw2-98vh.json b/advisories/unreviewed/2022/05/GHSA-pqx7-vfw2-98vh/GHSA-pqx7-vfw2-98vh.json index 7992652f64a..b996a440c23 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqx7-vfw2-98vh/GHSA-pqx7-vfw2-98vh.json +++ b/advisories/unreviewed/2022/05/GHSA-pqx7-vfw2-98vh/GHSA-pqx7-vfw2-98vh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-prfm-chh2-jj5h/GHSA-prfm-chh2-jj5h.json b/advisories/unreviewed/2022/05/GHSA-prfm-chh2-jj5h/GHSA-prfm-chh2-jj5h.json index 3787e2d37c7..bf79f5dd871 100644 --- a/advisories/unreviewed/2022/05/GHSA-prfm-chh2-jj5h/GHSA-prfm-chh2-jj5h.json +++ b/advisories/unreviewed/2022/05/GHSA-prfm-chh2-jj5h/GHSA-prfm-chh2-jj5h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-prq8-gg7f-88gv/GHSA-prq8-gg7f-88gv.json b/advisories/unreviewed/2022/05/GHSA-prq8-gg7f-88gv/GHSA-prq8-gg7f-88gv.json index b906346e586..96359874c96 100644 --- a/advisories/unreviewed/2022/05/GHSA-prq8-gg7f-88gv/GHSA-prq8-gg7f-88gv.json +++ b/advisories/unreviewed/2022/05/GHSA-prq8-gg7f-88gv/GHSA-prq8-gg7f-88gv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-prx4-mj98-96qx/GHSA-prx4-mj98-96qx.json b/advisories/unreviewed/2022/05/GHSA-prx4-mj98-96qx/GHSA-prx4-mj98-96qx.json index 1f436df8218..ceb17f09016 100644 --- a/advisories/unreviewed/2022/05/GHSA-prx4-mj98-96qx/GHSA-prx4-mj98-96qx.json +++ b/advisories/unreviewed/2022/05/GHSA-prx4-mj98-96qx/GHSA-prx4-mj98-96qx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-pvhq-7xgc-xmjm/GHSA-pvhq-7xgc-xmjm.json b/advisories/unreviewed/2022/05/GHSA-pvhq-7xgc-xmjm/GHSA-pvhq-7xgc-xmjm.json index fa1c7855c02..edad023101d 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvhq-7xgc-xmjm/GHSA-pvhq-7xgc-xmjm.json +++ b/advisories/unreviewed/2022/05/GHSA-pvhq-7xgc-xmjm/GHSA-pvhq-7xgc-xmjm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-pvwr-rx22-jp4j/GHSA-pvwr-rx22-jp4j.json b/advisories/unreviewed/2022/05/GHSA-pvwr-rx22-jp4j/GHSA-pvwr-rx22-jp4j.json index 298262788b8..e593b093f60 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvwr-rx22-jp4j/GHSA-pvwr-rx22-jp4j.json +++ b/advisories/unreviewed/2022/05/GHSA-pvwr-rx22-jp4j/GHSA-pvwr-rx22-jp4j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-pw76-34wq-mpfr/GHSA-pw76-34wq-mpfr.json b/advisories/unreviewed/2022/05/GHSA-pw76-34wq-mpfr/GHSA-pw76-34wq-mpfr.json index ce177dc5b70..052f35da65a 100644 --- a/advisories/unreviewed/2022/05/GHSA-pw76-34wq-mpfr/GHSA-pw76-34wq-mpfr.json +++ b/advisories/unreviewed/2022/05/GHSA-pw76-34wq-mpfr/GHSA-pw76-34wq-mpfr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-pwvv-36jq-r4ph/GHSA-pwvv-36jq-r4ph.json b/advisories/unreviewed/2022/05/GHSA-pwvv-36jq-r4ph/GHSA-pwvv-36jq-r4ph.json index 51563d76347..3593fc9654e 100644 --- a/advisories/unreviewed/2022/05/GHSA-pwvv-36jq-r4ph/GHSA-pwvv-36jq-r4ph.json +++ b/advisories/unreviewed/2022/05/GHSA-pwvv-36jq-r4ph/GHSA-pwvv-36jq-r4ph.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-pwx2-pr73-v4p7/GHSA-pwx2-pr73-v4p7.json b/advisories/unreviewed/2022/05/GHSA-pwx2-pr73-v4p7/GHSA-pwx2-pr73-v4p7.json index 3501fbacf5c..2cbe16a4ee6 100644 --- a/advisories/unreviewed/2022/05/GHSA-pwx2-pr73-v4p7/GHSA-pwx2-pr73-v4p7.json +++ b/advisories/unreviewed/2022/05/GHSA-pwx2-pr73-v4p7/GHSA-pwx2-pr73-v4p7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-px7h-rmm3-7v95/GHSA-px7h-rmm3-7v95.json b/advisories/unreviewed/2022/05/GHSA-px7h-rmm3-7v95/GHSA-px7h-rmm3-7v95.json index caf38d44d83..6a631ce2f31 100644 --- a/advisories/unreviewed/2022/05/GHSA-px7h-rmm3-7v95/GHSA-px7h-rmm3-7v95.json +++ b/advisories/unreviewed/2022/05/GHSA-px7h-rmm3-7v95/GHSA-px7h-rmm3-7v95.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-pxh2-qm67-m77m/GHSA-pxh2-qm67-m77m.json b/advisories/unreviewed/2022/05/GHSA-pxh2-qm67-m77m/GHSA-pxh2-qm67-m77m.json index f706c221975..b0518b0079c 100644 --- a/advisories/unreviewed/2022/05/GHSA-pxh2-qm67-m77m/GHSA-pxh2-qm67-m77m.json +++ b/advisories/unreviewed/2022/05/GHSA-pxh2-qm67-m77m/GHSA-pxh2-qm67-m77m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/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/05/GHSA-pxx5-469h-xj5h/GHSA-pxx5-469h-xj5h.json b/advisories/unreviewed/2022/05/GHSA-pxx5-469h-xj5h/GHSA-pxx5-469h-xj5h.json index 43ba1d453b3..3aca814ec9d 100644 --- a/advisories/unreviewed/2022/05/GHSA-pxx5-469h-xj5h/GHSA-pxx5-469h-xj5h.json +++ b/advisories/unreviewed/2022/05/GHSA-pxx5-469h-xj5h/GHSA-pxx5-469h-xj5h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-q27x-cc7q-5vrg/GHSA-q27x-cc7q-5vrg.json b/advisories/unreviewed/2022/05/GHSA-q27x-cc7q-5vrg/GHSA-q27x-cc7q-5vrg.json index b43e8147854..bebe59e2d57 100644 --- a/advisories/unreviewed/2022/05/GHSA-q27x-cc7q-5vrg/GHSA-q27x-cc7q-5vrg.json +++ b/advisories/unreviewed/2022/05/GHSA-q27x-cc7q-5vrg/GHSA-q27x-cc7q-5vrg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-q2c8-4vmf-78h5/GHSA-q2c8-4vmf-78h5.json b/advisories/unreviewed/2022/05/GHSA-q2c8-4vmf-78h5/GHSA-q2c8-4vmf-78h5.json index e9dac50b649..65ef942811b 100644 --- a/advisories/unreviewed/2022/05/GHSA-q2c8-4vmf-78h5/GHSA-q2c8-4vmf-78h5.json +++ b/advisories/unreviewed/2022/05/GHSA-q2c8-4vmf-78h5/GHSA-q2c8-4vmf-78h5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/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": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q3q4-7rw2-rqpx/GHSA-q3q4-7rw2-rqpx.json b/advisories/unreviewed/2022/05/GHSA-q3q4-7rw2-rqpx/GHSA-q3q4-7rw2-rqpx.json index f5427a35deb..cb9c44579da 100644 --- a/advisories/unreviewed/2022/05/GHSA-q3q4-7rw2-rqpx/GHSA-q3q4-7rw2-rqpx.json +++ b/advisories/unreviewed/2022/05/GHSA-q3q4-7rw2-rqpx/GHSA-q3q4-7rw2-rqpx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-q47w-2gm2-g2h9/GHSA-q47w-2gm2-g2h9.json b/advisories/unreviewed/2022/05/GHSA-q47w-2gm2-g2h9/GHSA-q47w-2gm2-g2h9.json index 30c689787c1..5eacd32fa01 100644 --- a/advisories/unreviewed/2022/05/GHSA-q47w-2gm2-g2h9/GHSA-q47w-2gm2-g2h9.json +++ b/advisories/unreviewed/2022/05/GHSA-q47w-2gm2-g2h9/GHSA-q47w-2gm2-g2h9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-q4gh-5x2q-c7g5/GHSA-q4gh-5x2q-c7g5.json b/advisories/unreviewed/2022/05/GHSA-q4gh-5x2q-c7g5/GHSA-q4gh-5x2q-c7g5.json index b03a351385d..3f6500c67d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-q4gh-5x2q-c7g5/GHSA-q4gh-5x2q-c7g5.json +++ b/advisories/unreviewed/2022/05/GHSA-q4gh-5x2q-c7g5/GHSA-q4gh-5x2q-c7g5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-q4mq-9jgh-5qrx/GHSA-q4mq-9jgh-5qrx.json b/advisories/unreviewed/2022/05/GHSA-q4mq-9jgh-5qrx/GHSA-q4mq-9jgh-5qrx.json index 17714fea0ff..8c3006ca5d7 100644 --- a/advisories/unreviewed/2022/05/GHSA-q4mq-9jgh-5qrx/GHSA-q4mq-9jgh-5qrx.json +++ b/advisories/unreviewed/2022/05/GHSA-q4mq-9jgh-5qrx/GHSA-q4mq-9jgh-5qrx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-q4mw-9w8q-q3fp/GHSA-q4mw-9w8q-q3fp.json b/advisories/unreviewed/2022/05/GHSA-q4mw-9w8q-q3fp/GHSA-q4mw-9w8q-q3fp.json index de2512a1038..a6e32c1806c 100644 --- a/advisories/unreviewed/2022/05/GHSA-q4mw-9w8q-q3fp/GHSA-q4mw-9w8q-q3fp.json +++ b/advisories/unreviewed/2022/05/GHSA-q4mw-9w8q-q3fp/GHSA-q4mw-9w8q-q3fp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-q5jr-mfv3-qcw2/GHSA-q5jr-mfv3-qcw2.json b/advisories/unreviewed/2022/05/GHSA-q5jr-mfv3-qcw2/GHSA-q5jr-mfv3-qcw2.json index 3d1537042de..67cf700aeea 100644 --- a/advisories/unreviewed/2022/05/GHSA-q5jr-mfv3-qcw2/GHSA-q5jr-mfv3-qcw2.json +++ b/advisories/unreviewed/2022/05/GHSA-q5jr-mfv3-qcw2/GHSA-q5jr-mfv3-qcw2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-q6g9-cxvx-7pq9/GHSA-q6g9-cxvx-7pq9.json b/advisories/unreviewed/2022/05/GHSA-q6g9-cxvx-7pq9/GHSA-q6g9-cxvx-7pq9.json index 515dea1a45b..528ec5f3121 100644 --- a/advisories/unreviewed/2022/05/GHSA-q6g9-cxvx-7pq9/GHSA-q6g9-cxvx-7pq9.json +++ b/advisories/unreviewed/2022/05/GHSA-q6g9-cxvx-7pq9/GHSA-q6g9-cxvx-7pq9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q7pg-c8qp-g8w8/GHSA-q7pg-c8qp-g8w8.json b/advisories/unreviewed/2022/05/GHSA-q7pg-c8qp-g8w8/GHSA-q7pg-c8qp-g8w8.json index 8e52bda293b..d19b24342e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7pg-c8qp-g8w8/GHSA-q7pg-c8qp-g8w8.json +++ b/advisories/unreviewed/2022/05/GHSA-q7pg-c8qp-g8w8/GHSA-q7pg-c8qp-g8w8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-q822-4vp5-26qj/GHSA-q822-4vp5-26qj.json b/advisories/unreviewed/2022/05/GHSA-q822-4vp5-26qj/GHSA-q822-4vp5-26qj.json index 2596646b82e..78a5d4fd2b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-q822-4vp5-26qj/GHSA-q822-4vp5-26qj.json +++ b/advisories/unreviewed/2022/05/GHSA-q822-4vp5-26qj/GHSA-q822-4vp5-26qj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-q87g-v44q-g6rr/GHSA-q87g-v44q-g6rr.json b/advisories/unreviewed/2022/05/GHSA-q87g-v44q-g6rr/GHSA-q87g-v44q-g6rr.json index 91b32f047ca..293e3eb15f2 100644 --- a/advisories/unreviewed/2022/05/GHSA-q87g-v44q-g6rr/GHSA-q87g-v44q-g6rr.json +++ b/advisories/unreviewed/2022/05/GHSA-q87g-v44q-g6rr/GHSA-q87g-v44q-g6rr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/05/GHSA-q97w-rjph-j78j/GHSA-q97w-rjph-j78j.json b/advisories/unreviewed/2022/05/GHSA-q97w-rjph-j78j/GHSA-q97w-rjph-j78j.json index 5126d2e877a..8be4ce4ce78 100644 --- a/advisories/unreviewed/2022/05/GHSA-q97w-rjph-j78j/GHSA-q97w-rjph-j78j.json +++ b/advisories/unreviewed/2022/05/GHSA-q97w-rjph-j78j/GHSA-q97w-rjph-j78j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q9h3-7vcg-5m8m/GHSA-q9h3-7vcg-5m8m.json b/advisories/unreviewed/2022/05/GHSA-q9h3-7vcg-5m8m/GHSA-q9h3-7vcg-5m8m.json index 9b15bda56d3..090c986e877 100644 --- a/advisories/unreviewed/2022/05/GHSA-q9h3-7vcg-5m8m/GHSA-q9h3-7vcg-5m8m.json +++ b/advisories/unreviewed/2022/05/GHSA-q9h3-7vcg-5m8m/GHSA-q9h3-7vcg-5m8m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/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/2022/05/GHSA-qch8-r6w4-hrh4/GHSA-qch8-r6w4-hrh4.json b/advisories/unreviewed/2022/05/GHSA-qch8-r6w4-hrh4/GHSA-qch8-r6w4-hrh4.json index bc2f6daedd1..dc25cee9356 100644 --- a/advisories/unreviewed/2022/05/GHSA-qch8-r6w4-hrh4/GHSA-qch8-r6w4-hrh4.json +++ b/advisories/unreviewed/2022/05/GHSA-qch8-r6w4-hrh4/GHSA-qch8-r6w4-hrh4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-qchh-6285-3cqf/GHSA-qchh-6285-3cqf.json b/advisories/unreviewed/2022/05/GHSA-qchh-6285-3cqf/GHSA-qchh-6285-3cqf.json index 4efb25d4b8c..8e016d60a04 100644 --- a/advisories/unreviewed/2022/05/GHSA-qchh-6285-3cqf/GHSA-qchh-6285-3cqf.json +++ b/advisories/unreviewed/2022/05/GHSA-qchh-6285-3cqf/GHSA-qchh-6285-3cqf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-qg28-hqjm-95pc/GHSA-qg28-hqjm-95pc.json b/advisories/unreviewed/2022/05/GHSA-qg28-hqjm-95pc/GHSA-qg28-hqjm-95pc.json index 318e6afe659..274c9cbddaf 100644 --- a/advisories/unreviewed/2022/05/GHSA-qg28-hqjm-95pc/GHSA-qg28-hqjm-95pc.json +++ b/advisories/unreviewed/2022/05/GHSA-qg28-hqjm-95pc/GHSA-qg28-hqjm-95pc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-qg84-756f-j2hj/GHSA-qg84-756f-j2hj.json b/advisories/unreviewed/2022/05/GHSA-qg84-756f-j2hj/GHSA-qg84-756f-j2hj.json index 0b2a0d66693..ef009b03e96 100644 --- a/advisories/unreviewed/2022/05/GHSA-qg84-756f-j2hj/GHSA-qg84-756f-j2hj.json +++ b/advisories/unreviewed/2022/05/GHSA-qg84-756f-j2hj/GHSA-qg84-756f-j2hj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-qgmv-c6q2-fvh6/GHSA-qgmv-c6q2-fvh6.json b/advisories/unreviewed/2022/05/GHSA-qgmv-c6q2-fvh6/GHSA-qgmv-c6q2-fvh6.json index 54e25168711..7b7dc2b3d14 100644 --- a/advisories/unreviewed/2022/05/GHSA-qgmv-c6q2-fvh6/GHSA-qgmv-c6q2-fvh6.json +++ b/advisories/unreviewed/2022/05/GHSA-qgmv-c6q2-fvh6/GHSA-qgmv-c6q2-fvh6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-qgq6-2mq4-x4p2/GHSA-qgq6-2mq4-x4p2.json b/advisories/unreviewed/2022/05/GHSA-qgq6-2mq4-x4p2/GHSA-qgq6-2mq4-x4p2.json index e80f7d0bff6..c31bf164ca4 100644 --- a/advisories/unreviewed/2022/05/GHSA-qgq6-2mq4-x4p2/GHSA-qgq6-2mq4-x4p2.json +++ b/advisories/unreviewed/2022/05/GHSA-qgq6-2mq4-x4p2/GHSA-qgq6-2mq4-x4p2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-qhch-x5x8-7rrr/GHSA-qhch-x5x8-7rrr.json b/advisories/unreviewed/2022/05/GHSA-qhch-x5x8-7rrr/GHSA-qhch-x5x8-7rrr.json index 2076e052ec8..fe4ff95f01e 100644 --- a/advisories/unreviewed/2022/05/GHSA-qhch-x5x8-7rrr/GHSA-qhch-x5x8-7rrr.json +++ b/advisories/unreviewed/2022/05/GHSA-qhch-x5x8-7rrr/GHSA-qhch-x5x8-7rrr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-qhmx-5r65-gg8m/GHSA-qhmx-5r65-gg8m.json b/advisories/unreviewed/2022/05/GHSA-qhmx-5r65-gg8m/GHSA-qhmx-5r65-gg8m.json index 6d2f71c92b5..a6913c616bd 100644 --- a/advisories/unreviewed/2022/05/GHSA-qhmx-5r65-gg8m/GHSA-qhmx-5r65-gg8m.json +++ b/advisories/unreviewed/2022/05/GHSA-qhmx-5r65-gg8m/GHSA-qhmx-5r65-gg8m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-qhp2-j6w8-4x4q/GHSA-qhp2-j6w8-4x4q.json b/advisories/unreviewed/2022/05/GHSA-qhp2-j6w8-4x4q/GHSA-qhp2-j6w8-4x4q.json index 96185bbfbd2..3f4a30e3c8e 100644 --- a/advisories/unreviewed/2022/05/GHSA-qhp2-j6w8-4x4q/GHSA-qhp2-j6w8-4x4q.json +++ b/advisories/unreviewed/2022/05/GHSA-qhp2-j6w8-4x4q/GHSA-qhp2-j6w8-4x4q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-qj4f-cpwp-4pg8/GHSA-qj4f-cpwp-4pg8.json b/advisories/unreviewed/2022/05/GHSA-qj4f-cpwp-4pg8/GHSA-qj4f-cpwp-4pg8.json index d7129e9e2f1..c2298fc4fc2 100644 --- a/advisories/unreviewed/2022/05/GHSA-qj4f-cpwp-4pg8/GHSA-qj4f-cpwp-4pg8.json +++ b/advisories/unreviewed/2022/05/GHSA-qj4f-cpwp-4pg8/GHSA-qj4f-cpwp-4pg8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/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": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qjvx-g87m-78xp/GHSA-qjvx-g87m-78xp.json b/advisories/unreviewed/2022/05/GHSA-qjvx-g87m-78xp/GHSA-qjvx-g87m-78xp.json index 4a0d42704f3..63afe3ab222 100644 --- a/advisories/unreviewed/2022/05/GHSA-qjvx-g87m-78xp/GHSA-qjvx-g87m-78xp.json +++ b/advisories/unreviewed/2022/05/GHSA-qjvx-g87m-78xp/GHSA-qjvx-g87m-78xp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qjw9-g27w-ghh4/GHSA-qjw9-g27w-ghh4.json b/advisories/unreviewed/2022/05/GHSA-qjw9-g27w-ghh4/GHSA-qjw9-g27w-ghh4.json index 150da2ad4ae..4f0638db0a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-qjw9-g27w-ghh4/GHSA-qjw9-g27w-ghh4.json +++ b/advisories/unreviewed/2022/05/GHSA-qjw9-g27w-ghh4/GHSA-qjw9-g27w-ghh4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-qjxp-m387-j5jh/GHSA-qjxp-m387-j5jh.json b/advisories/unreviewed/2022/05/GHSA-qjxp-m387-j5jh/GHSA-qjxp-m387-j5jh.json index fa5f4f14556..458cf9d05a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-qjxp-m387-j5jh/GHSA-qjxp-m387-j5jh.json +++ b/advisories/unreviewed/2022/05/GHSA-qjxp-m387-j5jh/GHSA-qjxp-m387-j5jh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-qmfq-w4vr-f499/GHSA-qmfq-w4vr-f499.json b/advisories/unreviewed/2022/05/GHSA-qmfq-w4vr-f499/GHSA-qmfq-w4vr-f499.json index 058786e7662..5733dc06d7f 100644 --- a/advisories/unreviewed/2022/05/GHSA-qmfq-w4vr-f499/GHSA-qmfq-w4vr-f499.json +++ b/advisories/unreviewed/2022/05/GHSA-qmfq-w4vr-f499/GHSA-qmfq-w4vr-f499.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-qmp3-m8xr-7xgg/GHSA-qmp3-m8xr-7xgg.json b/advisories/unreviewed/2022/05/GHSA-qmp3-m8xr-7xgg/GHSA-qmp3-m8xr-7xgg.json index bbe7f40c644..113a4cabef5 100644 --- a/advisories/unreviewed/2022/05/GHSA-qmp3-m8xr-7xgg/GHSA-qmp3-m8xr-7xgg.json +++ b/advisories/unreviewed/2022/05/GHSA-qmp3-m8xr-7xgg/GHSA-qmp3-m8xr-7xgg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qrf5-72j9-529v/GHSA-qrf5-72j9-529v.json b/advisories/unreviewed/2022/05/GHSA-qrf5-72j9-529v/GHSA-qrf5-72j9-529v.json index 81636d2fb26..9b971042ca9 100644 --- a/advisories/unreviewed/2022/05/GHSA-qrf5-72j9-529v/GHSA-qrf5-72j9-529v.json +++ b/advisories/unreviewed/2022/05/GHSA-qrf5-72j9-529v/GHSA-qrf5-72j9-529v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-qwxp-946x-p86v/GHSA-qwxp-946x-p86v.json b/advisories/unreviewed/2022/05/GHSA-qwxp-946x-p86v/GHSA-qwxp-946x-p86v.json index 634453f69cd..36c5f8ee6fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwxp-946x-p86v/GHSA-qwxp-946x-p86v.json +++ b/advisories/unreviewed/2022/05/GHSA-qwxp-946x-p86v/GHSA-qwxp-946x-p86v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r26g-cq4c-wjvp/GHSA-r26g-cq4c-wjvp.json b/advisories/unreviewed/2022/05/GHSA-r26g-cq4c-wjvp/GHSA-r26g-cq4c-wjvp.json index fc32ec410b9..a1d03b6c70e 100644 --- a/advisories/unreviewed/2022/05/GHSA-r26g-cq4c-wjvp/GHSA-r26g-cq4c-wjvp.json +++ b/advisories/unreviewed/2022/05/GHSA-r26g-cq4c-wjvp/GHSA-r26g-cq4c-wjvp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-r2p6-r69j-mg9x/GHSA-r2p6-r69j-mg9x.json b/advisories/unreviewed/2022/05/GHSA-r2p6-r69j-mg9x/GHSA-r2p6-r69j-mg9x.json index a2cfd148694..f1664a65a80 100644 --- a/advisories/unreviewed/2022/05/GHSA-r2p6-r69j-mg9x/GHSA-r2p6-r69j-mg9x.json +++ b/advisories/unreviewed/2022/05/GHSA-r2p6-r69j-mg9x/GHSA-r2p6-r69j-mg9x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/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/2022/05/GHSA-r365-c863-wwvq/GHSA-r365-c863-wwvq.json b/advisories/unreviewed/2022/05/GHSA-r365-c863-wwvq/GHSA-r365-c863-wwvq.json index e60b70f9074..0d23db11cd1 100644 --- a/advisories/unreviewed/2022/05/GHSA-r365-c863-wwvq/GHSA-r365-c863-wwvq.json +++ b/advisories/unreviewed/2022/05/GHSA-r365-c863-wwvq/GHSA-r365-c863-wwvq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-r3m4-x4g8-pm2w/GHSA-r3m4-x4g8-pm2w.json b/advisories/unreviewed/2022/05/GHSA-r3m4-x4g8-pm2w/GHSA-r3m4-x4g8-pm2w.json index cf4556195bf..34e23e02ac3 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3m4-x4g8-pm2w/GHSA-r3m4-x4g8-pm2w.json +++ b/advisories/unreviewed/2022/05/GHSA-r3m4-x4g8-pm2w/GHSA-r3m4-x4g8-pm2w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-r3mj-frg5-cjxv/GHSA-r3mj-frg5-cjxv.json b/advisories/unreviewed/2022/05/GHSA-r3mj-frg5-cjxv/GHSA-r3mj-frg5-cjxv.json index a797a44a4e6..0401bc993ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3mj-frg5-cjxv/GHSA-r3mj-frg5-cjxv.json +++ b/advisories/unreviewed/2022/05/GHSA-r3mj-frg5-cjxv/GHSA-r3mj-frg5-cjxv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-r3qx-w5mm-cr27/GHSA-r3qx-w5mm-cr27.json b/advisories/unreviewed/2022/05/GHSA-r3qx-w5mm-cr27/GHSA-r3qx-w5mm-cr27.json index 9692687ba1e..0ebf4f120eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3qx-w5mm-cr27/GHSA-r3qx-w5mm-cr27.json +++ b/advisories/unreviewed/2022/05/GHSA-r3qx-w5mm-cr27/GHSA-r3qx-w5mm-cr27.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/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/2022/05/GHSA-r4qw-7cmh-wgff/GHSA-r4qw-7cmh-wgff.json b/advisories/unreviewed/2022/05/GHSA-r4qw-7cmh-wgff/GHSA-r4qw-7cmh-wgff.json index 92dff7867cf..aa51a0a8c10 100644 --- a/advisories/unreviewed/2022/05/GHSA-r4qw-7cmh-wgff/GHSA-r4qw-7cmh-wgff.json +++ b/advisories/unreviewed/2022/05/GHSA-r4qw-7cmh-wgff/GHSA-r4qw-7cmh-wgff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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/05/GHSA-r5r7-m3gc-3qc5/GHSA-r5r7-m3gc-3qc5.json b/advisories/unreviewed/2022/05/GHSA-r5r7-m3gc-3qc5/GHSA-r5r7-m3gc-3qc5.json index f2f155c6505..59b043d784d 100644 --- a/advisories/unreviewed/2022/05/GHSA-r5r7-m3gc-3qc5/GHSA-r5r7-m3gc-3qc5.json +++ b/advisories/unreviewed/2022/05/GHSA-r5r7-m3gc-3qc5/GHSA-r5r7-m3gc-3qc5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-r627-cr47-hvxp/GHSA-r627-cr47-hvxp.json b/advisories/unreviewed/2022/05/GHSA-r627-cr47-hvxp/GHSA-r627-cr47-hvxp.json index 8f627402232..ee3b195ab60 100644 --- a/advisories/unreviewed/2022/05/GHSA-r627-cr47-hvxp/GHSA-r627-cr47-hvxp.json +++ b/advisories/unreviewed/2022/05/GHSA-r627-cr47-hvxp/GHSA-r627-cr47-hvxp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-r65m-7c8w-3xmj/GHSA-r65m-7c8w-3xmj.json b/advisories/unreviewed/2022/05/GHSA-r65m-7c8w-3xmj/GHSA-r65m-7c8w-3xmj.json index e4c88feb772..c00bb518793 100644 --- a/advisories/unreviewed/2022/05/GHSA-r65m-7c8w-3xmj/GHSA-r65m-7c8w-3xmj.json +++ b/advisories/unreviewed/2022/05/GHSA-r65m-7c8w-3xmj/GHSA-r65m-7c8w-3xmj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-r699-cwmf-66rx/GHSA-r699-cwmf-66rx.json b/advisories/unreviewed/2022/05/GHSA-r699-cwmf-66rx/GHSA-r699-cwmf-66rx.json index 0035b38374b..342672689bd 100644 --- a/advisories/unreviewed/2022/05/GHSA-r699-cwmf-66rx/GHSA-r699-cwmf-66rx.json +++ b/advisories/unreviewed/2022/05/GHSA-r699-cwmf-66rx/GHSA-r699-cwmf-66rx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-r6mr-vq8c-8r65/GHSA-r6mr-vq8c-8r65.json b/advisories/unreviewed/2022/05/GHSA-r6mr-vq8c-8r65/GHSA-r6mr-vq8c-8r65.json index 1a0dc1eaadd..e15760fe435 100644 --- a/advisories/unreviewed/2022/05/GHSA-r6mr-vq8c-8r65/GHSA-r6mr-vq8c-8r65.json +++ b/advisories/unreviewed/2022/05/GHSA-r6mr-vq8c-8r65/GHSA-r6mr-vq8c-8r65.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-r72x-p2fr-4x87/GHSA-r72x-p2fr-4x87.json b/advisories/unreviewed/2022/05/GHSA-r72x-p2fr-4x87/GHSA-r72x-p2fr-4x87.json index 8f8077fb311..63936a0a5d7 100644 --- a/advisories/unreviewed/2022/05/GHSA-r72x-p2fr-4x87/GHSA-r72x-p2fr-4x87.json +++ b/advisories/unreviewed/2022/05/GHSA-r72x-p2fr-4x87/GHSA-r72x-p2fr-4x87.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-r76m-xf36-p7rr/GHSA-r76m-xf36-p7rr.json b/advisories/unreviewed/2022/05/GHSA-r76m-xf36-p7rr/GHSA-r76m-xf36-p7rr.json index f65bb04af1f..273b3ff052f 100644 --- a/advisories/unreviewed/2022/05/GHSA-r76m-xf36-p7rr/GHSA-r76m-xf36-p7rr.json +++ b/advisories/unreviewed/2022/05/GHSA-r76m-xf36-p7rr/GHSA-r76m-xf36-p7rr.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r79p-jp6r-p5pm/GHSA-r79p-jp6r-p5pm.json b/advisories/unreviewed/2022/05/GHSA-r79p-jp6r-p5pm/GHSA-r79p-jp6r-p5pm.json index 78393321c15..e2e44fcae64 100644 --- a/advisories/unreviewed/2022/05/GHSA-r79p-jp6r-p5pm/GHSA-r79p-jp6r-p5pm.json +++ b/advisories/unreviewed/2022/05/GHSA-r79p-jp6r-p5pm/GHSA-r79p-jp6r-p5pm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-r7c7-wwxg-74wm/GHSA-r7c7-wwxg-74wm.json b/advisories/unreviewed/2022/05/GHSA-r7c7-wwxg-74wm/GHSA-r7c7-wwxg-74wm.json index 3e593f52af4..7ddbdb55dae 100644 --- a/advisories/unreviewed/2022/05/GHSA-r7c7-wwxg-74wm/GHSA-r7c7-wwxg-74wm.json +++ b/advisories/unreviewed/2022/05/GHSA-r7c7-wwxg-74wm/GHSA-r7c7-wwxg-74wm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-r7gw-h9rp-22h2/GHSA-r7gw-h9rp-22h2.json b/advisories/unreviewed/2022/05/GHSA-r7gw-h9rp-22h2/GHSA-r7gw-h9rp-22h2.json index e88449b1934..e855f0d7ce7 100644 --- a/advisories/unreviewed/2022/05/GHSA-r7gw-h9rp-22h2/GHSA-r7gw-h9rp-22h2.json +++ b/advisories/unreviewed/2022/05/GHSA-r7gw-h9rp-22h2/GHSA-r7gw-h9rp-22h2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/2022/05/GHSA-r7wq-qq39-ch45/GHSA-r7wq-qq39-ch45.json b/advisories/unreviewed/2022/05/GHSA-r7wq-qq39-ch45/GHSA-r7wq-qq39-ch45.json index f82b9560007..d25b939cefb 100644 --- a/advisories/unreviewed/2022/05/GHSA-r7wq-qq39-ch45/GHSA-r7wq-qq39-ch45.json +++ b/advisories/unreviewed/2022/05/GHSA-r7wq-qq39-ch45/GHSA-r7wq-qq39-ch45.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r875-fjhf-w77w/GHSA-r875-fjhf-w77w.json b/advisories/unreviewed/2022/05/GHSA-r875-fjhf-w77w/GHSA-r875-fjhf-w77w.json index c0fb7facaba..057a3c559ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-r875-fjhf-w77w/GHSA-r875-fjhf-w77w.json +++ b/advisories/unreviewed/2022/05/GHSA-r875-fjhf-w77w/GHSA-r875-fjhf-w77w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-rc3h-7g22-5vgv/GHSA-rc3h-7g22-5vgv.json b/advisories/unreviewed/2022/05/GHSA-rc3h-7g22-5vgv/GHSA-rc3h-7g22-5vgv.json index 66f99ba3846..d9b2bbc4071 100644 --- a/advisories/unreviewed/2022/05/GHSA-rc3h-7g22-5vgv/GHSA-rc3h-7g22-5vgv.json +++ b/advisories/unreviewed/2022/05/GHSA-rc3h-7g22-5vgv/GHSA-rc3h-7g22-5vgv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-rf57-qx84-ccpf/GHSA-rf57-qx84-ccpf.json b/advisories/unreviewed/2022/05/GHSA-rf57-qx84-ccpf/GHSA-rf57-qx84-ccpf.json index 2cc47437f58..9909a23cc5c 100644 --- a/advisories/unreviewed/2022/05/GHSA-rf57-qx84-ccpf/GHSA-rf57-qx84-ccpf.json +++ b/advisories/unreviewed/2022/05/GHSA-rf57-qx84-ccpf/GHSA-rf57-qx84-ccpf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rfc6-gf47-27xv/GHSA-rfc6-gf47-27xv.json b/advisories/unreviewed/2022/05/GHSA-rfc6-gf47-27xv/GHSA-rfc6-gf47-27xv.json index e11fe364383..bd9d07d1127 100644 --- a/advisories/unreviewed/2022/05/GHSA-rfc6-gf47-27xv/GHSA-rfc6-gf47-27xv.json +++ b/advisories/unreviewed/2022/05/GHSA-rfc6-gf47-27xv/GHSA-rfc6-gf47-27xv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rfmj-2jh5-5gq4/GHSA-rfmj-2jh5-5gq4.json b/advisories/unreviewed/2022/05/GHSA-rfmj-2jh5-5gq4/GHSA-rfmj-2jh5-5gq4.json index 8428e67aca6..f5f9536a2bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-rfmj-2jh5-5gq4/GHSA-rfmj-2jh5-5gq4.json +++ b/advisories/unreviewed/2022/05/GHSA-rfmj-2jh5-5gq4/GHSA-rfmj-2jh5-5gq4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/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/05/GHSA-rghc-mp4x-94c7/GHSA-rghc-mp4x-94c7.json b/advisories/unreviewed/2022/05/GHSA-rghc-mp4x-94c7/GHSA-rghc-mp4x-94c7.json index 5d6e2cddf1c..d29e9f859ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-rghc-mp4x-94c7/GHSA-rghc-mp4x-94c7.json +++ b/advisories/unreviewed/2022/05/GHSA-rghc-mp4x-94c7/GHSA-rghc-mp4x-94c7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-rhx5-cpq6-6ccf/GHSA-rhx5-cpq6-6ccf.json b/advisories/unreviewed/2022/05/GHSA-rhx5-cpq6-6ccf/GHSA-rhx5-cpq6-6ccf.json index 2153fd4af02..c7376b96dff 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhx5-cpq6-6ccf/GHSA-rhx5-cpq6-6ccf.json +++ b/advisories/unreviewed/2022/05/GHSA-rhx5-cpq6-6ccf/GHSA-rhx5-cpq6-6ccf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-rjcp-5fmg-8753/GHSA-rjcp-5fmg-8753.json b/advisories/unreviewed/2022/05/GHSA-rjcp-5fmg-8753/GHSA-rjcp-5fmg-8753.json index 31978371eeb..0b00bc947a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-rjcp-5fmg-8753/GHSA-rjcp-5fmg-8753.json +++ b/advisories/unreviewed/2022/05/GHSA-rjcp-5fmg-8753/GHSA-rjcp-5fmg-8753.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-rm8x-95m5-47vh/GHSA-rm8x-95m5-47vh.json b/advisories/unreviewed/2022/05/GHSA-rm8x-95m5-47vh/GHSA-rm8x-95m5-47vh.json index a10cd23f7b0..835d88652b1 100644 --- a/advisories/unreviewed/2022/05/GHSA-rm8x-95m5-47vh/GHSA-rm8x-95m5-47vh.json +++ b/advisories/unreviewed/2022/05/GHSA-rm8x-95m5-47vh/GHSA-rm8x-95m5-47vh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-rm9g-jrcf-97v7/GHSA-rm9g-jrcf-97v7.json b/advisories/unreviewed/2022/05/GHSA-rm9g-jrcf-97v7/GHSA-rm9g-jrcf-97v7.json index ec0b784e966..edfa62aca4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-rm9g-jrcf-97v7/GHSA-rm9g-jrcf-97v7.json +++ b/advisories/unreviewed/2022/05/GHSA-rm9g-jrcf-97v7/GHSA-rm9g-jrcf-97v7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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/05/GHSA-rmx3-fc98-hh3f/GHSA-rmx3-fc98-hh3f.json b/advisories/unreviewed/2022/05/GHSA-rmx3-fc98-hh3f/GHSA-rmx3-fc98-hh3f.json index c7dbd4eb086..78a679db2ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-rmx3-fc98-hh3f/GHSA-rmx3-fc98-hh3f.json +++ b/advisories/unreviewed/2022/05/GHSA-rmx3-fc98-hh3f/GHSA-rmx3-fc98-hh3f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-rp6h-h28q-45mq/GHSA-rp6h-h28q-45mq.json b/advisories/unreviewed/2022/05/GHSA-rp6h-h28q-45mq/GHSA-rp6h-h28q-45mq.json index 08a24a9fca5..9b2bec368bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-rp6h-h28q-45mq/GHSA-rp6h-h28q-45mq.json +++ b/advisories/unreviewed/2022/05/GHSA-rp6h-h28q-45mq/GHSA-rp6h-h28q-45mq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-rqw5-hv2q-9847/GHSA-rqw5-hv2q-9847.json b/advisories/unreviewed/2022/05/GHSA-rqw5-hv2q-9847/GHSA-rqw5-hv2q-9847.json index c828edb4e62..00accaa85bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-rqw5-hv2q-9847/GHSA-rqw5-hv2q-9847.json +++ b/advisories/unreviewed/2022/05/GHSA-rqw5-hv2q-9847/GHSA-rqw5-hv2q-9847.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-rr2v-hv85-27hv/GHSA-rr2v-hv85-27hv.json b/advisories/unreviewed/2022/05/GHSA-rr2v-hv85-27hv/GHSA-rr2v-hv85-27hv.json index 2125f4295b6..49f04ce4897 100644 --- a/advisories/unreviewed/2022/05/GHSA-rr2v-hv85-27hv/GHSA-rr2v-hv85-27hv.json +++ b/advisories/unreviewed/2022/05/GHSA-rr2v-hv85-27hv/GHSA-rr2v-hv85-27hv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/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/05/GHSA-rr63-xxh8-9rg3/GHSA-rr63-xxh8-9rg3.json b/advisories/unreviewed/2022/05/GHSA-rr63-xxh8-9rg3/GHSA-rr63-xxh8-9rg3.json index ba0b217e8c0..3acdf02b09e 100644 --- a/advisories/unreviewed/2022/05/GHSA-rr63-xxh8-9rg3/GHSA-rr63-xxh8-9rg3.json +++ b/advisories/unreviewed/2022/05/GHSA-rr63-xxh8-9rg3/GHSA-rr63-xxh8-9rg3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-rr82-jjmm-pjgj/GHSA-rr82-jjmm-pjgj.json b/advisories/unreviewed/2022/05/GHSA-rr82-jjmm-pjgj/GHSA-rr82-jjmm-pjgj.json index 423448b0abb..370b1f9ecb1 100644 --- a/advisories/unreviewed/2022/05/GHSA-rr82-jjmm-pjgj/GHSA-rr82-jjmm-pjgj.json +++ b/advisories/unreviewed/2022/05/GHSA-rr82-jjmm-pjgj/GHSA-rr82-jjmm-pjgj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-rrgc-pcqf-q2jw/GHSA-rrgc-pcqf-q2jw.json b/advisories/unreviewed/2022/05/GHSA-rrgc-pcqf-q2jw/GHSA-rrgc-pcqf-q2jw.json index aede0572006..6a97e9412ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-rrgc-pcqf-q2jw/GHSA-rrgc-pcqf-q2jw.json +++ b/advisories/unreviewed/2022/05/GHSA-rrgc-pcqf-q2jw/GHSA-rrgc-pcqf-q2jw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-rrjr-6vgw-frf9/GHSA-rrjr-6vgw-frf9.json b/advisories/unreviewed/2022/05/GHSA-rrjr-6vgw-frf9/GHSA-rrjr-6vgw-frf9.json index d70609ffa8e..5c330d3a6c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-rrjr-6vgw-frf9/GHSA-rrjr-6vgw-frf9.json +++ b/advisories/unreviewed/2022/05/GHSA-rrjr-6vgw-frf9/GHSA-rrjr-6vgw-frf9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-rxwh-wq59-wv5r/GHSA-rxwh-wq59-wv5r.json b/advisories/unreviewed/2022/05/GHSA-rxwh-wq59-wv5r/GHSA-rxwh-wq59-wv5r.json index 1f28bab80dc..fe1d196c06e 100644 --- a/advisories/unreviewed/2022/05/GHSA-rxwh-wq59-wv5r/GHSA-rxwh-wq59-wv5r.json +++ b/advisories/unreviewed/2022/05/GHSA-rxwh-wq59-wv5r/GHSA-rxwh-wq59-wv5r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v297-429x-xxgh/GHSA-v297-429x-xxgh.json b/advisories/unreviewed/2022/05/GHSA-v297-429x-xxgh/GHSA-v297-429x-xxgh.json index ac28e248301..78e16cf6da1 100644 --- a/advisories/unreviewed/2022/05/GHSA-v297-429x-xxgh/GHSA-v297-429x-xxgh.json +++ b/advisories/unreviewed/2022/05/GHSA-v297-429x-xxgh/GHSA-v297-429x-xxgh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-v39m-fc2p-hp53/GHSA-v39m-fc2p-hp53.json b/advisories/unreviewed/2022/05/GHSA-v39m-fc2p-hp53/GHSA-v39m-fc2p-hp53.json index 7f2a4c0e1b4..1bc5d389be4 100644 --- a/advisories/unreviewed/2022/05/GHSA-v39m-fc2p-hp53/GHSA-v39m-fc2p-hp53.json +++ b/advisories/unreviewed/2022/05/GHSA-v39m-fc2p-hp53/GHSA-v39m-fc2p-hp53.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-v538-h8wg-rjxf/GHSA-v538-h8wg-rjxf.json b/advisories/unreviewed/2022/05/GHSA-v538-h8wg-rjxf/GHSA-v538-h8wg-rjxf.json index ef49e9b0ead..27838a69067 100644 --- a/advisories/unreviewed/2022/05/GHSA-v538-h8wg-rjxf/GHSA-v538-h8wg-rjxf.json +++ b/advisories/unreviewed/2022/05/GHSA-v538-h8wg-rjxf/GHSA-v538-h8wg-rjxf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-v5w7-qq8j-4qfm/GHSA-v5w7-qq8j-4qfm.json b/advisories/unreviewed/2022/05/GHSA-v5w7-qq8j-4qfm/GHSA-v5w7-qq8j-4qfm.json index e89bfa5b1a6..a9add026e2c 100644 --- a/advisories/unreviewed/2022/05/GHSA-v5w7-qq8j-4qfm/GHSA-v5w7-qq8j-4qfm.json +++ b/advisories/unreviewed/2022/05/GHSA-v5w7-qq8j-4qfm/GHSA-v5w7-qq8j-4qfm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-v5ww-525c-p2g5/GHSA-v5ww-525c-p2g5.json b/advisories/unreviewed/2022/05/GHSA-v5ww-525c-p2g5/GHSA-v5ww-525c-p2g5.json index 3c441b19f7a..93e383e06f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-v5ww-525c-p2g5/GHSA-v5ww-525c-p2g5.json +++ b/advisories/unreviewed/2022/05/GHSA-v5ww-525c-p2g5/GHSA-v5ww-525c-p2g5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-v665-jf88-3m5x/GHSA-v665-jf88-3m5x.json b/advisories/unreviewed/2022/05/GHSA-v665-jf88-3m5x/GHSA-v665-jf88-3m5x.json index bf302c7b4f8..58dbb70729d 100644 --- a/advisories/unreviewed/2022/05/GHSA-v665-jf88-3m5x/GHSA-v665-jf88-3m5x.json +++ b/advisories/unreviewed/2022/05/GHSA-v665-jf88-3m5x/GHSA-v665-jf88-3m5x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v7px-2993-f5vr/GHSA-v7px-2993-f5vr.json b/advisories/unreviewed/2022/05/GHSA-v7px-2993-f5vr/GHSA-v7px-2993-f5vr.json index 4edb33d8a86..410c8d707b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-v7px-2993-f5vr/GHSA-v7px-2993-f5vr.json +++ b/advisories/unreviewed/2022/05/GHSA-v7px-2993-f5vr/GHSA-v7px-2993-f5vr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-v7xm-5488-frx3/GHSA-v7xm-5488-frx3.json b/advisories/unreviewed/2022/05/GHSA-v7xm-5488-frx3/GHSA-v7xm-5488-frx3.json index b8bc9a4ff42..9b078f85b33 100644 --- a/advisories/unreviewed/2022/05/GHSA-v7xm-5488-frx3/GHSA-v7xm-5488-frx3.json +++ b/advisories/unreviewed/2022/05/GHSA-v7xm-5488-frx3/GHSA-v7xm-5488-frx3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-v8jx-7m24-m4pm/GHSA-v8jx-7m24-m4pm.json b/advisories/unreviewed/2022/05/GHSA-v8jx-7m24-m4pm/GHSA-v8jx-7m24-m4pm.json index a5451114bf6..23152e80867 100644 --- a/advisories/unreviewed/2022/05/GHSA-v8jx-7m24-m4pm/GHSA-v8jx-7m24-m4pm.json +++ b/advisories/unreviewed/2022/05/GHSA-v8jx-7m24-m4pm/GHSA-v8jx-7m24-m4pm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-v8ph-ffvg-pwj3/GHSA-v8ph-ffvg-pwj3.json b/advisories/unreviewed/2022/05/GHSA-v8ph-ffvg-pwj3/GHSA-v8ph-ffvg-pwj3.json index 396c41324c6..4b34f8dc9ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-v8ph-ffvg-pwj3/GHSA-v8ph-ffvg-pwj3.json +++ b/advisories/unreviewed/2022/05/GHSA-v8ph-ffvg-pwj3/GHSA-v8ph-ffvg-pwj3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-v967-2wjc-q24c/GHSA-v967-2wjc-q24c.json b/advisories/unreviewed/2022/05/GHSA-v967-2wjc-q24c/GHSA-v967-2wjc-q24c.json index ebce69e56aa..bc0027c4f4f 100644 --- a/advisories/unreviewed/2022/05/GHSA-v967-2wjc-q24c/GHSA-v967-2wjc-q24c.json +++ b/advisories/unreviewed/2022/05/GHSA-v967-2wjc-q24c/GHSA-v967-2wjc-q24c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-vcg4-x5rp-q29x/GHSA-vcg4-x5rp-q29x.json b/advisories/unreviewed/2022/05/GHSA-vcg4-x5rp-q29x/GHSA-vcg4-x5rp-q29x.json index b35fd0bd68a..1ff25cbce8b 100644 --- a/advisories/unreviewed/2022/05/GHSA-vcg4-x5rp-q29x/GHSA-vcg4-x5rp-q29x.json +++ b/advisories/unreviewed/2022/05/GHSA-vcg4-x5rp-q29x/GHSA-vcg4-x5rp-q29x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-vfh4-h46c-8964/GHSA-vfh4-h46c-8964.json b/advisories/unreviewed/2022/05/GHSA-vfh4-h46c-8964/GHSA-vfh4-h46c-8964.json index 0873649eb57..2e93b68a894 100644 --- a/advisories/unreviewed/2022/05/GHSA-vfh4-h46c-8964/GHSA-vfh4-h46c-8964.json +++ b/advisories/unreviewed/2022/05/GHSA-vfh4-h46c-8964/GHSA-vfh4-h46c-8964.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-vghc-px47-2crx/GHSA-vghc-px47-2crx.json b/advisories/unreviewed/2022/05/GHSA-vghc-px47-2crx/GHSA-vghc-px47-2crx.json index 67b704461ae..b20e1c1931a 100644 --- a/advisories/unreviewed/2022/05/GHSA-vghc-px47-2crx/GHSA-vghc-px47-2crx.json +++ b/advisories/unreviewed/2022/05/GHSA-vghc-px47-2crx/GHSA-vghc-px47-2crx.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/2022/05/GHSA-vgvv-6xqf-59jv/GHSA-vgvv-6xqf-59jv.json b/advisories/unreviewed/2022/05/GHSA-vgvv-6xqf-59jv/GHSA-vgvv-6xqf-59jv.json index d6f18cc825b..23b0878aaf1 100644 --- a/advisories/unreviewed/2022/05/GHSA-vgvv-6xqf-59jv/GHSA-vgvv-6xqf-59jv.json +++ b/advisories/unreviewed/2022/05/GHSA-vgvv-6xqf-59jv/GHSA-vgvv-6xqf-59jv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "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/05/GHSA-vh4j-9cjw-6wxg/GHSA-vh4j-9cjw-6wxg.json b/advisories/unreviewed/2022/05/GHSA-vh4j-9cjw-6wxg/GHSA-vh4j-9cjw-6wxg.json index 2bd73e42cec..18cc1e9fbf3 100644 --- a/advisories/unreviewed/2022/05/GHSA-vh4j-9cjw-6wxg/GHSA-vh4j-9cjw-6wxg.json +++ b/advisories/unreviewed/2022/05/GHSA-vh4j-9cjw-6wxg/GHSA-vh4j-9cjw-6wxg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-vj79-v9cw-xm3f/GHSA-vj79-v9cw-xm3f.json b/advisories/unreviewed/2022/05/GHSA-vj79-v9cw-xm3f/GHSA-vj79-v9cw-xm3f.json index 9929b394ae8..c294e7a2cc8 100644 --- a/advisories/unreviewed/2022/05/GHSA-vj79-v9cw-xm3f/GHSA-vj79-v9cw-xm3f.json +++ b/advisories/unreviewed/2022/05/GHSA-vj79-v9cw-xm3f/GHSA-vj79-v9cw-xm3f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vjhq-vgwc-gxfm/GHSA-vjhq-vgwc-gxfm.json b/advisories/unreviewed/2022/05/GHSA-vjhq-vgwc-gxfm/GHSA-vjhq-vgwc-gxfm.json index 17a982bcd2a..ccd31a6016d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vjhq-vgwc-gxfm/GHSA-vjhq-vgwc-gxfm.json +++ b/advisories/unreviewed/2022/05/GHSA-vjhq-vgwc-gxfm/GHSA-vjhq-vgwc-gxfm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-vm2w-8mj4-gv48/GHSA-vm2w-8mj4-gv48.json b/advisories/unreviewed/2022/05/GHSA-vm2w-8mj4-gv48/GHSA-vm2w-8mj4-gv48.json index 437570e3d02..723ad66696a 100644 --- a/advisories/unreviewed/2022/05/GHSA-vm2w-8mj4-gv48/GHSA-vm2w-8mj4-gv48.json +++ b/advisories/unreviewed/2022/05/GHSA-vm2w-8mj4-gv48/GHSA-vm2w-8mj4-gv48.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-vmg6-94hc-5vqp/GHSA-vmg6-94hc-5vqp.json b/advisories/unreviewed/2022/05/GHSA-vmg6-94hc-5vqp/GHSA-vmg6-94hc-5vqp.json index a72e1215f62..6fbaf92be7b 100644 --- a/advisories/unreviewed/2022/05/GHSA-vmg6-94hc-5vqp/GHSA-vmg6-94hc-5vqp.json +++ b/advisories/unreviewed/2022/05/GHSA-vmg6-94hc-5vqp/GHSA-vmg6-94hc-5vqp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vmvq-8frq-x8xw/GHSA-vmvq-8frq-x8xw.json b/advisories/unreviewed/2022/05/GHSA-vmvq-8frq-x8xw/GHSA-vmvq-8frq-x8xw.json index bad206b4664..055985de654 100644 --- a/advisories/unreviewed/2022/05/GHSA-vmvq-8frq-x8xw/GHSA-vmvq-8frq-x8xw.json +++ b/advisories/unreviewed/2022/05/GHSA-vmvq-8frq-x8xw/GHSA-vmvq-8frq-x8xw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-vq29-4w8w-gp83/GHSA-vq29-4w8w-gp83.json b/advisories/unreviewed/2022/05/GHSA-vq29-4w8w-gp83/GHSA-vq29-4w8w-gp83.json index 55d296728f7..2e0f39eb1a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq29-4w8w-gp83/GHSA-vq29-4w8w-gp83.json +++ b/advisories/unreviewed/2022/05/GHSA-vq29-4w8w-gp83/GHSA-vq29-4w8w-gp83.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-vq98-vcq7-45qm/GHSA-vq98-vcq7-45qm.json b/advisories/unreviewed/2022/05/GHSA-vq98-vcq7-45qm/GHSA-vq98-vcq7-45qm.json index da8b8524979..0dfaac938d3 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq98-vcq7-45qm/GHSA-vq98-vcq7-45qm.json +++ b/advisories/unreviewed/2022/05/GHSA-vq98-vcq7-45qm/GHSA-vq98-vcq7-45qm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-vqq3-6hq7-qcxr/GHSA-vqq3-6hq7-qcxr.json b/advisories/unreviewed/2022/05/GHSA-vqq3-6hq7-qcxr/GHSA-vqq3-6hq7-qcxr.json index 70a8660c90d..9ce1461de6b 100644 --- a/advisories/unreviewed/2022/05/GHSA-vqq3-6hq7-qcxr/GHSA-vqq3-6hq7-qcxr.json +++ b/advisories/unreviewed/2022/05/GHSA-vqq3-6hq7-qcxr/GHSA-vqq3-6hq7-qcxr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-vrv5-qjv3-w9hc/GHSA-vrv5-qjv3-w9hc.json b/advisories/unreviewed/2022/05/GHSA-vrv5-qjv3-w9hc/GHSA-vrv5-qjv3-w9hc.json index 04d58692c46..57d89cc043e 100644 --- a/advisories/unreviewed/2022/05/GHSA-vrv5-qjv3-w9hc/GHSA-vrv5-qjv3-w9hc.json +++ b/advisories/unreviewed/2022/05/GHSA-vrv5-qjv3-w9hc/GHSA-vrv5-qjv3-w9hc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-vrx6-78jg-xprc/GHSA-vrx6-78jg-xprc.json b/advisories/unreviewed/2022/05/GHSA-vrx6-78jg-xprc/GHSA-vrx6-78jg-xprc.json index d1336702065..56132597063 100644 --- a/advisories/unreviewed/2022/05/GHSA-vrx6-78jg-xprc/GHSA-vrx6-78jg-xprc.json +++ b/advisories/unreviewed/2022/05/GHSA-vrx6-78jg-xprc/GHSA-vrx6-78jg-xprc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-vv74-9hc2-qcpx/GHSA-vv74-9hc2-qcpx.json b/advisories/unreviewed/2022/05/GHSA-vv74-9hc2-qcpx/GHSA-vv74-9hc2-qcpx.json index bb476ad5bf0..f3755d0499e 100644 --- a/advisories/unreviewed/2022/05/GHSA-vv74-9hc2-qcpx/GHSA-vv74-9hc2-qcpx.json +++ b/advisories/unreviewed/2022/05/GHSA-vv74-9hc2-qcpx/GHSA-vv74-9hc2-qcpx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-vvcj-h4gm-hfrg/GHSA-vvcj-h4gm-hfrg.json b/advisories/unreviewed/2022/05/GHSA-vvcj-h4gm-hfrg/GHSA-vvcj-h4gm-hfrg.json index 045948538c6..adeed3761f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-vvcj-h4gm-hfrg/GHSA-vvcj-h4gm-hfrg.json +++ b/advisories/unreviewed/2022/05/GHSA-vvcj-h4gm-hfrg/GHSA-vvcj-h4gm-hfrg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-vvwm-p952-78ch/GHSA-vvwm-p952-78ch.json b/advisories/unreviewed/2022/05/GHSA-vvwm-p952-78ch/GHSA-vvwm-p952-78ch.json index 1725f86508a..0eaf0abd6cb 100644 --- a/advisories/unreviewed/2022/05/GHSA-vvwm-p952-78ch/GHSA-vvwm-p952-78ch.json +++ b/advisories/unreviewed/2022/05/GHSA-vvwm-p952-78ch/GHSA-vvwm-p952-78ch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-vw4w-v3x8-9wqh/GHSA-vw4w-v3x8-9wqh.json b/advisories/unreviewed/2022/05/GHSA-vw4w-v3x8-9wqh/GHSA-vw4w-v3x8-9wqh.json index 1fefb9e61bf..aa0d0221df6 100644 --- a/advisories/unreviewed/2022/05/GHSA-vw4w-v3x8-9wqh/GHSA-vw4w-v3x8-9wqh.json +++ b/advisories/unreviewed/2022/05/GHSA-vw4w-v3x8-9wqh/GHSA-vw4w-v3x8-9wqh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vw7x-c78h-8w2r/GHSA-vw7x-c78h-8w2r.json b/advisories/unreviewed/2022/05/GHSA-vw7x-c78h-8w2r/GHSA-vw7x-c78h-8w2r.json index f9db7de63f0..41626ad9d8e 100644 --- a/advisories/unreviewed/2022/05/GHSA-vw7x-c78h-8w2r/GHSA-vw7x-c78h-8w2r.json +++ b/advisories/unreviewed/2022/05/GHSA-vw7x-c78h-8w2r/GHSA-vw7x-c78h-8w2r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -67,9 +65,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vwq2-64wh-x9m4/GHSA-vwq2-64wh-x9m4.json b/advisories/unreviewed/2022/05/GHSA-vwq2-64wh-x9m4/GHSA-vwq2-64wh-x9m4.json index 44f9e07fb93..b83436a1f3c 100644 --- a/advisories/unreviewed/2022/05/GHSA-vwq2-64wh-x9m4/GHSA-vwq2-64wh-x9m4.json +++ b/advisories/unreviewed/2022/05/GHSA-vwq2-64wh-x9m4/GHSA-vwq2-64wh-x9m4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-vx6h-cqmq-qj84/GHSA-vx6h-cqmq-qj84.json b/advisories/unreviewed/2022/05/GHSA-vx6h-cqmq-qj84/GHSA-vx6h-cqmq-qj84.json index c39d866143b..642399dcfdc 100644 --- a/advisories/unreviewed/2022/05/GHSA-vx6h-cqmq-qj84/GHSA-vx6h-cqmq-qj84.json +++ b/advisories/unreviewed/2022/05/GHSA-vx6h-cqmq-qj84/GHSA-vx6h-cqmq-qj84.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vxc2-r94q-8pp5/GHSA-vxc2-r94q-8pp5.json b/advisories/unreviewed/2022/05/GHSA-vxc2-r94q-8pp5/GHSA-vxc2-r94q-8pp5.json index a6d77e28adb..5716e8febf2 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxc2-r94q-8pp5/GHSA-vxc2-r94q-8pp5.json +++ b/advisories/unreviewed/2022/05/GHSA-vxc2-r94q-8pp5/GHSA-vxc2-r94q-8pp5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-vxm3-wxmv-8r5f/GHSA-vxm3-wxmv-8r5f.json b/advisories/unreviewed/2022/05/GHSA-vxm3-wxmv-8r5f/GHSA-vxm3-wxmv-8r5f.json index 38da0613220..d4f16ebd632 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxm3-wxmv-8r5f/GHSA-vxm3-wxmv-8r5f.json +++ b/advisories/unreviewed/2022/05/GHSA-vxm3-wxmv-8r5f/GHSA-vxm3-wxmv-8r5f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w2cq-hjvv-8q4h/GHSA-w2cq-hjvv-8q4h.json b/advisories/unreviewed/2022/05/GHSA-w2cq-hjvv-8q4h/GHSA-w2cq-hjvv-8q4h.json index dcac847847b..49ad45f62ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-w2cq-hjvv-8q4h/GHSA-w2cq-hjvv-8q4h.json +++ b/advisories/unreviewed/2022/05/GHSA-w2cq-hjvv-8q4h/GHSA-w2cq-hjvv-8q4h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-w2rg-93qg-hrgr/GHSA-w2rg-93qg-hrgr.json b/advisories/unreviewed/2022/05/GHSA-w2rg-93qg-hrgr/GHSA-w2rg-93qg-hrgr.json index 114976f9a87..25345c31d9d 100644 --- a/advisories/unreviewed/2022/05/GHSA-w2rg-93qg-hrgr/GHSA-w2rg-93qg-hrgr.json +++ b/advisories/unreviewed/2022/05/GHSA-w2rg-93qg-hrgr/GHSA-w2rg-93qg-hrgr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-w3fj-xm8j-4m4f/GHSA-w3fj-xm8j-4m4f.json b/advisories/unreviewed/2022/05/GHSA-w3fj-xm8j-4m4f/GHSA-w3fj-xm8j-4m4f.json index 37f3a3343ed..5f27bd19bb0 100644 --- a/advisories/unreviewed/2022/05/GHSA-w3fj-xm8j-4m4f/GHSA-w3fj-xm8j-4m4f.json +++ b/advisories/unreviewed/2022/05/GHSA-w3fj-xm8j-4m4f/GHSA-w3fj-xm8j-4m4f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-w4gm-4hcw-cffj/GHSA-w4gm-4hcw-cffj.json b/advisories/unreviewed/2022/05/GHSA-w4gm-4hcw-cffj/GHSA-w4gm-4hcw-cffj.json index fdae45f9077..d2b31d611a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-w4gm-4hcw-cffj/GHSA-w4gm-4hcw-cffj.json +++ b/advisories/unreviewed/2022/05/GHSA-w4gm-4hcw-cffj/GHSA-w4gm-4hcw-cffj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/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/05/GHSA-w4vx-j7m5-cqgh/GHSA-w4vx-j7m5-cqgh.json b/advisories/unreviewed/2022/05/GHSA-w4vx-j7m5-cqgh/GHSA-w4vx-j7m5-cqgh.json index 91139e97909..818f328c67d 100644 --- a/advisories/unreviewed/2022/05/GHSA-w4vx-j7m5-cqgh/GHSA-w4vx-j7m5-cqgh.json +++ b/advisories/unreviewed/2022/05/GHSA-w4vx-j7m5-cqgh/GHSA-w4vx-j7m5-cqgh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w6j8-5rqh-gxwv/GHSA-w6j8-5rqh-gxwv.json b/advisories/unreviewed/2022/05/GHSA-w6j8-5rqh-gxwv/GHSA-w6j8-5rqh-gxwv.json index 81201e75cb7..74b0da79bf9 100644 --- a/advisories/unreviewed/2022/05/GHSA-w6j8-5rqh-gxwv/GHSA-w6j8-5rqh-gxwv.json +++ b/advisories/unreviewed/2022/05/GHSA-w6j8-5rqh-gxwv/GHSA-w6j8-5rqh-gxwv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-w6p9-f6mp-42pg/GHSA-w6p9-f6mp-42pg.json b/advisories/unreviewed/2022/05/GHSA-w6p9-f6mp-42pg/GHSA-w6p9-f6mp-42pg.json index 67929a202e4..aaa9cbd0126 100644 --- a/advisories/unreviewed/2022/05/GHSA-w6p9-f6mp-42pg/GHSA-w6p9-f6mp-42pg.json +++ b/advisories/unreviewed/2022/05/GHSA-w6p9-f6mp-42pg/GHSA-w6p9-f6mp-42pg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-w76v-f6xm-5cr7/GHSA-w76v-f6xm-5cr7.json b/advisories/unreviewed/2022/05/GHSA-w76v-f6xm-5cr7/GHSA-w76v-f6xm-5cr7.json index 43d307d2daf..26a17c7a9c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-w76v-f6xm-5cr7/GHSA-w76v-f6xm-5cr7.json +++ b/advisories/unreviewed/2022/05/GHSA-w76v-f6xm-5cr7/GHSA-w76v-f6xm-5cr7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-w7xq-2x44-5m2x/GHSA-w7xq-2x44-5m2x.json b/advisories/unreviewed/2022/05/GHSA-w7xq-2x44-5m2x/GHSA-w7xq-2x44-5m2x.json index 173e694b412..301ea932ef8 100644 --- a/advisories/unreviewed/2022/05/GHSA-w7xq-2x44-5m2x/GHSA-w7xq-2x44-5m2x.json +++ b/advisories/unreviewed/2022/05/GHSA-w7xq-2x44-5m2x/GHSA-w7xq-2x44-5m2x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-w945-wc2v-qq8w/GHSA-w945-wc2v-qq8w.json b/advisories/unreviewed/2022/05/GHSA-w945-wc2v-qq8w/GHSA-w945-wc2v-qq8w.json index ea0fc2efc52..efe5929336c 100644 --- a/advisories/unreviewed/2022/05/GHSA-w945-wc2v-qq8w/GHSA-w945-wc2v-qq8w.json +++ b/advisories/unreviewed/2022/05/GHSA-w945-wc2v-qq8w/GHSA-w945-wc2v-qq8w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-w9hm-m2x5-5x42/GHSA-w9hm-m2x5-5x42.json b/advisories/unreviewed/2022/05/GHSA-w9hm-m2x5-5x42/GHSA-w9hm-m2x5-5x42.json index 7a983ed1cbe..46ffe0bf2ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9hm-m2x5-5x42/GHSA-w9hm-m2x5-5x42.json +++ b/advisories/unreviewed/2022/05/GHSA-w9hm-m2x5-5x42/GHSA-w9hm-m2x5-5x42.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-w9jj-wr83-9pp3/GHSA-w9jj-wr83-9pp3.json b/advisories/unreviewed/2022/05/GHSA-w9jj-wr83-9pp3/GHSA-w9jj-wr83-9pp3.json index 5ffba29bc4c..70bcd2bf98b 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9jj-wr83-9pp3/GHSA-w9jj-wr83-9pp3.json +++ b/advisories/unreviewed/2022/05/GHSA-w9jj-wr83-9pp3/GHSA-w9jj-wr83-9pp3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-wcww-4vrg-9h35/GHSA-wcww-4vrg-9h35.json b/advisories/unreviewed/2022/05/GHSA-wcww-4vrg-9h35/GHSA-wcww-4vrg-9h35.json index 0cf43499437..52303f57ab8 100644 --- a/advisories/unreviewed/2022/05/GHSA-wcww-4vrg-9h35/GHSA-wcww-4vrg-9h35.json +++ b/advisories/unreviewed/2022/05/GHSA-wcww-4vrg-9h35/GHSA-wcww-4vrg-9h35.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/05/GHSA-wcxf-gxv3-7xch/GHSA-wcxf-gxv3-7xch.json b/advisories/unreviewed/2022/05/GHSA-wcxf-gxv3-7xch/GHSA-wcxf-gxv3-7xch.json index 895c36aeb33..672ac6ffe51 100644 --- a/advisories/unreviewed/2022/05/GHSA-wcxf-gxv3-7xch/GHSA-wcxf-gxv3-7xch.json +++ b/advisories/unreviewed/2022/05/GHSA-wcxf-gxv3-7xch/GHSA-wcxf-gxv3-7xch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-wfrc-qmgf-x82w/GHSA-wfrc-qmgf-x82w.json b/advisories/unreviewed/2022/05/GHSA-wfrc-qmgf-x82w/GHSA-wfrc-qmgf-x82w.json index fb86f8542b4..8039dbef157 100644 --- a/advisories/unreviewed/2022/05/GHSA-wfrc-qmgf-x82w/GHSA-wfrc-qmgf-x82w.json +++ b/advisories/unreviewed/2022/05/GHSA-wfrc-qmgf-x82w/GHSA-wfrc-qmgf-x82w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-wg7q-pxh9-xfv8/GHSA-wg7q-pxh9-xfv8.json b/advisories/unreviewed/2022/05/GHSA-wg7q-pxh9-xfv8/GHSA-wg7q-pxh9-xfv8.json index 1630f85fc47..ae1d1174d94 100644 --- a/advisories/unreviewed/2022/05/GHSA-wg7q-pxh9-xfv8/GHSA-wg7q-pxh9-xfv8.json +++ b/advisories/unreviewed/2022/05/GHSA-wg7q-pxh9-xfv8/GHSA-wg7q-pxh9-xfv8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wh5r-wq66-pv8j/GHSA-wh5r-wq66-pv8j.json b/advisories/unreviewed/2022/05/GHSA-wh5r-wq66-pv8j/GHSA-wh5r-wq66-pv8j.json index 46e48aa7dd8..b09ddb3b648 100644 --- a/advisories/unreviewed/2022/05/GHSA-wh5r-wq66-pv8j/GHSA-wh5r-wq66-pv8j.json +++ b/advisories/unreviewed/2022/05/GHSA-wh5r-wq66-pv8j/GHSA-wh5r-wq66-pv8j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "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/2022/05/GHSA-whqg-c7jg-f4rh/GHSA-whqg-c7jg-f4rh.json b/advisories/unreviewed/2022/05/GHSA-whqg-c7jg-f4rh/GHSA-whqg-c7jg-f4rh.json index aa83bc3ffad..34d6ed7fad8 100644 --- a/advisories/unreviewed/2022/05/GHSA-whqg-c7jg-f4rh/GHSA-whqg-c7jg-f4rh.json +++ b/advisories/unreviewed/2022/05/GHSA-whqg-c7jg-f4rh/GHSA-whqg-c7jg-f4rh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-wj96-mj4g-rh5x/GHSA-wj96-mj4g-rh5x.json b/advisories/unreviewed/2022/05/GHSA-wj96-mj4g-rh5x/GHSA-wj96-mj4g-rh5x.json index cf99a9b489b..d53da49a9b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-wj96-mj4g-rh5x/GHSA-wj96-mj4g-rh5x.json +++ b/advisories/unreviewed/2022/05/GHSA-wj96-mj4g-rh5x/GHSA-wj96-mj4g-rh5x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "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/2022/05/GHSA-wm95-pg37-pvp7/GHSA-wm95-pg37-pvp7.json b/advisories/unreviewed/2022/05/GHSA-wm95-pg37-pvp7/GHSA-wm95-pg37-pvp7.json index e4093f3f4d0..f8a07b945a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-wm95-pg37-pvp7/GHSA-wm95-pg37-pvp7.json +++ b/advisories/unreviewed/2022/05/GHSA-wm95-pg37-pvp7/GHSA-wm95-pg37-pvp7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-wmm4-77g9-76jv/GHSA-wmm4-77g9-76jv.json b/advisories/unreviewed/2022/05/GHSA-wmm4-77g9-76jv/GHSA-wmm4-77g9-76jv.json index 072ceffccf4..a59bb716dd4 100644 --- a/advisories/unreviewed/2022/05/GHSA-wmm4-77g9-76jv/GHSA-wmm4-77g9-76jv.json +++ b/advisories/unreviewed/2022/05/GHSA-wmm4-77g9-76jv/GHSA-wmm4-77g9-76jv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-wpqf-pc7w-358f/GHSA-wpqf-pc7w-358f.json b/advisories/unreviewed/2022/05/GHSA-wpqf-pc7w-358f/GHSA-wpqf-pc7w-358f.json index 15c84a31dd5..1208ae62436 100644 --- a/advisories/unreviewed/2022/05/GHSA-wpqf-pc7w-358f/GHSA-wpqf-pc7w-358f.json +++ b/advisories/unreviewed/2022/05/GHSA-wpqf-pc7w-358f/GHSA-wpqf-pc7w-358f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-wqjr-3h8v-rgjg/GHSA-wqjr-3h8v-rgjg.json b/advisories/unreviewed/2022/05/GHSA-wqjr-3h8v-rgjg/GHSA-wqjr-3h8v-rgjg.json index 36d8be2923f..98b5de5960b 100644 --- a/advisories/unreviewed/2022/05/GHSA-wqjr-3h8v-rgjg/GHSA-wqjr-3h8v-rgjg.json +++ b/advisories/unreviewed/2022/05/GHSA-wqjr-3h8v-rgjg/GHSA-wqjr-3h8v-rgjg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-wr4g-wr5g-w9c8/GHSA-wr4g-wr5g-w9c8.json b/advisories/unreviewed/2022/05/GHSA-wr4g-wr5g-w9c8/GHSA-wr4g-wr5g-w9c8.json index 72003d14816..a0eaba4fa2f 100644 --- a/advisories/unreviewed/2022/05/GHSA-wr4g-wr5g-w9c8/GHSA-wr4g-wr5g-w9c8.json +++ b/advisories/unreviewed/2022/05/GHSA-wr4g-wr5g-w9c8/GHSA-wr4g-wr5g-w9c8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-wvqh-764v-vx55/GHSA-wvqh-764v-vx55.json b/advisories/unreviewed/2022/05/GHSA-wvqh-764v-vx55/GHSA-wvqh-764v-vx55.json index 49613b9f8cf..90ee9d53e04 100644 --- a/advisories/unreviewed/2022/05/GHSA-wvqh-764v-vx55/GHSA-wvqh-764v-vx55.json +++ b/advisories/unreviewed/2022/05/GHSA-wvqh-764v-vx55/GHSA-wvqh-764v-vx55.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wx8f-mrrp-3fv2/GHSA-wx8f-mrrp-3fv2.json b/advisories/unreviewed/2022/05/GHSA-wx8f-mrrp-3fv2/GHSA-wx8f-mrrp-3fv2.json index 47d27e5e131..bd9453ed591 100644 --- a/advisories/unreviewed/2022/05/GHSA-wx8f-mrrp-3fv2/GHSA-wx8f-mrrp-3fv2.json +++ b/advisories/unreviewed/2022/05/GHSA-wx8f-mrrp-3fv2/GHSA-wx8f-mrrp-3fv2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-x239-5hpj-hjr7/GHSA-x239-5hpj-hjr7.json b/advisories/unreviewed/2022/05/GHSA-x239-5hpj-hjr7/GHSA-x239-5hpj-hjr7.json index d092011a702..768b69181d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-x239-5hpj-hjr7/GHSA-x239-5hpj-hjr7.json +++ b/advisories/unreviewed/2022/05/GHSA-x239-5hpj-hjr7/GHSA-x239-5hpj-hjr7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/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/05/GHSA-x25v-p526-wx8v/GHSA-x25v-p526-wx8v.json b/advisories/unreviewed/2022/05/GHSA-x25v-p526-wx8v/GHSA-x25v-p526-wx8v.json index a6428e7820f..2c996236b38 100644 --- a/advisories/unreviewed/2022/05/GHSA-x25v-p526-wx8v/GHSA-x25v-p526-wx8v.json +++ b/advisories/unreviewed/2022/05/GHSA-x25v-p526-wx8v/GHSA-x25v-p526-wx8v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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/2022/05/GHSA-x2g7-fxww-qh56/GHSA-x2g7-fxww-qh56.json b/advisories/unreviewed/2022/05/GHSA-x2g7-fxww-qh56/GHSA-x2g7-fxww-qh56.json index 3168c89220c..745b58e541f 100644 --- a/advisories/unreviewed/2022/05/GHSA-x2g7-fxww-qh56/GHSA-x2g7-fxww-qh56.json +++ b/advisories/unreviewed/2022/05/GHSA-x2g7-fxww-qh56/GHSA-x2g7-fxww-qh56.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/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/2022/05/GHSA-x2m2-4jfp-mm86/GHSA-x2m2-4jfp-mm86.json b/advisories/unreviewed/2022/05/GHSA-x2m2-4jfp-mm86/GHSA-x2m2-4jfp-mm86.json index f91a6d68e8a..eaadd699fe6 100644 --- a/advisories/unreviewed/2022/05/GHSA-x2m2-4jfp-mm86/GHSA-x2m2-4jfp-mm86.json +++ b/advisories/unreviewed/2022/05/GHSA-x2m2-4jfp-mm86/GHSA-x2m2-4jfp-mm86.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-x2v8-rv4g-972w/GHSA-x2v8-rv4g-972w.json b/advisories/unreviewed/2022/05/GHSA-x2v8-rv4g-972w/GHSA-x2v8-rv4g-972w.json index 0ad8b7d098e..8c2cd9a9de2 100644 --- a/advisories/unreviewed/2022/05/GHSA-x2v8-rv4g-972w/GHSA-x2v8-rv4g-972w.json +++ b/advisories/unreviewed/2022/05/GHSA-x2v8-rv4g-972w/GHSA-x2v8-rv4g-972w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-x3c3-p7r9-v37w/GHSA-x3c3-p7r9-v37w.json b/advisories/unreviewed/2022/05/GHSA-x3c3-p7r9-v37w/GHSA-x3c3-p7r9-v37w.json index 4f2642e96d5..d924b56ecb8 100644 --- a/advisories/unreviewed/2022/05/GHSA-x3c3-p7r9-v37w/GHSA-x3c3-p7r9-v37w.json +++ b/advisories/unreviewed/2022/05/GHSA-x3c3-p7r9-v37w/GHSA-x3c3-p7r9-v37w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-x435-2gv7-whj6/GHSA-x435-2gv7-whj6.json b/advisories/unreviewed/2022/05/GHSA-x435-2gv7-whj6/GHSA-x435-2gv7-whj6.json index 0f251d025c2..0a8331c5f72 100644 --- a/advisories/unreviewed/2022/05/GHSA-x435-2gv7-whj6/GHSA-x435-2gv7-whj6.json +++ b/advisories/unreviewed/2022/05/GHSA-x435-2gv7-whj6/GHSA-x435-2gv7-whj6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-x4rx-5q6p-5972/GHSA-x4rx-5q6p-5972.json b/advisories/unreviewed/2022/05/GHSA-x4rx-5q6p-5972/GHSA-x4rx-5q6p-5972.json index 6c55f072bba..4c455099b49 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4rx-5q6p-5972/GHSA-x4rx-5q6p-5972.json +++ b/advisories/unreviewed/2022/05/GHSA-x4rx-5q6p-5972/GHSA-x4rx-5q6p-5972.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x4x8-x3p4-9xr4/GHSA-x4x8-x3p4-9xr4.json b/advisories/unreviewed/2022/05/GHSA-x4x8-x3p4-9xr4/GHSA-x4x8-x3p4-9xr4.json index bd49e5ea9a6..d75d05bf7d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4x8-x3p4-9xr4/GHSA-x4x8-x3p4-9xr4.json +++ b/advisories/unreviewed/2022/05/GHSA-x4x8-x3p4-9xr4/GHSA-x4x8-x3p4-9xr4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-x5qf-xh29-8vm2/GHSA-x5qf-xh29-8vm2.json b/advisories/unreviewed/2022/05/GHSA-x5qf-xh29-8vm2/GHSA-x5qf-xh29-8vm2.json index 8cfb8c5a2b3..520f16e377d 100644 --- a/advisories/unreviewed/2022/05/GHSA-x5qf-xh29-8vm2/GHSA-x5qf-xh29-8vm2.json +++ b/advisories/unreviewed/2022/05/GHSA-x5qf-xh29-8vm2/GHSA-x5qf-xh29-8vm2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x5xm-f46c-5cpq/GHSA-x5xm-f46c-5cpq.json b/advisories/unreviewed/2022/05/GHSA-x5xm-f46c-5cpq/GHSA-x5xm-f46c-5cpq.json index be5ce73469f..77e28954e39 100644 --- a/advisories/unreviewed/2022/05/GHSA-x5xm-f46c-5cpq/GHSA-x5xm-f46c-5cpq.json +++ b/advisories/unreviewed/2022/05/GHSA-x5xm-f46c-5cpq/GHSA-x5xm-f46c-5cpq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-x62w-g776-jm7x/GHSA-x62w-g776-jm7x.json b/advisories/unreviewed/2022/05/GHSA-x62w-g776-jm7x/GHSA-x62w-g776-jm7x.json index 75f16245c1e..9889e3a564c 100644 --- a/advisories/unreviewed/2022/05/GHSA-x62w-g776-jm7x/GHSA-x62w-g776-jm7x.json +++ b/advisories/unreviewed/2022/05/GHSA-x62w-g776-jm7x/GHSA-x62w-g776-jm7x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-x64h-j64m-8vmm/GHSA-x64h-j64m-8vmm.json b/advisories/unreviewed/2022/05/GHSA-x64h-j64m-8vmm/GHSA-x64h-j64m-8vmm.json index ff3c3eaef8e..e34373859b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-x64h-j64m-8vmm/GHSA-x64h-j64m-8vmm.json +++ b/advisories/unreviewed/2022/05/GHSA-x64h-j64m-8vmm/GHSA-x64h-j64m-8vmm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-x655-8w7q-xmqg/GHSA-x655-8w7q-xmqg.json b/advisories/unreviewed/2022/05/GHSA-x655-8w7q-xmqg/GHSA-x655-8w7q-xmqg.json index 03514778ee3..9c6c43b92b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-x655-8w7q-xmqg/GHSA-x655-8w7q-xmqg.json +++ b/advisories/unreviewed/2022/05/GHSA-x655-8w7q-xmqg/GHSA-x655-8w7q-xmqg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-x684-g94h-73rq/GHSA-x684-g94h-73rq.json b/advisories/unreviewed/2022/05/GHSA-x684-g94h-73rq/GHSA-x684-g94h-73rq.json index cb0264fdf2c..28b69244f99 100644 --- a/advisories/unreviewed/2022/05/GHSA-x684-g94h-73rq/GHSA-x684-g94h-73rq.json +++ b/advisories/unreviewed/2022/05/GHSA-x684-g94h-73rq/GHSA-x684-g94h-73rq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-x6qv-786p-52cm/GHSA-x6qv-786p-52cm.json b/advisories/unreviewed/2022/05/GHSA-x6qv-786p-52cm/GHSA-x6qv-786p-52cm.json index e65345cdcbd..93dea59f8de 100644 --- a/advisories/unreviewed/2022/05/GHSA-x6qv-786p-52cm/GHSA-x6qv-786p-52cm.json +++ b/advisories/unreviewed/2022/05/GHSA-x6qv-786p-52cm/GHSA-x6qv-786p-52cm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-x6rj-3qpv-3g74/GHSA-x6rj-3qpv-3g74.json b/advisories/unreviewed/2022/05/GHSA-x6rj-3qpv-3g74/GHSA-x6rj-3qpv-3g74.json index ba597dc812a..2c45ba6f3b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-x6rj-3qpv-3g74/GHSA-x6rj-3qpv-3g74.json +++ b/advisories/unreviewed/2022/05/GHSA-x6rj-3qpv-3g74/GHSA-x6rj-3qpv-3g74.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-x8pf-7q32-5293/GHSA-x8pf-7q32-5293.json b/advisories/unreviewed/2022/05/GHSA-x8pf-7q32-5293/GHSA-x8pf-7q32-5293.json index ccffc46f18b..9d5bb93fc43 100644 --- a/advisories/unreviewed/2022/05/GHSA-x8pf-7q32-5293/GHSA-x8pf-7q32-5293.json +++ b/advisories/unreviewed/2022/05/GHSA-x8pf-7q32-5293/GHSA-x8pf-7q32-5293.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/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/2022/05/GHSA-x97c-px3m-v4g2/GHSA-x97c-px3m-v4g2.json b/advisories/unreviewed/2022/05/GHSA-x97c-px3m-v4g2/GHSA-x97c-px3m-v4g2.json index 2ee715d8925..3e6cf85d74e 100644 --- a/advisories/unreviewed/2022/05/GHSA-x97c-px3m-v4g2/GHSA-x97c-px3m-v4g2.json +++ b/advisories/unreviewed/2022/05/GHSA-x97c-px3m-v4g2/GHSA-x97c-px3m-v4g2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x9m7-xqc3-8p4j/GHSA-x9m7-xqc3-8p4j.json b/advisories/unreviewed/2022/05/GHSA-x9m7-xqc3-8p4j/GHSA-x9m7-xqc3-8p4j.json index 5c8c6ddaee2..98b12c180a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-x9m7-xqc3-8p4j/GHSA-x9m7-xqc3-8p4j.json +++ b/advisories/unreviewed/2022/05/GHSA-x9m7-xqc3-8p4j/GHSA-x9m7-xqc3-8p4j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x9mq-cf9p-6mqv/GHSA-x9mq-cf9p-6mqv.json b/advisories/unreviewed/2022/05/GHSA-x9mq-cf9p-6mqv/GHSA-x9mq-cf9p-6mqv.json index eb82e8dd46a..0c8a36d2517 100644 --- a/advisories/unreviewed/2022/05/GHSA-x9mq-cf9p-6mqv/GHSA-x9mq-cf9p-6mqv.json +++ b/advisories/unreviewed/2022/05/GHSA-x9mq-cf9p-6mqv/GHSA-x9mq-cf9p-6mqv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-xc2g-257m-xh8v/GHSA-xc2g-257m-xh8v.json b/advisories/unreviewed/2022/05/GHSA-xc2g-257m-xh8v/GHSA-xc2g-257m-xh8v.json index 7e0c2e213d3..39b5df673f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-xc2g-257m-xh8v/GHSA-xc2g-257m-xh8v.json +++ b/advisories/unreviewed/2022/05/GHSA-xc2g-257m-xh8v/GHSA-xc2g-257m-xh8v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-xg6v-vr2f-h5xx/GHSA-xg6v-vr2f-h5xx.json b/advisories/unreviewed/2022/05/GHSA-xg6v-vr2f-h5xx/GHSA-xg6v-vr2f-h5xx.json index 3b1aadcee5f..495c5930b07 100644 --- a/advisories/unreviewed/2022/05/GHSA-xg6v-vr2f-h5xx/GHSA-xg6v-vr2f-h5xx.json +++ b/advisories/unreviewed/2022/05/GHSA-xg6v-vr2f-h5xx/GHSA-xg6v-vr2f-h5xx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-xggm-6fj3-47w2/GHSA-xggm-6fj3-47w2.json b/advisories/unreviewed/2022/05/GHSA-xggm-6fj3-47w2/GHSA-xggm-6fj3-47w2.json index ceb5f77bfcf..07cb3d36843 100644 --- a/advisories/unreviewed/2022/05/GHSA-xggm-6fj3-47w2/GHSA-xggm-6fj3-47w2.json +++ b/advisories/unreviewed/2022/05/GHSA-xggm-6fj3-47w2/GHSA-xggm-6fj3-47w2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-xh4x-ph6p-vmxh/GHSA-xh4x-ph6p-vmxh.json b/advisories/unreviewed/2022/05/GHSA-xh4x-ph6p-vmxh/GHSA-xh4x-ph6p-vmxh.json index 2cb18b9f18d..27eb2838c2b 100644 --- a/advisories/unreviewed/2022/05/GHSA-xh4x-ph6p-vmxh/GHSA-xh4x-ph6p-vmxh.json +++ b/advisories/unreviewed/2022/05/GHSA-xh4x-ph6p-vmxh/GHSA-xh4x-ph6p-vmxh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -87,9 +85,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xh8m-9gqq-4g7c/GHSA-xh8m-9gqq-4g7c.json b/advisories/unreviewed/2022/05/GHSA-xh8m-9gqq-4g7c/GHSA-xh8m-9gqq-4g7c.json index 921c4cd68e0..7a279be88b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-xh8m-9gqq-4g7c/GHSA-xh8m-9gqq-4g7c.json +++ b/advisories/unreviewed/2022/05/GHSA-xh8m-9gqq-4g7c/GHSA-xh8m-9gqq-4g7c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-xhvx-fprp-87jr/GHSA-xhvx-fprp-87jr.json b/advisories/unreviewed/2022/05/GHSA-xhvx-fprp-87jr/GHSA-xhvx-fprp-87jr.json index a71f4ac69fa..2f0d7d73bdd 100644 --- a/advisories/unreviewed/2022/05/GHSA-xhvx-fprp-87jr/GHSA-xhvx-fprp-87jr.json +++ b/advisories/unreviewed/2022/05/GHSA-xhvx-fprp-87jr/GHSA-xhvx-fprp-87jr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-xm8f-ghm9-8g26/GHSA-xm8f-ghm9-8g26.json b/advisories/unreviewed/2022/05/GHSA-xm8f-ghm9-8g26/GHSA-xm8f-ghm9-8g26.json index 71017072ace..1d0865b9fd2 100644 --- a/advisories/unreviewed/2022/05/GHSA-xm8f-ghm9-8g26/GHSA-xm8f-ghm9-8g26.json +++ b/advisories/unreviewed/2022/05/GHSA-xm8f-ghm9-8g26/GHSA-xm8f-ghm9-8g26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-xmx7-4965-pj3q/GHSA-xmx7-4965-pj3q.json b/advisories/unreviewed/2022/05/GHSA-xmx7-4965-pj3q/GHSA-xmx7-4965-pj3q.json index cf6e1a7b75f..197253d7c32 100644 --- a/advisories/unreviewed/2022/05/GHSA-xmx7-4965-pj3q/GHSA-xmx7-4965-pj3q.json +++ b/advisories/unreviewed/2022/05/GHSA-xmx7-4965-pj3q/GHSA-xmx7-4965-pj3q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "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/2022/05/GHSA-xp85-jf82-g597/GHSA-xp85-jf82-g597.json b/advisories/unreviewed/2022/05/GHSA-xp85-jf82-g597/GHSA-xp85-jf82-g597.json index b18d89238de..5c5b9294505 100644 --- a/advisories/unreviewed/2022/05/GHSA-xp85-jf82-g597/GHSA-xp85-jf82-g597.json +++ b/advisories/unreviewed/2022/05/GHSA-xp85-jf82-g597/GHSA-xp85-jf82-g597.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-xph7-ghpx-jxpr/GHSA-xph7-ghpx-jxpr.json b/advisories/unreviewed/2022/05/GHSA-xph7-ghpx-jxpr/GHSA-xph7-ghpx-jxpr.json index b1df8b9248a..7c895239acf 100644 --- a/advisories/unreviewed/2022/05/GHSA-xph7-ghpx-jxpr/GHSA-xph7-ghpx-jxpr.json +++ b/advisories/unreviewed/2022/05/GHSA-xph7-ghpx-jxpr/GHSA-xph7-ghpx-jxpr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-xpvv-pv79-cqf9/GHSA-xpvv-pv79-cqf9.json b/advisories/unreviewed/2022/05/GHSA-xpvv-pv79-cqf9/GHSA-xpvv-pv79-cqf9.json index ca1068b2ad2..f7fb91205b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-xpvv-pv79-cqf9/GHSA-xpvv-pv79-cqf9.json +++ b/advisories/unreviewed/2022/05/GHSA-xpvv-pv79-cqf9/GHSA-xpvv-pv79-cqf9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xq7g-prvc-vg4p/GHSA-xq7g-prvc-vg4p.json b/advisories/unreviewed/2022/05/GHSA-xq7g-prvc-vg4p/GHSA-xq7g-prvc-vg4p.json index 68d399e1c9a..c7fbfe89436 100644 --- a/advisories/unreviewed/2022/05/GHSA-xq7g-prvc-vg4p/GHSA-xq7g-prvc-vg4p.json +++ b/advisories/unreviewed/2022/05/GHSA-xq7g-prvc-vg4p/GHSA-xq7g-prvc-vg4p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-xqgh-qj2v-fjfx/GHSA-xqgh-qj2v-fjfx.json b/advisories/unreviewed/2022/05/GHSA-xqgh-qj2v-fjfx/GHSA-xqgh-qj2v-fjfx.json index f4beea2bee7..4a20ac9e085 100644 --- a/advisories/unreviewed/2022/05/GHSA-xqgh-qj2v-fjfx/GHSA-xqgh-qj2v-fjfx.json +++ b/advisories/unreviewed/2022/05/GHSA-xqgh-qj2v-fjfx/GHSA-xqgh-qj2v-fjfx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-xr3g-9fg5-527w/GHSA-xr3g-9fg5-527w.json b/advisories/unreviewed/2022/05/GHSA-xr3g-9fg5-527w/GHSA-xr3g-9fg5-527w.json index 674f926ef50..ef936126c8b 100644 --- a/advisories/unreviewed/2022/05/GHSA-xr3g-9fg5-527w/GHSA-xr3g-9fg5-527w.json +++ b/advisories/unreviewed/2022/05/GHSA-xr3g-9fg5-527w/GHSA-xr3g-9fg5-527w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-xr46-9c78-g7pg/GHSA-xr46-9c78-g7pg.json b/advisories/unreviewed/2022/05/GHSA-xr46-9c78-g7pg/GHSA-xr46-9c78-g7pg.json index 51c5df99e74..dd839f538e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-xr46-9c78-g7pg/GHSA-xr46-9c78-g7pg.json +++ b/advisories/unreviewed/2022/05/GHSA-xr46-9c78-g7pg/GHSA-xr46-9c78-g7pg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-xr7x-hc9m-fv57/GHSA-xr7x-hc9m-fv57.json b/advisories/unreviewed/2022/05/GHSA-xr7x-hc9m-fv57/GHSA-xr7x-hc9m-fv57.json index ac7fa359cee..4a14a296ea5 100644 --- a/advisories/unreviewed/2022/05/GHSA-xr7x-hc9m-fv57/GHSA-xr7x-hc9m-fv57.json +++ b/advisories/unreviewed/2022/05/GHSA-xr7x-hc9m-fv57/GHSA-xr7x-hc9m-fv57.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -59,9 +57,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xr8x-2h22-4fr9/GHSA-xr8x-2h22-4fr9.json b/advisories/unreviewed/2022/05/GHSA-xr8x-2h22-4fr9/GHSA-xr8x-2h22-4fr9.json index 6e5e7ac8aee..dfd268b0a5e 100644 --- a/advisories/unreviewed/2022/05/GHSA-xr8x-2h22-4fr9/GHSA-xr8x-2h22-4fr9.json +++ b/advisories/unreviewed/2022/05/GHSA-xr8x-2h22-4fr9/GHSA-xr8x-2h22-4fr9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-xvfh-qj3w-wwgx/GHSA-xvfh-qj3w-wwgx.json b/advisories/unreviewed/2022/05/GHSA-xvfh-qj3w-wwgx/GHSA-xvfh-qj3w-wwgx.json index 423d1bb62c1..a52f4890387 100644 --- a/advisories/unreviewed/2022/05/GHSA-xvfh-qj3w-wwgx/GHSA-xvfh-qj3w-wwgx.json +++ b/advisories/unreviewed/2022/05/GHSA-xvfh-qj3w-wwgx/GHSA-xvfh-qj3w-wwgx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-xvmf-64xr-j3hq/GHSA-xvmf-64xr-j3hq.json b/advisories/unreviewed/2022/05/GHSA-xvmf-64xr-j3hq/GHSA-xvmf-64xr-j3hq.json index ffe2703e8ce..d1599e24c9d 100644 --- a/advisories/unreviewed/2022/05/GHSA-xvmf-64xr-j3hq/GHSA-xvmf-64xr-j3hq.json +++ b/advisories/unreviewed/2022/05/GHSA-xvmf-64xr-j3hq/GHSA-xvmf-64xr-j3hq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-xw28-8m8c-883v/GHSA-xw28-8m8c-883v.json b/advisories/unreviewed/2022/05/GHSA-xw28-8m8c-883v/GHSA-xw28-8m8c-883v.json index 42cffb319ac..8ffd8fc4cf7 100644 --- a/advisories/unreviewed/2022/05/GHSA-xw28-8m8c-883v/GHSA-xw28-8m8c-883v.json +++ b/advisories/unreviewed/2022/05/GHSA-xw28-8m8c-883v/GHSA-xw28-8m8c-883v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-xw2r-692f-cgpp/GHSA-xw2r-692f-cgpp.json b/advisories/unreviewed/2022/05/GHSA-xw2r-692f-cgpp/GHSA-xw2r-692f-cgpp.json index 168fdf2f7a1..49a28351459 100644 --- a/advisories/unreviewed/2022/05/GHSA-xw2r-692f-cgpp/GHSA-xw2r-692f-cgpp.json +++ b/advisories/unreviewed/2022/05/GHSA-xw2r-692f-cgpp/GHSA-xw2r-692f-cgpp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:C/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/2024/02/GHSA-qffw-qrxh-5g73/GHSA-qffw-qrxh-5g73.json b/advisories/unreviewed/2024/02/GHSA-qffw-qrxh-5g73/GHSA-qffw-qrxh-5g73.json index 27099c62ac3..47d9b6ae63d 100644 --- a/advisories/unreviewed/2024/02/GHSA-qffw-qrxh-5g73/GHSA-qffw-qrxh-5g73.json +++ b/advisories/unreviewed/2024/02/GHSA-qffw-qrxh-5g73/GHSA-qffw-qrxh-5g73.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-2ch9-gmhf-h625/GHSA-2ch9-gmhf-h625.json b/advisories/unreviewed/2024/06/GHSA-2ch9-gmhf-h625/GHSA-2ch9-gmhf-h625.json index 1a690e30149..776510ca78f 100644 --- a/advisories/unreviewed/2024/06/GHSA-2ch9-gmhf-h625/GHSA-2ch9-gmhf-h625.json +++ b/advisories/unreviewed/2024/06/GHSA-2ch9-gmhf-h625/GHSA-2ch9-gmhf-h625.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/2024/06/GHSA-43gw-3r3x-6rm5/GHSA-43gw-3r3x-6rm5.json b/advisories/unreviewed/2024/06/GHSA-43gw-3r3x-6rm5/GHSA-43gw-3r3x-6rm5.json index e05bf8eacdc..9ff630a29b9 100644 --- a/advisories/unreviewed/2024/06/GHSA-43gw-3r3x-6rm5/GHSA-43gw-3r3x-6rm5.json +++ b/advisories/unreviewed/2024/06/GHSA-43gw-3r3x-6rm5/GHSA-43gw-3r3x-6rm5.json @@ -7,12 +7,8 @@ "CVE-2024-23595" ], "details": "Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.", - "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/2024/06/GHSA-6xcf-qm82-cgmw/GHSA-6xcf-qm82-cgmw.json b/advisories/unreviewed/2024/06/GHSA-6xcf-qm82-cgmw/GHSA-6xcf-qm82-cgmw.json index ff2bab6f4e7..2bf372ddf48 100644 --- a/advisories/unreviewed/2024/06/GHSA-6xcf-qm82-cgmw/GHSA-6xcf-qm82-cgmw.json +++ b/advisories/unreviewed/2024/06/GHSA-6xcf-qm82-cgmw/GHSA-6xcf-qm82-cgmw.json @@ -7,12 +7,8 @@ "CVE-2023-6997" ], "details": "Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.", - "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/2024/06/GHSA-j6vm-3wj6-fwrh/GHSA-j6vm-3wj6-fwrh.json b/advisories/unreviewed/2024/06/GHSA-j6vm-3wj6-fwrh/GHSA-j6vm-3wj6-fwrh.json index f87aeb850da..e030afc7399 100644 --- a/advisories/unreviewed/2024/06/GHSA-j6vm-3wj6-fwrh/GHSA-j6vm-3wj6-fwrh.json +++ b/advisories/unreviewed/2024/06/GHSA-j6vm-3wj6-fwrh/GHSA-j6vm-3wj6-fwrh.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/06/GHSA-mvm4-c5wc-6q2m/GHSA-mvm4-c5wc-6q2m.json b/advisories/unreviewed/2024/06/GHSA-mvm4-c5wc-6q2m/GHSA-mvm4-c5wc-6q2m.json index 02a6e20790b..d9e0c45ddef 100644 --- a/advisories/unreviewed/2024/06/GHSA-mvm4-c5wc-6q2m/GHSA-mvm4-c5wc-6q2m.json +++ b/advisories/unreviewed/2024/06/GHSA-mvm4-c5wc-6q2m/GHSA-mvm4-c5wc-6q2m.json @@ -7,12 +7,8 @@ "CVE-2024-3133" ], "details": "Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.", - "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/2024/07/GHSA-3gx2-67xw-9fc9/GHSA-3gx2-67xw-9fc9.json b/advisories/unreviewed/2024/07/GHSA-3gx2-67xw-9fc9/GHSA-3gx2-67xw-9fc9.json index 6707093204c..745259ad4ab 100644 --- a/advisories/unreviewed/2024/07/GHSA-3gx2-67xw-9fc9/GHSA-3gx2-67xw-9fc9.json +++ b/advisories/unreviewed/2024/07/GHSA-3gx2-67xw-9fc9/GHSA-3gx2-67xw-9fc9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-695r-9vmq-rpff/GHSA-695r-9vmq-rpff.json b/advisories/unreviewed/2024/07/GHSA-695r-9vmq-rpff/GHSA-695r-9vmq-rpff.json index 55a892116c5..7bd17a1735a 100644 --- a/advisories/unreviewed/2024/07/GHSA-695r-9vmq-rpff/GHSA-695r-9vmq-rpff.json +++ b/advisories/unreviewed/2024/07/GHSA-695r-9vmq-rpff/GHSA-695r-9vmq-rpff.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", diff --git a/advisories/unreviewed/2024/07/GHSA-79hg-h6r6-64mm/GHSA-79hg-h6r6-64mm.json b/advisories/unreviewed/2024/07/GHSA-79hg-h6r6-64mm/GHSA-79hg-h6r6-64mm.json index a5bda3d4106..c40623b2b08 100644 --- a/advisories/unreviewed/2024/07/GHSA-79hg-h6r6-64mm/GHSA-79hg-h6r6-64mm.json +++ b/advisories/unreviewed/2024/07/GHSA-79hg-h6r6-64mm/GHSA-79hg-h6r6-64mm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-26rc-mj52-pcf5/GHSA-26rc-mj52-pcf5.json b/advisories/unreviewed/2024/08/GHSA-26rc-mj52-pcf5/GHSA-26rc-mj52-pcf5.json index 4b003ec9c4a..7bae35b4f64 100644 --- a/advisories/unreviewed/2024/08/GHSA-26rc-mj52-pcf5/GHSA-26rc-mj52-pcf5.json +++ b/advisories/unreviewed/2024/08/GHSA-26rc-mj52-pcf5/GHSA-26rc-mj52-pcf5.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/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", diff --git a/advisories/unreviewed/2024/08/GHSA-27qw-rmpj-379q/GHSA-27qw-rmpj-379q.json b/advisories/unreviewed/2024/08/GHSA-27qw-rmpj-379q/GHSA-27qw-rmpj-379q.json index 39b601e259c..0f3ac6acb3f 100644 --- a/advisories/unreviewed/2024/08/GHSA-27qw-rmpj-379q/GHSA-27qw-rmpj-379q.json +++ b/advisories/unreviewed/2024/08/GHSA-27qw-rmpj-379q/GHSA-27qw-rmpj-379q.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/2024/08/GHSA-2fx8-5w8c-86ff/GHSA-2fx8-5w8c-86ff.json b/advisories/unreviewed/2024/08/GHSA-2fx8-5w8c-86ff/GHSA-2fx8-5w8c-86ff.json index f6b550ef079..72c26cd4e6a 100644 --- a/advisories/unreviewed/2024/08/GHSA-2fx8-5w8c-86ff/GHSA-2fx8-5w8c-86ff.json +++ b/advisories/unreviewed/2024/08/GHSA-2fx8-5w8c-86ff/GHSA-2fx8-5w8c-86ff.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/2024/08/GHSA-2v3g-4chr-x8h3/GHSA-2v3g-4chr-x8h3.json b/advisories/unreviewed/2024/08/GHSA-2v3g-4chr-x8h3/GHSA-2v3g-4chr-x8h3.json index ca6d02e18e0..d7e77346733 100644 --- a/advisories/unreviewed/2024/08/GHSA-2v3g-4chr-x8h3/GHSA-2v3g-4chr-x8h3.json +++ b/advisories/unreviewed/2024/08/GHSA-2v3g-4chr-x8h3/GHSA-2v3g-4chr-x8h3.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/08/GHSA-3f48-f2h7-6g73/GHSA-3f48-f2h7-6g73.json b/advisories/unreviewed/2024/08/GHSA-3f48-f2h7-6g73/GHSA-3f48-f2h7-6g73.json index b8c3b14c908..d35e824d7d5 100644 --- a/advisories/unreviewed/2024/08/GHSA-3f48-f2h7-6g73/GHSA-3f48-f2h7-6g73.json +++ b/advisories/unreviewed/2024/08/GHSA-3f48-f2h7-6g73/GHSA-3f48-f2h7-6g73.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/2024/08/GHSA-3ffg-5vr4-3v59/GHSA-3ffg-5vr4-3v59.json b/advisories/unreviewed/2024/08/GHSA-3ffg-5vr4-3v59/GHSA-3ffg-5vr4-3v59.json index 5df1d8b9ed9..6faa473872d 100644 --- a/advisories/unreviewed/2024/08/GHSA-3ffg-5vr4-3v59/GHSA-3ffg-5vr4-3v59.json +++ b/advisories/unreviewed/2024/08/GHSA-3ffg-5vr4-3v59/GHSA-3ffg-5vr4-3v59.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/08/GHSA-3mjr-8v4p-9qf4/GHSA-3mjr-8v4p-9qf4.json b/advisories/unreviewed/2024/08/GHSA-3mjr-8v4p-9qf4/GHSA-3mjr-8v4p-9qf4.json index 6621fd7a88c..2c922250110 100644 --- a/advisories/unreviewed/2024/08/GHSA-3mjr-8v4p-9qf4/GHSA-3mjr-8v4p-9qf4.json +++ b/advisories/unreviewed/2024/08/GHSA-3mjr-8v4p-9qf4/GHSA-3mjr-8v4p-9qf4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/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/2024/08/GHSA-3mqr-vvf3-23jj/GHSA-3mqr-vvf3-23jj.json b/advisories/unreviewed/2024/08/GHSA-3mqr-vvf3-23jj/GHSA-3mqr-vvf3-23jj.json index 197ba7263d1..fbebf1b1c8e 100644 --- a/advisories/unreviewed/2024/08/GHSA-3mqr-vvf3-23jj/GHSA-3mqr-vvf3-23jj.json +++ b/advisories/unreviewed/2024/08/GHSA-3mqr-vvf3-23jj/GHSA-3mqr-vvf3-23jj.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/2024/08/GHSA-44m4-gm9r-m853/GHSA-44m4-gm9r-m853.json b/advisories/unreviewed/2024/08/GHSA-44m4-gm9r-m853/GHSA-44m4-gm9r-m853.json index 4deb423b853..639fceaccf4 100644 --- a/advisories/unreviewed/2024/08/GHSA-44m4-gm9r-m853/GHSA-44m4-gm9r-m853.json +++ b/advisories/unreviewed/2024/08/GHSA-44m4-gm9r-m853/GHSA-44m4-gm9r-m853.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", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/08/GHSA-46h9-pp48-mv2m/GHSA-46h9-pp48-mv2m.json b/advisories/unreviewed/2024/08/GHSA-46h9-pp48-mv2m/GHSA-46h9-pp48-mv2m.json index b4b0a469835..73f27ffdc3d 100644 --- a/advisories/unreviewed/2024/08/GHSA-46h9-pp48-mv2m/GHSA-46h9-pp48-mv2m.json +++ b/advisories/unreviewed/2024/08/GHSA-46h9-pp48-mv2m/GHSA-46h9-pp48-mv2m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-482j-q2mw-67xq/GHSA-482j-q2mw-67xq.json b/advisories/unreviewed/2024/08/GHSA-482j-q2mw-67xq/GHSA-482j-q2mw-67xq.json index e1f1610d745..a3d308ed989 100644 --- a/advisories/unreviewed/2024/08/GHSA-482j-q2mw-67xq/GHSA-482j-q2mw-67xq.json +++ b/advisories/unreviewed/2024/08/GHSA-482j-q2mw-67xq/GHSA-482j-q2mw-67xq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-4x64-hhrm-2mp8/GHSA-4x64-hhrm-2mp8.json b/advisories/unreviewed/2024/08/GHSA-4x64-hhrm-2mp8/GHSA-4x64-hhrm-2mp8.json index 879058b1eb8..40f82813d34 100644 --- a/advisories/unreviewed/2024/08/GHSA-4x64-hhrm-2mp8/GHSA-4x64-hhrm-2mp8.json +++ b/advisories/unreviewed/2024/08/GHSA-4x64-hhrm-2mp8/GHSA-4x64-hhrm-2mp8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-62f7-866g-78gg/GHSA-62f7-866g-78gg.json b/advisories/unreviewed/2024/08/GHSA-62f7-866g-78gg/GHSA-62f7-866g-78gg.json index f5cae905c4a..7e1c0640639 100644 --- a/advisories/unreviewed/2024/08/GHSA-62f7-866g-78gg/GHSA-62f7-866g-78gg.json +++ b/advisories/unreviewed/2024/08/GHSA-62f7-866g-78gg/GHSA-62f7-866g-78gg.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/08/GHSA-6fw8-252j-cr2j/GHSA-6fw8-252j-cr2j.json b/advisories/unreviewed/2024/08/GHSA-6fw8-252j-cr2j/GHSA-6fw8-252j-cr2j.json index 8836ae11d00..c2ea43e0b14 100644 --- a/advisories/unreviewed/2024/08/GHSA-6fw8-252j-cr2j/GHSA-6fw8-252j-cr2j.json +++ b/advisories/unreviewed/2024/08/GHSA-6fw8-252j-cr2j/GHSA-6fw8-252j-cr2j.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/2024/08/GHSA-8f4h-jjh9-fxrx/GHSA-8f4h-jjh9-fxrx.json b/advisories/unreviewed/2024/08/GHSA-8f4h-jjh9-fxrx/GHSA-8f4h-jjh9-fxrx.json index b4493f5a6df..b5536b28dc4 100644 --- a/advisories/unreviewed/2024/08/GHSA-8f4h-jjh9-fxrx/GHSA-8f4h-jjh9-fxrx.json +++ b/advisories/unreviewed/2024/08/GHSA-8f4h-jjh9-fxrx/GHSA-8f4h-jjh9-fxrx.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/2024/08/GHSA-9c47-7pjp-gr57/GHSA-9c47-7pjp-gr57.json b/advisories/unreviewed/2024/08/GHSA-9c47-7pjp-gr57/GHSA-9c47-7pjp-gr57.json index 438a72085ad..8ef25e69c28 100644 --- a/advisories/unreviewed/2024/08/GHSA-9c47-7pjp-gr57/GHSA-9c47-7pjp-gr57.json +++ b/advisories/unreviewed/2024/08/GHSA-9c47-7pjp-gr57/GHSA-9c47-7pjp-gr57.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:L/SI:L/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", diff --git a/advisories/unreviewed/2024/08/GHSA-9pxm-gmqm-gp3r/GHSA-9pxm-gmqm-gp3r.json b/advisories/unreviewed/2024/08/GHSA-9pxm-gmqm-gp3r/GHSA-9pxm-gmqm-gp3r.json index 263d8891cf3..1e2e8d6a3c7 100644 --- a/advisories/unreviewed/2024/08/GHSA-9pxm-gmqm-gp3r/GHSA-9pxm-gmqm-gp3r.json +++ b/advisories/unreviewed/2024/08/GHSA-9pxm-gmqm-gp3r/GHSA-9pxm-gmqm-gp3r.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/08/GHSA-c8gg-mcpj-h38f/GHSA-c8gg-mcpj-h38f.json b/advisories/unreviewed/2024/08/GHSA-c8gg-mcpj-h38f/GHSA-c8gg-mcpj-h38f.json index 0f8ced5a7ee..ec2904d1f3e 100644 --- a/advisories/unreviewed/2024/08/GHSA-c8gg-mcpj-h38f/GHSA-c8gg-mcpj-h38f.json +++ b/advisories/unreviewed/2024/08/GHSA-c8gg-mcpj-h38f/GHSA-c8gg-mcpj-h38f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2024/08/GHSA-cpmm-pqjj-wh64/GHSA-cpmm-pqjj-wh64.json b/advisories/unreviewed/2024/08/GHSA-cpmm-pqjj-wh64/GHSA-cpmm-pqjj-wh64.json index 1588fd21a8c..32cc8eac6a5 100644 --- a/advisories/unreviewed/2024/08/GHSA-cpmm-pqjj-wh64/GHSA-cpmm-pqjj-wh64.json +++ b/advisories/unreviewed/2024/08/GHSA-cpmm-pqjj-wh64/GHSA-cpmm-pqjj-wh64.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2024/08/GHSA-f3fj-wq8c-9fq8/GHSA-f3fj-wq8c-9fq8.json b/advisories/unreviewed/2024/08/GHSA-f3fj-wq8c-9fq8/GHSA-f3fj-wq8c-9fq8.json index a60e5e7603d..68cfbf8f5b1 100644 --- a/advisories/unreviewed/2024/08/GHSA-f3fj-wq8c-9fq8/GHSA-f3fj-wq8c-9fq8.json +++ b/advisories/unreviewed/2024/08/GHSA-f3fj-wq8c-9fq8/GHSA-f3fj-wq8c-9fq8.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/2024/08/GHSA-f5pw-c669-x4x7/GHSA-f5pw-c669-x4x7.json b/advisories/unreviewed/2024/08/GHSA-f5pw-c669-x4x7/GHSA-f5pw-c669-x4x7.json index 42eed320431..16e9fc81ecd 100644 --- a/advisories/unreviewed/2024/08/GHSA-f5pw-c669-x4x7/GHSA-f5pw-c669-x4x7.json +++ b/advisories/unreviewed/2024/08/GHSA-f5pw-c669-x4x7/GHSA-f5pw-c669-x4x7.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/08/GHSA-f9pf-68jx-89j3/GHSA-f9pf-68jx-89j3.json b/advisories/unreviewed/2024/08/GHSA-f9pf-68jx-89j3/GHSA-f9pf-68jx-89j3.json index 10b0ac10813..db07f4b8f03 100644 --- a/advisories/unreviewed/2024/08/GHSA-f9pf-68jx-89j3/GHSA-f9pf-68jx-89j3.json +++ b/advisories/unreviewed/2024/08/GHSA-f9pf-68jx-89j3/GHSA-f9pf-68jx-89j3.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", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/08/GHSA-fp9x-9r68-jr5q/GHSA-fp9x-9r68-jr5q.json b/advisories/unreviewed/2024/08/GHSA-fp9x-9r68-jr5q/GHSA-fp9x-9r68-jr5q.json index bf5b1dc4a1d..8cd2b69cbb9 100644 --- a/advisories/unreviewed/2024/08/GHSA-fp9x-9r68-jr5q/GHSA-fp9x-9r68-jr5q.json +++ b/advisories/unreviewed/2024/08/GHSA-fp9x-9r68-jr5q/GHSA-fp9x-9r68-jr5q.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/2024/08/GHSA-gc3j-m753-j4hj/GHSA-gc3j-m753-j4hj.json b/advisories/unreviewed/2024/08/GHSA-gc3j-m753-j4hj/GHSA-gc3j-m753-j4hj.json index d0194b2627a..01aa3897240 100644 --- a/advisories/unreviewed/2024/08/GHSA-gc3j-m753-j4hj/GHSA-gc3j-m753-j4hj.json +++ b/advisories/unreviewed/2024/08/GHSA-gc3j-m753-j4hj/GHSA-gc3j-m753-j4hj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-gmjg-rc78-3h37/GHSA-gmjg-rc78-3h37.json b/advisories/unreviewed/2024/08/GHSA-gmjg-rc78-3h37/GHSA-gmjg-rc78-3h37.json index 2a0f9b9c049..7cc307183bc 100644 --- a/advisories/unreviewed/2024/08/GHSA-gmjg-rc78-3h37/GHSA-gmjg-rc78-3h37.json +++ b/advisories/unreviewed/2024/08/GHSA-gmjg-rc78-3h37/GHSA-gmjg-rc78-3h37.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-gx69-x2qq-q7rm/GHSA-gx69-x2qq-q7rm.json b/advisories/unreviewed/2024/08/GHSA-gx69-x2qq-q7rm/GHSA-gx69-x2qq-q7rm.json index 2fd2b6fc761..245136762f9 100644 --- a/advisories/unreviewed/2024/08/GHSA-gx69-x2qq-q7rm/GHSA-gx69-x2qq-q7rm.json +++ b/advisories/unreviewed/2024/08/GHSA-gx69-x2qq-q7rm/GHSA-gx69-x2qq-q7rm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2024/08/GHSA-h3vv-p837-jj7r/GHSA-h3vv-p837-jj7r.json b/advisories/unreviewed/2024/08/GHSA-h3vv-p837-jj7r/GHSA-h3vv-p837-jj7r.json index 2284ac45bcc..408a0121403 100644 --- a/advisories/unreviewed/2024/08/GHSA-h3vv-p837-jj7r/GHSA-h3vv-p837-jj7r.json +++ b/advisories/unreviewed/2024/08/GHSA-h3vv-p837-jj7r/GHSA-h3vv-p837-jj7r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:L/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-hxw3-49vc-4rrp/GHSA-hxw3-49vc-4rrp.json b/advisories/unreviewed/2024/08/GHSA-hxw3-49vc-4rrp/GHSA-hxw3-49vc-4rrp.json index bef4c0942d5..5deb4e39739 100644 --- a/advisories/unreviewed/2024/08/GHSA-hxw3-49vc-4rrp/GHSA-hxw3-49vc-4rrp.json +++ b/advisories/unreviewed/2024/08/GHSA-hxw3-49vc-4rrp/GHSA-hxw3-49vc-4rrp.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", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/08/GHSA-mv84-ggqf-6q3w/GHSA-mv84-ggqf-6q3w.json b/advisories/unreviewed/2024/08/GHSA-mv84-ggqf-6q3w/GHSA-mv84-ggqf-6q3w.json index cffb37625e5..116e57753b6 100644 --- a/advisories/unreviewed/2024/08/GHSA-mv84-ggqf-6q3w/GHSA-mv84-ggqf-6q3w.json +++ b/advisories/unreviewed/2024/08/GHSA-mv84-ggqf-6q3w/GHSA-mv84-ggqf-6q3w.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/2024/08/GHSA-p6m7-cwqx-m4h6/GHSA-p6m7-cwqx-m4h6.json b/advisories/unreviewed/2024/08/GHSA-p6m7-cwqx-m4h6/GHSA-p6m7-cwqx-m4h6.json index a2dc68b4866..93fcbb6cd5f 100644 --- a/advisories/unreviewed/2024/08/GHSA-p6m7-cwqx-m4h6/GHSA-p6m7-cwqx-m4h6.json +++ b/advisories/unreviewed/2024/08/GHSA-p6m7-cwqx-m4h6/GHSA-p6m7-cwqx-m4h6.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/08/GHSA-pm23-3px3-qrh7/GHSA-pm23-3px3-qrh7.json b/advisories/unreviewed/2024/08/GHSA-pm23-3px3-qrh7/GHSA-pm23-3px3-qrh7.json index c39abf99602..74643b3b110 100644 --- a/advisories/unreviewed/2024/08/GHSA-pm23-3px3-qrh7/GHSA-pm23-3px3-qrh7.json +++ b/advisories/unreviewed/2024/08/GHSA-pm23-3px3-qrh7/GHSA-pm23-3px3-qrh7.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/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:N/R:X/V:C/RE:L/U:Red" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-qv78-7pxw-jgx2/GHSA-qv78-7pxw-jgx2.json b/advisories/unreviewed/2024/08/GHSA-qv78-7pxw-jgx2/GHSA-qv78-7pxw-jgx2.json index 38f1714fb2e..80eb3aad07c 100644 --- a/advisories/unreviewed/2024/08/GHSA-qv78-7pxw-jgx2/GHSA-qv78-7pxw-jgx2.json +++ b/advisories/unreviewed/2024/08/GHSA-qv78-7pxw-jgx2/GHSA-qv78-7pxw-jgx2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-rjvg-jw68-99hj/GHSA-rjvg-jw68-99hj.json b/advisories/unreviewed/2024/08/GHSA-rjvg-jw68-99hj/GHSA-rjvg-jw68-99hj.json index 6512e4cb02e..e70b93beb4f 100644 --- a/advisories/unreviewed/2024/08/GHSA-rjvg-jw68-99hj/GHSA-rjvg-jw68-99hj.json +++ b/advisories/unreviewed/2024/08/GHSA-rjvg-jw68-99hj/GHSA-rjvg-jw68-99hj.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/2024/08/GHSA-v6fm-w4p3-p8mv/GHSA-v6fm-w4p3-p8mv.json b/advisories/unreviewed/2024/08/GHSA-v6fm-w4p3-p8mv/GHSA-v6fm-w4p3-p8mv.json index 400f1155d91..df0aeff3449 100644 --- a/advisories/unreviewed/2024/08/GHSA-v6fm-w4p3-p8mv/GHSA-v6fm-w4p3-p8mv.json +++ b/advisories/unreviewed/2024/08/GHSA-v6fm-w4p3-p8mv/GHSA-v6fm-w4p3-p8mv.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/2024/08/GHSA-vc85-hxq3-m586/GHSA-vc85-hxq3-m586.json b/advisories/unreviewed/2024/08/GHSA-vc85-hxq3-m586/GHSA-vc85-hxq3-m586.json index c6e3e16b774..6e0a1398a15 100644 --- a/advisories/unreviewed/2024/08/GHSA-vc85-hxq3-m586/GHSA-vc85-hxq3-m586.json +++ b/advisories/unreviewed/2024/08/GHSA-vc85-hxq3-m586/GHSA-vc85-hxq3-m586.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", @@ -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/08/GHSA-vp43-mc38-mmg5/GHSA-vp43-mc38-mmg5.json b/advisories/unreviewed/2024/08/GHSA-vp43-mc38-mmg5/GHSA-vp43-mc38-mmg5.json index 7541f84eae0..e282cc17cee 100644 --- a/advisories/unreviewed/2024/08/GHSA-vp43-mc38-mmg5/GHSA-vp43-mc38-mmg5.json +++ b/advisories/unreviewed/2024/08/GHSA-vp43-mc38-mmg5/GHSA-vp43-mc38-mmg5.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/08/GHSA-vqf8-44qw-c23j/GHSA-vqf8-44qw-c23j.json b/advisories/unreviewed/2024/08/GHSA-vqf8-44qw-c23j/GHSA-vqf8-44qw-c23j.json index 1b6b16b881f..a633758371a 100644 --- a/advisories/unreviewed/2024/08/GHSA-vqf8-44qw-c23j/GHSA-vqf8-44qw-c23j.json +++ b/advisories/unreviewed/2024/08/GHSA-vqf8-44qw-c23j/GHSA-vqf8-44qw-c23j.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/08/GHSA-w7wj-5p2p-g7p7/GHSA-w7wj-5p2p-g7p7.json b/advisories/unreviewed/2024/08/GHSA-w7wj-5p2p-g7p7/GHSA-w7wj-5p2p-g7p7.json index 0ed7c841166..4faf9f6836b 100644 --- a/advisories/unreviewed/2024/08/GHSA-w7wj-5p2p-g7p7/GHSA-w7wj-5p2p-g7p7.json +++ b/advisories/unreviewed/2024/08/GHSA-w7wj-5p2p-g7p7/GHSA-w7wj-5p2p-g7p7.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/08/GHSA-wq9p-m399-c79x/GHSA-wq9p-m399-c79x.json b/advisories/unreviewed/2024/08/GHSA-wq9p-m399-c79x/GHSA-wq9p-m399-c79x.json index 8ed0cdbc669..4c2c8dcec5d 100644 --- a/advisories/unreviewed/2024/08/GHSA-wq9p-m399-c79x/GHSA-wq9p-m399-c79x.json +++ b/advisories/unreviewed/2024/08/GHSA-wq9p-m399-c79x/GHSA-wq9p-m399-c79x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-x5w2-mr7h-w2wf/GHSA-x5w2-mr7h-w2wf.json b/advisories/unreviewed/2024/08/GHSA-x5w2-mr7h-w2wf/GHSA-x5w2-mr7h-w2wf.json index 80e64288902..2b29a53722d 100644 --- a/advisories/unreviewed/2024/08/GHSA-x5w2-mr7h-w2wf/GHSA-x5w2-mr7h-w2wf.json +++ b/advisories/unreviewed/2024/08/GHSA-x5w2-mr7h-w2wf/GHSA-x5w2-mr7h-w2wf.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:A/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:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-x9wr-745j-rm5j/GHSA-x9wr-745j-rm5j.json b/advisories/unreviewed/2024/08/GHSA-x9wr-745j-rm5j/GHSA-x9wr-745j-rm5j.json index 1548799cf74..82473e70cdd 100644 --- a/advisories/unreviewed/2024/08/GHSA-x9wr-745j-rm5j/GHSA-x9wr-745j-rm5j.json +++ b/advisories/unreviewed/2024/08/GHSA-x9wr-745j-rm5j/GHSA-x9wr-745j-rm5j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-xmm6-6gqm-6vjq/GHSA-xmm6-6gqm-6vjq.json b/advisories/unreviewed/2024/08/GHSA-xmm6-6gqm-6vjq/GHSA-xmm6-6gqm-6vjq.json index 8ca0cebd99e..6c9e4ff097d 100644 --- a/advisories/unreviewed/2024/08/GHSA-xmm6-6gqm-6vjq/GHSA-xmm6-6gqm-6vjq.json +++ b/advisories/unreviewed/2024/08/GHSA-xmm6-6gqm-6vjq/GHSA-xmm6-6gqm-6vjq.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/2024/08/GHSA-xwrp-v4f7-2hq3/GHSA-xwrp-v4f7-2hq3.json b/advisories/unreviewed/2024/08/GHSA-xwrp-v4f7-2hq3/GHSA-xwrp-v4f7-2hq3.json index d1d1b73c74c..2a3293e34ac 100644 --- a/advisories/unreviewed/2024/08/GHSA-xwrp-v4f7-2hq3/GHSA-xwrp-v4f7-2hq3.json +++ b/advisories/unreviewed/2024/08/GHSA-xwrp-v4f7-2hq3/GHSA-xwrp-v4f7-2hq3.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/09/GHSA-22q6-7m3g-6r77/GHSA-22q6-7m3g-6r77.json b/advisories/unreviewed/2024/09/GHSA-22q6-7m3g-6r77/GHSA-22q6-7m3g-6r77.json index 38e70f8f7e1..55ba1944509 100644 --- a/advisories/unreviewed/2024/09/GHSA-22q6-7m3g-6r77/GHSA-22q6-7m3g-6r77.json +++ b/advisories/unreviewed/2024/09/GHSA-22q6-7m3g-6r77/GHSA-22q6-7m3g-6r77.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-232q-v7rp-6ff8/GHSA-232q-v7rp-6ff8.json b/advisories/unreviewed/2024/09/GHSA-232q-v7rp-6ff8/GHSA-232q-v7rp-6ff8.json index eaaba4d7bc2..2a10e09daf4 100644 --- a/advisories/unreviewed/2024/09/GHSA-232q-v7rp-6ff8/GHSA-232q-v7rp-6ff8.json +++ b/advisories/unreviewed/2024/09/GHSA-232q-v7rp-6ff8/GHSA-232q-v7rp-6ff8.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/2024/09/GHSA-2cfc-579m-w2fj/GHSA-2cfc-579m-w2fj.json b/advisories/unreviewed/2024/09/GHSA-2cfc-579m-w2fj/GHSA-2cfc-579m-w2fj.json index a057e372e05..88b35ea6edb 100644 --- a/advisories/unreviewed/2024/09/GHSA-2cfc-579m-w2fj/GHSA-2cfc-579m-w2fj.json +++ b/advisories/unreviewed/2024/09/GHSA-2cfc-579m-w2fj/GHSA-2cfc-579m-w2fj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/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/09/GHSA-2m44-793w-9x5c/GHSA-2m44-793w-9x5c.json b/advisories/unreviewed/2024/09/GHSA-2m44-793w-9x5c/GHSA-2m44-793w-9x5c.json index ae499e837a0..b7bb901d94e 100644 --- a/advisories/unreviewed/2024/09/GHSA-2m44-793w-9x5c/GHSA-2m44-793w-9x5c.json +++ b/advisories/unreviewed/2024/09/GHSA-2m44-793w-9x5c/GHSA-2m44-793w-9x5c.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/09/GHSA-3225-4cfr-jmrx/GHSA-3225-4cfr-jmrx.json b/advisories/unreviewed/2024/09/GHSA-3225-4cfr-jmrx/GHSA-3225-4cfr-jmrx.json index 16efa30977c..b2555eb8422 100644 --- a/advisories/unreviewed/2024/09/GHSA-3225-4cfr-jmrx/GHSA-3225-4cfr-jmrx.json +++ b/advisories/unreviewed/2024/09/GHSA-3225-4cfr-jmrx/GHSA-3225-4cfr-jmrx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-35pg-8ph2-rp9c/GHSA-35pg-8ph2-rp9c.json b/advisories/unreviewed/2024/09/GHSA-35pg-8ph2-rp9c/GHSA-35pg-8ph2-rp9c.json index af8b666d362..3a048a699ef 100644 --- a/advisories/unreviewed/2024/09/GHSA-35pg-8ph2-rp9c/GHSA-35pg-8ph2-rp9c.json +++ b/advisories/unreviewed/2024/09/GHSA-35pg-8ph2-rp9c/GHSA-35pg-8ph2-rp9c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-3rx7-fmcf-hpgr/GHSA-3rx7-fmcf-hpgr.json b/advisories/unreviewed/2024/09/GHSA-3rx7-fmcf-hpgr/GHSA-3rx7-fmcf-hpgr.json index 7927c8a81a5..9fcb1370bb3 100644 --- a/advisories/unreviewed/2024/09/GHSA-3rx7-fmcf-hpgr/GHSA-3rx7-fmcf-hpgr.json +++ b/advisories/unreviewed/2024/09/GHSA-3rx7-fmcf-hpgr/GHSA-3rx7-fmcf-hpgr.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/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/09/GHSA-3whw-wqrp-r5hq/GHSA-3whw-wqrp-r5hq.json b/advisories/unreviewed/2024/09/GHSA-3whw-wqrp-r5hq/GHSA-3whw-wqrp-r5hq.json index 349dacf50a1..86d03da2daa 100644 --- a/advisories/unreviewed/2024/09/GHSA-3whw-wqrp-r5hq/GHSA-3whw-wqrp-r5hq.json +++ b/advisories/unreviewed/2024/09/GHSA-3whw-wqrp-r5hq/GHSA-3whw-wqrp-r5hq.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/09/GHSA-42p2-q66q-8hx8/GHSA-42p2-q66q-8hx8.json b/advisories/unreviewed/2024/09/GHSA-42p2-q66q-8hx8/GHSA-42p2-q66q-8hx8.json index 0d90c18b697..623b34086be 100644 --- a/advisories/unreviewed/2024/09/GHSA-42p2-q66q-8hx8/GHSA-42p2-q66q-8hx8.json +++ b/advisories/unreviewed/2024/09/GHSA-42p2-q66q-8hx8/GHSA-42p2-q66q-8hx8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-4h8v-mw53-m4g2/GHSA-4h8v-mw53-m4g2.json b/advisories/unreviewed/2024/09/GHSA-4h8v-mw53-m4g2/GHSA-4h8v-mw53-m4g2.json index d4e7dd075a6..89796c84ef1 100644 --- a/advisories/unreviewed/2024/09/GHSA-4h8v-mw53-m4g2/GHSA-4h8v-mw53-m4g2.json +++ b/advisories/unreviewed/2024/09/GHSA-4h8v-mw53-m4g2/GHSA-4h8v-mw53-m4g2.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/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/09/GHSA-4hj6-28gf-vw7g/GHSA-4hj6-28gf-vw7g.json b/advisories/unreviewed/2024/09/GHSA-4hj6-28gf-vw7g/GHSA-4hj6-28gf-vw7g.json index 341b07dabb3..512ecc5f15e 100644 --- a/advisories/unreviewed/2024/09/GHSA-4hj6-28gf-vw7g/GHSA-4hj6-28gf-vw7g.json +++ b/advisories/unreviewed/2024/09/GHSA-4hj6-28gf-vw7g/GHSA-4hj6-28gf-vw7g.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/09/GHSA-5h7r-mv43-gm2c/GHSA-5h7r-mv43-gm2c.json b/advisories/unreviewed/2024/09/GHSA-5h7r-mv43-gm2c/GHSA-5h7r-mv43-gm2c.json index 0ed9bdc3c49..e85053c9270 100644 --- a/advisories/unreviewed/2024/09/GHSA-5h7r-mv43-gm2c/GHSA-5h7r-mv43-gm2c.json +++ b/advisories/unreviewed/2024/09/GHSA-5h7r-mv43-gm2c/GHSA-5h7r-mv43-gm2c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/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/2024/09/GHSA-64w6-7xrg-vmhg/GHSA-64w6-7xrg-vmhg.json b/advisories/unreviewed/2024/09/GHSA-64w6-7xrg-vmhg/GHSA-64w6-7xrg-vmhg.json index 4c2cea0b818..f11a277e3ca 100644 --- a/advisories/unreviewed/2024/09/GHSA-64w6-7xrg-vmhg/GHSA-64w6-7xrg-vmhg.json +++ b/advisories/unreviewed/2024/09/GHSA-64w6-7xrg-vmhg/GHSA-64w6-7xrg-vmhg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-66wp-pmr8-89fq/GHSA-66wp-pmr8-89fq.json b/advisories/unreviewed/2024/09/GHSA-66wp-pmr8-89fq/GHSA-66wp-pmr8-89fq.json index f8d17723176..9355078432f 100644 --- a/advisories/unreviewed/2024/09/GHSA-66wp-pmr8-89fq/GHSA-66wp-pmr8-89fq.json +++ b/advisories/unreviewed/2024/09/GHSA-66wp-pmr8-89fq/GHSA-66wp-pmr8-89fq.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/2024/09/GHSA-6qcx-p3rr-pfwf/GHSA-6qcx-p3rr-pfwf.json b/advisories/unreviewed/2024/09/GHSA-6qcx-p3rr-pfwf/GHSA-6qcx-p3rr-pfwf.json index 608b41f91de..7d80bd81c23 100644 --- a/advisories/unreviewed/2024/09/GHSA-6qcx-p3rr-pfwf/GHSA-6qcx-p3rr-pfwf.json +++ b/advisories/unreviewed/2024/09/GHSA-6qcx-p3rr-pfwf/GHSA-6qcx-p3rr-pfwf.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", diff --git a/advisories/unreviewed/2024/09/GHSA-6r2v-725q-58ch/GHSA-6r2v-725q-58ch.json b/advisories/unreviewed/2024/09/GHSA-6r2v-725q-58ch/GHSA-6r2v-725q-58ch.json index ec779a0c075..c6f299fe024 100644 --- a/advisories/unreviewed/2024/09/GHSA-6r2v-725q-58ch/GHSA-6r2v-725q-58ch.json +++ b/advisories/unreviewed/2024/09/GHSA-6r2v-725q-58ch/GHSA-6r2v-725q-58ch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-7p74-xwp9-69ww/GHSA-7p74-xwp9-69ww.json b/advisories/unreviewed/2024/09/GHSA-7p74-xwp9-69ww/GHSA-7p74-xwp9-69ww.json index 69e6f975d0d..adf0aaef348 100644 --- a/advisories/unreviewed/2024/09/GHSA-7p74-xwp9-69ww/GHSA-7p74-xwp9-69ww.json +++ b/advisories/unreviewed/2024/09/GHSA-7p74-xwp9-69ww/GHSA-7p74-xwp9-69ww.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:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-82fj-4p4v-8rc2/GHSA-82fj-4p4v-8rc2.json b/advisories/unreviewed/2024/09/GHSA-82fj-4p4v-8rc2/GHSA-82fj-4p4v-8rc2.json index 5fd83e2196d..384186bc896 100644 --- a/advisories/unreviewed/2024/09/GHSA-82fj-4p4v-8rc2/GHSA-82fj-4p4v-8rc2.json +++ b/advisories/unreviewed/2024/09/GHSA-82fj-4p4v-8rc2/GHSA-82fj-4p4v-8rc2.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/2024/09/GHSA-8gv7-8h2v-9w6c/GHSA-8gv7-8h2v-9w6c.json b/advisories/unreviewed/2024/09/GHSA-8gv7-8h2v-9w6c/GHSA-8gv7-8h2v-9w6c.json index af7d9003c47..7288ccfe5ce 100644 --- a/advisories/unreviewed/2024/09/GHSA-8gv7-8h2v-9w6c/GHSA-8gv7-8h2v-9w6c.json +++ b/advisories/unreviewed/2024/09/GHSA-8gv7-8h2v-9w6c/GHSA-8gv7-8h2v-9w6c.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/2024/09/GHSA-8mjg-c853-xc3w/GHSA-8mjg-c853-xc3w.json b/advisories/unreviewed/2024/09/GHSA-8mjg-c853-xc3w/GHSA-8mjg-c853-xc3w.json index ad12d402809..a22c12a0604 100644 --- a/advisories/unreviewed/2024/09/GHSA-8mjg-c853-xc3w/GHSA-8mjg-c853-xc3w.json +++ b/advisories/unreviewed/2024/09/GHSA-8mjg-c853-xc3w/GHSA-8mjg-c853-xc3w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:H/PR:H/UI:N/S:C/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/09/GHSA-947f-qh3g-pcj5/GHSA-947f-qh3g-pcj5.json b/advisories/unreviewed/2024/09/GHSA-947f-qh3g-pcj5/GHSA-947f-qh3g-pcj5.json index dea88913f07..fd9470f1ccd 100644 --- a/advisories/unreviewed/2024/09/GHSA-947f-qh3g-pcj5/GHSA-947f-qh3g-pcj5.json +++ b/advisories/unreviewed/2024/09/GHSA-947f-qh3g-pcj5/GHSA-947f-qh3g-pcj5.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/2024/09/GHSA-97hh-35r9-2gfm/GHSA-97hh-35r9-2gfm.json b/advisories/unreviewed/2024/09/GHSA-97hh-35r9-2gfm/GHSA-97hh-35r9-2gfm.json index 666ef4aca0c..aa8c221d040 100644 --- a/advisories/unreviewed/2024/09/GHSA-97hh-35r9-2gfm/GHSA-97hh-35r9-2gfm.json +++ b/advisories/unreviewed/2024/09/GHSA-97hh-35r9-2gfm/GHSA-97hh-35r9-2gfm.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/09/GHSA-9c2g-6v5v-57qg/GHSA-9c2g-6v5v-57qg.json b/advisories/unreviewed/2024/09/GHSA-9c2g-6v5v-57qg/GHSA-9c2g-6v5v-57qg.json index 152b3676f8a..a27bf0d4d13 100644 --- a/advisories/unreviewed/2024/09/GHSA-9c2g-6v5v-57qg/GHSA-9c2g-6v5v-57qg.json +++ b/advisories/unreviewed/2024/09/GHSA-9c2g-6v5v-57qg/GHSA-9c2g-6v5v-57qg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-c45c-r247-q8hc/GHSA-c45c-r247-q8hc.json b/advisories/unreviewed/2024/09/GHSA-c45c-r247-q8hc/GHSA-c45c-r247-q8hc.json index 106e2b3c4e3..398d7de4d87 100644 --- a/advisories/unreviewed/2024/09/GHSA-c45c-r247-q8hc/GHSA-c45c-r247-q8hc.json +++ b/advisories/unreviewed/2024/09/GHSA-c45c-r247-q8hc/GHSA-c45c-r247-q8hc.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/2024/09/GHSA-cf4q-v7mm-g53q/GHSA-cf4q-v7mm-g53q.json b/advisories/unreviewed/2024/09/GHSA-cf4q-v7mm-g53q/GHSA-cf4q-v7mm-g53q.json index e380fcfefd9..52474f37ec1 100644 --- a/advisories/unreviewed/2024/09/GHSA-cf4q-v7mm-g53q/GHSA-cf4q-v7mm-g53q.json +++ b/advisories/unreviewed/2024/09/GHSA-cf4q-v7mm-g53q/GHSA-cf4q-v7mm-g53q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/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/09/GHSA-cvgf-c753-74qx/GHSA-cvgf-c753-74qx.json b/advisories/unreviewed/2024/09/GHSA-cvgf-c753-74qx/GHSA-cvgf-c753-74qx.json index 351f2514aec..e009a0723df 100644 --- a/advisories/unreviewed/2024/09/GHSA-cvgf-c753-74qx/GHSA-cvgf-c753-74qx.json +++ b/advisories/unreviewed/2024/09/GHSA-cvgf-c753-74qx/GHSA-cvgf-c753-74qx.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/09/GHSA-cvp8-hm87-hr8x/GHSA-cvp8-hm87-hr8x.json b/advisories/unreviewed/2024/09/GHSA-cvp8-hm87-hr8x/GHSA-cvp8-hm87-hr8x.json index 5efd6e62c52..7eb5e2806f0 100644 --- a/advisories/unreviewed/2024/09/GHSA-cvp8-hm87-hr8x/GHSA-cvp8-hm87-hr8x.json +++ b/advisories/unreviewed/2024/09/GHSA-cvp8-hm87-hr8x/GHSA-cvp8-hm87-hr8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-f53w-fw63-qjpw/GHSA-f53w-fw63-qjpw.json b/advisories/unreviewed/2024/09/GHSA-f53w-fw63-qjpw/GHSA-f53w-fw63-qjpw.json index c5c658e8b8a..bcf2bb230cb 100644 --- a/advisories/unreviewed/2024/09/GHSA-f53w-fw63-qjpw/GHSA-f53w-fw63-qjpw.json +++ b/advisories/unreviewed/2024/09/GHSA-f53w-fw63-qjpw/GHSA-f53w-fw63-qjpw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-frqj-xr96-qh56/GHSA-frqj-xr96-qh56.json b/advisories/unreviewed/2024/09/GHSA-frqj-xr96-qh56/GHSA-frqj-xr96-qh56.json index bf28a9eef5a..81085b23a7b 100644 --- a/advisories/unreviewed/2024/09/GHSA-frqj-xr96-qh56/GHSA-frqj-xr96-qh56.json +++ b/advisories/unreviewed/2024/09/GHSA-frqj-xr96-qh56/GHSA-frqj-xr96-qh56.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/2024/09/GHSA-g7wm-3q7g-g3q2/GHSA-g7wm-3q7g-g3q2.json b/advisories/unreviewed/2024/09/GHSA-g7wm-3q7g-g3q2/GHSA-g7wm-3q7g-g3q2.json index 7860b2e1c07..0d3406f571b 100644 --- a/advisories/unreviewed/2024/09/GHSA-g7wm-3q7g-g3q2/GHSA-g7wm-3q7g-g3q2.json +++ b/advisories/unreviewed/2024/09/GHSA-g7wm-3q7g-g3q2/GHSA-g7wm-3q7g-g3q2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-gpxp-f9r6-4g34/GHSA-gpxp-f9r6-4g34.json b/advisories/unreviewed/2024/09/GHSA-gpxp-f9r6-4g34/GHSA-gpxp-f9r6-4g34.json index 0444c45a68f..a07beaf4fb7 100644 --- a/advisories/unreviewed/2024/09/GHSA-gpxp-f9r6-4g34/GHSA-gpxp-f9r6-4g34.json +++ b/advisories/unreviewed/2024/09/GHSA-gpxp-f9r6-4g34/GHSA-gpxp-f9r6-4g34.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/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:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-gq8g-2h99-85rv/GHSA-gq8g-2h99-85rv.json b/advisories/unreviewed/2024/09/GHSA-gq8g-2h99-85rv/GHSA-gq8g-2h99-85rv.json index b1b8a6c6d46..7ba4a9595b7 100644 --- a/advisories/unreviewed/2024/09/GHSA-gq8g-2h99-85rv/GHSA-gq8g-2h99-85rv.json +++ b/advisories/unreviewed/2024/09/GHSA-gq8g-2h99-85rv/GHSA-gq8g-2h99-85rv.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/09/GHSA-gvqc-g8mm-r66f/GHSA-gvqc-g8mm-r66f.json b/advisories/unreviewed/2024/09/GHSA-gvqc-g8mm-r66f/GHSA-gvqc-g8mm-r66f.json index c8287895bd3..f3d05f93604 100644 --- a/advisories/unreviewed/2024/09/GHSA-gvqc-g8mm-r66f/GHSA-gvqc-g8mm-r66f.json +++ b/advisories/unreviewed/2024/09/GHSA-gvqc-g8mm-r66f/GHSA-gvqc-g8mm-r66f.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", @@ -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/09/GHSA-h5fr-q576-q7rv/GHSA-h5fr-q576-q7rv.json b/advisories/unreviewed/2024/09/GHSA-h5fr-q576-q7rv/GHSA-h5fr-q576-q7rv.json index 2c7599689a1..107f1c85565 100644 --- a/advisories/unreviewed/2024/09/GHSA-h5fr-q576-q7rv/GHSA-h5fr-q576-q7rv.json +++ b/advisories/unreviewed/2024/09/GHSA-h5fr-q576-q7rv/GHSA-h5fr-q576-q7rv.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/2024/09/GHSA-h926-5fmr-p532/GHSA-h926-5fmr-p532.json b/advisories/unreviewed/2024/09/GHSA-h926-5fmr-p532/GHSA-h926-5fmr-p532.json index 1aabe91e492..93118ee2df8 100644 --- a/advisories/unreviewed/2024/09/GHSA-h926-5fmr-p532/GHSA-h926-5fmr-p532.json +++ b/advisories/unreviewed/2024/09/GHSA-h926-5fmr-p532/GHSA-h926-5fmr-p532.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/2024/09/GHSA-hh5f-w8h8-vh35/GHSA-hh5f-w8h8-vh35.json b/advisories/unreviewed/2024/09/GHSA-hh5f-w8h8-vh35/GHSA-hh5f-w8h8-vh35.json index 6b3e25e1149..ff3454c7483 100644 --- a/advisories/unreviewed/2024/09/GHSA-hh5f-w8h8-vh35/GHSA-hh5f-w8h8-vh35.json +++ b/advisories/unreviewed/2024/09/GHSA-hh5f-w8h8-vh35/GHSA-hh5f-w8h8-vh35.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/09/GHSA-jv5c-8jgx-c489/GHSA-jv5c-8jgx-c489.json b/advisories/unreviewed/2024/09/GHSA-jv5c-8jgx-c489/GHSA-jv5c-8jgx-c489.json index 31e27ea697f..52756d1ccc1 100644 --- a/advisories/unreviewed/2024/09/GHSA-jv5c-8jgx-c489/GHSA-jv5c-8jgx-c489.json +++ b/advisories/unreviewed/2024/09/GHSA-jv5c-8jgx-c489/GHSA-jv5c-8jgx-c489.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/2024/09/GHSA-m2jf-3295-7fpm/GHSA-m2jf-3295-7fpm.json b/advisories/unreviewed/2024/09/GHSA-m2jf-3295-7fpm/GHSA-m2jf-3295-7fpm.json index 433820653da..1b6de7aa942 100644 --- a/advisories/unreviewed/2024/09/GHSA-m2jf-3295-7fpm/GHSA-m2jf-3295-7fpm.json +++ b/advisories/unreviewed/2024/09/GHSA-m2jf-3295-7fpm/GHSA-m2jf-3295-7fpm.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/09/GHSA-mgf7-9fq3-64j5/GHSA-mgf7-9fq3-64j5.json b/advisories/unreviewed/2024/09/GHSA-mgf7-9fq3-64j5/GHSA-mgf7-9fq3-64j5.json index ad0918efb7f..a7e33330012 100644 --- a/advisories/unreviewed/2024/09/GHSA-mgf7-9fq3-64j5/GHSA-mgf7-9fq3-64j5.json +++ b/advisories/unreviewed/2024/09/GHSA-mgf7-9fq3-64j5/GHSA-mgf7-9fq3-64j5.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/09/GHSA-mmp2-p685-v76h/GHSA-mmp2-p685-v76h.json b/advisories/unreviewed/2024/09/GHSA-mmp2-p685-v76h/GHSA-mmp2-p685-v76h.json index 0299077d90e..417b6838dd4 100644 --- a/advisories/unreviewed/2024/09/GHSA-mmp2-p685-v76h/GHSA-mmp2-p685-v76h.json +++ b/advisories/unreviewed/2024/09/GHSA-mmp2-p685-v76h/GHSA-mmp2-p685-v76h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-mww4-7pfq-38g6/GHSA-mww4-7pfq-38g6.json b/advisories/unreviewed/2024/09/GHSA-mww4-7pfq-38g6/GHSA-mww4-7pfq-38g6.json index 611abac9154..98856b9a100 100644 --- a/advisories/unreviewed/2024/09/GHSA-mww4-7pfq-38g6/GHSA-mww4-7pfq-38g6.json +++ b/advisories/unreviewed/2024/09/GHSA-mww4-7pfq-38g6/GHSA-mww4-7pfq-38g6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/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/09/GHSA-p5wh-m438-q8hr/GHSA-p5wh-m438-q8hr.json b/advisories/unreviewed/2024/09/GHSA-p5wh-m438-q8hr/GHSA-p5wh-m438-q8hr.json index f2fcafc3df0..08d9ea3e489 100644 --- a/advisories/unreviewed/2024/09/GHSA-p5wh-m438-q8hr/GHSA-p5wh-m438-q8hr.json +++ b/advisories/unreviewed/2024/09/GHSA-p5wh-m438-q8hr/GHSA-p5wh-m438-q8hr.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/09/GHSA-p8g3-26x6-6m74/GHSA-p8g3-26x6-6m74.json b/advisories/unreviewed/2024/09/GHSA-p8g3-26x6-6m74/GHSA-p8g3-26x6-6m74.json index 6fe1134fabc..ec1644b755e 100644 --- a/advisories/unreviewed/2024/09/GHSA-p8g3-26x6-6m74/GHSA-p8g3-26x6-6m74.json +++ b/advisories/unreviewed/2024/09/GHSA-p8g3-26x6-6m74/GHSA-p8g3-26x6-6m74.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/09/GHSA-pcxj-w6pv-x9c5/GHSA-pcxj-w6pv-x9c5.json b/advisories/unreviewed/2024/09/GHSA-pcxj-w6pv-x9c5/GHSA-pcxj-w6pv-x9c5.json index 79dc38d012c..3f71a65cefe 100644 --- a/advisories/unreviewed/2024/09/GHSA-pcxj-w6pv-x9c5/GHSA-pcxj-w6pv-x9c5.json +++ b/advisories/unreviewed/2024/09/GHSA-pcxj-w6pv-x9c5/GHSA-pcxj-w6pv-x9c5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-phhw-57mq-75j6/GHSA-phhw-57mq-75j6.json b/advisories/unreviewed/2024/09/GHSA-phhw-57mq-75j6/GHSA-phhw-57mq-75j6.json index 434160debcc..804aac4ccd2 100644 --- a/advisories/unreviewed/2024/09/GHSA-phhw-57mq-75j6/GHSA-phhw-57mq-75j6.json +++ b/advisories/unreviewed/2024/09/GHSA-phhw-57mq-75j6/GHSA-phhw-57mq-75j6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-pwp5-q92q-2hmm/GHSA-pwp5-q92q-2hmm.json b/advisories/unreviewed/2024/09/GHSA-pwp5-q92q-2hmm/GHSA-pwp5-q92q-2hmm.json index 61ae6e5e1fa..9ff3c9eeb97 100644 --- a/advisories/unreviewed/2024/09/GHSA-pwp5-q92q-2hmm/GHSA-pwp5-q92q-2hmm.json +++ b/advisories/unreviewed/2024/09/GHSA-pwp5-q92q-2hmm/GHSA-pwp5-q92q-2hmm.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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/09/GHSA-qfx3-m2xp-3pcp/GHSA-qfx3-m2xp-3pcp.json b/advisories/unreviewed/2024/09/GHSA-qfx3-m2xp-3pcp/GHSA-qfx3-m2xp-3pcp.json index 02aba739b25..18eb79ceabe 100644 --- a/advisories/unreviewed/2024/09/GHSA-qfx3-m2xp-3pcp/GHSA-qfx3-m2xp-3pcp.json +++ b/advisories/unreviewed/2024/09/GHSA-qfx3-m2xp-3pcp/GHSA-qfx3-m2xp-3pcp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2024/09/GHSA-qxrx-gr5j-75cw/GHSA-qxrx-gr5j-75cw.json b/advisories/unreviewed/2024/09/GHSA-qxrx-gr5j-75cw/GHSA-qxrx-gr5j-75cw.json index d5aa9c47b7a..e9b286c39ba 100644 --- a/advisories/unreviewed/2024/09/GHSA-qxrx-gr5j-75cw/GHSA-qxrx-gr5j-75cw.json +++ b/advisories/unreviewed/2024/09/GHSA-qxrx-gr5j-75cw/GHSA-qxrx-gr5j-75cw.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/09/GHSA-r47m-g4vh-pxf6/GHSA-r47m-g4vh-pxf6.json b/advisories/unreviewed/2024/09/GHSA-r47m-g4vh-pxf6/GHSA-r47m-g4vh-pxf6.json index e9a284b0b09..53ba07e9492 100644 --- a/advisories/unreviewed/2024/09/GHSA-r47m-g4vh-pxf6/GHSA-r47m-g4vh-pxf6.json +++ b/advisories/unreviewed/2024/09/GHSA-r47m-g4vh-pxf6/GHSA-r47m-g4vh-pxf6.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/09/GHSA-rj4v-5f39-crv6/GHSA-rj4v-5f39-crv6.json b/advisories/unreviewed/2024/09/GHSA-rj4v-5f39-crv6/GHSA-rj4v-5f39-crv6.json index 6a98b5b8254..294d6123a41 100644 --- a/advisories/unreviewed/2024/09/GHSA-rj4v-5f39-crv6/GHSA-rj4v-5f39-crv6.json +++ b/advisories/unreviewed/2024/09/GHSA-rj4v-5f39-crv6/GHSA-rj4v-5f39-crv6.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/09/GHSA-v7mj-q2hh-7r72/GHSA-v7mj-q2hh-7r72.json b/advisories/unreviewed/2024/09/GHSA-v7mj-q2hh-7r72/GHSA-v7mj-q2hh-7r72.json index 8356835a8d0..8743c186e4c 100644 --- a/advisories/unreviewed/2024/09/GHSA-v7mj-q2hh-7r72/GHSA-v7mj-q2hh-7r72.json +++ b/advisories/unreviewed/2024/09/GHSA-v7mj-q2hh-7r72/GHSA-v7mj-q2hh-7r72.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-v8h7-64rh-x555/GHSA-v8h7-64rh-x555.json b/advisories/unreviewed/2024/09/GHSA-v8h7-64rh-x555/GHSA-v8h7-64rh-x555.json index 9bd6f6816e9..06c9a94ea10 100644 --- a/advisories/unreviewed/2024/09/GHSA-v8h7-64rh-x555/GHSA-v8h7-64rh-x555.json +++ b/advisories/unreviewed/2024/09/GHSA-v8h7-64rh-x555/GHSA-v8h7-64rh-x555.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/09/GHSA-vxpg-8v7f-78w3/GHSA-vxpg-8v7f-78w3.json b/advisories/unreviewed/2024/09/GHSA-vxpg-8v7f-78w3/GHSA-vxpg-8v7f-78w3.json index 06928614634..d265ed1c6b0 100644 --- a/advisories/unreviewed/2024/09/GHSA-vxpg-8v7f-78w3/GHSA-vxpg-8v7f-78w3.json +++ b/advisories/unreviewed/2024/09/GHSA-vxpg-8v7f-78w3/GHSA-vxpg-8v7f-78w3.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/2024/09/GHSA-w73v-v2m6-g85c/GHSA-w73v-v2m6-g85c.json b/advisories/unreviewed/2024/09/GHSA-w73v-v2m6-g85c/GHSA-w73v-v2m6-g85c.json index cff22b69b1f..76e5eea636b 100644 --- a/advisories/unreviewed/2024/09/GHSA-w73v-v2m6-g85c/GHSA-w73v-v2m6-g85c.json +++ b/advisories/unreviewed/2024/09/GHSA-w73v-v2m6-g85c/GHSA-w73v-v2m6-g85c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/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/2024/09/GHSA-w8hf-8rpm-xjp2/GHSA-w8hf-8rpm-xjp2.json b/advisories/unreviewed/2024/09/GHSA-w8hf-8rpm-xjp2/GHSA-w8hf-8rpm-xjp2.json index 90b6f8f3d9e..37b1abc498a 100644 --- a/advisories/unreviewed/2024/09/GHSA-w8hf-8rpm-xjp2/GHSA-w8hf-8rpm-xjp2.json +++ b/advisories/unreviewed/2024/09/GHSA-w8hf-8rpm-xjp2/GHSA-w8hf-8rpm-xjp2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-wfg8-6fh4-8fp9/GHSA-wfg8-6fh4-8fp9.json b/advisories/unreviewed/2024/09/GHSA-wfg8-6fh4-8fp9/GHSA-wfg8-6fh4-8fp9.json index 1300650fef2..deceeb347e5 100644 --- a/advisories/unreviewed/2024/09/GHSA-wfg8-6fh4-8fp9/GHSA-wfg8-6fh4-8fp9.json +++ b/advisories/unreviewed/2024/09/GHSA-wfg8-6fh4-8fp9/GHSA-wfg8-6fh4-8fp9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-x4fw-fhfj-vm7c/GHSA-x4fw-fhfj-vm7c.json b/advisories/unreviewed/2024/09/GHSA-x4fw-fhfj-vm7c/GHSA-x4fw-fhfj-vm7c.json index 8f6545cc6cf..8d6d1d7f16e 100644 --- a/advisories/unreviewed/2024/09/GHSA-x4fw-fhfj-vm7c/GHSA-x4fw-fhfj-vm7c.json +++ b/advisories/unreviewed/2024/09/GHSA-x4fw-fhfj-vm7c/GHSA-x4fw-fhfj-vm7c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-x87c-6pgx-5c37/GHSA-x87c-6pgx-5c37.json b/advisories/unreviewed/2024/09/GHSA-x87c-6pgx-5c37/GHSA-x87c-6pgx-5c37.json index 0978e4aa4e0..444d80eac0b 100644 --- a/advisories/unreviewed/2024/09/GHSA-x87c-6pgx-5c37/GHSA-x87c-6pgx-5c37.json +++ b/advisories/unreviewed/2024/09/GHSA-x87c-6pgx-5c37/GHSA-x87c-6pgx-5c37.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/09/GHSA-xh98-rwp8-8rpw/GHSA-xh98-rwp8-8rpw.json b/advisories/unreviewed/2024/09/GHSA-xh98-rwp8-8rpw/GHSA-xh98-rwp8-8rpw.json index 831396084ec..0592edfba16 100644 --- a/advisories/unreviewed/2024/09/GHSA-xh98-rwp8-8rpw/GHSA-xh98-rwp8-8rpw.json +++ b/advisories/unreviewed/2024/09/GHSA-xh98-rwp8-8rpw/GHSA-xh98-rwp8-8rpw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/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,