Commit Graph

3 Commits

Author SHA1 Message Date
Catena cyber aea1b456dd
SysSan: stricter file open detection (#8562)
cc @oliverchang 

This allows to get rid of false positives such as
https://github.com/google/oss-fuzz/blob/master/projects/phmap/phashmap_fuzz.cc#L33
and others which try to scan non-existing directories such as /config
2022-09-27 11:13:38 +10:00
Catena cyber ede1cc8a60
SystemSan: more logs for arbitrary file open (#8432)
cc @oliverchang 

Log the file trying to be opened and the flags (read or write) for
opening the file

Co-authored-by: Oliver Chang <oliverchang@users.noreply.github.com>
2022-09-12 01:55:03 +00:00
Oliver Chang 5675ec6958
Rename execSan to SystemSan. (#8369)
* Rename execSan to SystemSan.

All of the bug detectors we've built (or plan to build) relate to system
state.

* fix documentation

* fix more documentation
2022-08-30 08:40:46 +10:00