Bump classgraph from 4.8.110 to 4.8.112
Bumps classgraph from 4.8.110 to 4.8.112.
Release notes
Sourced from classgraph's releases.
classgraph-4.8.112
- Added a secure version of
DocumentBuilderFactory
andXPATHFactory
to prevent XXE (XML External Entity) attack when readingpom.xml
file (#539, thanks to @kshitizg for the pull request!).classgraph-4.8.111
Allow globs when accepting/rejecting specific classes, e.g.
new ClassGraph().acceptClasses("*.*Suffix")
(#536, thanks to @cushon for the request!)
Commits
-
b3bddc7
[maven-release-plugin] prepare release classgraph-4.8.112 -
5e32b91
Source > Cleanup -
2a5dbf7
Update README.md -
5d8d61d
Update README.md -
2531599
Merge pull request #539 from kshitizg/latest -
681362a
Adding SecureDocumentBuilderFactory & SecureXPATHFactory to prevent XXE( XML ... -
71ba4a2
[maven-release-plugin] prepare for next development iteration -
4aeda58
[maven-release-plugin] prepare release classgraph-4.8.111 -
2022d94
Update JavaDoc -
f191ba9
Merge branch 'latest' of https://github.com/classgraph/classgraph into latest - Additional commits viewable in compare view