Releases: DavidJBianco/pycef
Releases · DavidJBianco/pycef
v1.11
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
This is the initial "full" release as a proper python package.
First push to PyPi
v1.02 Bumped to v1.02