Path to this page:
./
security/py-cybox,
Python library for manipulating CybOX content
Branch: CURRENT,
Version: 2.1.0.21nb1,
Package name: py313-cybox-2.1.0.21nb1,
Maintainer: khorbenA python library for parsing, manipulating, and generating CybOX content.
A primary goal of the python-cybox library is to remain faithful to both the
CybOX standard and to customary Python practices. There are places where these
will conflict, and the goal is to make the library intuitive both to those
familiar with the XML schemas (but less familiar with Python) and also to
experienced Python developers who want to add CybOX support to their programs.
Required to run:[
devel/py-setuptools] [
time/py-dateutil] [
textproc/py-lxml] [
devel/py-mixbox] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 498.34 KB
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-09) Updated to version: py313-cybox-2.1.0.21nb1
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-07-05) Updated to version: py312-cybox-2.1.0.21nb1
CVS history: (Expand)
| 2026-06-28 17:41:51 by Thomas Klausner | Files touched by this commit (364) |
Log message:
*: limit Python versions due to py-numpy dropping Python 3.11 support
|
| 2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442) |
Log message:
*: remove reference to (removed) Python 3.9
|
| 2025-07-05 13:44:20 by Thomas Klausner | Files touched by this commit (116) |
Log message:
*: some more recursive Python restrictions on Python 3.11+
Reported in SmartOS bulk build
|
| 2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
| 2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
| 2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
| 2021-07-09 20:58:29 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-cybox: mark as not for Python 2.7
|
2020-05-13 23:48:06 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-cybox: updated to 2.1.0.21
Version 2.1.0.21
- New API Objects Support
- 8 New Objects API Classes
- 12 New Common API Classes
- Observable DefinedEffects
- More tests to cover new or existent objects
- Update documentation and coverage
- Rename module cybox/objects/{win_user_object.py → \
win_user_account_object.py} for consistency
- Some objects have been revised for TypedFields and/or new properties are now \
available
Version 2.1.0.20
- Fix parsing if algorithm, compression_mechanism, or encryption_mechanism are \
not present in Factories
- Factory classes now have a register_extension method decorator to extend API \
classes for the pack/unpack functionality
- The factory will fallback to the Base class when no mapping is found
Version 2.1.0.19
- Implement the Packaging attribute from Artifacts as a TypedField
- Fix a wrapping problem with one of the helper methods for ipv4 observables
Version 2.1.0.18
- Add missing methods to ListFieldMixin.
- Fix handling of empty Hash values.
|