Skip to content

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 and XPATHFactory to prevent XXE (XML External Entity) attack when reading pom.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

Merge request reports

Loading