Thu, 02 Jan 2025 16:35:59 -0600
Add a flathub verification token
Testing Done:
Ran with `npm run hugo:server` and verified the file was served properly.
Reviewed at https://reviews.imfreedom.org/r/3718/
--- title: cve-2016-2368-00 date: 2016-06-21T00:00:00.000Z cveNumber: cve-2016-2368 talosReportID: talos-2016-0136 summary: Pidgin MXIT g_snprintf Multiple Buffer Overflow Vulnerabilities discoveredBy: Yves Younan of Cisco Talos fixedInRelease: 2.11.0 type: security layout: cve hidden: true --- ### Description Data is copied without verifying that it was copied successfully. ### Mitigation Separate the handling of HTTP headers and body. Check the return value from `g_vsnprintf()`.