-
Notifications
You must be signed in to change notification settings - Fork 16
/
README
57 lines (34 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
csdiff, csgrep, and friends
===========================
This repository contains source codes of 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. You
can find the up2date sources in the following repository:
https://github.com/csutils/csdiff
The project is licensed under GPLv3+, see COPYING for details. Please report
bugs and feature requests on GitHub using the above URL.
Dependences
-----------
* Boost C++ Libraries
* CMake 3.12+
Manual Installation
-------------------
make
make check
make install
RPM-based Installation
----------------------
./make-srpm.sh
rpmbuild --rebuild ./csdiff-*.src.rpm
sudo yum install ...
List of Utilities
-----------------
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
Documentation
-------------
See the corresponding man pages in Section 1.