From 6c9306393e3060a3e1c718c171ced9c15df811a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:04:27 +0000 Subject: [PATCH] deps(vulnshop): bump cryptography from 2.3 to 46.0.3 in /vulnerable-app Bumps [cryptography](https://github.com/pyca/cryptography) from 2.3 to 46.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.3...46.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- vulnerable-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulnerable-app/requirements.txt b/vulnerable-app/requirements.txt index 2a4d9ce..93e76f2 100644 --- a/vulnerable-app/requirements.txt +++ b/vulnerable-app/requirements.txt @@ -68,7 +68,7 @@ Jinja2==2.10 # cryptography 2.3 has multiple vulnerabilities: # - CVE-2018-10903 (Bleichenbacher Attack) # - Multiple other fixes in later versions -cryptography==2.3 +cryptography==46.0.3 # ----------------------------------------------------------------------------- # XML Processing - VULNERABLE