Skip to content

Commit

Permalink
C: add TODO items for coccinelle, DR.CHECKER, RATS
Browse files Browse the repository at this point in the history
  • Loading branch information
pabs3 committed Sep 15, 2017
1 parent d56f529 commit fd370d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/c.ini
Expand Up @@ -154,14 +154,15 @@ types = text/x-c
command = splint -I. +posixlib -preproc -strict -warnposix +quiet {files}

# TODO: adlint
# TODO: coccinelle
# TODO: sparse
# TODO: http://repo.or.cz/w/smatch.git
# TODO: frama-c
# TODO: scan-build
# TODO: abi-compliance-checker
# TODO: http://oclint.org/
# TODO: http://saturn.stanford.edu/
# TODO: https://scan.coverity.com/
# TODO: https://scan.coverity.com/ https://gcc.gnu.org/ml/gcc-patches/2017-08/msg00424.html
# TODO: https://github.com/facebookarchive/flint
# TODO: https://github.com/Krazy-collection/krazy
# TODO: https://css.csail.mit.edu/stack/
Expand All @@ -170,4 +171,6 @@ command = splint -I. +posixlib -preproc -strict -warnposix +quiet {files}
# TODO: https://github.com/danmar/ublinter
# TODO: https://cgit.kde.org/clazy.git/
# TODO: http://trust-in-soft.com/tis-interpreter/
# TODO: https://github.com/ucsb-seclab/dr_checker/
# TODO: https://github.com/andrew-d/rough-auditing-tool-for-security
# TODO: shell metacharacter injection: system popen

0 comments on commit fd370d8

Please sign in to comment.