Part of reven.api View In Hierarchy
Inspector report about an execution. Can signal:
Method | __init__ | Build a report from reven_api.bug . @param revn: A Project instance. @param
rvn_bug: A reven_api.bug instance. |
Method | path | Complete path to the bug location. @return: A list of
reven_api.logical_address . |
Method | description | Description of the report. |
Method | cwe_description | Description of the bug in the cwe database. |
Method | cwe_id | Identifier of this bug in the cwe database. |
Method | symbol_name | Symbol name where the bug occurred. |
Method | severity | Severity of the bug. |
Method | equation | Equations to trigger the bug. @return: A list of
reven_api.symbolic . |
Method | __repr__ | Undocumented |
Build a report from reven_api.bug
.
Parameters | revn | A Project instance. |
rvn_bug | A reven_api.bug instance. |