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: independent-20041019-00
date: 2004-10-19T00:00:00.000Z
cveNumber:
talosReportId:
summary: MSN File transfer DOS (malloc error)
discoveredBy: Gaim
fixedInRelease: 1.0.2
type: security
layout: cve
hidden: true
---
### Description
Remote crash. After accepting a file transfer request, Gaim will attempt to
allocate a buffer of a size equal to the entire filesize, this allocation
attempt will cause Gaim to crash if the size exceeds the amount of available
memory.
### Mitigation
Don't allocate a buffer for file transfers.