Releases: oasis-open/cti-pattern-validator
Releases · oasis-open/cti-pattern-validator
v2.1.2 released including various bug fixes and improvements
What's Changed
- Update maintainers list by @clenk in #89
- Add Scorecard badge by @ejratl in #91
- Test harness update by @jweissm in #90
- fix conflict by @ejratl in #93
- Create codeql-analysis.yml (autogenerated) by @ejratl in #92
- codecov v1 has been deprecated by @ejratl in #94
- Add required ReadTheDocs configuration by @clenk in #97
- Prevent codecov workflow errors by @clenk in #98
- Update to ANTLR 4.13 and add Python 3.13 support by @brianatdetections in #100
- Remove six since support for unspported python versions was removed by @vEpiphyte in #101
- Add 3.14 support by @vEpiphyte in #102
- update maintainers list by @ejratl in #103
- New version with updated python versions by @chrisr3d in #105
- Fixed STIX 2.0 Pattern grammar by @chrisr3d in #106
New Contributors
- @ejratl made their first contribution in #91
- @jweissm made their first contribution in #90
- @brianatdetections made their first contribution in #100
- @vEpiphyte made their first contribution in #101
- @chrisr3d made their first contribution in #105
Full Changelog: v2.0.0...v2.1.2
Version 2.0.0
Version 1.3.2
Version 1.3.1
Version 1.3.0
Version 1.2.1
- Fix some imports for backwards compatibility
Version 1.2.0
Version 1.1.0
- Add a visitor to the ANTLR parser
- Add testing for Python 3.7
Version 1.0.0
- #34 - Add documentation on ReadTheDocs: https://stix2-patterns.readthedocs.io/
- #39 - Raise error for unexepected unused character values.
- #41 - Raise error for negative REPEAT values.
- #42 - Improved Timestamp validation.
- #43 - Validate Base64 binary literals.
- #48 - Make pattern qualifier and operator keywords case-sensitive.
- Drop support for Python 2.6 and 3.3.