-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgitleaks-baseline.json
More file actions
82 lines (82 loc) · 2.78 KB
/
Copy pathgitleaks-baseline.json
File metadata and controls
82 lines (82 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"RuleID": "private-key",
"Description": "Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.",
"StartLine": 302,
"EndLine": 303,
"StartColumn": 52,
"EndColumn": 75,
"Match": "-----BEGIN PRIVATE KEY-----\") \u0026\u0026 \n privateKey.includes(\"-----END PRIVATE KEY-----",
"Secret": "-----BEGIN PRIVATE KEY-----\") \u0026\u0026 \n privateKey.includes(\"-----END PRIVATE KEY-----",
"File": "webview-ui/src/components/connections/ConnectionsForm.vue",
"SymlinkFile": "",
"Commit": "",
"Entropy": 3.8920474,
"Author": "",
"Email": "",
"Date": "",
"Message": "",
"Tags": [],
"Fingerprint": "webview-ui/src/components/connections/ConnectionsForm.vue:private-key:302"
},
{
"RuleID": "private-key",
"Description": "Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.",
"StartLine": 304,
"EndLine": 305,
"StartColumn": 53,
"EndColumn": 86,
"Match": "-----BEGIN ENCRYPTED PRIVATE KEY-----\") \u0026\u0026 \n privateKey.includes(\"-----END ENCRYPTED PRIVATE KEY-----",
"Secret": "-----BEGIN ENCRYPTED PRIVATE KEY-----\") \u0026\u0026 \n privateKey.includes(\"-----END ENCRYPTED PRIVATE KEY-----",
"File": "webview-ui/src/components/connections/ConnectionsForm.vue",
"SymlinkFile": "",
"Commit": "",
"Entropy": 4.0389237,
"Author": "",
"Email": "",
"Date": "",
"Message": "",
"Tags": [],
"Fingerprint": "webview-ui/src/components/connections/ConnectionsForm.vue:private-key:304"
},
{
"RuleID": "generic-api-key",
"Description": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.",
"StartLine": 41,
"EndLine": 41,
"StartColumn": 8,
"EndColumn": 48,
"Match": "WRITE_KEY = \"2q3zybBJRd9ErKIpkTRSdIahQ0C\"",
"Secret": "2q3zybBJRd9ErKIpkTRSdIahQ0C",
"File": "src/extension/extension.ts",
"SymlinkFile": "",
"Commit": "",
"Entropy": 4.5326653,
"Author": "",
"Email": "",
"Date": "",
"Message": "",
"Tags": [],
"Fingerprint": "src/extension/extension.ts:generic-api-key:41"
},
{
"RuleID": "generic-api-key",
"Description": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.",
"StartLine": 9,
"EndLine": 9,
"StartColumn": 12,
"EndColumn": 52,
"Match": "WRITE_KEY = \"2q18Kcaed4aDOdwm2SRgz1vS6P6\"",
"Secret": "2q18Kcaed4aDOdwm2SRgz1vS6P6",
"File": "webview-ui/src/services/RudderStackService.ts",
"SymlinkFile": "",
"Commit": "",
"Entropy": 4.310443,
"Author": "",
"Email": "",
"Date": "",
"Message": "",
"Tags": [],
"Fingerprint": "webview-ui/src/services/RudderStackService.ts:generic-api-key:9"
}
]