This is an automated email from the ASF dual-hosted git repository.
sbp pushed a change to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
from e71802b4 Ignore spurious CodeQL warnings about file permissions
add e9ed2a37 ASVS L1 - Validate referrer in redirect in admin toggle-view
add 81b4f612 add API and link to svn:dist area (#648)
add 929a8c3b link to svn:dist, not any svn (#650)
add d7c4a175 Start to move caching out of check tasks
add a96e11aa Include release policy in attestation and pull hashes for
checks from there.
add 133ab837 Include checker name in cache key and tidy up some code.
new edc3cd49 Add the arm branch to QA workflows
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/analyze.yml | 2 +-
.github/workflows/build.yml | 2 +-
.github/workflows/codeql.yaml | 2 +-
atr/admin/__init__.py | 4 +-
atr/attestable.py | 21 +-
atr/db/__init__.py | 3 +
atr/docs/checks.md | 2 +-
atr/docs/tasks.md | 2 +-
tests/e2e/sbom/helpers.py => atr/file_paths.py | 14 +-
atr/get/report.py | 11 +-
atr/get/upload.py | 6 +-
atr/{models/basic.py => hashes.py} | 24 +-
atr/merge.py | 7 +-
atr/models/attestable.py | 3 +-
atr/models/sql.py | 2 +-
atr/shared/upload.py | 4 +-
atr/storage/readers/checks.py | 49 +++-
atr/storage/readers/releases.py | 2 +
atr/storage/writers/revision.py | 5 +-
atr/tasks/__init__.py | 317 +++++++++++++++++++-----
atr/tasks/checks/__init__.py | 185 +++++++++-----
atr/tasks/checks/compare.py | 5 +
atr/tasks/checks/hashing.py | 7 +
atr/tasks/checks/license.py | 16 +-
atr/tasks/checks/paths.py | 20 +-
atr/tasks/checks/rat.py | 7 +-
atr/tasks/checks/signature.py | 6 +
atr/tasks/checks/targz.py | 8 +
atr/tasks/checks/zipformat.py | 10 +-
atr/templates/about.html | 33 ++-
migrations/versions/0049_2026.02.11_5b874ed2.py | 37 +++
tests/unit/recorders.py | 2 +-
32 files changed, 631 insertions(+), 187 deletions(-)
copy tests/e2e/sbom/helpers.py => atr/file_paths.py (66%)
copy atr/{models/basic.py => hashes.py} (54%)
create mode 100644 migrations/versions/0049_2026.02.11_5b874ed2.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]