summaryrefslogtreecommitdiff
path: root/security/vuxml/files/extra-validation.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* - Add package name validationRyan Steinmetz2019-01-231-0/+12
| | | | Notes: svn path=/head/; revision=491045
* Bump maximum description length to 5000Thomas Zander2018-05-131-1/+1
| | | | | | | | | | Details: Thanks to www/chromium, we now have a valid entry with 4933 characters. Entries this long will probably remain exceptions, but there should not be a warning for the currently valid entries. Notes: svn path=/head/; revision=469775
* - Add a warning if the description section seems unnecessarily largeRyan Steinmetz2017-09-291-1/+11
| | | | | | | | Submitted by: Vladimir Krstulja Approved by: ports-secteam (with hat) Notes: svn path=/head/; revision=450912
* - Add date format validationRyan Steinmetz2017-09-291-0/+9
| | | | | | | Submitted by: Vladimir Krstulja (via IRC) Notes: svn path=/head/; revision=450905
* - Make it compatible with Python 3.xSunpoet Po-Chuan Hsieh2015-06-171-1/+1
| | | | | | | Approved by: delphij Notes: svn path=/head/; revision=389986
* Pass full path to the vuln.xml file to extra-validation.py. Without this,Xin LI2015-05-221-1/+5
| | | | | | | | | | if .OBJDIR differs from .CURDIR, the validation would fail. PR: 193923 Reported by: jbeich Notes: svn path=/head/; revision=386985
* Add extra-validation to the validation target.Eitan Adler2013-06-191-2/+2
| | | | | | | | | | While here, test with python2 and permit the script to run with either 2 or 3. Requested by: delphij With Hat: ports-secteam Notes: svn path=/head/; revision=321330
* Add an additional validation script to the vuxml port.Eitan Adler2013-06-191-0/+69
At this point it is not tied to the validate: target because validation fails. Reviewed by: simon, delphij With Hat: ports-secteam Notes: svn path=/head/; revision=321322