Skip to content

Commit

Permalink
Add invalid repos based on latest pivot table analysis of 2023 FixUne…
Browse files Browse the repository at this point in the history
…solvable (#1943)

I've also identified that the InvalidRepos regex isn't working as
desired with the $ anchor, but wish to independently validate removing
the $ doesn't cause false matches, so will make that change separately,
and then remove the URLs that are covered by it.
  • Loading branch information
andrewpollock committed Jan 30, 2024
1 parent e74a5dd commit bdba8b8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vulnfeeds/cves/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ var (
"https://github.com/1MurasaKi/STMS_CSRF",
"https://github.com/1security/Vulnerability",
"https://github.com/202ecommerce/security-advisories",
"https://github.com/594238758/mycve",
"https://github.com/abhiunix/goo-blog-App-CVE",
"https://github.com/Accenture/AARO-Bugs",
"https://github.com/active-labs/Advisories",
Expand All @@ -191,13 +192,16 @@ var (
"https://github.com/As4ki/CVE-report",
"https://github.com/A-TGAO/MxsDocVul",
"https://github.com/atredispartners/advisories",
"https://github.com/awans2023/cve",
"https://github.com/awillix/research",
"https://github.com/b17fr13nds/MPlayer_cve_poc",
"https://github.com/badboycxcc/Student-Admission-Sqlinjection",
"https://github.com/badboycxcc/Student-Admission-Xss",
"https://github.com/beatriz-ai-boop/cve",
"https://github.com/beicheng-maker/vulns",
"https://github.com/benjaminpsinclair/netdisco-2023-advisory",
"https://github.com/BigTiger2020/2022",
"https://github.com/BigTiger2020/2023",
"https://github.com/BigTiger2020/2023-1",
"https://github.com/BigTiger2020/74CMS",
"https://github.com/BigTiger2020/Fantastic-Blog-CMS-",
Expand Down Expand Up @@ -294,6 +298,7 @@ var (
"https://github.com/h4md153v63n/CVE-2022-40032_Simple-Task-Managing-System-V1.0-SQL-Injection-Vulnerability-Unauthenticated",
"https://github.com/h4md153v63n/CVE-2022-40347_Intern-Record-System-phone-V1.0-SQL-Injection-Vulnerability-Unauthenticated",
"https://github.com/h4md153v63n/CVE-2022-40348_Intern-Record-System-Cross-site-Scripting-V1.0-Vulnerability-Unauthenticated",
"https://github.com/h4md153v63n/CVEs",
"https://github.com/H4rk3nz0/PenTesting",
"https://github.com/Ha0Liu/cveAdd",
"https://github.com/hackerzyq/mycve",
Expand Down Expand Up @@ -385,12 +390,14 @@ var (
"https://github.com/MrTuxracer/advisories",
"https://github.com/mudassiruddin/CVE-2022-43144-Stored-XSS",
"https://github.com/N1ce759/74cmsSE-Arbitrary-File-Reading",
"https://github.com/nagenanhai/cve",
"https://github.com/nam3lum/msi-central_privesc",
"https://github.com/navaidzansari/cve_demo",
"https://github.com/navaidzansari/CVE_Demo",
"https://github.com/nepenthe0320/cve_poc",
"https://github.com/Netflix/security-bulletins",
"https://github.com/nextcloud/security-advisories",
"https://github.com/nightcloudos/cve",
"https://github.com/nikip72/CVE-2021-39273-CVE-2021-39274",
"https://github.com/novysodope/vulreq",
"https://github.com/nsparker1337/OpenSource",
Expand Down Expand Up @@ -419,6 +426,7 @@ var (
"https://github.com/rand0midas/randomideas",
"https://github.com/raozhir/CVERequest",
"https://github.com/rapid7/metasploit-framework",
"https://github.com/rceraser/cve",
"https://github.com/refi64/CVE-2020-25265-25266",
"https://github.com/riteshgohil/My_CVE_References",
"https://github.com/rohit0x5/poc",
Expand Down Expand Up @@ -454,6 +462,7 @@ var (
"https://github.com/souravkr529/CSRF-in-Cold-Storage-Management-System",
"https://github.com/spwpun/ntp-4.2.8p15-cves",
"https://github.com/sromanhu/Cmsmadesimple-CMS-Stored-XSS",
"https://github.com/sromanhu/CMSmadesimple-File-Upload--XSS---File-Manager",
"https://github.com/sromanhu/CSZ-CMS-Stored-XSS---Pages-Content",
"https://github.com/sromanhu/CVE-2023-43339-CMSmadesimple-Reflected-XSS---Installation",
"https://github.com/sromanhu/CVE-2023-43878-RiteCMS-Stored-XSS---MainMenu",
Expand All @@ -465,6 +474,7 @@ var (
"https://github.com/SunshineOtaku/Report-CVE",
"https://github.com/superkojiman/vulnerabilities",
"https://github.com/syz913/cve-reports",
"https://github.com/syz913/CVE-reports",
"https://github.com/TCSWT/Baby-Care-System",
"https://github.com/the-emmons/CVE-Disclosures",
"https://github.com/thehackingverse/Stored-xss-",
Expand Down Expand Up @@ -502,6 +512,7 @@ var (
"https://github.com/xiahao90/CVEproject",
"https://github.com/XIAONIGM/CVEReport",
"https://github.com/xidaner/CVE_HUNTER",
"https://github.com/xiumulty/CVE",
"https://github.com/xnobody12/jaws-cms-rce",
"https://github.com/Xor-Gerke/webray.com.cn",
"https://github.com/xunyang1/my-vulnerability",
Expand Down

0 comments on commit bdba8b8

Please sign in to comment.