Skip to content

Commit

Permalink
fix rtest
Browse files Browse the repository at this point in the history
  • Loading branch information
noamblitz committed Jan 14, 2025
1 parent b9470e4 commit 49d0862
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions octopoes/tests/fixtures/normalizer_output_http.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,27 @@
"resource": "HTTPResource|internet|1.1.1.1|tcp|80|http|internet|example.com|http|internet|example.com|80|/",
"key": "strict-transport-security",
"value": "max-age=31536000; includeSubDomains"
},
{
"website": "Website|internet|1.1.1.1|tcp|80|http|internet|example.com",
"object_type": "HTTPResource",
"web_url": "HostnameHTTPURL|http|internet|example.com|80|/",
"user_id": null
},
{
"network": "Network|internet",
"object_type": "HostnameHTTPURL",
"scheme": "http",
"path": "/",
"user_id": null,
"port": 80,
"netloc": "Hostname|internet|example.com"
},
{
"ip_service": "IPService|internet|1.1.1.1|tcp|80|http",
"object_type": "Website",
"user_id": null,
"hostname": "Hostname|internet|example.com"
}
],
"valid_time": "2019-01-01T00:00:00+00:00",
Expand Down

0 comments on commit 49d0862

Please sign in to comment.