-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
and added positive sample
- Loading branch information
Maximilian Staab
committed
Aug 26, 2022
1 parent
72700b4
commit c009cac
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterOrg": "ExampleOrg", | ||
"ReporterOrgDomain": "example.com", | ||
"ReporterOrgEmail": "[email protected]", | ||
"ReporterContactEmail": "[email protected]", | ||
"ReporterContactName": "Mr. Example", | ||
"ReporterContactPhone": "+ 01 000 1234567" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportClass": "Activity", | ||
"ReportType": "WebCrawler", | ||
"Date": "2018-02-05T14:17:10Z", | ||
"SourceIp": "192.0.2.59", | ||
"SourcePort": 443, | ||
"Ongoing": true, | ||
"Samples": [ | ||
{ | ||
"ContentType": "text/plain", | ||
"Base64Encoded": false, | ||
"Description": "Requested page does't exist", | ||
"Payload": "GET /login.php 404" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,9 @@ | |
}, | ||
{ | ||
"$ref": "openservice.schema.json" | ||
}, | ||
{ | ||
"$ref": "webcrawler.schema.json" | ||
} | ||
] | ||
} |