Skip to content

Commit 66b1064

Browse files
committed
replace sast to signficant path
1 parent 1351e15 commit 66b1064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/jasutils/jasutils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const (
6767
NotScanned ApplicabilityStatus = ""
6868
)
6969

70-
const SastFingerprintKey = "precise_sink_and_sink_function"
70+
const SastFingerprintKey = "significant_full_path"
7171

7272
func (as ApplicabilityStatus) String() string {
7373
return string(as)

0 commit comments

Comments
 (0)