Skip to content

Commit 797acd3

Browse files
💄 restructure whispers reports (#13790)
1 parent 58f456f commit 797acd3

5 files changed

Lines changed: 71 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[]
1+
[]
Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,47 @@
1-
[{"key": "01_static_password", "value": "hardcoded0", "file": "src/config.yml", "line": 12, "rule_id": "password", "message": "Password", "severity": "CRITICAL"}, {"key": "02_static_passwords", "value": "Hardcoded1", "file": "src/config.yml", "line": 14, "rule_id": "password", "message": "Password", "severity": "CRITICAL"}, {"key": "02_static_passwords", "value": "hardCoded2", "file": "src/config.yml", "line": 15, "rule_id": "password", "message": "Password", "severity": "CRITICAL"}, {"key": "02_static_passwords", "value": "haRdcOded3", "file": "src/config.yml", "line": 16, "rule_id": "password", "message": "Password", "severity": "CRITICAL"}, {"key": "password", "value": "hardcodEd", "file": "src/config.yml", "line": 19, "rule_id": "password", "message": "Password", "severity": "CRITICAL"}]
1+
[
2+
{
3+
"key": "01_static_password",
4+
"value": "hardcoded0",
5+
"file": "src/config.yml",
6+
"line": 12,
7+
"rule_id": "password",
8+
"message": "Password",
9+
"severity": "CRITICAL"
10+
},
11+
{
12+
"key": "02_static_passwords",
13+
"value": "Hardcoded1",
14+
"file": "src/config.yml",
15+
"line": 14,
16+
"rule_id": "password",
17+
"message": "Password",
18+
"severity": "CRITICAL"
19+
},
20+
{
21+
"key": "02_static_passwords",
22+
"value": "hardCoded2",
23+
"file": "src/config.yml",
24+
"line": 15,
25+
"rule_id": "password",
26+
"message": "Password",
27+
"severity": "CRITICAL"
28+
},
29+
{
30+
"key": "02_static_passwords",
31+
"value": "haRdcOded3",
32+
"file": "src/config.yml",
33+
"line": 16,
34+
"rule_id": "password",
35+
"message": "Password",
36+
"severity": "CRITICAL"
37+
},
38+
{
39+
"key": "password",
40+
"value": "hardcodEd",
41+
"file": "src/config.yml",
42+
"line": 19,
43+
"rule_id": "password",
44+
"message": "Password",
45+
"severity": "CRITICAL"
46+
}
47+
]
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
[{"key": "pip password", "value": "hardcoded", "file": "src/pip.conf", "line": 2, "rule_id": "pip", "message": "pip.conf Password", "severity": "CRITICAL"}]
1+
[
2+
{
3+
"key": "pip password",
4+
"value": "hardcoded",
5+
"file": "src/pip.conf",
6+
"line": 2,
7+
"rule_id": "pip",
8+
"message": "pip.conf Password",
9+
"severity": "CRITICAL"
10+
}
11+
]
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
[{"key": "pip password", "value": "hardcoded", "file": "src/pip.conf", "line": 2, "rule_id": "pip", "message": "pip.conf Password", "severity": "High"}]
1+
[
2+
{
3+
"key": "pip password",
4+
"value": "hardcoded",
5+
"file": "src/pip.conf",
6+
"line": 2,
7+
"rule_id": "pip",
8+
"message": "pip.conf Password",
9+
"severity": "High"
10+
}
11+
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[]
1+
[]

0 commit comments

Comments
 (0)