a lot of entries in data/DSA/list are missing the -1 after the DSA number
Several hundrets of older entries in DSA/list are missing the -1 in their version.
e.g. DSA-1304 and all from DSA-137 to DSA-541. In the announcement mails they all have -1 or similar in their version number.
This is how you find all of them:
$ grep -v -P 'DSA-\d+-\d' list |grep '] DSA'
issue