OASIS Static Analysis Results Interchange Format (SARIF) TC

Expand all | Collapse all

Issue #254: externalizedProperty.version => sarif.version

  • 1.  Issue #254: externalizedProperty.version => sarif.version

    Posted 09-27-2018 18:40
    I propose to rename the property externalizedProperty.version to sarifVersion :   {                             # An externalizedProperty object   "$schema":                  # See §4.2.2.     "http:///json.schemastore.org/sarif-externalized-property-2.0.0",     " sarifVersion ": "2.0.0",    # See §4.2.3.                                 # See §4.2.4.   "runInstanceGuid": "00001111-2222-3333-4444-555566667777",     "files": {                  # See §4.2.5.     "apple.png": {       "mimeType": "image/png"     },     "banana.png": {       "mimeType": "image/png"     }   } }   That will make explicit the decision we reached at TC #24, that the version property refers to the SARIF version rather than to a separate external file format version.   I will move to adopt this change at TC #25 on Wednesday October 10 th . I will not produce a change draft for such a minimal change.   Thanks, Larry


  • 2.  RE: [sarif] Issue #254: externalizedProperty.version => sarif.version

    Posted 09-27-2018 19:10
    (Please ignore the fact that I left the instanceGuid property out of this example.)   From: sarif@lists.oasis-open.org <sarif@lists.oasis-open.org> On Behalf Of Larry Golding (Comcast) Sent: Thursday, September 27, 2018 11:38 AM To: 'OASIS SARIF TC Discussion List' <sarif@lists.oasis-open.org> Subject: [sarif] Issue #254: externalizedProperty.version => sarif.version   I propose to rename the property externalizedProperty.version to sarifVersion :   {                             # An externalizedProperty object   "$schema":                  # See §4.2.2.     " http:///json.schemastore.org/sarif-externalized-property-2.0.0 ",     " sarifVersion ": "2.0.0",    # See §4.2.3.                                 # See §4.2.4.   "runInstanceGuid": "00001111-2222-3333-4444-555566667777",     "files": {                  # See §4.2.5.     "apple.png": {       "mimeType": "image/png"     },     "banana.png": {       "mimeType": "image/png"     }   } }   That will make explicit the decision we reached at TC #24, that the version property refers to the SARIF version rather than to a separate external file format version.   I will move to adopt this change at TC #25 on Wednesday October 10 th . I will not produce a change draft for such a minimal change.   Thanks, Larry