Skip to content

Supply chain: hash-locked dependencies, pip-audit/OSV, gitleaks, CycloneDX SBOM, Renovate (1.12.1) - #50

Merged
desiorac merged 3 commits into
mainfrom
p5e-chaine
Sep 24, 2026
Merged

desiorac merged 3 commits into
mainfrom
p5e-chaine

Conversation

@desiorac

Copy link
Copy Markdown
Member
  • Dependencies locked with hashes by uv pip compile --generate-hashes (Linux, Python 3.14); the deploy installs in pip's hash-checking mode (tested: install + pin check). A lock job fails when a lock is stale.
  • pip-audit on the locked set, PyPI and OSV advisories (blocking).
  • gitleaks on the whole history, pinned binary checked by sha256; the 29 existing findings were reviewed (doc examples, conformance JWTs, fake test keys, public proof ids, one historical secret already rotated) and are listed in .gitleaksignore.
  • CycloneDX SBOM of the runtime set as a CI artifact and attached to each release.
  • renovate.json (pip-compile manager, weekly lock maintenance). Renovate itself still has to be installed on the repository.

🤖 Generated with Claude Code

…Renovate (1.12.1)

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/ci.yml

PackageVersionLicenseIssue Type
actions/upload-artifact4.*.*NullUnknown License
Denied Licenses: GPL-1.0, GPL-2.0, GPL-2.0-only, GPL-2.0-or-later, GPL-3.0, GPL-3.0-only, GPL-3.0-or-later, LGPL-2.0, LGPL-2.0-only, LGPL-2.0-or-later, LGPL-2.1, LGPL-2.1-only, LGPL-2.1-or-later, LGPL-3.0, LGPL-3.0-only, LGPL-3.0-or-later, AGPL-3.0, AGPL-3.0-only, AGPL-3.0-or-later, EUPL-1.0, EUPL-1.1, EUPL-1.2, OSL-1.0, OSL-2.0, OSL-2.1, OSL-3.0

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/upload-artifact 4.*.* 🟢 5.2
Details
CheckScoreReason
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review🟢 10all changesets reviewed
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 1dependency not pinned by hash detected -- score normalized to 1
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
SAST🟢 10SAST tool is run on all commits
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
pip/pydantic-core 2.46.4 🟢 6.5
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10
Code-Review⚠️ 2Found 8/28 approved changesets -- score normalized to 2
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 8dependency not pinned by hash detected -- score normalized to 8
License🟢 10license file detected
Fuzzing🟢 10project is fuzzed
Branch-Protection🟢 3branch protection is not maximal on development and all release branches
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 10security policy file detected
Packaging🟢 10packaging workflow detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
pip/typing-extensions 4.15.0 UnknownUnknown

Scanned Files

  • .github/workflows/ci.yml
  • requirements.txt

desiorac and others added 2 commits September 24, 2026 12:58
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@desiorac
desiorac merged commit 2739845 into main Sep 24, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant