This is an automated email from the ASF dual-hosted git repository.
papegaaij pushed a change to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
from 4dd3837232 Start next development version
new 4871739c03 Add a security policy for 8.x, with the scope exclusions
new 805788eedf Document that the URL and cookie crypt is not authenticated
The 2 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:
SECURITY.md | 349 +++++++++++++++++++++
.../apache/wicket/util/crypt/AbstractCrypt.java | 9 +-
.../org/apache/wicket/util/crypt/SunJceCrypt.java | 11 +-
3 files changed, 367 insertions(+), 2 deletions(-)
create mode 100644 SECURITY.md