All Projects → oasis-open → Cti Stix Validator

oasis-open / Cti Stix Validator

Licence: bsd-3-clause
OASIS TC Open Repository: Validator for STIX 2.0 JSON normative requirements and best practices

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cti Stix Validator

excel validator
Python script to validate data in Excel files
Stars: ✭ 14 (-41.67%)
Mutual labels:  validation, validator, python-script
Schemasafe
A reasonably safe JSON Schema validator with draft-04/06/07/2019-09 support.
Stars: ✭ 67 (+179.17%)
Mutual labels:  json, validation, validator
Graphql Constraint Directive
Validate GraphQL fields
Stars: ✭ 401 (+1570.83%)
Mutual labels:  validation, validator
Specs
Technical specifications and guidelines for implementing Frictionless Data.
Stars: ✭ 403 (+1579.17%)
Mutual labels:  json, validation
Express Validator
An express.js middleware for validator.js.
Stars: ✭ 5,236 (+21716.67%)
Mutual labels:  validation, validator
Schema
📐 Validating data structures against a given Schema.
Stars: ✭ 359 (+1395.83%)
Mutual labels:  json, validation
Mson
🏗️MSON Lang: Generate an app from JSON
Stars: ✭ 378 (+1475%)
Mutual labels:  json, validation
Validator.js
⁉️轻量级的 JavaScript 表单验证,字符串验证。没有依赖,支持 UMD ,~3kb。
Stars: ✭ 486 (+1925%)
Mutual labels:  validation, validator
Deepkit Framework
A new full-featured and high-performance web framework for sophisticated Typescript projects like complex admin interfaces, websites, games, desktop and mobile apps.
Stars: ✭ 307 (+1179.17%)
Mutual labels:  json, validator
Class Validator
Decorator-based property validation for classes.
Stars: ✭ 6,941 (+28820.83%)
Mutual labels:  validation, validator
Validation
The most awesome validation engine ever created for PHP
Stars: ✭ 5,484 (+22750%)
Mutual labels:  validation, validator
Encoding
Go package containing implementations of efficient encoding, decoding, and validation APIs.
Stars: ✭ 705 (+2837.5%)
Mutual labels:  json, validation
Approvejs
A simple JavaScript validation library that doesn't interfere
Stars: ✭ 336 (+1300%)
Mutual labels:  validation, validator
Validator.js
String validation
Stars: ✭ 18,842 (+78408.33%)
Mutual labels:  validation, validator
Validate
⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。
Stars: ✭ 378 (+1475%)
Mutual labels:  validation, validator
Swagger Cli
Swagger 2.0 and OpenAPI 3.0 command-line tool
Stars: ✭ 321 (+1237.5%)
Mutual labels:  validation, validator
Indicative
Indicative is a simple yet powerful data validator for Node.js and browsers. It makes it so simple to write async validations on nested set of data.
Stars: ✭ 412 (+1616.67%)
Mutual labels:  validation, validator
Winterfell
Generate complex, validated and extendable JSON-based forms in React.
Stars: ✭ 787 (+3179.17%)
Mutual labels:  json, validation
js-form-validator
Javascript form validation. Pure JS. No jQuery
Stars: ✭ 38 (+58.33%)
Mutual labels:  validation, validator
Validate
A simple jQuery plugin to validate forms.
Stars: ✭ 298 (+1141.67%)
Mutual labels:  validation, validator

|Build_Status| |Coverage| |Version|

==================== cti-stix-validator

NOTE: This is an OASIS TC Open Repository <https://www.oasis- open.org/resources/open-repositories/>__. See the Governance_ section for more information.

The STIX Validator checks that STIX JSON content conforms to the requirements specified in the STIX 2.1 specification. In addition to checking conformance with the JSON schemas <https://github.com/oasis- open/cti-stix2-json-schemas>_, the validator checks conformance with requirements that cannot be specified in JSON schema, as well as with established "best practices." This validator is non-normative; in cases of conflict with the STIX 2.1 specification, the specification takes precedence.

The STIX 2.1 specification contains two types of requirements: mandatory "MUST" requirements, and recommended "SHOULD" best practice requirements. The validator checks documents against the "MUST" requirements using JSON schemas. Some of these mandatory requirements cannot be implemented in JSON Schema, however, so the validator uses Python functions to check them. The "SHOULD" requirements are all checked by Python functions, and options may be used to ignore some or all of these recommended "best practices."

The only exception to this is the mandatory requirement that an object's 'type' be one of those defined by a STIX Object in the specification. This rules out custom objects, so this check was made optional.

The validator also color-codes its output to make it easier to tell at a glance whether validation passed.

Installation

The easiest way to install the STIX validator is with pip:

::

$ pip install stix2-validator

Usage

As A Script

The validator comes with a bundled script which you can use to validate a JSON file containing STIX content:

::

$ stix2_validator <stix_file.json>

As A Library

You can also use this library to integrate STIX validation into your own tools. You can validate a JSON file:

.. code:: python

from stix2validator import validate_file, print_results

results = validate_file("stix_file.json") print_results(results)

You can also validate a JSON string using validate_string(), or a Python dictionary representing a STIX object using validate_instance(). For more information, see the full documentation here <https://stix2-validator.readthedocs.io/en/latest/usage.html>_.

Governance

This GitHub public repository ( https://github.com/oasis-open/cti- stix-validator <https://github.com/oasis-open/cti-stix-validator>_ ) was proposed <https://lists.oasis- open.org/archives/cti/201609/msg00001.html>_ and approved <https://www.oasis-open.org/committees/ballot.php?id=2971>_ [bis <https://issues.oasis-open.org/browse/TCADMIN-2434>] by the OASIS Cyber Threat Intelligence (CTI) TC <https://www.oasis- open.org/committees/cti/> as an OASIS TC Open Repository <https://www.oasis-open.org/resources/open-repositories/>__ to support development of open source resources related to Technical Committee work.

While this TC Open Repository remains associated with the sponsor TC, its development priorities, leadership, intellectual property terms, participation rules, and other matters of governance are separate and distinct <https://github.com/oasis-open/cti-stix- validator/blob/master/CONTRIBUTING.md#governance-distinct-from-oasis- tc-process>_ from the OASIS TC Process and related policies.

All contributions made to this TC Open Repository are subject to open source license terms expressed in the BSD-3-Clause License <https://www.oasis-open.org/sites/www.oasis-open.org/files/BSD-3- Clause.txt>. That license was selected as the declared "Applicable License" <https://www.oasis-open.org/resources/open- repositories/licenses> when the TC Open Repository was created.

As documented in "Public Participation Invited" <https://github.com/oasis-open/cti-stix- validator/blob/master/CONTRIBUTING.md#public-participation-invited>, contributions to this OASIS TC Open Repository are invited from all parties, whether affiliated with OASIS or not. Participants must have a GitHub account, but no fees or OASIS membership obligations are required. Participation is expected to be consistent with the OASIS TC Open Repository Guidelines and Procedures <https://www.oasis- open.org/policies-guidelines/open-repositories>, the open source LICENSE <https://github.com/oasis-open/cti-stix- validator/blob/master/LICENSE>_ designated for this particular repository, and the requirement for an Individual Contributor License Agreement <https://www.oasis-open.org/resources/open- repositories/cla/individual-cla>_ that governs intellectual property.

Maintainers

TC Open Repository Maintainers <https://www.oasis- open.org/resources/open-repositories/maintainers-guide>__ are responsible for oversight of this project's community development activities, including evaluation of GitHub pull requests <https://github.com/oasis-open/cti-stix- validator/blob/master/CONTRIBUTING.md#fork-and-pull-collaboration- model>_ and preserving <https://www.oasis-open.org/policies- guidelines/open-repositories#repositoryManagement>_ open source principles of openness and fairness. Maintainers are recognized and trusted experts who serve to implement community goals and consensus design preferences.

Initially, the associated TC members have designated one or more persons to serve as Maintainer(s); subsequently, participating community members may select additional or substitute Maintainers, per consensus agreements <https://www.oasis-open.org/resources/open- repositories/maintainers-guide#additionalMaintainers>_.

.. _currentMaintainers:

Current Maintainers of this TC Open Repository

.. Initial Maintainers: Greg Back & Ivan Kirillov

  • Chris Lenk <mailto:[email protected]>; GitHub ID: https://github.com/clenk <https://github.com/clenk>; WWW: MITRE <https://www.mitre.org>__
  • Jason Keirstead <mailto:[email protected]>; GitHub ID: https://github.com/JasonKeirstead <https://github.com/JasonKeirstead>_; WWW: IBM <http://www.ibm.com/>

.. _aboutOpenRepos:

About OASIS TC Open Repositories

  • TC Open Repositories: Overview and Resources <https://www.oasis-open.org/resources/open-repositories/>_
  • Frequently Asked Questions <https://www.oasis-open.org/resources/open-repositories/faq>_
  • Open Source Licenses <https://www.oasis-open.org/resources/open-repositories/licenses>_
  • Contributor License Agreements (CLAs) <https://www.oasis-open.org/resources/open-repositories/cla>_
  • Maintainers' Guidelines and Agreement <https://www.oasis-open.org/resources/open-repositories/maintainers-guide>__

Feedback

Questions or comments about this TC Open Repository's activities should be composed as GitHub issues or comments. If use of an issue/comment is not possible or appropriate, questions may be directed by email to the Maintainer(s) listed above <#currentmaintainers>. Please send general questions about TC Open Repository participation to OASIS Staff at [email protected] open.org <mailto:[email protected]> and any specific CLA-related questions to [email protected] <mailto:[email protected]>_.

.. |Build_Status| image:: https://github.com/oasis-open/cti-stix-validator/workflows/cti-stix-validator%20test%20harness/badge.svg :target: https://github.com/oasis-open/cti-stix-validator/actions?query=workflow%3A%22cti-stix-validator+test+harness%22 .. |Coverage| image:: https://codecov.io/gh/oasis-open/cti-stix-validator/branch/master/graph/badge.svg :target: https://codecov.io/gh/oasis-open/cti-stix-validator .. |Version| image:: https://img.shields.io/pypi/v/stix2-validator.svg?maxAge=3600 :target: https://pypi.python.org/pypi/stix2-validator/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].