Document wordpress issues
Approved by: xxx (mentor)
#Differential Revision: https://reviews.freebsd.org/Dxxxxx
Differential D12898
wordpress -- multiple issues joneum on Nov 1 2017, 6:40 PM. Authored by Tags None Referenced Files
Subscribers
Details
Document wordpress issues Approved by: xxx (mentor)
Diff Detail
Event Timeline
Comment Actions You need the ",1" in the <lt> # pkg audit -f security/vuxml/vuln.xml wordpress-4.8.2,1 wordpress-4.8.2,1 is vulnerable: wordpress -- multiple issues WWW: https://vuxml.FreeBSD.org/freebsd/cee3d12f-bf41-11e7-bced-00e04c1ea73d.html 1 problem(s) in the installed packages found. # pkg audit -f security/vuxml/vuln.xml wordpress-4.8.3,1 0 problem(s) in the installed packages found. otherwise you'll still have # pkg audit -f security/vuxml/vuln.xml wordpress-4.8.2,1 0 problem(s) in the installed packages found.
Comment Actions Looking at your commit for the wordpresses, I noticed, that this needs some more wokr, as not all the wordpress ports have PORTEPOCH. This will be fun :) Comment Actions Can you look into ports r435685 how it was done there? Comment Actions Looking at the pkgnames zh-wordpress-zh_CN-4.8.1 zh-wordpress-zh_TW-4.8.2 fr-wordpress-4.8.3,1 de-wordpress-4.8.3 ja-wordpress-4.8.3 ru-wordpress-4.8.3 wordpress-4.8.3,1 you could probably do something like 63 <affects> 64 <package> 65 <name>wordpress</name> 66 <name>fr-wordpress</name> 67 <range><lt>4.8.3,1</lt></range> 68 </package> 69 <package> 70 <name>de-wordpress</name> 71 <name>ja-wordpress</name> 72 <name>ru-wordpress</name> 73 <range><lt>4.8.3</lt></range> 74 </package> 75 </affects>
|