Source: stix2-patterns
Section: misc
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-antlr4,
 python3-pytest,
 python3-sphinx,
 python3-sphinx-prompt
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.2
Homepage: https://github.com/oasis-open/cti-pattern-validator
Vcs-Browser: https://gitlab.com/kalilinux/packages/stix2-patterns
Vcs-Git: https://gitlab.com/kalilinux/packages/stix2-patterns.git

Package: python3-stix2-patterns
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Suggests:
 python-stix2-patterns-doc,
Description: tool to check the syntax of the CTI STIX Pattern expressions (Python 3)
 This package contains software tool for checking the syntax of the Cyber
 Threat Intelligence (CTI) STIX Pattern expressions, which are used within STIX
 to express conditions (prepresented with the Cyber Observable data model) that
 indicate particular cyber threat activity. The repository contains source
 code, an ANTLR grammar, automated tests and associated documentation for the
 tool. The validator can be used as a command-line tool or as a Python library
 which can be included in other applications.
 .
 This package installs the library for Python 3.

Package: python-stix2-patterns-doc
Section: doc
Architecture: all
Depends:
 ${sphinxdoc:Depends},
 ${misc:Depends},
Description: tool to check the syntax of the CTI STIX Pattern expressions (common documentation)
 This package contains software tool for checking the syntax of the Cyber
 Threat Intelligence (CTI) STIX Pattern expressions, which are used within STIX
 to express conditions (prepresented with the Cyber Observable data model) that
 indicate particular cyber threat activity. The repository contains source
 code, an ANTLR grammar, automated tests and associated documentation for the
 tool. The validator can be used as a command-line tool or as a Python library
 which can be included in other applications.
 .
 This is the common documentation package.
