Skip to content

Commit e6b2d8e

Browse files
authored
тип SECURITY_HOTSPOT
1 parent cb922b8 commit e6b2d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/PrivilegedModuleMethodCallDiagnostic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
import java.util.Optional;
4141

4242
@DiagnosticMetadata(
43-
type = DiagnosticType.VULNERABILITY,
43+
type = DiagnosticType.SECURITY_HOTSPOT,
4444
severity = DiagnosticSeverity.MAJOR,
4545
minutesToFix = 60,
4646
tags = {

0 commit comments

Comments
 (0)