Next in thread → Next in month →

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

From
Larry Golding (Myriad Consulting Inc) <>
Date
2018-09-27T19:10:19+00:00
ID
Thread
RE: [sarif] Issue #254: externalizedProperty.version => sarif.version
(Please ignore the fact that I left the 
instanceGuid property out of this example.)

 

From:  <>
On Behalf Of Larry Golding (Comcast)

Sent: Thursday, September 27, 2018 11:38 AM

To: 'OASIS SARIF TC Discussion List' <>

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 10th. I will not produce a change draft for such a minimal change.

 

Thanks,

Larry
Next in thread → Next in month →