1. 04 Mar, 2021 1 commit
  2. 17 Feb, 2021 1 commit
    • Remove old ocaml code (#148) · 11ca1728
      * Remove old Ocaml files
      
      * adjust makefile
      
      * Remove BAP build instructions from Readme
      
      * minor documentation fix
      
      * Remove old Ocaml documentation
      
      * Remove unused Travis CI files
      
      * Move Rust and Java code into src directory
      
      * adjust build scripts to new folder structure
      Enkelmann authored
  3. 09 Feb, 2021 1 commit
  4. 03 Feb, 2021 1 commit
  5. 26 Jan, 2021 1 commit
  6. 12 Jan, 2021 1 commit
  7. 07 Jan, 2021 1 commit
  8. 18 Dec, 2020 2 commits
  9. 14 Dec, 2020 1 commit
  10. 30 Nov, 2020 1 commit
  11. 10 Nov, 2020 1 commit
  12. 05 Nov, 2020 1 commit
  13. 04 Nov, 2020 1 commit
  14. 03 Nov, 2020 4 commits
  15. 27 Jul, 2020 1 commit
  16. 21 Jul, 2020 1 commit
  17. 16 Jul, 2020 1 commit
  18. 09 Jul, 2020 1 commit
  19. 29 Jun, 2020 1 commit
  20. 08 Jun, 2020 1 commit
  21. 14 May, 2020 1 commit
  22. 18 Mar, 2020 1 commit
  23. 16 Mar, 2020 1 commit
  24. 13 Feb, 2020 1 commit
  25. 28 Jan, 2020 1 commit
  26. 21 Jan, 2020 1 commit
  27. 13 Jan, 2020 1 commit
  28. 26 Nov, 2019 1 commit
  29. 11 Sep, 2019 1 commit
  30. 29 Jul, 2019 1 commit
    • Adds clang as second compiler for test cases (#27) · 5ad922d2
      * Added feature to compiler test cases with more than one compiler. Added clang as first examples. Fixed test cases to work with gcc
      
      * Added acceptance tests for clang x64, adjusted Travis scripts (now
      runs also unittests), install_cross_compilers installs also clang.
      
      * Skips test for cwe415, which is broken on clang + Ubuntu 16.04
      
      * Added feature to compiler test cases with more than one compiler. Added clang as first examples. Fixed test cases to work with gcc
      
      * Added acceptance tests for clang x64, adjusted Travis scripts (now
      runs also unittests), install_cross_compilers installs also clang.
      
      * Skips test for cwe415, which is broken on clang + Ubuntu 16.04
      
      * Added change to CHANGES.md
      
      * Fixed test issue: test for json output was pre-compiler suffix.
      Thomas Barabosch authored
  31. 24 Jul, 2019 1 commit
    • Refactoring of logging (#30) · 1d9991f1
      * Removes old version of log_utils, prototypes for new version.
      
      * Implemented native logging
      
      * Json-Output basically working.
      
      * Added acceptance test for JSON parsing
      
      * Adds some odoc to log_utils.
      
      * Added support for file output (--cwe-checker-out)
      
      * Add acceptance test for file output
      Thomas Barabosch authored
  32. 26 Jun, 2019 1 commit
    • Preparing v0.2 Release (#22) · 62021a65
      * corrected dune linter warnings
      
      * Adjusted maintainer
      
      * Added SCons to dependency list, added CONTRIBUTORS.md
      
      * Set release date of v0.2
      
      * added some spaces
      
      * Pack the core library into the same opam package
      
      * Fix Codacy Issues
      Enkelmann authored
  33. 19 Jun, 2019 1 commit
    • Cwe 560 (#21) · 89c388b2
      * Initial version of CWE560 check
      
      * CWE560 identifies calls to umask, missing the check of the umask calls.
      
      * Initial version of CWE560 check
      
      * CWE560 identifies calls to umask, missing the check of the umask calls.
      
      * [cwe560] works for x64, fix function check_umask_call to detect on
      other arches
      
      * Initial version of CWE560 check
      
      * CWE560 identifies calls to umask, missing the check of the umask calls.
      
      * Initial version of CWE560 check
      
      * [cwe560] works for x64, fix function check_umask_call to detect on
      other arches
      
      * Now working on the other architectures
      
      * Refactored version of check for CWE 560 that work on several architectures. Added first unit tests for the checkers code base
      
      * Fixes some dune warnings.
      
      * Added CWE 560 to CHANGES.md. Fixes another dune warning.
      
      * Requested change: Private module as a wrapper for unit tests
      Thomas Barabosch authored
  34. 18 Jun, 2019 1 commit
  35. 14 Jun, 2019 2 commits