File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 361361 <suppress base =" true" >
362362 <notes ><![CDATA[
363363 FP per #2972
364+ hyphenated PHP library vendor names
364365 ]]> </notes >
365366 <packageUrl regex =" true" >^pkg:composer/php\-.*$</packageUrl >
366367 <cpe >cpe:/a:php:php</cpe >
367368 </suppress >
369+ <suppress base =" true" >
370+ <notes ><![CDATA[
371+ FP per #2972 + #7444
372+ hyphenated PHP library product names (prefix)
373+ ]]> </notes >
374+ <packageUrl regex =" true" >^pkg:composer/[^/]+/php[\-_].*$</packageUrl >
375+ <cpe >cpe:/a:php:php</cpe >
376+ </suppress >
377+ <suppress base =" true" >
378+ <notes ><![CDATA[
379+ FP per #2972 + #7444
380+ hyphenated PHP library product names (suffix)
381+ including number suffix, e.g., `symfony/polyfill-php80`
382+ ]]> </notes >
383+ <packageUrl regex =" true" >^pkg:composer/[^/]+/.*[\-_]php[0-9]*@.*$</packageUrl >
384+ <cpe >cpe:/a:php:php</cpe >
385+ </suppress >
368386 <suppress base =" true" >
369387 <notes ><![CDATA[
370388 FP per #2957
You can’t perform that action at this time.
0 commit comments