1. 19 Jul, 2021 1 commit
  2. 09 Jun, 2021 1 commit
  3. 07 Jun, 2021 1 commit
  4. 12 May, 2021 1 commit
  5. 05 May, 2021 2 commits
  6. 04 Mar, 2021 1 commit
  7. 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
  8. 09 Feb, 2021 1 commit
  9. 03 Feb, 2021 1 commit
  10. 26 Jan, 2021 1 commit
  11. 12 Jan, 2021 1 commit
  12. 07 Jan, 2021 1 commit
  13. 18 Dec, 2020 2 commits
  14. 14 Dec, 2020 1 commit
  15. 30 Nov, 2020 1 commit
  16. 10 Nov, 2020 1 commit
  17. 05 Nov, 2020 1 commit
  18. 04 Nov, 2020 1 commit
  19. 03 Nov, 2020 4 commits
  20. 27 Jul, 2020 1 commit
  21. 21 Jul, 2020 1 commit
    • Rust interface (#70) · 8e575abc
      Added brand new (and still experimental) checks for CWEs 415 and 416 together with a new interprocedural data-flow analysis engine written in Rust. Add `-partial=Memory` as command line flag to try out the new checks.
      Enkelmann authored
  22. 16 Jul, 2020 1 commit
  23. 09 Jul, 2020 1 commit
  24. 29 Jun, 2020 1 commit
  25. 08 Jun, 2020 1 commit
  26. 14 May, 2020 1 commit
  27. 18 Mar, 2020 1 commit
  28. 16 Mar, 2020 1 commit
  29. 13 Feb, 2020 1 commit
  30. 28 Jan, 2020 1 commit
  31. 21 Jan, 2020 1 commit
  32. 13 Jan, 2020 1 commit
  33. 26 Nov, 2019 1 commit
  34. 11 Sep, 2019 1 commit
  35. 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