// DESC |If auction canceled, but users deposit more that minimum commitment, then user lose their assets|
In command line from root directory of project for audit execute:
python3 ReportGenerator.py
Line with REC_CODE can be empty or can contain several strings. example:
// DESC |If auction canceled, but users deposit more that minimum commitment, then user lose their assets|
// DESC |If auction canceled, but users deposit more that minimum commitment, then user lose their assets|
STATUS, NAME, DESC and REC_TEXT are mandatory fields.
Several findings can have same name and status. In this case, links to all locations will be added in the description section.
Possible status: CRITICAL, MAJOR, WARNING, COMMENT.
If some part of comment are omitted, then for this comment warning message would be printed in console.
To specify output file name, base path to directory of project on github and contracts which must be included in scope, see ReportConfig.json
.