Skip to content

Commit

Permalink
Add curl advisories
Browse files Browse the repository at this point in the history
changed the output3 and changed the license expression
Signed-off-by: ambuj <kulshreshthaak.12@gmail.com>
  • Loading branch information
ambuj-1211 committed May 10, 2024
1 parent 38d4731 commit f2729d8
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vulnerabilities/importers/curl.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

class CurlImporter(Importer):

spdx_license_expression = "MIT"
license_url = "https://github.com/curl/curl-www/blob/master/LICENSE"
spdx_license_expression = "curl"
license_url = "https://curl.se/docs/copyright.html"
repo_url = "https://github.com/curl/curl-www/"
importer_name = "Curl Importer"
api_url = "https://curl.se/docs/vuln.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,39 @@
{"aliases": ["CVE-2023-46218"], "summary": "cookie mixed case PSL bypass", "affected_packages": [{"package": {"type": "generic", "namespace": "curl.se", "name": "curl", "version": "", "qualifiers": "", "subpath": ""}, "affected_version_range": "vers:generic/7.46.0|7.47.0|7.47.1|7.48.0|7.49.0|7.49.1|7.50.0|7.50.1|7.50.2|7.50.3|7.51.0|7.52.0|7.52.1|7.53.0|7.53.1|7.54.0|7.54.1|7.55.0|7.55.1|7.56.0|7.56.1|7.57.0|7.58.0|7.59.0|7.60.0|7.61.0|7.61.1|7.62.0|7.63.0|7.64.0|7.64.1|7.65.0|7.65.1|7.65.2|7.65.3|7.66.0|7.67.0|7.68.0|7.69.0|7.69.1|7.70.0|7.71.0|7.71.1|7.72.0|7.73.0|7.74.0|7.75.0|7.76.0|7.76.1|7.77.0|7.78.0|7.79.0|7.79.1|7.80.0|7.81.0|7.82.0|7.83.0|7.83.1|7.84.0|7.85.0|7.86.0|7.87.0|7.88.0|7.88.1|8.0.0|8.0.1|8.1.0|8.1.1|8.1.2|8.2.0|8.2.1|8.3.0|8.4.0", "fixed_version": "8.5.0"}], "references": [{"reference_id": "", "url": "https://curl.se/docs/CVE-2023-46218.html", "severities": [{"system": "generic_textual", "value": "Medium", "scoring_elements": ""}]}, {"reference_id": "", "url": "https://hackerone.com/reports/2212193", "severities": []}], "date_published": "2023-12-06T08:00:00+00:00", "weaknesses": [201], "url": "https://curl.se/docs/CVE-2023-46218.json"}
{
"aliases": ["CVE-2023-46218"],
"summary": "cookie mixed case PSL bypass",
"affected_packages": [
{
"package": {
"type": "generic",
"namespace": "curl.se",
"name": "curl",
"version": "",
"qualifiers": "",
"subpath": ""
},
"affected_version_range": "vers:generic/7.46.0|7.47.0|7.47.1|7.48.0|7.49.0|7.49.1|7.50.0|7.50.1|7.50.2|7.50.3|7.51.0|7.52.0|7.52.1|7.53.0|7.53.1|7.54.0|7.54.1|7.55.0|7.55.1|7.56.0|7.56.1|7.57.0|7.58.0|7.59.0|7.60.0|7.61.0|7.61.1|7.62.0|7.63.0|7.64.0|7.64.1|7.65.0|7.65.1|7.65.2|7.65.3|7.66.0|7.67.0|7.68.0|7.69.0|7.69.1|7.70.0|7.71.0|7.71.1|7.72.0|7.73.0|7.74.0|7.75.0|7.76.0|7.76.1|7.77.0|7.78.0|7.79.0|7.79.1|7.80.0|7.81.0|7.82.0|7.83.0|7.83.1|7.84.0|7.85.0|7.86.0|7.87.0|7.88.0|7.88.1|8.0.0|8.0.1|8.1.0|8.1.1|8.1.2|8.2.0|8.2.1|8.3.0|8.4.0",
"fixed_version": "8.5.0"
}
],
"references": [
{
"reference_id": "",
"url": "https://curl.se/docs/CVE-2023-46218.html",
"severities": [
{
"system": "generic_textual",
"value": "Medium",
"scoring_elements": ""
}
]
},
{
"reference_id": "",
"url": "https://hackerone.com/reports/2212193",
"severities": []
}
],
"date_published": "2023-12-06T08:00:00+00:00",
"weaknesses": [201],
"url": "https://curl.se/docs/CVE-2023-46218.json"
}

0 comments on commit f2729d8

Please sign in to comment.