pidgin/nest

Add remaining cve from 2004

2021-02-11, Sorvival
de31fe0d5bba
Add remaining cve from 2004

Testing Done:
Verified correct rendering using dev-server script

Bugs closed: NEST-43

Reviewed at https://reviews.imfreedom.org/r/485/
box: golang
build:
steps:
# Gets the dependencies
- script:
name: get hugo
code: |
git clone https://github.com/gohugoio/hugo.git && cd hugo && go install
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Build the project
- script:
name: build site
code: |
cd exampleSite && hugo