jdom icon indicating copy to clipboard operation
jdom copied to clipboard

Java manipulation of XML made easy

Results 37 jdom issues
Sort by recently updated
recently updated
newest added

CVEs are being reported against compile time dependencies of JDOM. Whilst this is fairly minor, as these dependencies are optional at runtime, it does still have the potential to show...

My project has an indirect build dependency on something that uses JDOM, and we do signature trust verification of all the artifacts used in our builds. We were hoping the...

We consume org.jdom:jdom2-2.0.6.1.jar. This version of the library is not vulnerable to [CVE-2021-33813](https://nvd.nist.gov/vuln/detail/CVE-2021-33813). (I went through the related issue https://github.com/hunterhacker/jdom/issues/189). The Implementation-Version value found in MANIFEST.MF file inside the 2.0.6.1...

hi i am upgrading my jdom version from jdom:1.1_4 to latest jdom:2.0.6.1_1 and while building the project i am getting error `importing package(s) [org.jdom, org.jdom.input] but no bundle is exporting...

Hello Team Hunter hacker, we are currently using JDOM: 2.0.6.1 and facing vulnerability warning for CVE-2022-34169 and 4 for XCERS library. so can we get a fix for these vulnerabilities.

Hello guys. I made some fork of jdom (https://github.com/consulo/jdom) where you can see those changes: * migrated to maven * splitting core and impl of xpath(now jaxen is not required)...

I forked the repo to look into adding support for JPMS but wanted to ensure build pipeline is in place first. So I created a branch that has a workflow...