pidgin/nest

c3b3dcf494c8
Add a bunch of shortcodes to make life easier.

These will need to be abstracted a bit to handle other stuff like libgnt,
gplugin, talkatu, etc, but this is way easier to deal with than it was.

Testing Done:
Ran locally and verified all of the Sourceforge links are working.

Reviewed at https://reviews.imfreedom.org/r/557/
---
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.