ppkarwasz opened a new pull request, #393: URL: https://github.com/apache/commons-scxml/pull/393
> [!WARNING] > This PR was submitted automatically to smoke-test > [Apache Commons Secure XML](https://github.com/apache/commons-xml) > and has not yet been verified by a human. > It will stay a draft until a committer reviews it and marks it ready. Creates XML stream readers, parsers, schema factories and transformers through `org.apache.commons:commons-secure-xml` (1.0.0-SNAPSHOT until its first release). The secure factories enable XML secure processing and install a non-removable entity-resolver floor: external DTD, entity, schema and XInclude lookups that a caller-set resolver does not resolve are resolved to empty content instead of being fetched, and internal entity expansion is bounded. - `SCXMLReader` goes through `SecureXMLInputFactory` (the `Configuration`-supplied `XMLResolver` still takes precedence, and the `factoryId`/`factoryClassLoader` override still selects the underlying implementation), plus `SecureSchemaFactory` and `SecureDocumentBuilderFactory`; `SCXMLWriter` and `ContentParser` go through `SecureTransformerFactory`. - `ContentParser.parseXml` now wraps its argument in an `InputSource`: `DocumentBuilder.parse(String)` interprets its argument as a URI, so the method never actually parsed the XML content it was documented to parse. - CI and CodeQL run with `-Puse-apache-snapshots` so the SNAPSHOT dependency resolves. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
