├── .DS_Store ├── CVE-2021-28079 ├── CVE-2021-28079.md └── pictures │ └── jamovi.png ├── README.md ├── cve-2020-12772 ├── CVE-2020-12772.md └── pictures │ ├── responder.png │ └── spark_client.png └── cve-2020-24364 ├── .DS_Store ├── CVE-2020-24364.md └── pictures ├── screen1.png └── screen2.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theart42/cves/HEAD/.DS_Store -------------------------------------------------------------------------------- /CVE-2021-28079/CVE-2021-28079.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theart42/cves/HEAD/CVE-2021-28079/CVE-2021-28079.md -------------------------------------------------------------------------------- /CVE-2021-28079/pictures/jamovi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theart42/cves/HEAD/CVE-2021-28079/pictures/jamovi.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theart42/cves/HEAD/README.md -------------------------------------------------------------------------------- /cve-2020-12772/CVE-2020-12772.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theart42/cves/HEAD/cve-2020-12772/CVE-2020-12772.md -------------------------------------------------------------------------------- /cve-2020-12772/pictures/responder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theart42/cves/HEAD/cve-2020-12772/pictures/responder.png -------------------------------------------------------------------------------- /cve-2020-12772/pictures/spark_client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theart42/cves/HEAD/cve-2020-12772/pictures/spark_client.png -------------------------------------------------------------------------------- /cve-2020-24364/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theart42/cves/HEAD/cve-2020-24364/.DS_Store -------------------------------------------------------------------------------- /cve-2020-24364/CVE-2020-24364.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theart42/cves/HEAD/cve-2020-24364/CVE-2020-24364.md -------------------------------------------------------------------------------- /cve-2020-24364/pictures/screen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theart42/cves/HEAD/cve-2020-24364/pictures/screen1.png -------------------------------------------------------------------------------- /cve-2020-24364/pictures/screen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theart42/cves/HEAD/cve-2020-24364/pictures/screen2.png --------------------------------------------------------------------------------