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: |
|
Oops, wait, the diff caught another change I had in the vuxml port. Will submit a new patch now. Created attachment 186798 [details]
corrected vuxml patch, only for dates
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 Committed, thanks! |
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.