bin/gen_release_notes.py: html escape all external data
authorDylan Baker <dylan@pnwbakers.com>
Wed, 23 Oct 2019 15:50:40 +0000 (08:50 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Fri, 25 Oct 2019 22:46:13 +0000 (15:46 -0700)
commitb153785370c7fa47961a69404448c05f7e3c166c
treefdd99bfdc237d80c00d1a1039545043dfc005f21
parent7e4b87f987f0084f4d69454f274e2c5eb2d799da
bin/gen_release_notes.py: html escape all external data

All of these (bug titles, patch titles, features, and people's names)
can contain characters that are not valid html. Just escape everything
for safety.

Fixes: 86079447da1e00d49db0cbff9a102eb4e71e8702
       ("scripts: Add a gen_release_notes.py script")
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
bin/gen_release_notes.py