Package csdiff

Non-interactive tools for processing code scan results in plain-text

https://github.com/csutils/csdiff

This package contains the csdiff tool for comparing code scan defect lists in
order to find out added or fixed defects, and the csgrep utility for filtering
defect lists using various filtering predicates.

Version: 3.2.1

General Commands

csdiff take two lists of defects and output either added or fixed ones
csgrep filter the list of defects by the specified regex-based predicates
cshtml format the input list of defects as a human-readable HTML document
cslinker extend the list of defects by CWE numbers, scan properties, etc.
cssort sort the given defect list by the selected key
cstrans-df-run transform RUN line in a Dockerfile