dragsu
dragsu
* buildah version `1.26.2(image-spec 1.0.2-dev, runtie-spec 1.0.2-dev)` * RHEL Version `8.6`
Possibly fixed in v2.4.162. I have not tested it. ``` https://www.misp-project.org/Changelog.txt v2.4.162 (2022-09-09) [sync] Allow option to delete tags on event sync prior to soft-delete tag implementation. [Tom King] ```
The tooltip for `Remove Missing Attribute Tags(not recommended)` option under Misc Settings in sync server config gives below, `Remove any global tags from attributes on local instance that are not...
I found https://docs.eclecticiq.com/ic/current/install-configure-upgrade/configure-ic-settings/configure-services/opentaxii/ It looks like you have to modify `TAXII2_API_ROOT` variable in `platform_settings.py`
@andrewbeard You are right. I started playing with `opentaxii-add-api-root` cli tool and getting, ``` Traceback (most recent call last): File "/usr/local/bin/opentaxii-add-api-root", line 8, in sys.exit(add_api_root()) File "/usr/local/lib/python3.8/site-packages/opentaxii/cli/persistence.py", line 110, in...
Yes that helped. Thank you @andrewbeard . Just posting here for info. My custom `opentaxii.yml` ``` domain: "0.0.0.0:9000" taxii1: taxii2: persistence_api: class: opentaxii.persistence.sqldb.Taxii2SQLDatabaseAPI parameters: db_connection: mysql://:@:/ create_tables: yes title: "EIQ...
When I try to push data as below, ``` curl -kgX POST -u ':' -H 'Content-Type: application/taxii+json;version=2.1' -H 'Accept: application/taxii+json;version=2.1' -d '{ "more": false, "objects": [ { "id": "marking-definition--613f2e26-407d-48c7-9eca-b8e91df99dc9", "type":...
@andrewbeard I did a bit more debugging and found the reason for the error. Currently `spec_version` in `opentaxii_stixobject` is set to `varchar(10)` and in my payload, I got more than...
That sounds like a good reason to move to Medallion for TAXII 2.x.
Tests are also failing, ``` poetry run pytest tests/test_stix1_export.py - pass poetry run pytest tests/test_stix20_export.py - fail poetry run pytest tests/test_stix21_export.py - fail ```