This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git
from 279173b Update remaining references to old project name.
add a4000e5 Reclassify the JAXP 1.5 accessExternal properties as
modifiable
new 52efaa2 Merge pull request #65 from
ppkarwasz/docs/modifiable-access-external-properties
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:
src/changes/changes.xml | 1 +
src/main/javadoc/overview.html | 42 +++++++-
src/site/markdown/threat_model.md | 66 ++++++++-----
.../xml/secure/AccessExternalPropertyTest.java | 109 +++++++++++++++++++++
.../commons/xml/secure/AttackTestSupport.java | 76 ++++++++++----
.../xml/secure/SchemaLocationPropertyTest.java | 6 +-
.../apache/commons/xml/secure/TestConstants.java | 11 ++-
7 files changed, 263 insertions(+), 48 deletions(-)
create mode 100644
src/test/java/org/apache/commons/xml/secure/AccessExternalPropertyTest.java