You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2021/09/08 08:18:17 UTC

[santuario-xml-security-java] branch master updated (048d726 -> 80c552b)

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

coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git.


    from 048d726  Merge pull request #55 from apache/dependabot/maven/org.gaul-modernizer-maven-plugin-2.3.0
     add d21d6eb  SANTUARIO-577 - Introduce a system property to control if file/http references are allowed from an unsigned context
     new 80c552b  Merge pull request #58 from apache/SANTUARIO-577

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:
 .../xml/dsig/internal/dom/DOMURIDereferencer.java  | 21 ++++----
 .../xml/security/encryption/XMLCipherInput.java    |  9 +++-
 .../implementations/KeyInfoReferenceResolver.java  |  9 +++-
 .../implementations/RetrievalMethodResolver.java   | 17 ++++--
 .../utils/resolver/ResourceResolverContext.java    | 22 ++++++++
 .../crypto/test/dsig/CreateBaltimore23Test.java    |  1 +
 .../security/test/dom/interop/BaltimoreTest.java   |  2 +
 .../dom/utils/resolver/ResourceResolverTest.java   | 60 ++++++++++++++++++++++
 8 files changed, 125 insertions(+), 16 deletions(-)

[santuario-xml-security-java] 01/01: Merge pull request #58 from apache/SANTUARIO-577

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git

commit 80c552b861c1cd22b3b0a9dfbff3d27762b3bff9
Merge: 048d726 d21d6eb
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Wed Sep 8 09:17:58 2021 +0100

    Merge pull request #58 from apache/SANTUARIO-577
    
    SANTUARIO-577 - Introduce a system property to control if file/http r…

 .../xml/dsig/internal/dom/DOMURIDereferencer.java  | 21 ++++----
 .../xml/security/encryption/XMLCipherInput.java    |  9 +++-
 .../implementations/KeyInfoReferenceResolver.java  |  9 +++-
 .../implementations/RetrievalMethodResolver.java   | 17 ++++--
 .../utils/resolver/ResourceResolverContext.java    | 22 ++++++++
 .../crypto/test/dsig/CreateBaltimore23Test.java    |  1 +
 .../security/test/dom/interop/BaltimoreTest.java   |  2 +
 .../dom/utils/resolver/ResourceResolverTest.java   | 60 ++++++++++++++++++++++
 8 files changed, 125 insertions(+), 16 deletions(-)