Compare commits

...

5 Commits

Author SHA1 Message Date
Kenneth Kehl
a8060cec04 Merge pull request #2254 from GSA/daily_scans_requests
daily scan work
2026-03-26 14:58:47 -07:00
Kenneth Kehl
76df6bbabe run pip-audit only on production code 2026-03-26 10:24:43 -07:00
Kenneth Kehl
b4196f1c5e run pip-audit only on production code 2026-03-26 10:19:15 -07:00
Kenneth Kehl
dbfe67db31 run pip-audit only on production code 2026-03-26 10:07:16 -07:00
Kenneth Kehl
2f7afb4d57 daily scan work 2026-03-26 08:49:16 -07:00
5 changed files with 15 additions and 12 deletions

View File

@@ -151,7 +151,7 @@
"filename": ".github/workflows/daily_checks.yml",
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
"is_verified": false,
"line_number": 63,
"line_number": 64,
"is_secret": false
},
{
@@ -159,7 +159,7 @@
"filename": ".github/workflows/daily_checks.yml",
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
"is_verified": false,
"line_number": 79,
"line_number": 80,
"is_secret": false
}
],
@@ -374,5 +374,5 @@
}
]
},
"generated_at": "2025-09-11T16:22:46Z"
"generated_at": "2026-03-26T17:19:11Z"
}

View File

@@ -93,6 +93,7 @@ jobs:
inputs: requirements.txt
ignore-vulns: |
PYSEC-2023-312
CVE-2026-4539
static-scan:
runs-on: ubuntu-latest

View File

@@ -32,6 +32,7 @@ jobs:
inputs: requirements.txt
ignore-vulns: |
PYSEC-2023-312
CVE-2026-4539
- name: Upload pip-audit artifact
uses: actions/upload-artifact@v4
with:

17
poetry.lock generated
View File

@@ -4567,25 +4567,26 @@ files = [
[[package]]
name = "requests"
version = "2.32.5"
version = "2.33.0"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.9"
python-versions = ">=3.10"
groups = ["main", "dev"]
files = [
{file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"},
{file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"},
{file = "requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b"},
{file = "requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"},
]
[package.dependencies]
certifi = ">=2017.4.17"
certifi = ">=2023.5.7"
charset_normalizer = ">=2,<4"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<3"
urllib3 = ">=1.26,<3"
[package.extras]
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
test = ["PySocks (>=1.5.6,!=1.5.7)", "pytest (>=3)", "pytest-cov", "pytest-httpbin (==2.1.0)", "pytest-mock", "pytest-xdist"]
use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"]
[[package]]
name = "requests-mock"
@@ -5982,4 +5983,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "907fd16727a1738c03d8f319d4ccfae2c3fff716d0d392e7f3b7eeb0ec26c90e"
content-hash = "c643e24eabcff666689533e5276a2b63b500873085a340bfe459ddc7b53c6c4f"

View File

@@ -72,7 +72,7 @@ webencodings = "^0.5.1"
itsdangerous = "^2.2.0"
jinja2 = "^3.1.6"
redis = "^6.4.0"
requests = "^2.32.5"
requests = "^2.33.0"
virtualenv = "^21.1.0"
marshmallow-enum = "^1.5.1"
awscli = "^1.44.38"