We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The standard for STIX2.1 specifies for the http-request-ext for the request_header field:
The corresponding value for each dictionary key MUST always be a list of type string to support when a header field is repeated.
The schema enforces string values instead of lists of strings.
cti-stix2-json-schemas/schemas/observables/network-traffic.json
Line 201 in 5353a26
This causes problems when using the stix-validator:
network-traffic--a6cb5584-ba80-5838-a35a-daed632b1ee6: extensions.http-request-ext.request_header.Host: ['example.com'] is not of type 'string'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The standard for STIX2.1 specifies for the http-request-ext for the request_header field:
The schema enforces string values instead of lists of strings.
cti-stix2-json-schemas/schemas/observables/network-traffic.json
Line 201 in 5353a26
This causes problems when using the stix-validator:
network-traffic--a6cb5584-ba80-5838-a35a-daed632b1ee6: extensions.http-request-ext.request_header.Host: ['example.com'] is not of type 'string'
The text was updated successfully, but these errors were encountered: