Note Python versioning issues with pickle in flawfinder.1 man page.
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
parent
e97254a5f3
commit
09c14ab42d
|
@ -564,6 +564,12 @@ Save all resulting hits (the "hitlist") to F.
|
||||||
Load the hitlist from F instead of analyzing source programs.
|
Load the hitlist from F instead of analyzing source programs.
|
||||||
Warning: Do \fInot\fR load hitlists from untrusted sources
|
Warning: Do \fInot\fR load hitlists from untrusted sources
|
||||||
(for security reasons).
|
(for security reasons).
|
||||||
|
These are internally implemented using Python's "pickle" facility,
|
||||||
|
which trusts the input.
|
||||||
|
Note that stored hitlists often cannot be read when using an older version
|
||||||
|
of Python, in particular, if savehitlist was used but
|
||||||
|
flawfinder was run using Python 3,
|
||||||
|
the hitlist can't be loaded by running flawfinder with Python 2.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-diffhitlist=\fR\fIF\fR
|
\fB\-\-diffhitlist=\fR\fIF\fR
|
||||||
|
|
Loading…
Reference in New Issue