Skip to content

Commit 0671106

Browse files
committed
[alpha-fix] Inspired from tbicore
1 parent 4f5ad01 commit 0671106

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

l9event.go

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ type L9LeakEvent struct {
3838
}
3939

4040
type L9SSLEvent struct {
41+
Detected bool `json:"detected"`
4142
Enabled bool `json:"enabled"`
4243
JARM string `json:"jarm"`
4344
CypherSuite string `json:"cypher_suite"`

l9event.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"summary": "Env config file found:\n\n XYZ=\n",
3030
"time": "0001-01-01T00:00:00Z",
3131
"ssl": {
32+
"detected": true,
3233
"enabled": true,
3334
"jarm": "29d29d00029d29d21c41d41d00041dba71dd2df645850cf5f0b5af18a5fdcf",
3435
"cypher_suite": "TLS_AES_128_GCM_SHA256",

0 commit comments

Comments
 (0)