Registry / auth-security / mixbox

mixbox

JSON →
library1.0.5pypypi✓ verified 30d ago

Utility library providing shared functions and classes for the CybOX, MAEC, and STIX Python packages. Current version 1.0.5, in maintenance mode with no active development since 2018.

auth-security
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

from mixbox import version

Basic usage of idgen, namespaces, and dates modules

from mixbox import idgen, namespaces, dates, errors # Generate a unique ID with a specified namespace namespace = namespaces.get_namespace('myns') id_ = idgen.create_id(namespace) print(id_) # Parse an ISO 8601 date string dt = dates.parse_date('2015-01-01T12:00:00Z') print(dt)
Debug
Known footguns
deprecatedmixbox is in maintenance mode. New projects should use stix2, maec5, or cybox2 directly.
gotchamixbox.namespaces is not a dict: do not iterate over it with .items() or .values(). Use namespace lookup functions instead.
gotchaidgen.create_id() requires a namespace object (not a string). Passing a string will break.
deprecatedThe vizard submodule (vizard) is deprecated and may be removed in future releases.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
ahrefsbot
3
claudebot
3
bingbot
1
amazonbot
1
Resources