OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sarif message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: More threadFlowLocation.kind values


Michael provided feedback on the change draft that restores threadFlowLocation.kind (Issues #194 and #202, pushed from TC #24 to TC #25 for lack of time):

 

Documents/ChangeDrafts/Active/sarif-v2.0-issues-194-202-threadFlowLocation-changes.docx

 

He requested some additional values:

 

  • "applicationEntryPoint": This location is an entry point to the application.
  • "applicationExit": This location is a point of exit from the application.
  • "branchFalse": At this location, a branch in the execution path occurred because the branch condition evaluated to false.
  • "branchTrue": At this location, a branch in the execution path occurred because the branch condition evaluated to true.
    NOTE: Plain “branch” still exists.
  • "exceptionFilter": At this location, an exception filter was executed.

 

Remember, the list is not meant to be exhaustive. The spec explicitly permits you to use any value you want if the defined values don’t meet your needs.

 

Thanks,

Larry



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]