On czw, 2017-04-13 at 07:39 +0200, Michał Górny wrote: > Officially list the slot="" attribute that is used in GLSAs for quite > some time in the DTD. It is supported by Portage and gentoolkit for > a long time, and was used in GLSAs interchangeably with implicit > appended ':slot' to the version. However, the latter was ugly and worked > only by accident, so we are moving towards the former. > --- > glsa.dtd | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/glsa.dtd b/glsa.dtd > index 52be18e..b6459d1 100644 > --- a/glsa.dtd > +++ b/glsa.dtd > @@ -124,7 +124,8 @@ > Description: Version of the vulnerable package. Can be a range too > --> > > - > + + slot CDATA "*"> > > > > + slot CDATA "*" > name CDATA #IMPLIED> > >