Guezone / SECMON

SECMON is a web-based tool for the automation of infosec watching and vulnerability management with a web interface.
Other
218 stars 47 forks source link

Installation error "CVE database recording in progress" #11

Closed BlackDiverX closed 3 years ago

BlackDiverX commented 3 years ago

Error when install in docker:

################## PLEASE REPORT THIS ON GITHUB ##################
ERROR
################## NEW SCRIPT ERROR AT 16/06/2021, 21:28:07 ##################
Traceback (most recent call last):
  File "/var/www/secmon/secmon_lib.py", line 631, in registerNewCve
    cur.execute("INSERT INTO CVE_DATA (CVE_ID,KEYWORD,STATUS,CVE_SCORE,CVE_DATE,CVE_DESCRIPTION,CVE_EVAL,CVE_CPE,CVE_SOURCES,EXPLOIT_FIND,INDEXING_DATE) VALUES (?,?,?,?,?,?,?,?,?,?,?);", (cve_id,key_match,status,str(cve_score),cve_date,cve_description,cve_status,cve_cpe,cve_sources,"False",idx_date))
UnboundLocalError: local variable 'cve_status' referenced before assignment
None