Skip to content

Releases: DavidJBianco/pycef

v1.11

29 Jul 15:54
7fe1b00
Compare
Choose a tag to compare
  Better parsing of malformed records. Changed keys in returned dict to conform to CEF spec.

* CEF records with blanks in the required headers (i.e., "||") now correctly return None
  when sent to parse().  If logging is enabled, a warning is also generated.
* In the past, we used to return 'DeviceName' and 'DeviceSeverity' keys when parsing records,
  but the spec actually just calls these 'Name' and 'Severity', so we do now, too.  The old
  keys are also present for backwards-compatibility.
* Tests and documentation have been updated to reflect these changes.

Version 1.0

24 Sep 18:53
Compare
Choose a tag to compare

This is the initial "full" release as a proper python package.

First push to PyPi

24 Sep 19:15
Compare
Choose a tag to compare
v1.02

Bumped to v1.02