We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91912e commit 43954b7Copy full SHA for 43954b7
2 files changed
powershell/ql/src/experimental/HardcodedComputerName.ql
@@ -1,15 +1,13 @@
1
/**
2
* @name Hardcoded Computer Name
3
- * @description Do not hardcode computer names in powershell scripts.
+ * @description Do not hardcode computer names
4
* @kind problem
5
* @problem.severity error
6
* @security-severity 7.0
7
* @precision high
8
* @id powershell/microsoft/public/hardcoded-computer-name
9
* @tags correctness
10
* security
11
- * external/cwe/cwe-078
12
- * external/cwe/cwe-088
13
*/
14
15
import powershell
powershell/ql/src/experimental/UsernameOrPasswordParameter.ql
@@ -8,8 +8,6 @@
* @id powershell/microsoft/public/username-or-password-parameter
0 commit comments