Changed http request object template

require either uri or url, http method is no longer required.
pull/79/head
Andras Iklody 2018-02-09 09:43:39 +01:00 committed by GitHub
parent 061c0ae222
commit eef4aab989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"required": [
"method",
"requiredOneOf": [
"url",
"uri"
],
"attributes": {
@ -111,7 +111,7 @@
"misp-attribute": "user-agent"
}
},
"version": 1,
"version": 2,
"description": "A single HTTP request header",
"meta-category": "network",
"uuid": "b4a8d163-8110-4239-bfcf-e08f3a9fdf7b",