Files
2025-11-30 08:22:51 +08:00

61 lines
2.5 KiB
JSON

{
"_comment": "Example JSON data representing web search results for the web-to-github-issue plugin.",
"query": "CVE-2023-45678 vulnerability analysis",
"results": [
{
"_comment": "First search result",
"title": "Detailed Analysis of CVE-2023-45678: Critical Vulnerability in OpenSSL",
"url": "https://example.com/cve-2023-45678-analysis",
"snippet": "This article provides a comprehensive analysis of CVE-2023-45678, a critical vulnerability affecting OpenSSL versions 1.1.1 and 3.0.x. It details the vulnerability's impact, affected systems, and potential remediation steps. Includes proof-of-concept exploit code.",
"metadata": {
"source": "Security Blog",
"date": "2023-11-15"
},
"relevance_score": 0.95
},
{
"_comment": "Second search result",
"title": "NIST NVD - CVE-2023-45678",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45678",
"snippet": "NIST's National Vulnerability Database entry for CVE-2023-45678. Provides a description of the vulnerability, affected software, and CVSS score.",
"metadata": {
"source": "NIST",
"date": "2023-11-10"
},
"relevance_score": 0.90
},
{
"_comment": "Third search result",
"title": "GitHub Repository: Proof-of-Concept Exploit for CVE-2023-45678",
"url": "https://github.com/exploits/cve-2023-45678",
"snippet": "A public GitHub repository containing a proof-of-concept exploit for CVE-2023-45678. Use with caution.",
"metadata": {
"source": "GitHub",
"date": "2023-11-12"
},
"relevance_score": 0.85
},
{
"_comment": "Fourth search result",
"title": "OpenSSL Security Advisory - CVE-2023-45678",
"url": "https://openssl.org/news/secadv/20231108.txt",
"snippet": "Official security advisory from OpenSSL regarding CVE-2023-45678. Includes information on affected versions and remediation.",
"metadata": {
"source": "OpenSSL",
"date": "2023-11-08"
},
"relevance_score": 0.92
},
{
"_comment": "Fifth search result - less relevant",
"title": "Discussion Forum on OpenSSL Security",
"url": "https://example.com/forum/openssl-security",
"snippet": "A general discussion forum about OpenSSL security topics. Mentions recent vulnerabilities.",
"metadata": {
"source": "Security Forum",
"date": "2023-11-16"
},
"relevance_score": 0.60
}
]
}