Skip to content

Commit b71a91d

Browse files
authored
Merge pull request #3547 from 1c-syntax/copilot/modify-external-app-vulnerability
Change ExternalAppStarting diagnostic type from VULNERABILITY to SECURITY_HOTSPOT
2 parents 0931f68 + 9d8cf27 commit b71a91d

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/ExternalAppStartingDiagnostic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import java.util.regex.Pattern;
3434

3535
@DiagnosticMetadata(
36-
type = DiagnosticType.VULNERABILITY,
36+
type = DiagnosticType.SECURITY_HOTSPOT,
3737
severity = DiagnosticSeverity.MAJOR,
3838
minutesToFix = 5,
3939
tags = {

0 commit comments

Comments
 (0)