-
Hi Team,
I upgraded java-xmlbuilder library from v0.4 to 0.6 or 1.2 and I start seeing failures related to "XPathExpressionException", Please see below the complete error message:
javax.xml.xpat…
-
I am hoping to measure some java or python benchmarks with fuzzbench. So I migrate a java library (java-xmlbuilder) from OSS-Fuzz by copying Dockerfile, build.sh and XmlBuilderFuzzer.java. Then I try…
-
I deleted the suffix off the input XML file, and got an uncontrolled error. It should be caught. I think this code in XMLBuilder should test for a null return and stop processing.
protected voi…
-
Hi, java-xmlbuilder version used
```
com.jamesmurty.utils
java-xmlbuilder
1.3
````
While debugging i checked what contain my XMLBuilder2 object and throughout the process xml tree…
-
Hi,
I've been trying to get this to work but each time I get an error saying Invalid Arguments. I've included the extract from our build process below so you can see the stack trace.
Are you able…
-
```
Info: Possible unsafe setting of property Preface.DescriptiveSchemes due to a java.lang.NoSuchMethodException: tv.amwa.maj.model.impl.PrefaceImpl.initializeDescriptiveSchemes()
When making a dyn…
-
Hi,
I am trying to import some XMLBuilder2 node into another XMLBuilder2. But while doing this, i faced with this.
When i call below method, it drops `xmlns:xsi` attribute from `elementNode`. Ha…
-
-
The following image is vulnerable to CVE-2014-125087. Please provide a resolution and date of quarterly release.
Image: cp-kafka-connect
`% trivy image 323640293338.dkr.ecr.us-east-2.amazonaws.…
-
#include
#include
#include
#include
// Function to find which group the string belongs to
std::string findGroup(const std::string& str, const std::map& groupsMap) {
for (const auto& gr…