[GH-ISSUE #6] at the installation error #5

Closed
opened 2026-03-02 23:35:56 +03:00 by kerem · 1 comment
Owner

Originally created by @b11r1m on GitHub (Jun 6, 2021).
Original GitHub issue: https://github.com/alb-uss/SECMON/issues/6

UnboundLocalError: local variable 'cve_description' referenced before assignment
None
################## PLEASE REPORT THIS ON GITHUB ##################
ERROR
################## NEW SCRIPT ERROR AT 06/06/2021, 14:08:40 ##################
Traceback (most recent call last):
File "/var/www/secmon/secmon_lib.py", line 627, 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_description' referenced before assignment
None
################## PLEASE REPORT THIS ON GITHUB ##################
Successful build database.

Originally created by @b11r1m on GitHub (Jun 6, 2021). Original GitHub issue: https://github.com/alb-uss/SECMON/issues/6 UnboundLocalError: local variable 'cve_description' referenced before assignment None ################## PLEASE REPORT THIS ON GITHUB ################## ERROR ################## NEW SCRIPT ERROR AT 06/06/2021, 14:08:40 ################## Traceback (most recent call last): File "/var/www/secmon/secmon_lib.py", line 627, 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_description' referenced before assignment None ################## PLEASE REPORT THIS ON GITHUB ################## Successful build database.
kerem closed this issue 2026-03-02 23:35:57 +03:00
Author
Owner

@alb-uss commented on GitHub (Jun 9, 2021):

This issue is duplicate. ( Show #5 )

<!-- gh-comment-id:857423379 --> @alb-uss commented on GitHub (Jun 9, 2021): This issue is duplicate. ( Show #5 )
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SECMON#5
No description provided.