This is an automated email from the ASF dual-hosted git repository.

arm pushed a change to branch safe_paths
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


 discard 5c6c6515 #964 - implement constrained safe path type for containment 
guarantees
 discard ea86982b Initial safe path work
 discard 81ee214c #1010 - move distribution web validation to work on API calls 
as well, and support field-level errors in model_validator functions.
     add 81ee4cfb Add an implementation of Noisy Secrets, and tests
     add 3f8e016e Update dependencies
     add f6f97de9 Remove the admin route that shows environment variables
     add 7d013b90 Check LDAP account status during SSH authentication
     add 02787d1f Move key association management to the storage interface
     add f24a7399 Improve key deletion methods in the storage interface
     add 8c7de341 #1010 - move distribution web validation to work on API calls 
as well, and support field-level errors in model_validator functions.
     add a20fd81d Remove a completed reminder to update the Noisy Secrets 
specification
     add e32be309 Prevent pages from being cached by default
     add d7a7bc04 Remove the flag that skips SVN certificate checks
     add 7a934b2a #1013 - use DB IntegrityError to warn user their project 
already exists. Fix small form validation bug.
     add 7f7379bc Initial safe path work
     add 3abfd5e8 #964 - implement constrained safe path type for containment 
guarantees

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   (5c6c6515)
            \
             N -- N -- N   refs/heads/safe_paths (3abfd5e8)

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:
 .pre-commit-config.yaml               |   2 +-
 atr/admin/__init__.py                 |  13 -
 atr/form.py                           |  11 +-
 atr/noisy.py                          | 300 +++++++++++
 atr/post/keys.py                      |  38 +-
 atr/server.py                         |   2 +
 atr/ssh.py                            |  33 +-
 atr/storage/writers/keys.py           | 135 +++--
 atr/storage/writers/project.py        |  28 +-
 atr/tasks/svn.py                      |   2 -
 atr/templates/includes/topnav.html    |   5 -
 pip-audit.requirements                |  10 +-
 pyproject.toml                        |   2 +-
 tests/unit/test_keys_writer.py        | 170 +++++++
 tests/unit/test_noisy.py              | 902 ++++++++++++++++++++++++++++++++++
 tests/unit/test_ssh_account_status.py | 253 ++++++++++
 uv.lock                               |  92 ++--
 17 files changed, 1845 insertions(+), 153 deletions(-)
 create mode 100644 atr/noisy.py
 create mode 100644 tests/unit/test_keys_writer.py
 create mode 100644 tests/unit/test_noisy.py
 create mode 100644 tests/unit/test_ssh_account_status.py


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to