|
2530 | 2530 | "properties": {
|
2531 | 2531 | "cveId": {
|
2532 | 2532 | "type": "string",
|
2533 |
| - "description": "", |
| 2533 | + "description": "Common Vulnerabilities and Exposures identifier (e.g., CVE-2021-44228)", |
2534 | 2534 | "default": ""
|
2535 | 2535 | },
|
2536 | 2536 | "cwes": {
|
|
2547 | 2547 | },
|
2548 | 2548 | "id": {
|
2549 | 2549 | "type": "string",
|
2550 |
| - "description": "", |
| 2550 | + "description": "Common Weakness Enumeration identifier (e.g., CWE-79)", |
2551 | 2551 | "default": ""
|
2552 | 2552 | },
|
2553 | 2553 | "name": {
|
|
2567 | 2567 | "cvss": {
|
2568 | 2568 | "type": "object",
|
2569 | 2569 | "additionalProperties": false,
|
2570 |
| - "description": "", |
| 2570 | + "description": "Common Vulnerability Scoring System metrics", |
2571 | 2571 | "properties": {
|
2572 | 2572 | "score": {
|
2573 | 2573 | "type": "number",
|
2574 |
| - "description": "", |
| 2574 | + "description": "CVSS base score ranging from 0.0 to 10.0", |
2575 | 2575 | "default": 0
|
2576 | 2576 | },
|
2577 | 2577 | "vectorString": {
|
2578 | 2578 | "type": "string",
|
2579 |
| - "description": "", |
| 2579 | + "description": "CVSS vector string (e.g., CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)", |
2580 | 2580 | "default": ""
|
2581 | 2581 | }
|
2582 | 2582 | },
|
|
2592 | 2592 | },
|
2593 | 2593 | "firstPatchedVersionIdentifier": {
|
2594 | 2594 | "type": "string",
|
2595 |
| - "description": "", |
| 2595 | + "description": "The first version that includes a patch for this vulnerability", |
2596 | 2596 | "default": ""
|
2597 | 2597 | },
|
2598 | 2598 | "ghsaId": {
|
2599 | 2599 | "type": "string",
|
2600 |
| - "description": "", |
| 2600 | + "description": "GitHub Security Advisory identifier (e.g., GHSA-1234-5678-9abc)", |
2601 | 2601 | "default": ""
|
2602 | 2602 | },
|
2603 | 2603 | "severity": {
|
|
2617 | 2617 | },
|
2618 | 2618 | "vulnerableVersionRange": {
|
2619 | 2619 | "type": "string",
|
2620 |
| - "description": "", |
| 2620 | + "description": "Version range affected by this vulnerability (e.g., >= 2.0.0, < 2.17.1)", |
2621 | 2621 | "default": ""
|
2622 | 2622 | },
|
2623 | 2623 | "kevs": {
|
|
2646 | 2646 | },
|
2647 | 2647 | "dateAdded": {
|
2648 | 2648 | "type": "string",
|
2649 |
| - "description": "", |
| 2649 | + "description": "Date when added to CISA KEV catalog (ISO 8601 format)", |
2650 | 2650 | "default": ""
|
2651 | 2651 | },
|
2652 | 2652 | "dueDate": {
|
2653 | 2653 | "type": "string",
|
2654 |
| - "description": "", |
| 2654 | + "description": "Remediation deadline for federal agencies (ISO 8601 format)", |
2655 | 2655 | "default": "",
|
2656 | 2656 | "nullable": true
|
2657 | 2657 | },
|
2658 | 2658 | "knownRansomwareCampaignUse": {
|
2659 | 2659 | "type": "string",
|
2660 |
| - "description": "", |
| 2660 | + "description": "Known, Unknown, or specific ransomware campaign names", |
2661 | 2661 | "default": "",
|
2662 | 2662 | "nullable": true
|
2663 | 2663 | },
|
|
2696 | 2696 | "epss": {
|
2697 | 2697 | "type": "object",
|
2698 | 2698 | "additionalProperties": false,
|
2699 |
| - "description": "", |
| 2699 | + "description": "Exploit Prediction Scoring System https://www.first.org/epss/", |
2700 | 2700 | "properties": {
|
2701 | 2701 | "score": {
|
2702 | 2702 | "type": "number",
|
|
2775 | 2775 | "properties": {
|
2776 | 2776 | "cveId": {
|
2777 | 2777 | "type": "string",
|
2778 |
| - "description": "", |
| 2778 | + "description": "Common Vulnerabilities and Exposures identifier (e.g., CVE-2021-44228)", |
2779 | 2779 | "default": ""
|
2780 | 2780 | },
|
2781 | 2781 | "cwes": {
|
|
2792 | 2792 | },
|
2793 | 2793 | "id": {
|
2794 | 2794 | "type": "string",
|
2795 |
| - "description": "", |
| 2795 | + "description": "Common Weakness Enumeration identifier (e.g., CWE-79)", |
2796 | 2796 | "default": ""
|
2797 | 2797 | },
|
2798 | 2798 | "name": {
|
|
2812 | 2812 | "cvss": {
|
2813 | 2813 | "type": "object",
|
2814 | 2814 | "additionalProperties": false,
|
2815 |
| - "description": "", |
| 2815 | + "description": "Common Vulnerability Scoring System metrics", |
2816 | 2816 | "properties": {
|
2817 | 2817 | "score": {
|
2818 | 2818 | "type": "number",
|
2819 |
| - "description": "", |
| 2819 | + "description": "CVSS base score ranging from 0.0 to 10.0", |
2820 | 2820 | "default": 0
|
2821 | 2821 | },
|
2822 | 2822 | "vectorString": {
|
2823 | 2823 | "type": "string",
|
2824 |
| - "description": "", |
| 2824 | + "description": "CVSS vector string (e.g., CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)", |
2825 | 2825 | "default": ""
|
2826 | 2826 | }
|
2827 | 2827 | },
|
|
2837 | 2837 | },
|
2838 | 2838 | "firstPatchedVersionIdentifier": {
|
2839 | 2839 | "type": "string",
|
2840 |
| - "description": "", |
| 2840 | + "description": "The first version that includes a patch for this vulnerability", |
2841 | 2841 | "default": ""
|
2842 | 2842 | },
|
2843 | 2843 | "ghsaId": {
|
2844 | 2844 | "type": "string",
|
2845 |
| - "description": "", |
| 2845 | + "description": "GitHub Security Advisory identifier (e.g., GHSA-1234-5678-9abc)", |
2846 | 2846 | "default": ""
|
2847 | 2847 | },
|
2848 | 2848 | "severity": {
|
|
2862 | 2862 | },
|
2863 | 2863 | "vulnerableVersionRange": {
|
2864 | 2864 | "type": "string",
|
2865 |
| - "description": "", |
| 2865 | + "description": "Version range affected by this vulnerability (e.g., >= 2.0.0, < 2.17.1)", |
2866 | 2866 | "default": ""
|
2867 | 2867 | },
|
2868 | 2868 | "kevs": {
|
|
2891 | 2891 | },
|
2892 | 2892 | "dateAdded": {
|
2893 | 2893 | "type": "string",
|
2894 |
| - "description": "", |
| 2894 | + "description": "Date when added to CISA KEV catalog (ISO 8601 format)", |
2895 | 2895 | "default": ""
|
2896 | 2896 | },
|
2897 | 2897 | "dueDate": {
|
2898 | 2898 | "type": "string",
|
2899 |
| - "description": "", |
| 2899 | + "description": "Remediation deadline for federal agencies (ISO 8601 format)", |
2900 | 2900 | "default": "",
|
2901 | 2901 | "nullable": true
|
2902 | 2902 | },
|
2903 | 2903 | "knownRansomwareCampaignUse": {
|
2904 | 2904 | "type": "string",
|
2905 |
| - "description": "", |
| 2905 | + "description": "Known, Unknown, or specific ransomware campaign names", |
2906 | 2906 | "default": "",
|
2907 | 2907 | "nullable": true
|
2908 | 2908 | },
|
|
2941 | 2941 | "epss": {
|
2942 | 2942 | "type": "object",
|
2943 | 2943 | "additionalProperties": false,
|
2944 |
| - "description": "", |
| 2944 | + "description": "Exploit Prediction Scoring System https://www.first.org/epss/", |
2945 | 2945 | "properties": {
|
2946 | 2946 | "score": {
|
2947 | 2947 | "type": "number",
|
|
3020 | 3020 | "properties": {
|
3021 | 3021 | "cveId": {
|
3022 | 3022 | "type": "string",
|
3023 |
| - "description": "", |
| 3023 | + "description": "Common Vulnerabilities and Exposures identifier (e.g., CVE-2021-44228)", |
3024 | 3024 | "default": ""
|
3025 | 3025 | },
|
3026 | 3026 | "cwes": {
|
|
3037 | 3037 | },
|
3038 | 3038 | "id": {
|
3039 | 3039 | "type": "string",
|
3040 |
| - "description": "", |
| 3040 | + "description": "Common Weakness Enumeration identifier (e.g., CWE-79)", |
3041 | 3041 | "default": ""
|
3042 | 3042 | },
|
3043 | 3043 | "name": {
|
|
3057 | 3057 | "cvss": {
|
3058 | 3058 | "type": "object",
|
3059 | 3059 | "additionalProperties": false,
|
3060 |
| - "description": "", |
| 3060 | + "description": "Common Vulnerability Scoring System metrics", |
3061 | 3061 | "properties": {
|
3062 | 3062 | "score": {
|
3063 | 3063 | "type": "number",
|
3064 |
| - "description": "", |
| 3064 | + "description": "CVSS base score ranging from 0.0 to 10.0", |
3065 | 3065 | "default": 0
|
3066 | 3066 | },
|
3067 | 3067 | "vectorString": {
|
3068 | 3068 | "type": "string",
|
3069 |
| - "description": "", |
| 3069 | + "description": "CVSS vector string (e.g., CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)", |
3070 | 3070 | "default": ""
|
3071 | 3071 | }
|
3072 | 3072 | },
|
|
3082 | 3082 | },
|
3083 | 3083 | "firstPatchedVersionIdentifier": {
|
3084 | 3084 | "type": "string",
|
3085 |
| - "description": "", |
| 3085 | + "description": "The first version that includes a patch for this vulnerability", |
3086 | 3086 | "default": ""
|
3087 | 3087 | },
|
3088 | 3088 | "ghsaId": {
|
3089 | 3089 | "type": "string",
|
3090 |
| - "description": "", |
| 3090 | + "description": "GitHub Security Advisory identifier (e.g., GHSA-1234-5678-9abc)", |
3091 | 3091 | "default": ""
|
3092 | 3092 | },
|
3093 | 3093 | "severity": {
|
|
3107 | 3107 | },
|
3108 | 3108 | "vulnerableVersionRange": {
|
3109 | 3109 | "type": "string",
|
3110 |
| - "description": "", |
| 3110 | + "description": "Version range affected by this vulnerability (e.g., >= 2.0.0, < 2.17.1)", |
3111 | 3111 | "default": ""
|
3112 | 3112 | },
|
3113 | 3113 | "kevs": {
|
|
3136 | 3136 | },
|
3137 | 3137 | "dateAdded": {
|
3138 | 3138 | "type": "string",
|
3139 |
| - "description": "", |
| 3139 | + "description": "Date when added to CISA KEV catalog (ISO 8601 format)", |
3140 | 3140 | "default": ""
|
3141 | 3141 | },
|
3142 | 3142 | "dueDate": {
|
3143 | 3143 | "type": "string",
|
3144 |
| - "description": "", |
| 3144 | + "description": "Remediation deadline for federal agencies (ISO 8601 format)", |
3145 | 3145 | "default": "",
|
3146 | 3146 | "nullable": true
|
3147 | 3147 | },
|
3148 | 3148 | "knownRansomwareCampaignUse": {
|
3149 | 3149 | "type": "string",
|
3150 |
| - "description": "", |
| 3150 | + "description": "Known, Unknown, or specific ransomware campaign names", |
3151 | 3151 | "default": "",
|
3152 | 3152 | "nullable": true
|
3153 | 3153 | },
|
|
3186 | 3186 | "epss": {
|
3187 | 3187 | "type": "object",
|
3188 | 3188 | "additionalProperties": false,
|
3189 |
| - "description": "", |
| 3189 | + "description": "Exploit Prediction Scoring System https://www.first.org/epss/", |
3190 | 3190 | "properties": {
|
3191 | 3191 | "score": {
|
3192 | 3192 | "type": "number",
|
|
3265 | 3265 | "properties": {
|
3266 | 3266 | "cveId": {
|
3267 | 3267 | "type": "string",
|
3268 |
| - "description": "", |
| 3268 | + "description": "Common Vulnerabilities and Exposures identifier (e.g., CVE-2021-44228)", |
3269 | 3269 | "default": ""
|
3270 | 3270 | },
|
3271 | 3271 | "cwes": {
|
|
3282 | 3282 | },
|
3283 | 3283 | "id": {
|
3284 | 3284 | "type": "string",
|
3285 |
| - "description": "", |
| 3285 | + "description": "Common Weakness Enumeration identifier (e.g., CWE-79)", |
3286 | 3286 | "default": ""
|
3287 | 3287 | },
|
3288 | 3288 | "name": {
|
|
3302 | 3302 | "cvss": {
|
3303 | 3303 | "type": "object",
|
3304 | 3304 | "additionalProperties": false,
|
3305 |
| - "description": "", |
| 3305 | + "description": "Common Vulnerability Scoring System metrics", |
3306 | 3306 | "properties": {
|
3307 | 3307 | "score": {
|
3308 | 3308 | "type": "number",
|
3309 |
| - "description": "", |
| 3309 | + "description": "CVSS base score ranging from 0.0 to 10.0", |
3310 | 3310 | "default": 0
|
3311 | 3311 | },
|
3312 | 3312 | "vectorString": {
|
3313 | 3313 | "type": "string",
|
3314 |
| - "description": "", |
| 3314 | + "description": "CVSS vector string (e.g., CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)", |
3315 | 3315 | "default": ""
|
3316 | 3316 | }
|
3317 | 3317 | },
|
|
3327 | 3327 | },
|
3328 | 3328 | "firstPatchedVersionIdentifier": {
|
3329 | 3329 | "type": "string",
|
3330 |
| - "description": "", |
| 3330 | + "description": "The first version that includes a patch for this vulnerability", |
3331 | 3331 | "default": ""
|
3332 | 3332 | },
|
3333 | 3333 | "ghsaId": {
|
3334 | 3334 | "type": "string",
|
3335 |
| - "description": "", |
| 3335 | + "description": "GitHub Security Advisory identifier (e.g., GHSA-1234-5678-9abc)", |
3336 | 3336 | "default": ""
|
3337 | 3337 | },
|
3338 | 3338 | "severity": {
|
|
3352 | 3352 | },
|
3353 | 3353 | "vulnerableVersionRange": {
|
3354 | 3354 | "type": "string",
|
3355 |
| - "description": "", |
| 3355 | + "description": "Version range affected by this vulnerability (e.g., >= 2.0.0, < 2.17.1)", |
3356 | 3356 | "default": ""
|
3357 | 3357 | },
|
3358 | 3358 | "kevs": {
|
|
3381 | 3381 | },
|
3382 | 3382 | "dateAdded": {
|
3383 | 3383 | "type": "string",
|
3384 |
| - "description": "", |
| 3384 | + "description": "Date when added to CISA KEV catalog (ISO 8601 format)", |
3385 | 3385 | "default": ""
|
3386 | 3386 | },
|
3387 | 3387 | "dueDate": {
|
3388 | 3388 | "type": "string",
|
3389 |
| - "description": "", |
| 3389 | + "description": "Remediation deadline for federal agencies (ISO 8601 format)", |
3390 | 3390 | "default": "",
|
3391 | 3391 | "nullable": true
|
3392 | 3392 | },
|
3393 | 3393 | "knownRansomwareCampaignUse": {
|
3394 | 3394 | "type": "string",
|
3395 |
| - "description": "", |
| 3395 | + "description": "Known, Unknown, or specific ransomware campaign names", |
3396 | 3396 | "default": "",
|
3397 | 3397 | "nullable": true
|
3398 | 3398 | },
|
|
3431 | 3431 | "epss": {
|
3432 | 3432 | "type": "object",
|
3433 | 3433 | "additionalProperties": false,
|
3434 |
| - "description": "", |
| 3434 | + "description": "Exploit Prediction Scoring System https://www.first.org/epss/", |
3435 | 3435 | "properties": {
|
3436 | 3436 | "score": {
|
3437 | 3437 | "type": "number",
|
|
0 commit comments