We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf7676 commit 6824aaaCopy full SHA for 6824aaa
opengrok-indexer/src/main/java/org/opengrok/indexer/framework/PluginFramework.java
@@ -319,6 +319,8 @@ private String getClassName(File file) {
319
return classname;
320
}
321
322
+ // The filePath is checked not to point outside the "target" directory in the code below.
323
+ @SuppressWarnings("javasecurity:S6096")
324
@Nullable
325
private String getClassName(JarEntry jarEntry) {
326
final String filePath = jarEntry.getName();
0 commit comments