[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Change draft for #208: Case insensitive uriBaseId
I pushed a change draft for Issue #208, “Suggestion: Require uriBaseId to be case insensitive”: Documents/ChangeDrafts/Active/sarif-v2.0-issue-208-uriBaseId-case-insensitive.docx The entire change is to add this paragraph to §3.3.3, “uriBaseId property”: The value of
uriBaseId SHALL be interpreted in a case insensitive manner. If the platform on which the SARIF consumer executes offers a language-independent case insensitive string comparison facility (for example,
locale.ROOT in Java or
StringComparison.OrdinalIgnoreCase in .NET), the consumer
SHOULD use that facility to compare uriBaseId values. Otherwise (that is, if no language-independent case insensitive string comparison is available, or if the SARIF consumer chooses
not to use it), the SARIF consumer SHALL use English language casing conventions to perform the comparison. We will move its adoption at TC #24 on Wednesday September 26th. Thanks, Larry |
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]