Skip to content

Commit 43954b7

Browse files
committed
removed irrelevant tags
1 parent e91912e commit 43954b7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

powershell/ql/src/experimental/HardcodedComputerName.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
/**
22
* @name Hardcoded Computer Name
3-
* @description Do not hardcode computer names in powershell scripts.
3+
* @description Do not hardcode computer names
44
* @kind problem
55
* @problem.severity error
66
* @security-severity 7.0
77
* @precision high
88
* @id powershell/microsoft/public/hardcoded-computer-name
99
* @tags correctness
1010
* security
11-
* external/cwe/cwe-078
12-
* external/cwe/cwe-088
1311
*/
1412

1513
import powershell

powershell/ql/src/experimental/UsernameOrPasswordParameter.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
* @id powershell/microsoft/public/username-or-password-parameter
99
* @tags correctness
1010
* security
11-
* external/cwe/cwe-078
12-
* external/cwe/cwe-088
1311
*/
1412

1513
import powershell

0 commit comments

Comments
 (0)