File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
powershell/ql/src/experimental Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @name Hardcoded Computer Name
3
- * @description Do not hardcode computer names in powershell scripts.
3
+ * @description Do not hardcode computer names
4
4
* @kind problem
5
5
* @problem.severity error
6
6
* @security-severity 7.0
7
7
* @precision high
8
8
* @id powershell/microsoft/public/hardcoded-computer-name
9
9
* @tags correctness
10
10
* security
11
- * external/cwe/cwe-078
12
- * external/cwe/cwe-088
13
11
*/
14
12
15
13
import powershell
Original file line number Diff line number Diff line change 8
8
* @id powershell/microsoft/public/username-or-password-parameter
9
9
* @tags correctness
10
10
* security
11
- * external/cwe/cwe-078
12
- * external/cwe/cwe-088
13
11
*/
14
12
15
13
import powershell
You can’t perform that action at this time.
0 commit comments