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
1likes215downloads
apache__camel_CVE-2018-8041_2.20.3.json142 linesDownload Raw Back to advisory
1{2  "schema_version": "1.4.0",3  "id": "GHSA-jv74-f9pj-xp3f",4  "modified": "2022-11-17T19:14:08Z",5  "published": "2018-10-16T23:07:57Z",6  "aliases": [7    "CVE-2018-8041"8  ],9  "summary": "Apache Camel's Mail is vulnerable to path traversal",10  "details": "Apache Camel's Mail 2.20.0 through 2.20.3, 2.21.0 through 2.21.1 and 2.22.0 is vulnerable to path traversal.",11  "severity": [12    {13      "type": "CVSS_V3",14      "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"15    }16  ],17  "affected": [18    {19      "package": {20        "ecosystem": "Maven",21        "name": "org.apache.camel:camel-mail"22      },23      "ranges": [24        {25          "type": "ECOSYSTEM",26          "events": [27            {28              "introduced": "2.20.0"29            },30            {31              "fixed": "2.20.4"32            }33          ]34        }35      ]36    },37    {38      "package": {39        "ecosystem": "Maven",40        "name": "org.apache.camel:camel-mail"41      },42      "ranges": [43        {44          "type": "ECOSYSTEM",45          "events": [46            {47              "introduced": "2.21.0"48            },49            {50              "fixed": "2.21.2"51            }52          ]53        }54      ]55    },56    {57      "package": {58        "ecosystem": "Maven",59        "name": "org.apache.camel:camel-mail"60      },61      "ranges": [62        {63          "type": "ECOSYSTEM",64          "events": [65            {66              "introduced": "2.22.0"67            },68            {69              "fixed": "2.22.1"70            }71          ]72        }73      ],74      "versions": [75        "2.22.0"76      ]77    }78  ],79  "references": [80    {81      "type": "ADVISORY",82      "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-8041"83    },84    {85      "type": "WEB",86      "url": "https://github.com/apache/camel/commit/4580e4d6c65cfd544c1791c824b5819477c583cc"87    },88    {89      "type": "WEB",90      "url": "https://github.com/apache/camel/commit/4f401c09d22c45c94fa97746dc31905e06b19e3"91    },92    {93      "type": "WEB",94      "url": "https://github.com/apache/camel/commit/63c7c080de4d18f9ceb25843508710df2c2c6d4"95    },96    {97      "type": "WEB",98      "url": "https://github.com/apache/camel/commit/a0d25d9582c6ee85e9567fa39413df0b4f02ef7"99    },100    {101      "type": "WEB",102      "url": "https://access.redhat.com/errata/RHSA-2018:3768"103    },104    {105      "type": "ADVISORY",106      "url": "https://github.com/advisories/GHSA-jv74-f9pj-xp3f"107    },108    {109      "type": "PACKAGE",110      "url": "https://github.com/apache/camel"111    },112    {113      "type": "WEB",114      "url": "https://issues.apache.org/jira/browse/CAMEL-12630"115    },116    {117      "type": "WEB",118      "url": "https://lists.apache.org/thread.html/2318d7f7d87724d8716cd650c21b31cb06e4d34f6d0f5ee42f28fdaf@%3Ccommits.camel.apache.org%3E"119    },120    {121      "type": "WEB",122      "url": "https://lists.apache.org/thread.html/b4014ea7c5830ca1fc28edd5cafedfe93ad4af2d9e69c961c5def31d@%3Ccommits.camel.apache.org%3E"123    },124    {125      "type": "WEB",126      "url": "http://camel.apache.org/security-advisories.data/CVE-2018-8041.txt.asc?version=1&modificationDate=1536746339000&api=v2"127    },128    {129      "type": "WEB",130      "url": "http://www.securityfocus.com/bid/105352"131    }132  ],133  "database_specific": {134    "cwe_ids": [135      "CWE-22"136    ],137    "severity": "MODERATE",138    "github_reviewed": true,139    "github_reviewed_at": "2020-06-16T21:44:10Z",140    "nvd_published_at": null141  }142}