You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('Should fail to validate when a version is passed in the qualifier component ',()=>{
165
171
expect(()=>purlValidateHelper(RecordQualifierVersionPurl)).to.throw('PURL versions are currently not supported by the CVE schema: '+RecordQualifierVersionPurl[0].packageURL)
166
172
})
173
+
174
+
it('Should fail to validate when a PURL contain an encoded colon ',()=>{
175
+
expect(()=>purlValidateHelper(PurlEncodedColonRecord)).to.throw('Percent-encoded colons are not allowed in a PURL: '+PurlEncodedColonRecord[0].packageURL)
0 commit comments