Skip to content

Commit

Permalink
[alpha-fix] Inspired from tbicore
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Dec 7, 2020
1 parent 4f5ad01 commit 0671106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions l9event.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ type L9LeakEvent struct {
}

type L9SSLEvent struct {
Detected bool `json:"detected"`
Enabled bool `json:"enabled"`
JARM string `json:"jarm"`
CypherSuite string `json:"cypher_suite"`
Expand Down
1 change: 1 addition & 0 deletions l9event.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"summary": "Env config file found:\n\n XYZ=\n",
"time": "0001-01-01T00:00:00Z",
"ssl": {
"detected": true,
"enabled": true,
"jarm": "29d29d00029d29d21c41d41d00041dba71dd2df645850cf5f0b5af18a5fdcf",
"cypher_suite": "TLS_AES_128_GCM_SHA256",
Expand Down

0 comments on commit 0671106

Please sign in to comment.