This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch taint_tracking_types
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
from f06f2df5 Validate session by type instead of name, and _ prefix unused
sessions
add c0900cf5 Add a task to validate quarantined files and reject or
promote them
add d88c4b0f Skip files that use overloads when fixing function order
add fa010e35 Fix function ordering
add cb5071f6 Fix auth bypass for admin via exceptions
add 1bc9ee14 Proper pagination validation checks
add 219d64af OF - fix typo
add de57ce15 Change data models to Subset instead of Lax - closes #777
add b7eba2f5 Drop admin privileges (#796)
add 18d73aab Add failed authentication logging to identified areas. Closes
#725
add e58a18aa Validate vulnerability URLs are http/s. Closes #768
add b0386f71 Remove empty test method added by accident
add 690e461f Use experimental CodeQL query suites for actions
add 2f68b218 Add check_access back into routes which require it and remove
from GET generally.
No new revisions were added by this update.
Summary of changes:
.github/workflows/codeql.yaml | 5 +-
atr/admin/templates/toggle-admin-view.html | 9 +-
atr/api/__init__.py | 19 +-
atr/blueprints/get.py | 6 -
atr/db/__init__.py | 25 +++
atr/docs/code-conventions.md | 16 ++
atr/get/announce.py | 1 +
atr/get/compose.py | 1 +
atr/get/draft.py | 1 +
atr/get/file.py | 2 +
atr/get/manual.py | 2 +
atr/get/release.py | 3 +-
atr/get/report.py | 1 +
atr/get/result.py | 1 +
atr/get/revisions.py | 1 +
atr/get/sbom.py | 8 +-
atr/get/start.py | 3 +-
atr/get/upload.py | 1 +
atr/get/voting.py | 1 +
atr/hashes.py | 4 +
atr/jwtoken.py | 11 +-
atr/log.py | 11 +
atr/models/distribution.py | 28 +--
atr/models/sql.py | 1 +
atr/paths.py | 8 +-
atr/registry.py | 2 +-
atr/shared/distribution.py | 11 +-
atr/ssh.py | 11 +-
atr/storage/writers/revision.py | 6 +-
atr/storage/writers/tokens.py | 7 +-
atr/tasks/__init__.py | 3 +
atr/tasks/quarantine.py | 214 ++++++++++++++++++++
atr/user.py | 5 +
atr/util.py | 21 +-
atr/web.py | 3 +-
scripts/fix_order.py | 6 +
tests/e2e/admin/test_revoke_tokens.py | 128 ++++++------
tests/e2e/announce/test_get.py | 26 +--
tests/e2e/committees/test_get.py | 22 +-
tests/e2e/root/conftest.py | 14 +-
tests/e2e/root/test_get.py | 8 +-
tests/unit/test_create_revision.py | 2 +
tests/unit/test_quarantine_task.py | 312 +++++++++++++++++++++++++++++
43 files changed, 805 insertions(+), 165 deletions(-)
create mode 100644 atr/tasks/quarantine.py
create mode 100644 tests/unit/test_quarantine_task.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]