From 1c8a84d99844eeb15e93a3720b5e40f01430dd11 Mon Sep 17 00:00:00 2001 From: "github.actions" Date: Tue, 14 Nov 2023 08:04:11 +0000 Subject: [PATCH] Latest data: Tue Nov 14 08:04:11 UTC 2023 --- audits/azure-cli-requirements.audit.json | 785 ------------------ audits/buku-requirements.audit.json | 60 +- audits/recon-ng-requirements.audit.json | 60 +- requirements/awscli-requirements.txt | 4 +- requirements/azure-cli-requirements.txt | 30 +- requirements/cfn-lint-requirements.txt | 15 +- requirements/gi-docgen-requirements.txt | 2 - requirements/huggingface-cli-requirements.txt | 2 +- requirements/pipgrip-requirements.txt | 2 +- requirements/vunnel-requirements.txt | 2 +- 10 files changed, 129 insertions(+), 833 deletions(-) delete mode 100644 audits/azure-cli-requirements.audit.json diff --git a/audits/azure-cli-requirements.audit.json b/audits/azure-cli-requirements.audit.json deleted file mode 100644 index 034b2655..00000000 --- a/audits/azure-cli-requirements.audit.json +++ /dev/null @@ -1,785 +0,0 @@ -[ - { - "package": { - "name": "urllib3", - "version": "1.26.16", - "ecosystem": "PyPI", - "commit": "" - }, - "vulnerabilities": [ - { - "modified": "2023-11-06T16:43:34Z", - "published": "2023-10-17T20:15:25Z", - "schema_version": "1.6.0", - "id": "GHSA-g4mx-q9vg-27p4", - "aliases": [ - "CVE-2023-45803" - ], - "summary": "urllib3's request body not stripped after redirect from 303 status changes request method to GET", - "details": "urllib3 previously wouldn't remove the HTTP request body when an HTTP redirect response using status 303 \"See Other\" after the request had its method changed from one that could accept a request body (like `POST`) to `GET` as is required by HTTP RFCs. Although the behavior of removing the request body is not specified in the section for redirects, it can be inferred by piecing together information from different sections and we have observed the behavior in other major HTTP client implementations like curl and web browsers.\n\nFrom [RFC 9110 Section 9.3.1](https://www.rfc-editor.org/rfc/rfc9110.html#name-get):\n\n> A client SHOULD NOT generate content in a GET request unless it is made directly to an origin server that has previously indicated, in or out of band, that such a request has a purpose and will be adequately supported.\n\n## Affected usages\n\nBecause the vulnerability requires a previously trusted service to become compromised in order to have an impact on confidentiality we believe the exploitability of this vulnerability is low. Additionally, many users aren't putting sensitive data in HTTP request bodies, if this is the case then this vulnerability isn't exploitable.\n\nBoth of the following conditions must be true to be affected by this vulnerability:\n\n* If you're using urllib3 and submitting sensitive information in the HTTP request body (such as form data or JSON)\n* The origin service is compromised and starts redirecting using 303 to a malicious peer or the redirected-to service becomes compromised.\n\n## Remediation\n\nYou can remediate this vulnerability with any of the following steps:\n\n* Upgrade to a patched version of urllib3 (v1.26.18 or v2.0.7)\n* Disable redirects for services that you aren't expecting to respond with redirects with `redirects=False`.\n* Disable automatic redirects with `redirects=False` and handle 303 redirects manually by stripping the HTTP request body.\n", - "affected": [ - { - "package": { - "ecosystem": "PyPI", - "name": "urllib3", - "purl": "pkg:pypi/urllib3" - }, - "ranges": [ - { - "type": "ECOSYSTEM", - "events": [ - { - "introduced": "2.0.0" - }, - { - "fixed": "2.0.7" - } - ] - } - ], - "versions": [ - "2.0.0", - "2.0.1", - "2.0.2", - "2.0.3", - "2.0.4", - "2.0.5", - "2.0.6" - ], - "database_specific": { - "source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-g4mx-q9vg-27p4/GHSA-g4mx-q9vg-27p4.json" - } - }, - { - "package": { - "ecosystem": "PyPI", - "name": "urllib3", - "purl": "pkg:pypi/urllib3" - }, - "ranges": [ - { - "type": "ECOSYSTEM", - "events": [ - { - "introduced": "0" - }, - { - "fixed": "1.26.18" - } - ] - } - ], - "versions": [ - "0.2", - "0.3", - "0.3.1", - "0.4.0", - "0.4.1", - "1.0", - "1.0.1", - "1.0.2", - "1.1", - "1.10", - "1.10.1", - "1.10.2", - "1.10.3", - "1.10.4", - "1.11", - "1.12", - "1.13", - "1.13.1", - "1.14", - "1.15", - "1.15.1", - "1.16", - "1.17", - "1.18", - "1.18.1", - "1.19", - "1.19.1", - "1.2", - "1.2.1", - "1.2.2", - "1.20", - "1.21", - "1.21.1", - "1.22", - "1.23", - "1.24", - "1.24.1", - "1.24.2", - "1.24.3", - "1.25", - "1.25.1", - "1.25.10", - "1.25.11", - "1.25.2", - "1.25.3", - "1.25.4", - "1.25.5", - "1.25.6", - "1.25.7", - "1.25.8", - "1.25.9", - "1.26.0", - "1.26.1", - "1.26.10", - "1.26.11", - "1.26.12", - "1.26.13", - "1.26.14", - "1.26.15", - "1.26.16", - "1.26.17", - "1.26.2", - "1.26.3", - "1.26.4", - "1.26.5", - "1.26.6", - "1.26.7", - "1.26.8", - "1.26.9", - "1.3", - "1.4", - "1.5", - "1.6", - "1.7", - "1.7.1", - "1.8", - "1.8.2", - "1.8.3", - "1.9", - "1.9.1" - ], - "database_specific": { - "source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-g4mx-q9vg-27p4/GHSA-g4mx-q9vg-27p4.json" - } - } - ], - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N" - } - ], - "references": [ - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-g4mx-q9vg-27p4" - }, - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45803" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/commit/4e50fbc5db74e32cabd5ccc1ab81fc103adfe0b3" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/commit/4e98d57809dacab1cbe625fddeec1a290c478ea9" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/commit/b594c5ceaca38e1ac215f916538fb128e3526a36" - }, - { - "type": "WEB", - "url": "https://github.com/pypa/advisory-database/tree/main/vulns/urllib3/PYSEC-2023-212.yaml" - }, - { - "type": "PACKAGE", - "url": "https://github.com/urllib3/urllib3" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/releases/tag/1.26.18" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/releases/tag/2.0.7" - }, - { - "type": "WEB", - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4R2Y5XK3WALSR3FNAGN7JBYV2B343ZKB/" - }, - { - "type": "WEB", - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5F5CUBAN5XMEBVBZPHFITBLMJV5FIJJ5/" - }, - { - "type": "WEB", - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PPDPLM6UUMN55ESPQWJFLLIZY4ZKCNRX/" - }, - { - "type": "WEB", - "url": "https://www.rfc-editor.org/rfc/rfc9110.html#name-get" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-200" - ], - "github_reviewed": true, - "github_reviewed_at": "2023-10-17T20:15:25Z", - "nvd_published_at": "2023-10-17T20:15:10Z", - "severity": "MODERATE" - } - }, - { - "modified": "2023-11-04T00:48:52Z", - "published": "2023-10-02T23:27:05Z", - "schema_version": "1.6.0", - "id": "GHSA-v845-jxx5-vc9f", - "aliases": [ - "CVE-2023-43804" - ], - "summary": "`Cookie` HTTP header isn't stripped on cross-origin redirects", - "details": "urllib3 doesn't treat the `Cookie` HTTP header special or provide any helpers for managing cookies over HTTP, that is the responsibility of the user. However, it is possible for a user to specify a `Cookie` header and unknowingly leak information via HTTP redirects to a different origin if that user doesn't disable redirects explicitly.\n\nUsers **must** handle redirects themselves instead of relying on urllib3's automatic redirects to achieve safe processing of the `Cookie` header, thus we decided to strip the header by default in order to further protect users who aren't using the correct approach.\n\n## Affected usages\n\nWe believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited:\n\n* Using an affected version of urllib3 (patched in v1.26.17 and v2.0.6)\n* Using the `Cookie` header on requests, which is mostly typical for impersonating a browser.\n* Not disabling HTTP redirects\n* Either not using HTTPS or for the origin server to redirect to a malicious origin.\n\n## Remediation\n\n* Upgrading to at least urllib3 v1.26.17 or v2.0.6\n* Disabling HTTP redirects using `redirects=False` when sending requests.\n* Not using the `Cookie` header.", - "affected": [ - { - "package": { - "ecosystem": "PyPI", - "name": "urllib3", - "purl": "pkg:pypi/urllib3" - }, - "ranges": [ - { - "type": "ECOSYSTEM", - "events": [ - { - "introduced": "2.0.0" - }, - { - "fixed": "2.0.6" - } - ] - } - ], - "versions": [ - "2.0.0", - "2.0.1", - "2.0.2", - "2.0.3", - "2.0.4", - "2.0.5" - ], - "database_specific": { - "source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-v845-jxx5-vc9f/GHSA-v845-jxx5-vc9f.json" - } - }, - { - "package": { - "ecosystem": "PyPI", - "name": "urllib3", - "purl": "pkg:pypi/urllib3" - }, - "ranges": [ - { - "type": "ECOSYSTEM", - "events": [ - { - "introduced": "0" - }, - { - "fixed": "1.26.17" - } - ] - } - ], - "versions": [ - "0.2", - "0.3", - "0.3.1", - "0.4.0", - "0.4.1", - "1.0", - "1.0.1", - "1.0.2", - "1.1", - "1.10", - "1.10.1", - "1.10.2", - "1.10.3", - "1.10.4", - "1.11", - "1.12", - "1.13", - "1.13.1", - "1.14", - "1.15", - "1.15.1", - "1.16", - "1.17", - "1.18", - "1.18.1", - "1.19", - "1.19.1", - "1.2", - "1.2.1", - "1.2.2", - "1.20", - "1.21", - "1.21.1", - "1.22", - "1.23", - "1.24", - "1.24.1", - "1.24.2", - "1.24.3", - "1.25", - "1.25.1", - "1.25.10", - "1.25.11", - "1.25.2", - "1.25.3", - "1.25.4", - "1.25.5", - "1.25.6", - "1.25.7", - "1.25.8", - "1.25.9", - "1.26.0", - "1.26.1", - "1.26.10", - "1.26.11", - "1.26.12", - "1.26.13", - "1.26.14", - "1.26.15", - "1.26.16", - "1.26.2", - "1.26.3", - "1.26.4", - "1.26.5", - "1.26.6", - "1.26.7", - "1.26.8", - "1.26.9", - "1.3", - "1.4", - "1.5", - "1.6", - "1.7", - "1.7.1", - "1.8", - "1.8.2", - "1.8.3", - "1.9", - "1.9.1" - ], - "database_specific": { - "source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-v845-jxx5-vc9f/GHSA-v845-jxx5-vc9f.json" - } - } - ], - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N" - } - ], - "references": [ - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-v845-jxx5-vc9f" - }, - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-43804" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/commit/01220354d389cd05474713f8c982d05c9b17aafb" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/commit/644124ecd0b6e417c527191f866daa05a5a2056d" - }, - { - "type": "WEB", - "url": "https://github.com/pypa/advisory-database/tree/main/vulns/urllib3/PYSEC-2023-192.yaml" - }, - { - "type": "PACKAGE", - "url": "https://github.com/urllib3/urllib3" - }, - { - "type": "WEB", - "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00012.html" - }, - { - "type": "WEB", - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5F5CUBAN5XMEBVBZPHFITBLMJV5FIJJ5/" - }, - { - "type": "WEB", - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I3PR7C6RJ6JUBQKIJ644DMIJSUP36VDY/" - }, - { - "type": "WEB", - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NDAGZXYJ7H2G3SB47M453VQVNAWKAEJJ/" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-200" - ], - "github_reviewed": true, - "github_reviewed_at": "2023-10-02T23:27:05Z", - "nvd_published_at": "2023-10-04T17:15:10Z", - "severity": "MODERATE" - } - }, - { - "modified": "2023-10-10T14:28:19Z", - "published": "2023-10-04T17:15:00Z", - "schema_version": "1.6.0", - "id": "PYSEC-2023-192", - "aliases": [ - "CVE-2023-43804", - "GHSA-v845-jxx5-vc9f" - ], - "details": "urllib3 is a user-friendly HTTP client library for Python. urllib3 doesn't treat the `Cookie` HTTP header special or provide any helpers for managing cookies over HTTP, that is the responsibility of the user. However, it is possible for a user to specify a `Cookie` header and unknowingly leak information via HTTP redirects to a different origin if that user doesn't disable redirects explicitly. This issue has been patched in urllib3 version 1.26.17 or 2.0.5.", - "affected": [ - { - "package": { - "ecosystem": "PyPI", - "name": "urllib3", - "purl": "pkg:pypi/urllib3" - }, - "ranges": [ - { - "type": "GIT", - "events": [ - { - "introduced": "0" - }, - { - "fixed": "644124ecd0b6e417c527191f866daa05a5a2056d" - }, - { - "fixed": "01220354d389cd05474713f8c982d05c9b17aafb" - } - ], - "repo": "https://github.com/urllib3/urllib3" - }, - { - "type": "ECOSYSTEM", - "events": [ - { - "introduced": "2.0.0" - }, - { - "fixed": "2.0.6" - }, - { - "introduced": "0" - }, - { - "fixed": "1.26.17" - } - ] - } - ], - "versions": [ - "0.2", - "0.3", - "0.3.1", - "0.4.0", - "0.4.1", - "1.0", - "1.0.1", - "1.0.2", - "1.1", - "1.10", - "1.10.1", - "1.10.2", - "1.10.3", - "1.10.4", - "1.11", - "1.12", - "1.13", - "1.13.1", - "1.14", - "1.15", - "1.15.1", - "1.16", - "1.17", - "1.18", - "1.18.1", - "1.19", - "1.19.1", - "1.2", - "1.2.1", - "1.2.2", - "1.20", - "1.21", - "1.21.1", - "1.22", - "1.23", - "1.24", - "1.24.1", - "1.24.2", - "1.24.3", - "1.25", - "1.25.1", - "1.25.10", - "1.25.11", - "1.25.2", - "1.25.3", - "1.25.4", - "1.25.5", - "1.25.6", - "1.25.7", - "1.25.8", - "1.25.9", - "1.26.0", - "1.26.1", - "1.26.10", - "1.26.11", - "1.26.12", - "1.26.13", - "1.26.14", - "1.26.15", - "1.26.16", - "1.26.2", - "1.26.3", - "1.26.4", - "1.26.5", - "1.26.6", - "1.26.7", - "1.26.8", - "1.26.9", - "1.3", - "1.4", - "1.5", - "1.6", - "1.7", - "1.7.1", - "1.8", - "1.8.2", - "1.8.3", - "1.9", - "1.9.1", - "2.0.0", - "2.0.1", - "2.0.2", - "2.0.3", - "2.0.4", - "2.0.5" - ], - "database_specific": { - "source": "https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2023-192.yaml" - } - } - ], - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" - } - ], - "references": [ - { - "type": "FIX", - "url": "https://github.com/urllib3/urllib3/commit/644124ecd0b6e417c527191f866daa05a5a2056d" - }, - { - "type": "ADVISORY", - "url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-v845-jxx5-vc9f" - }, - { - "type": "FIX", - "url": "https://github.com/urllib3/urllib3/commit/01220354d389cd05474713f8c982d05c9b17aafb" - }, - { - "type": "WEB", - "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00012.html" - } - ] - }, - { - "modified": "2023-10-25T18:28:34Z", - "published": "2023-10-17T20:15:00Z", - "schema_version": "1.6.0", - "id": "PYSEC-2023-212", - "aliases": [ - "CVE-2023-45803", - "GHSA-g4mx-q9vg-27p4" - ], - "details": "urllib3 is a user-friendly HTTP client library for Python. urllib3 previously wouldn't remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303 after the request had its method changed from one that could accept a request body (like `POST`) to `GET` as is required by HTTP RFCs. Although this behavior is not specified in the section for redirects, it can be inferred by piecing together information from different sections and we have observed the behavior in other major HTTP client implementations like curl and web browsers. Because the vulnerability requires a previously trusted service to become compromised in order to have an impact on confidentiality we believe the exploitability of this vulnerability is low. Additionally, many users aren't putting sensitive data in HTTP request bodies, if this is the case then this vulnerability isn't exploitable. Both of the following conditions must be true to be affected by this vulnerability: 1. Using urllib3 and submitting sensitive information in the HTTP request body (such as form data or JSON) and 2. The origin service is compromised and starts redirecting using 301, 302, or 303 to a malicious peer or the redirected-to service becomes compromised. This issue has been addressed in versions 1.26.18 and 2.0.7 and users are advised to update to resolve this issue. Users unable to update should disable redirects for services that aren't expecting to respond with redirects with `redirects=False` and disable automatic redirects with `redirects=False` and handle 301, 302, and 303 redirects manually by stripping the HTTP request body.\n", - "affected": [ - { - "package": { - "ecosystem": "PyPI", - "name": "urllib3", - "purl": "pkg:pypi/urllib3" - }, - "ranges": [ - { - "type": "GIT", - "events": [ - { - "introduced": "0" - }, - { - "fixed": "4e98d57809dacab1cbe625fddeec1a290c478ea9" - } - ], - "repo": "https://github.com/urllib3/urllib3" - }, - { - "type": "ECOSYSTEM", - "events": [ - { - "introduced": "2.0.0" - }, - { - "fixed": "2.0.7" - }, - { - "introduced": "0" - }, - { - "fixed": "1.26.18" - } - ] - } - ], - "versions": [ - "0.2", - "0.3", - "0.3.1", - "0.4.0", - "0.4.1", - "1.0", - "1.0.1", - "1.0.2", - "1.1", - "1.10", - "1.10.1", - "1.10.2", - "1.10.3", - "1.10.4", - "1.11", - "1.12", - "1.13", - "1.13.1", - "1.14", - "1.15", - "1.15.1", - "1.16", - "1.17", - "1.18", - "1.18.1", - "1.19", - "1.19.1", - "1.2", - "1.2.1", - "1.2.2", - "1.20", - "1.21", - "1.21.1", - "1.22", - "1.23", - "1.24", - "1.24.1", - "1.24.2", - "1.24.3", - "1.25", - "1.25.1", - "1.25.10", - "1.25.11", - "1.25.2", - "1.25.3", - "1.25.4", - "1.25.5", - "1.25.6", - "1.25.7", - "1.25.8", - "1.25.9", - "1.26.0", - "1.26.1", - "1.26.10", - "1.26.11", - "1.26.12", - "1.26.13", - "1.26.14", - "1.26.15", - "1.26.16", - "1.26.17", - "1.26.2", - "1.26.3", - "1.26.4", - "1.26.5", - "1.26.6", - "1.26.7", - "1.26.8", - "1.26.9", - "1.3", - "1.4", - "1.5", - "1.6", - "1.7", - "1.7.1", - "1.8", - "1.8.2", - "1.8.3", - "1.9", - "1.9.1", - "2.0.0", - "2.0.1", - "2.0.2", - "2.0.3", - "2.0.4", - "2.0.5", - "2.0.6" - ], - "database_specific": { - "source": "https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2023-212.yaml" - } - } - ], - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N" - } - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-g4mx-q9vg-27p4" - }, - { - "type": "WEB", - "url": "https://www.rfc-editor.org/rfc/rfc9110.html#name-get" - }, - { - "type": "FIX", - "url": "https://github.com/urllib3/urllib3/commit/4e98d57809dacab1cbe625fddeec1a290c478ea9" - }, - { - "type": "ARTICLE", - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PPDPLM6UUMN55ESPQWJFLLIZY4ZKCNRX/" - } - ] - } - ], - "groups": [ - { - "ids": [ - "GHSA-g4mx-q9vg-27p4", - "PYSEC-2023-212" - ] - }, - { - "ids": [ - "GHSA-v845-jxx5-vc9f", - "PYSEC-2023-192" - ] - } - ] - } -] \ No newline at end of file diff --git a/audits/buku-requirements.audit.json b/audits/buku-requirements.audit.json index 44caf4f2..a3e34477 100644 --- a/audits/buku-requirements.audit.json +++ b/audits/buku-requirements.audit.json @@ -791,7 +791,7 @@ }, "vulnerabilities": [ { - "modified": "2023-11-11T05:25:00Z", + "modified": "2023-11-13T21:16:00Z", "published": "2023-10-25T14:22:59Z", "schema_version": "1.6.0", "id": "GHSA-hrfv-mqp8-q5rw", @@ -812,7 +812,7 @@ "type": "ECOSYSTEM", "events": [ { - "introduced": "0" + "introduced": "3.0.0" }, { "fixed": "3.0.1" @@ -820,6 +820,37 @@ ] } ], + "versions": [ + "3.0.0" + ], + "database_specific": { + "source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-hrfv-mqp8-q5rw/GHSA-hrfv-mqp8-q5rw.json" + }, + "ecosystem_specific": { + "affected_functions": [ + "werkzeug.sansio.multipart.MultipartDecoder._parse_data" + ] + } + }, + { + "package": { + "ecosystem": "PyPI", + "name": "werkzeug", + "purl": "pkg:pypi/werkzeug" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.3.8" + } + ] + } + ], "versions": [ "0.1", "0.10", @@ -909,12 +940,9 @@ "2.3.4", "2.3.5", "2.3.6", - "2.3.7", - "2.3.8", - "3.0.0" + "2.3.7" ], "database_specific": { - "last_known_affected_version_range": "<= 3.0.0", "source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-hrfv-mqp8-q5rw/GHSA-hrfv-mqp8-q5rw.json" }, "ecosystem_specific": { @@ -927,7 +955,7 @@ "severity": [ { "type": "CVSS_V3", - "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], "references": [ @@ -943,6 +971,10 @@ "type": "WEB", "url": "https://github.com/pallets/werkzeug/commit/b1916c0c083e0be1c9d887ee2f3d696922bfc5c1" }, + { + "type": "WEB", + "url": "https://github.com/pallets/werkzeug/commit/f2300208d5e2a5076cbbb4c2aad71096fd040ef9" + }, { "type": "WEB", "url": "https://github.com/pallets/werkzeug/commit/f3c803b3ade485a45f12b6d6617595350c0f03e2" @@ -964,7 +996,7 @@ "github_reviewed": true, "github_reviewed_at": "2023-10-25T14:22:59Z", "nvd_published_at": "2023-10-25T18:17:36Z", - "severity": "HIGH" + "severity": "MODERATE" } }, { @@ -993,6 +1025,9 @@ }, { "fixed": "f3c803b3ade485a45f12b6d6617595350c0f03e2" + }, + { + "fixed": "f2300208d5e2a5076cbbb4c2aad71096fd040ef9" } ], "repo": "https://github.com/pallets/werkzeug" @@ -1003,6 +1038,12 @@ { "introduced": "0" }, + { + "fixed": "2.3.8" + }, + { + "introduced": "3.0.0" + }, { "fixed": "3.0.1" } @@ -1099,8 +1140,7 @@ "2.3.5", "2.3.6", "2.3.7", - "3.0.0", - "2.3.8" + "3.0.0" ], "database_specific": { "source": "https://github.com/pypa/advisory-database/blob/main/vulns/werkzeug/PYSEC-2023-221.yaml" diff --git a/audits/recon-ng-requirements.audit.json b/audits/recon-ng-requirements.audit.json index c2543437..d4ab4704 100644 --- a/audits/recon-ng-requirements.audit.json +++ b/audits/recon-ng-requirements.audit.json @@ -1965,7 +1965,7 @@ }, "vulnerabilities": [ { - "modified": "2023-11-11T05:25:00Z", + "modified": "2023-11-13T21:16:00Z", "published": "2023-10-25T14:22:59Z", "schema_version": "1.6.0", "id": "GHSA-hrfv-mqp8-q5rw", @@ -1986,7 +1986,7 @@ "type": "ECOSYSTEM", "events": [ { - "introduced": "0" + "introduced": "3.0.0" }, { "fixed": "3.0.1" @@ -1994,6 +1994,37 @@ ] } ], + "versions": [ + "3.0.0" + ], + "database_specific": { + "source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-hrfv-mqp8-q5rw/GHSA-hrfv-mqp8-q5rw.json" + }, + "ecosystem_specific": { + "affected_functions": [ + "werkzeug.sansio.multipart.MultipartDecoder._parse_data" + ] + } + }, + { + "package": { + "ecosystem": "PyPI", + "name": "werkzeug", + "purl": "pkg:pypi/werkzeug" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.3.8" + } + ] + } + ], "versions": [ "0.1", "0.10", @@ -2083,12 +2114,9 @@ "2.3.4", "2.3.5", "2.3.6", - "2.3.7", - "2.3.8", - "3.0.0" + "2.3.7" ], "database_specific": { - "last_known_affected_version_range": "<= 3.0.0", "source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-hrfv-mqp8-q5rw/GHSA-hrfv-mqp8-q5rw.json" }, "ecosystem_specific": { @@ -2101,7 +2129,7 @@ "severity": [ { "type": "CVSS_V3", - "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], "references": [ @@ -2117,6 +2145,10 @@ "type": "WEB", "url": "https://github.com/pallets/werkzeug/commit/b1916c0c083e0be1c9d887ee2f3d696922bfc5c1" }, + { + "type": "WEB", + "url": "https://github.com/pallets/werkzeug/commit/f2300208d5e2a5076cbbb4c2aad71096fd040ef9" + }, { "type": "WEB", "url": "https://github.com/pallets/werkzeug/commit/f3c803b3ade485a45f12b6d6617595350c0f03e2" @@ -2138,7 +2170,7 @@ "github_reviewed": true, "github_reviewed_at": "2023-10-25T14:22:59Z", "nvd_published_at": "2023-10-25T18:17:36Z", - "severity": "HIGH" + "severity": "MODERATE" } }, { @@ -2504,6 +2536,9 @@ }, { "fixed": "f3c803b3ade485a45f12b6d6617595350c0f03e2" + }, + { + "fixed": "f2300208d5e2a5076cbbb4c2aad71096fd040ef9" } ], "repo": "https://github.com/pallets/werkzeug" @@ -2514,6 +2549,12 @@ { "introduced": "0" }, + { + "fixed": "2.3.8" + }, + { + "introduced": "3.0.0" + }, { "fixed": "3.0.1" } @@ -2610,8 +2651,7 @@ "2.3.5", "2.3.6", "2.3.7", - "3.0.0", - "2.3.8" + "3.0.0" ], "database_specific": { "source": "https://github.com/pypa/advisory-database/blob/main/vulns/werkzeug/PYSEC-2023-221.yaml" diff --git a/requirements/awscli-requirements.txt b/requirements/awscli-requirements.txt index 5f7bde2d..ed8548a4 100644 --- a/requirements/awscli-requirements.txt +++ b/requirements/awscli-requirements.txt @@ -1,4 +1,4 @@ -awscrt==0.19.10 +awscrt==0.19.12 colorama==0.4.6 cryptography==40.0.1 distro==1.8.0 @@ -8,4 +8,4 @@ python-dateutil==2.8.2 ruamel-yaml==0.17.21 ruamel-yaml-clib==0.2.7 urllib3==1.26.18 -wcwidth==0.2.9 +wcwidth==0.2.10 diff --git a/requirements/azure-cli-requirements.txt b/requirements/azure-cli-requirements.txt index e30bce80..245002b4 100644 --- a/requirements/azure-cli-requirements.txt +++ b/requirements/azure-cli-requirements.txt @@ -2,7 +2,7 @@ Deprecated==1.2.14 PyGithub==1.55 PySocks==1.7.1 adal==1.2.7 -antlr4-python3-runtime==4.9.3 +antlr4-python3-runtime==4.13.1 applicationinsights==0.11.9 argcomplete==3.1.1 azure-appconfiguration==1.1.1 @@ -13,9 +13,9 @@ azure-cosmos==3.2.0 azure-data-tables==12.4.0 azure-datalake-store==0.0.49 azure-graphrbac==0.60.0 -azure-keyvault-administration==4.3.0 +azure-keyvault-administration==4.4.0b2 azure-keyvault-certificates==4.7.0 -azure-keyvault-keys==4.8.0b2 +azure-keyvault-keys==4.9.0b3 azure-keyvault-secrets==4.7.0 azure-loganalytics==0.1.0 azure-mgmt-advisor==9.0.0 @@ -30,12 +30,12 @@ azure-mgmt-billing==6.0.0 azure-mgmt-botservice==2.0.0b3 azure-mgmt-cdn==12.0.0 azure-mgmt-cognitiveservices==13.5.0 -azure-mgmt-compute==30.0.0 +azure-mgmt-compute==30.3.0 azure-mgmt-containerinstance==10.1.0 azure-mgmt-containerregistry==10.1.0 -azure-mgmt-containerservice==26.0.0 +azure-mgmt-containerservice==27.0.0 azure-mgmt-core==1.3.2 -azure-mgmt-cosmosdb==9.2.0 +azure-mgmt-cosmosdb==9.3.0 azure-mgmt-databoxedge==1.0.0 azure-mgmt-datalake-nspkg==3.0.1 azure-mgmt-datalake-store==0.5.0 @@ -48,9 +48,9 @@ azure-mgmt-extendedlocation==1.0.0b2 azure-mgmt-hdinsight==9.0.0 azure-mgmt-imagebuilder==1.2.0 azure-mgmt-iotcentral==10.0.0b1 -azure-mgmt-iothub==2.3.0 +azure-mgmt-iothub==3.0.0 azure-mgmt-iothubprovisioningservices==1.1.0 -azure-mgmt-keyvault==10.2.3 +azure-mgmt-keyvault==10.3.0 azure-mgmt-kusto==0.3.0 azure-mgmt-loganalytics==13.0.0b4 azure-mgmt-managedservices==1.0.0 @@ -64,10 +64,10 @@ azure-mgmt-netapp==10.1.0 azure-mgmt-nspkg==3.0.2 azure-mgmt-policyinsights==1.1.0b4 azure-mgmt-privatedns==1.0.0 -azure-mgmt-rdbms==10.2.0b10 +azure-mgmt-rdbms==10.2.0b11 azure-mgmt-recoveryservices==2.5.0 azure-mgmt-recoveryservicesbackup==7.0.0 -azure-mgmt-redhatopenshift==1.3.0 +azure-mgmt-redhatopenshift==1.4.0 azure-mgmt-redis==14.1.0 azure-mgmt-resource==23.1.0b2 azure-mgmt-search==9.0.0 @@ -76,10 +76,10 @@ azure-mgmt-servicebus==8.2.0 azure-mgmt-servicefabric==1.0.0 azure-mgmt-servicefabricmanagedclusters==1.0.0 azure-mgmt-servicelinker==1.2.0b1 -azure-mgmt-signalr==1.1.0 +azure-mgmt-signalr==2.0.0b1 azure-mgmt-sql==4.0.0b12 azure-mgmt-sqlvirtualmachine==1.0.0b5 -azure-mgmt-storage==21.0.0 +azure-mgmt-storage==21.1.0 azure-mgmt-synapse==2.1.0b5 azure-mgmt-trafficmanager==1.0.0 azure-mgmt-web==7.0.0 @@ -94,9 +94,9 @@ bcrypt==3.2.0 certifi==2023.7.22 cffi==1.15.1 chardet==3.0.4 -charset-normalizer==3.3.1 +charset-normalizer==3.3.2 colorama==0.4.4 -cryptography==41.0.3 +cryptography==41.0.4 distro==1.8.0 fabric==2.4.0 humanfriendly==10.0 @@ -133,7 +133,7 @@ six==1.16.0 sshtunnel==0.1.5 tabulate==0.8.9 typing-extensions==4.8.0 -urllib3==1.26.16 +urllib3==1.26.18 websocket-client==1.3.1 wrapt==1.15.0 xmltodict==0.12.0 diff --git a/requirements/cfn-lint-requirements.txt b/requirements/cfn-lint-requirements.txt index 320edb78..76c52bab 100644 --- a/requirements/cfn-lint-requirements.txt +++ b/requirements/cfn-lint-requirements.txt @@ -1,8 +1,8 @@ annotated-types==0.6.0 attrs==23.1.0 aws-sam-translator==1.79.0 -boto3==1.28.74 -botocore==1.31.74 +boto3==1.28.84 +botocore==1.31.84 jmespath==1.0.1 jschema-to-python==1.2.3 jsonpatch==1.33 @@ -11,13 +11,16 @@ jsonpointer==2.4 jsonschema==4.19.2 jsonschema-specifications==2023.7.1 junit-xml==1.9 -pbr==5.11.1 -pydantic==2.4.2 -pydantic-core==2.10.1 +mpmath==1.3.0 +networkx==3.2.1 +pbr==6.0.0 +pydantic==2.5.0 +pydantic-core==2.14.1 python-dateutil==2.8.2 referencing==0.30.2 regex==2023.10.3 -rpds-py==0.10.6 +rpds-py==0.12.0 s3transfer==0.7.0 sarif-om==1.0.4 +sympy==1.12 urllib3==2.0.7 diff --git a/requirements/gi-docgen-requirements.txt b/requirements/gi-docgen-requirements.txt index 3d9be742..86a9a13c 100644 --- a/requirements/gi-docgen-requirements.txt +++ b/requirements/gi-docgen-requirements.txt @@ -1,3 +1 @@ -Jinja2==3.1.2 -MarkupSafe==2.1.1 typogrify==2.0.7 diff --git a/requirements/huggingface-cli-requirements.txt b/requirements/huggingface-cli-requirements.txt index 41d5570d..106bd5d6 100644 --- a/requirements/huggingface-cli-requirements.txt +++ b/requirements/huggingface-cli-requirements.txt @@ -4,4 +4,4 @@ fsspec==2023.10.0 idna==3.4 requests==2.31.0 tqdm==4.66.1 -urllib3==2.0.7 +urllib3==2.1.0 diff --git a/requirements/pipgrip-requirements.txt b/requirements/pipgrip-requirements.txt index 5f41f599..2a2ce9c0 100644 --- a/requirements/pipgrip-requirements.txt +++ b/requirements/pipgrip-requirements.txt @@ -1,2 +1,2 @@ anytree==2.12.0 -wheel==0.41.2 +wheel==0.41.3 diff --git a/requirements/vunnel-requirements.txt b/requirements/vunnel-requirements.txt index 3733d807..86919db4 100644 --- a/requirements/vunnel-requirements.txt +++ b/requirements/vunnel-requirements.txt @@ -22,7 +22,7 @@ rfc3339==6.2 sqlalchemy==1.4.50 toposort==1.10 untokenize==0.1.1 -urllib3==2.0.7 +urllib3==2.1.0 xsdata==23.8 xxhash==3.4.1 zipp==3.17.0