- 18 Mar, 2020 1 commit
-
-
Update emulation based acceptance tests on the basis of the new deduplicated warning output
Melvin Klimke authored
-
- 16 Mar, 2020 1 commit
-
-
Improved the CWE reports generated by emulation based checks.
Melvin Klimke authored
-
- 13 Feb, 2020 1 commit
-
-
Upgraded the BAP version to its current development version.
Enkelmann authored
-
- 13 Jan, 2020 1 commit
-
-
Added acceptance tests for more CPU-architectures. Added acceptance tests for PE-files for x86.
Melvin Klimke authored
-
- 29 Jul, 2019 1 commit
-
-
* 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
-
- 14 Jun, 2019 2 commits
-
-
[tests] build test cases with Makefile; install cross compilers depending on Ubuntu version; commented out three broken acceptance tests
Thomas Barabosch authored -
[Refactoring] Improves code quality of acceptance tests: use self.assertEqual instead of plain asserts
Thomas Barabosch authored
-
- 16 Apr, 2019 1 commit
-
-
* Initial commit of cwe_checker emulation feature using bap primus under the hood. * Fixed some Core issues with Maps and Hashtbls * Moved plugins to their own folders as expected by BAP. * Added .merlin since everybody likes merlin * Further improvements in the build process * Commented cwe_checker_emulation plugin * cwe_checker_emulation detects double frees with the help of Primus. * Refactoring of cwe_checker_emulation, extracted incident reporting to module Incident_reporter. * Added test cases for cwe125, cwe416, and modified cwe415. * Now reporting use-after-free correctly * Adjusted README * Adjusted CHANGES.md. * Added spaces to content codacy. * Adjusted build process for emulation plugin * fixed emulation recipe * Reports out-out-bounds read/writes, events are not reported multiple times now. * Adds tests for cwe-415 and cwe-416. Arritifical examples for cwe-125 and cwe-787 * Travis aware emulation tests. * Fixed acceptance tests.
Thomas Barabosch authored
-