mirror of
https://github.com/alb-uss/SECMON.git
synced 2026-04-26 01:35:48 +03:00
[GH-ISSUE #6] at the installation error #5
Labels
No labels
bug
corrected
corrected
feature-request
feature-request
pull-request
question
reliability-improvement
to be checked up
to be checked up
vuln
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SECMON#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@alb-uss commented on GitHub (Jun 9, 2021):
This issue is duplicate. ( Show #5 )