- Deduplicator has moved to filter - Use
`from simplesecurity.filter import deduplicate` to use the deduplicator
- Added `filterSeverityAndConfidence` to `simplesecurity.filter`
- Filter level/ severity and confidence from the command line with -l INT
and -s INT
- Added colour modes: 0 for no colour, 1 for colour, 2 for high contrast
- Use -Z from the command line for high contrast and -z for no colour
- Minor tweaks