pidgin/nest

Update the LINE protocol to a newer version. The old one 404'd.

Testing Done:
Ran locally with `npm run hugo:server`

Bugs closed: NEST-38

Reviewed at https://reviews.imfreedom.org/r/333/
---
title: cve-2004-0785-02
date: 2004-08-26T00:00:00.000Z
cveNumber: cve-2004-0785
summary: RTF message buffer overflow
discoveredBy: Sean (infamous42md)
fixedInRelease: 0.82
type: security
layout: cve
hidden: true
---
### Description
Buffer overflow. There are some loops that read into fixed-sized buffers and
do not check to make sure they are not writing too much.
### Mitigation
Added bounds checking to the two loops.