pidgin/nest

Add all CVEs reported in 2008

2021-02-11, Sorvival
4c756e9ef73b
Add all CVEs reported in 2008

Testing Done:
Verified rendering and content with `dev-server.sh`

Bugs closed: NEST-43

Reviewed at https://reviews.imfreedom.org/r/488/
<ul>
{{ range .Params.replaces }}
<li>
<a href="https://{{- template "url-thing" . -}}" rel="nofollow">
{{ template "url-thing" . }}
</a>
</li>
{{ end }}
</ul>
{{ define "url-thing" }}
{{- if (hasPrefix . "pidgin.im") -}}
old.{{.}}
{{- else if (hasPrefix . "developer.pidgin.im") -}}
{{ . }}
{{- else -}}
{{ . }}
{{- end -}}
{{ end }}