-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External property file related renames #335
Comments
The object names in the "In the externalPropertyFiles object:" are incorrect: The first one should be "externalProperties" and the second one should be "externalPropertyFile". It would be more appropriate if these names are swapped: the object in the external file should be the "externalPropertyFile" object and the object in theRun.externalPropertyFiles[] should be "externalProperty" or better yet something like "externalPropertyReference". If the instanceGuid property name is going to change to "guid" it should change in both objects for consistency. |
* code builds * adding UTCs & transformer logic * fixing post merge issues manually * rc++
Feedback from MS (post-ballot):
|
This draft contains all the changes through "e-ballot #2," which opened on Friday March 15 and will close on Friday March 22. It contains changes for ballot issues #168, #291, #309, #320, #321, #326, #335, and #341, as well as for previously approved issue #340. It does _not_ contain changes for any issues from "e-ballot #3," which will open on Friday March 22 and close on Friday March 29.
Approved in e-ballot #2. |
EBALLOT PROPOSAL: rename the external property files object 'properties' member so that it does not collide with the general SARIF design standard of populating all object types with a property bag of that name. This allows the external property file to both have its own property bag (named 'properties') while also allowing it to externalize a run-level properties object (which we will not call 'externalizedProperties')
API IMPACT
In the
externalPropertyFiles
object:properties
property toexternalizedProperties
.properties
property, which now refers to the object level property bag, not to externalized content.In the
externalPropertyFiles
object:instanceGuid
property toguid
.artifactLocation
property tolocation
POST-BALLOT NOTE
There is a typo in the ballot text. It should read "...which we will now call 'externalizedProperties'" instead of "... which we will not call 'externalizedProperties'".
The text was updated successfully, but these errors were encountered: