Merge pull request #14297 from aschackmull/java/additional-steps-and-nodes

Java: Add support for additional nodes, read steps, and store steps for QL models and model ThreadLocal.initialValue
This commit is contained in:
Anders Schack-Mulligen
2023-09-26 14:50:37 +02:00
committed by GitHub
5 changed files with 120 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ class DocumentBuilderTests {
public void disableExternalEntities2(Socket sock) throws Exception {
DocumentBuilder builder = XML_DOCUMENT_BUILDER.get();
builder.parse(sock.getInputStream()); // $ SPURIOUS: hasTaintFlow
builder.parse(sock.getInputStream()); // safe
}
}