Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #187
Browse files Browse the repository at this point in the history
Prepare Threat Bus and apps for 2022.01.27 release
  • Loading branch information
dominiklohmann authored Jan 27, 2022
2 parents 7c87aa9 + c6df122 commit 264b9a1
Show file tree
Hide file tree
Showing 17 changed files with 45 additions and 25 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Every entry has a category for which we use the following visual abbreviations:
- 🧬 Experimental Features
- 🐞 Bug Fixes

## [2022.01.27]

No user-facing changes.

## [2021.12.16]

- ⚠️ The `orgs` filter option in the MISP plugin now refers to the creator org
Expand Down Expand Up @@ -302,3 +306,4 @@ Every entry has a category for which we use the following visual abbreviations:
[2021.11.18]: https://github.com/tenzir/threatbus/releases/tag/2021.11.18
[2021.11.22]: https://github.com/tenzir/threatbus/releases/tag/2021.11.22
[2021.12.16]: https://github.com/tenzir/threatbus/releases/tag/2021.12.16
[2022.01.27]: https://github.com/tenzir/threatbus/releases/tag/2022.01.27
5 changes: 5 additions & 0 deletions apps/stix-shifter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Every entry has a category for which we use the following visual abbreviations:
- ⚡️ Breaking Changes
- 🐞 Bug Fixes

## [2022.01.27]

No user-facing changes.

## [2021.12.16]

No user-facing changes.
Expand Down Expand Up @@ -95,3 +99,4 @@ No user-facing changes.
[2021.11.18]: https://github.com/tenzir/threatbus/releases/tag/2021.11.18
[2021.11.22]: https://github.com/tenzir/threatbus/releases/tag/2021.11.22
[2021.12.16]: https://github.com/tenzir/threatbus/releases/tag/2021.12.16
[2022.01.27]: https://github.com/tenzir/threatbus/releases/tag/2022.01.27
4 changes: 2 additions & 2 deletions apps/stix-shifter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"stix2 >= 3.0",
"stix-shifter >= 3.4.2",
"stix-shifter-utils >= 3.4.2",
"threatbus >= 2021.12.16",
"threatbus >= 2022.1.27",
],
keywords=[
"open source",
Expand All @@ -54,5 +54,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.12.16",
version="2022.1.27",
)
5 changes: 5 additions & 0 deletions apps/suricata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Every entry has a category for which we use the following visual abbreviations:
- ⚡️ Breaking Changes
- 🐞 Bug Fixes

## [2022.01.27]

No user-facing changes.

## [2021.12.16]

No user-facing changes.
Expand Down Expand Up @@ -78,3 +82,4 @@ No user-facing changes.
[2021.11.18]: https://github.com/tenzir/threatbus/releases/tag/2021.11.18
[2021.11.22]: https://github.com/tenzir/threatbus/releases/tag/2021.11.22
[2021.12.16]: https://github.com/tenzir/threatbus/releases/tag/2021.12.16
[2022.01.27]: https://github.com/tenzir/threatbus/releases/tag/2022.01.27
4 changes: 2 additions & 2 deletions apps/suricata/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"pyzmq >= 19",
"parsuricata",
"stix2 >= 3.0",
"threatbus >= 2021.12.16",
"threatbus >= 2022.1.27",
],
keywords=[
"open source",
Expand All @@ -53,5 +53,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.12.16",
version="2022.1.27",
)
5 changes: 5 additions & 0 deletions apps/vast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Every entry has a category for which we use the following visual abbreviations:
- ⚡️ Breaking Changes
- 🐞 Bug Fixes

## [2022.01.27]

No user-facing changes.

## [2021.12.16]

- 🎁 Added a new field `%matchtype` to the `transform_context` setting of
Expand Down Expand Up @@ -250,3 +254,4 @@ No user-facing changes.
[2021.11.18]: https://github.com/tenzir/threatbus/releases/tag/2021.11.18
[2021.11.22]: https://github.com/tenzir/threatbus/releases/tag/2021.11.22
[2021.12.16]: https://github.com/tenzir/threatbus/releases/tag/2021.12.16
[2022.01.27]: https://github.com/tenzir/threatbus/releases/tag/2022.01.27
6 changes: 3 additions & 3 deletions apps/vast/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"dynaconf >= 3.1.4",
"python-dateutil",
"pyzmq >= 19",
"pyvast >= 2021.6.24",
"pyvast >= 1.0.0",
"stix2 >= 3.0",
"threatbus >= 2021.12.16",
"threatbus >= 2022.1.27",
],
keywords=[
"open source",
Expand All @@ -52,5 +52,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.12.16",
version="2022.1.27",
)
4 changes: 2 additions & 2 deletions apps/zmq-app-template/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dynaconf >= 3.1.4",
"pyzmq >= 19",
"stix2 >= 3.0",
"threatbus >= 2021.12.16",
"threatbus >= 2022.1.27",
],
keywords=[
"open source",
Expand All @@ -49,5 +49,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.12.16",
version="2022.1.27",
)
2 changes: 1 addition & 1 deletion docker/vast-threatbus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The used version here always refers to the latest released VAST version.
# Use `latest` to get the most recent version of VAST as it is available on the
# Git master branch at https://github.com/tenzir/vast.
ARG VAST_VERSION=2021.12.16
ARG VAST_VERSION=v1.0.0

FROM tenzir/vast:$VAST_VERSION
USER root
Expand Down
4 changes: 2 additions & 2 deletions plugins/apps/threatbus_cif3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
entry_points={"threatbus.app": ["cif3 = threatbus_cif3.plugin"]},
install_requires=[
"stix2 >= 3.0",
"threatbus >= 2021.12.16",
"threatbus >= 2022.1.27",
"cifsdk > 3.0.0rc4, < 4.0",
],
keywords=[
Expand All @@ -49,5 +49,5 @@
packages=["threatbus_cif3"],
python_requires=">=3.6",
url="https://github.com/tenzir/threatbus",
version="2021.12.16",
version="2022.1.27",
)
4 changes: 2 additions & 2 deletions plugins/apps/threatbus_misp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
install_requires=[
"pymisp >= 2.4.120",
"stix2 >= 3.0",
"threatbus >= 2021.12.16",
"threatbus >= 2022.1.27",
],
extras_require={"kafka": ["confluent-kafka>=1.3.0"], "zmq": ["pyzmq>=18.1.1"]},
keywords=[
Expand All @@ -49,5 +49,5 @@
packages=["threatbus_misp"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.12.16",
version="2022.1.27",
)
4 changes: 2 additions & 2 deletions plugins/apps/threatbus_zeek/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
entry_points={"threatbus.app": ["zeek = threatbus_zeek.plugin"]},
install_requires=[
"stix2 >= 3.0",
"threatbus >= 2021.12.16",
"threatbus >= 2022.1.27",
],
keywords=[
"Zeek",
Expand All @@ -50,5 +50,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.12.16",
version="2022.1.27",
)
4 changes: 2 additions & 2 deletions plugins/apps/threatbus_zmq/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"pyzmq>=19",
"python-dateutil>=2.8.1",
"stix2>=3.0",
"threatbus>=2021.12.16",
"threatbus>=2022.1.27",
],
keywords=[
"zeromq",
Expand All @@ -47,5 +47,5 @@
packages=["threatbus_zmq"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.12.16",
version="2022.1.27",
)
4 changes: 2 additions & 2 deletions plugins/backbones/file_benchmark/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
entry_points={"threatbus.backbone": ["file_benchmark = file_benchmark.plugin"]},
install_requires=[
"stix2 >= 3.0",
"threatbus >= 2021.12.16",
"threatbus >= 2022.1.27",
],
keywords=["threatbus", "plugin"],
license="BSD 3-clause",
Expand All @@ -34,5 +34,5 @@
packages=["file_benchmark"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.12.16",
version="2022.1.27",
)
4 changes: 2 additions & 2 deletions plugins/backbones/threatbus_inmem/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
entry_points={"threatbus.backbone": ["inmem = threatbus_inmem.plugin"]},
install_requires=[
"stix2 >= 3.0",
"threatbus >= 2021.12.16",
"threatbus >= 2022.1.27",
],
keywords=[
"message broker",
Expand All @@ -41,5 +41,5 @@
packages=["threatbus_inmem"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.12.16",
version="2022.1.27",
)
4 changes: 2 additions & 2 deletions plugins/backbones/threatbus_rabbitmq/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pika >= 1.1.0",
"retry",
"stix2 >= 3.0",
"threatbus >= 2021.12.16",
"threatbus >= 2022.1.27",
],
keywords=[
"message broker",
Expand All @@ -46,5 +46,5 @@
packages=["threatbus_rabbitmq"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.12.16",
version="2022.1.27",
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.12.16",
version="2022.1.27",
)

0 comments on commit 264b9a1

Please sign in to comment.