mozilla/foundation-security-advisories

Improve check_advisories for formatting

Closed this issue · 1 comments

We should add some formatting checks otherwise we wind up with issues like #135

  1. <code> is not allowed in title
  2. If a colon is present in title, the title must be in single quotes.
  3. An HTML tag (e.g. <dialog>) must not use a < but rather &lt;

It might be possible to use backticks instead of <code> tags also...

Backticks also shouldn't be used in the title field.