Skip to content

Commit e9251fe

Browse files
authored
feat(jar): mark JAR as individual packages (fanal#350)
1 parent 965400a commit e9251fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyzer/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ var (
9696
}
9797

9898
// TypeIndividualPkgs has all analyzers for individual packages
99-
TypeIndividualPkgs = []Type{TypeGemSpec, TypeNodePkg, TypePythonPkg, TypeGoBinary}
99+
TypeIndividualPkgs = []Type{TypeGemSpec, TypeNodePkg, TypePythonPkg, TypeGoBinary, TypeJar}
100100
)

0 commit comments

Comments
 (0)