We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5ad01 commit 0671106Copy full SHA for 0671106
l9event.go
@@ -38,6 +38,7 @@ type L9LeakEvent struct {
38
}
39
40
type L9SSLEvent struct {
41
+ Detected bool `json:"detected"`
42
Enabled bool `json:"enabled"`
43
JARM string `json:"jarm"`
44
CypherSuite string `json:"cypher_suite"`
l9event.json
@@ -29,6 +29,7 @@
29
"summary": "Env config file found:\n\n XYZ=\n",
30
"time": "0001-01-01T00:00:00Z",
31
"ssl": {
32
+ "detected": true,
33
"enabled": true,
34
"jarm": "29d29d00029d29d21c41d41d00041dba71dd2df645850cf5f0b5af18a5fdcf",
35
"cypher_suite": "TLS_AES_128_GCM_SHA256",
0 commit comments