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-2011-3594-00
date: 2011-09-29T00:00:00.000Z
cveNumber: cve-2011-3594
summary: SILC remote crash
discoveredBy: Diego Bauche Madero from IOActive
fixedInRelease: 2.10.1
type: security
layout: cve
hidden: true
---
### Description
When receiving various incoming messages, the SILC protocol plugin failed to
validate that a piece of text was UTF-8. In some cases invalid UTF-8 data would
lead to a crash.
### Mitigation
Validate incoming strings as UTF-8 before using them as such.