pidgin/nest

Add shortcodes for issues/reviews on nest

2021-04-09, Elliott Sales de Andrade
9389f46e80f9
Add shortcodes for issues/reviews on nest

* Use xep shortcode in GSoC ideas page.
* Add an issue shortcode, linking to issues.imfreedom.org.
* Add review shortcode, linking to reviews.imfreedom.org.

Testing Done:
Build site and click on links on edited pages.

Reviewed at https://reviews.imfreedom.org/r/604/
---
title: cve-2004-0891-00
date: 2004-10-19T00:00:00.000Z
cveNumber: cve-2004-0891
summary: MSN SLP buffer overflow
discoveredBy: Gaim
fixedInRelease: 1.0.2
type: security
layout: cve
hidden: true
---
### Description
Buffer overflow. `memcpy` was used without checking the size of the buffer
before copying to it. Additionally, a logic flaw was causing the wrong buffer
to be used as the destination for the copy under certain circumstances.
### Mitigation
Correct the logic to select the correct buffer, and add bounds checking to
prevent malformed messages causing a buffer overflow.