Views provided by UsageCounts
# CWE-San: Fully Automatically Generated and Inserted Assertions for Bug-Oriented Sanitizers ## Download ```shell git clone XXX ``` ## Installation ```shell pip install -r requirements.txt ``` ## Usage ### Check all python code files from the root directory ```shell python cwe_sanitizer.py -check 'all' -directory 'D:/' ``` ### Check the python code files which are in the same level of the given directory ```shell python cwe_sanitizer.py -check 'current_folder' -directory 'D:/' ``` ### Check only the python file of the given path ```shell python cwe_sanitizer.py -check 'single_file' -directory 'D:/foo.py' ```
Bug detection, Assertion generation, CWE, Python, Program diagnostics
Bug detection, Assertion generation, CWE, Python, Program diagnostics
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 0 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
| views | 2 |

Views provided by UsageCounts