Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.
The affected method is org.codehaus.plexus.util.Expand.extractFile. The javacc-maven-plugin package does not use the Expand class. The main sources only use: - org.codehaus.plexus.util.DirectoryScanner - org.codehaus.plexus.util.FileUtils - org.codehaus.plexus.util.SelectorUtils - org.codehaus.plexus.util.StringUtils - org.codehaus.plexus.util.cli.CommandLine - org.codehaus.plexus.util.cli.CommandLineUtils - org.codehaus.plexus.util.cli.StreamConsumer The tests use other plexus-utils classes, but they are not shipped in any binary RPM. In any case, they also do not use the Expand class at all.