Skip to content

Commit

Permalink
change readthedocs main page
Browse files Browse the repository at this point in the history
  • Loading branch information
shadawck committed Jun 17, 2020
1 parent 5c07b7b commit 5ad8ac8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions mitrecve/crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ def get_main_page(package):
Return:
List: List of Tuple composed of all the CVE found for the choosen package.
Data Structure::
[(cve_id_0, cve_link_0, cve_desc_0) ,..., (cve_id_n, cve_link_n, cve_desc_n)]
Data Structure: [(cve_id_0, cve_link_0, cve_desc_0) ,..., (cve_id_n, cve_link_n, cve_desc_n)]
Examples:
Expand Down Expand Up @@ -118,9 +116,7 @@ def get_cve_detail(package):
Return:
List: List of Tuple composed of all the CVE found for the choosen package.
Data Structure::
[(cve_name, cve_desc, nvd_link_1, [ref_1_cve_1, ref_2_cve_1]) ,..., (cve_name, cve_desc, nvd_link_n, [ref_1_cve_n, ref_2_cve_n])]
Data Structure: [(cve_name, cve_desc, nvd_link_1, [ref_1_cve_1, ref_2_cve_1]) ,..., (cve_name, cve_desc, nvd_link_n, [ref_1_cve_n, ref_2_cve_n])]
Examples:
Expand Down

0 comments on commit 5ad8ac8

Please sign in to comment.