Bug 222683 - security/vuxml: Please use correct ISO date format
Summary: security/vuxml: Please use correct ISO date format
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ports Security Team
URL:
Keywords: patch, security
Depends on:
Blocks:
 
Reported: 2017-09-29 13:09 UTC by VK
Modified: 2017-09-29 13:22 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ports-secteam)


Attachments
vuxml fix for dates (3.72 KB, patch)
2017-09-29 13:09 UTC, VK
no flags Details | Diff
corrected vuxml patch, only for dates (3.39 KB, patch)
2017-09-29 13:13 UTC, VK
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!