OASIS Static Analysis Results Interchange Format (SARIF) TC

 View Only

Change draft for #208: Case insensitive uriBaseId

  • 1.  Change draft for #208: Case insensitive uriBaseId

    Posted 09-25-2018 00:51
    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 26 th .   Thanks, Larry