CoolFace
Datasetpublic

iris-sast/CWE-Bench-Java

CWE-Bench-Java This repository contains the dataset CWE-Bench-Java presented in the paper LLM-Assisted Static Analysis for Detecting Security Vulnerabilities. At a high level, this dataset contains 120 CVEs spanning 4 CWEs, namely path-traversal, OS-command injection, cross-site scripting, and code-injection. Each CVE includes the buggy and fixed source code of the project, along with the information of the fixed files and functions. We provide the seed information for each… See the full description on the dataset page: https://huggingface.co/datasets/iris-sast/CWE-Bench-Java.

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes204downloads
apache__dolphinscheduler_CVE-2022-26884_2.0.5.json69 linesDownload Raw Back to advisory
1{2  "schema_version": "1.4.0",3  "id": "GHSA-vpgf-fgm8-gxr2",4  "modified": "2022-11-01T13:29:32Z",5  "published": "2022-10-28T12:00:33Z",6  "aliases": [7    "CVE-2022-26884"8  ],9  "summary": "Apache DolphinScheduler vulnerable to Path Traversal",10  "details": "Users can read any files by log server, Apache DolphinScheduler users should upgrade to version 2.0.6 or higher.",11  "severity": [12    {13      "type": "CVSS_V3",14      "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"15    }16  ],17  "affected": [18    {19      "package": {20        "ecosystem": "Maven",21        "name": "org.apache.dolphinscheduler:dolphinscheduler"22      },23      "ranges": [24        {25          "type": "ECOSYSTEM",26          "events": [27            {28              "introduced": "0"29            },30            {31              "fixed": "2.0.6"32            }33          ]34        }35      ]36    }37  ],38  "references": [39    {40      "type": "ADVISORY",41      "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26884"42    },43    {44      "type": "PACKAGE",45      "url": "https://github.com/apache/dolphinscheduler"46    },47    {48      "type": "WEB",49      "url": "https://github.com/apache/dolphinscheduler/releases/tag/2.0.6"50    },51    {52      "type": "WEB",53      "url": "https://lists.apache.org/thread/xfdst5y4hnrm2ntmc5jzrgmw2htyyb9c"54    },55    {56      "type": "WEB",57      "url": "http://www.openwall.com/lists/oss-security/2022/10/28/2"58    }59  ],60  "database_specific": {61    "cwe_ids": [62      "CWE-22"63    ],64    "severity": "MODERATE",65    "github_reviewed": true,66    "github_reviewed_at": "2022-10-31T19:37:13Z",67    "nvd_published_at": "2022-10-28T08:15:00Z"68  }69}