Skip to content

Commit

Permalink
Merge pull request #236 from clenk/update-2.1-schemas
Browse files Browse the repository at this point in the history
Update 2.1 schemas
  • Loading branch information
rpiazza authored Apr 4, 2024
2 parents 555391c + e87ddea commit 3552d63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stix2validator/schemas-2.1
Submodule schemas-2.1 updated 60 files
+5 −5 .github/workflows/python-ci-tests.yml
+2 −2 CONTRIBUTING.md
+1 −1 README.md
+2 −2 pattern_grammar/STIXPattern.g4
+1 −1 schemas/common/binary.json
+1 −1 schemas/common/bundle.json
+6 −1 schemas/common/core.json
+1 −1 schemas/common/cyber-observable-core.json
+1 −1 schemas/common/dictionary.json
+1 −1 schemas/common/extension-definition.json
+1 −1 schemas/common/extension.json
+1 −1 schemas/common/external-reference.json
+1 −1 schemas/common/granular-marking.json
+1 −1 schemas/common/hashes-type.json
+1 −1 schemas/common/hex.json
+1 −1 schemas/common/identifier.json
+1 −1 schemas/common/kill-chain-phase.json
+1 −1 schemas/common/language-content.json
+1 −1 schemas/common/marking-definition.json
+1 −1 schemas/common/properties.json
+1 −1 schemas/common/timestamp.json
+1 −1 schemas/common/url-regex.json
+1 −1 schemas/observables/artifact.json
+1 −1 schemas/observables/autonomous-system.json
+1 −1 schemas/observables/directory.json
+1 −1 schemas/observables/domain-name.json
+1 −1 schemas/observables/email-addr.json
+1 −1 schemas/observables/email-message.json
+1 −1 schemas/observables/file.json
+1 −1 schemas/observables/ipv4-addr.json
+1 −1 schemas/observables/ipv6-addr.json
+1 −1 schemas/observables/mac-addr.json
+1 −1 schemas/observables/mutex.json
+5 −2 schemas/observables/network-traffic.json
+1 −1 schemas/observables/process.json
+1 −1 schemas/observables/software.json
+1 −1 schemas/observables/url.json
+1 −1 schemas/observables/user-account.json
+1 −1 schemas/observables/windows-registry-key.json
+1 −1 schemas/observables/x509-certificate.json
+1 −1 schemas/sdos/attack-pattern.json
+1 −1 schemas/sdos/campaign.json
+1 −1 schemas/sdos/course-of-action.json
+1 −1 schemas/sdos/grouping.json
+1 −1 schemas/sdos/identity.json
+1 −1 schemas/sdos/incident.json
+1 −1 schemas/sdos/indicator.json
+1 −1 schemas/sdos/infrastructure.json
+1 −1 schemas/sdos/intrusion-set.json
+1 −1 schemas/sdos/location.json
+1 −1 schemas/sdos/malware-analysis.json
+1 −1 schemas/sdos/malware.json
+1 −1 schemas/sdos/note.json
+1 −1 schemas/sdos/observed-data.json
+1 −1 schemas/sdos/opinion.json
+1 −1 schemas/sdos/report.json
+1 −1 schemas/sdos/threat-actor.json
+1 −1 schemas/sdos/tool.json
+1 −1 schemas/sdos/vulnerability.json
+1 −1 schemas/sros/relationship.json
6 changes: 3 additions & 3 deletions stix2validator/test/v21/network_traffic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ def test_network_traffic_http_request_header(self):
"request_value": "/download.html",
"request_version": "http/1.1",
"request_header": {
"Accept-Encoding": "gzip,deflate",
"Host": "www.example.com",
"x-foobar": "something"
"Accept-Encoding": ["gzip,deflate"],
"Host": ["www.example.com"],
"x-foobar": ["something"]
}
}
}
Expand Down

0 comments on commit 3552d63

Please sign in to comment.