From 32f261a9988276a6dbe363d3cece1c621569d269 Mon Sep 17 00:00:00 2001 From: Torsten Cannell <38391283+Torsten1014@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:02:49 -0800 Subject: [PATCH 1/4] Update snyk-test-api-import.yml remove duplicate code. --- .github/workflows/snyk-test-api-import.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/snyk-test-api-import.yml b/.github/workflows/snyk-test-api-import.yml index 637123e6aa6..58c7109fceb 100644 --- a/.github/workflows/snyk-test-api-import.yml +++ b/.github/workflows/snyk-test-api-import.yml @@ -24,7 +24,5 @@ jobs: echo "REPO_NAME=$(echo $GITHUB_REPOSITORY | cut -d '/' -f 2)" >> $GITHUB_ENV - name: Import repo via API id: import_repo - env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} run: | python3 scripts/import_repo.py --owner ${{ github.repository_owner }} --name ${{ env.REPO_NAME }} --snyk-org ${{ vars.SNYK_ORG }} --integration-id ${{ vars.SNYK_INTEGRATION_ID }} --branch ${{ github.ref_name }} From 4513a5d550d4d67ebcdaf9df2c59e417b0e4d420 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Mar 2026 07:50:15 +0000 Subject: [PATCH 2/4] fix: scripts/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-15763443 --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 45c6ca0bc86..2141f63d77e 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1 @@ -requests~=2.31 \ No newline at end of file +requests~=2.33.0 \ No newline at end of file From 33d0ceb741ebfc76f731017e0911b94634f3ace0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Mar 2026 07:59:13 +0000 Subject: [PATCH 3/4] fix: scripts/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-15763443 From e84362aadc26a3561e2eb3f689a34da5daba8c2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Mar 2026 11:05:33 +0000 Subject: [PATCH 4/4] fix: scripts/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-15763443