Skip to content

Commit

Permalink
fixes #21 I changed the cve primary key from digesting the cve_id to …
Browse files Browse the repository at this point in the history
…the cve_name
  • Loading branch information
Allen Sanabria committed Mar 15, 2014
1 parent d8a53e6 commit 3ca33c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tp/src/plugins/cve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class CveKey():
CveId = 'cve_id'
CveName = 'cve_name'
CveCategories = 'vulnerability_categories'
CveDescriptions = 'cve_descriptions'
CveRefs = 'cve_refs'
Expand Down

0 comments on commit 3ca33c8

Please sign in to comment.