File size: 3,030 Bytes
ad76e43 9d31d22 8396754 9d31d22 ad76e43 6e1b7fc ad76e43 6e1b7fc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
---
dataset_info:
features:
- name: cve_id
dtype: string
- name: obtain_all_privilege
dtype: string
- name: obtain_user_privilege
dtype: string
- name: obtain_other_privilege
dtype: string
- name: user_interaction_required
dtype: string
- name: cvss2_vector_string
dtype: string
- name: cvss2_access_vector
dtype: string
- name: cvss2_access_complexity
dtype: string
- name: cvss2_authentication
dtype: string
- name: cvss2_confidentiality_impact
dtype: string
- name: cvss2_integrity_impact
dtype: string
- name: cvss2_availability_impact
dtype: string
- name: cvss2_base_score
dtype: string
- name: cvss3_vector_string
dtype: string
- name: cvss3_attack_vector
dtype: string
- name: cvss3_attack_complexity
dtype: string
- name: cvss3_privileges_required
dtype: string
- name: cvss3_user_interaction
dtype: string
- name: cvss3_scope
dtype: string
- name: cvss3_confidentiality_impact
dtype: string
- name: cvss3_integrity_impact
dtype: string
- name: cvss3_availability_impact
dtype: string
- name: cvss3_base_score
dtype: string
- name: cvss3_base_severity
dtype: string
- name: exploitability_score
dtype: string
- name: impact_score
dtype: string
- name: ac_insuf_info
dtype: string
- name: reference_json
dtype: string
- name: problemtype_json
dtype: string
- name: severity
dtype: string
- name: cve_nodes
dtype: string
- name: cve_description
dtype: string
- name: cve_last_modified_date
dtype: string
- name: cve_published_date
dtype: string
- name: cwe_name
dtype: string
- name: cwe_description
dtype: string
- name: cwe_extended_description
dtype: string
- name: cwe_url
dtype: string
- name: cwe_is_category
dtype: int64
- name: commit_author
dtype: string
- name: commit_author_date
dtype: string
- name: commit_msg
dtype: string
- name: commit_hash
dtype: string
- name: commit_is_merge
dtype: string
- name: repo_name
dtype: string
- name: repo_description
dtype: string
- name: repo_date_created
dtype: string
- name: repo_date_last_push
dtype: string
- name: repo_homepage
dtype: string
- name: repo_owner
dtype: string
- name: repo_stars
dtype: string
- name: repo_forks
dtype: string
- name: function_name
dtype: string
- name: function_signature
dtype: string
- name: function_parameters
dtype: string
- name: function
dtype: string
- name: function_token_count
dtype: string
- name: function_before_change
dtype: string
- name: labels
dtype: int64
splits:
- name: train
num_bytes: 78922826
num_examples: 8226
download_size: 10301533
dataset_size: 78922826
---
# vulnerable-functions-and-commits_cvefixes-2022
Contains vulnerable functions and commits from the [CVEFixes](https://github.com/secureIT-project/CVEfixes) SQLite database.
|