Bug 222683

Summary: security/vuxml: Please use correct ISO date format
Product: Ports & Packages Reporter: VK <vlad-fbsd>
Component: Individual Port(s)Assignee: Ports Security Team <ports-secteam>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch, security
Priority: --- Flags: bugzilla: maintainer-feedback? (ports-secteam)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
vuxml fix for dates
none
corrected vuxml patch, only for dates none

Description VK 2017-09-29 13:09:39 UTC
Created attachment 186797 [details]
vuxml fix for dates

Few entries in vuln.xml are written with entry dates in invalid (through parseable) format. ISO 8601 specification is two digit months, and the vuxml-dtd also specifies YYYY-MM-DD.

As this might break parsers that expect two digits, plus it's a standard, I find it important to fix.

Patch attached, thanks.
Comment 1 VK 2017-09-29 13:11:46 UTC
Oops, wait, the diff caught another change I had in the vuxml port. Will submit a new patch now.
Comment 2 VK 2017-09-29 13:13:17 UTC
Created attachment 186798 [details]
corrected vuxml patch, only for dates
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-09-29 13:21:19 UTC
A commit references this bug:

Author: swills
Date: Fri Sep 29 13:20:16 UTC 2017
New revision: 450891
URL: https://svnweb.freebsd.org/changeset/ports/450891

Log:
  Fix date format

  While here, correct some grammar

  PR:		222683
  Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>

Changes:
  head/security/vuxml/vuln.xml
Comment 4 Steve Wills freebsd_committer freebsd_triage 2017-09-29 13:22:37 UTC
Committed, thanks!