Skip to content

Tags: certtools/intelmq-webinput-csv

Tags

0.3.0

Toggle 0.3.0's commit message
0.3.0 Feature release

- Support has been added for IntelMQ version >= 3.0.0.
- IntelMQ version < 3.0.0 are no longer supported.

0.2.1

Toggle 0.2.1's commit message
0.2.1 Bug release

- For errors during parsing, also show the affected line after the
traceback.
- Log which configuration file is read.

- Unnecessary loading of harmonization config file.

0.2.0

Toggle 0.2.0's commit message
0.2.0 Feature release

 ### Backend
- Ignore header in total lines count. Also fixes the detection of IP-fields if only 2 lines are given and one line is the header.
- Auto-detect time-data, so frontend offers only time-related fields.
- Use static filename for uploaded data (certat#30).
- Basic parser error handling: In case of parse errors show the error message as preview table.
- Handle non-ASCII characters by using UTF-8 for all data (file) handling.
- Provide logger to the pipeline, supporting IntelMQ 2.0.
- Fix detection if a time value already has a timezone (did not work for negative postfixes like '-03:00').
- Do not throw errors on badly formatted time fields (certat#65).
- Add optional parameter `destination_pipeline_queue_formatted` and allow formatting of `destination_pipeline_queue`.
- Log exception if sending data to the pipeline did not work.
- For type-detection do not apply sanitiation as this results in strange detections some times (certat#69).

 ### Configuration
- Do not use hardcoded `/opt/intelmq/` as base path, but intelmq's `CONFIG_DIR` (certat#61).
- The parameter `destination_pipeline_queue` is expected on the top level, not anymore in the `intelmq` array.

 ### Documentation
- More details and explanation on the configuration.
- Example apache configuration:
  - use intelmq user and group by default.
  - fix syntax and use own line for comments.
- Installation documentation: Add required wsgi package name.

 ### Frontend
- Better wording for maximum lines load/show (certat#59).

 #### Preview

 ### Packaging
- setup: Fix path to example configuration file (certat#52).
- Add Manifest file (certat#62?)