OASIS Static Analysis Results Interchange Format (SARIF) TC

 View Only
  • 1.  Too many notifications!

    Posted 03-23-2018 01:38
    In Issue #15, we added a notifications property to the conversion object. But more recently, we decided that the toolNotifications and configurationNotifications properties, formerly on the run object, really belong on the invocation object. And the conversion object has an invocation property (describing the invocation of the converter).   So now we have:   conversion     invocation         toolNotifications         configurationNotifications     notifications   … and conversion.notifications is superfluous. I’m going to remove it.   Larry