This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch previous_sbom_results
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
discard 3f2a259 Pull previous SBOM results into the report and highlight
new/changed vulnerabilities and licenses.
add fe73b07 Add a summary of checks before the compose file list
add 118db83 Take the phase navigation bar out of the top navigation shadow
add 3a9c174 Use uvloop to avoid APPLICATION_DATA_AFTER_CLOSE_NOTIFY errors
add 42ebb87 Add best practices for installing JS dependencies to code
conventions
add 76bbc65 Explain to unauthenticated users when a vote is not open
add 7ca36bd Reserve a type for confirmation fields and make them more
consistent
add 79f836a Address some path traversal vulnerabilities
add 5e53c04 Pull previous SBOM results into the report and highlight
new/changed vulnerabilities and licenses.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3f2a259)
\
N -- N -- N refs/heads/previous_sbom_results (5e53c04)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
Makefile | 4 +-
atr/admin/__init__.py | 18 +---
atr/docs/code-conventions.md | 4 +
atr/form.py | 120 ++++++++++++++++-----
atr/get/announce.py | 2 +-
atr/get/docs.py | 6 +-
atr/get/download.py | 18 ++--
atr/get/draft.py | 17 +--
atr/get/file.py | 11 +-
atr/get/published.py | 6 +-
atr/get/ref.py | 41 +++----
atr/get/report.py | 14 ++-
atr/get/sbom.py | 7 +-
atr/get/vote.py | 46 +++++++-
atr/post/draft.py | 16 ++-
atr/post/finish.py | 12 ++-
atr/post/sbom.py | 28 +++--
atr/post/upload.py | 8 +-
atr/server.py | 7 +-
atr/shared/__init__.py | 56 ++++++++++
atr/shared/announce.py | 13 ++-
atr/shared/distribution.py | 2 +-
atr/shared/draft.py | 2 +-
atr/shared/finish.py | 16 +--
atr/static/css/atr.css | 27 ++++-
.../{ignore-form-change.js => announce-confirm.js} | 41 ++++---
atr/storage/readers/releases.py | 83 +++++++++++---
atr/storage/types.py | 11 ++
atr/storage/writers/release.py | 22 ++--
atr/templates/check-selected.html | 4 +
playwright/test.py | 19 ++--
pyproject.toml | 2 +-
start-atr.sh | 2 +-
start-dev.sh | 2 +-
tests/e2e/announce/test_get.py | 20 ++++
uv.lock | 25 ++++-
36 files changed, 547 insertions(+), 185 deletions(-)
copy atr/static/js/src/{ignore-form-change.js => announce-confirm.js} (57%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]