From 7675cdfb56efa25798702936ee0b7175176bd88c Mon Sep 17 00:00:00 2001 From: Rusty Scrivens <34690530+rscrivens@users.noreply.github.com> Date: Tue, 28 May 2019 12:20:06 -0700 Subject: [PATCH] [sarif] Updating to sarif sdk version 2.1.2 (#35786) * update to Sarif Version 2.1.0-rtm.0 * Updating to Sarif sdk schema 2.1.2 --- types/sarif/index.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/types/sarif/index.d.ts b/types/sarif/index.d.ts index 51a9c8698e..6be79000e3 100644 --- a/types/sarif/index.d.ts +++ b/types/sarif/index.d.ts @@ -5,7 +5,7 @@ // TypeScript Version: 2.4 /** - * Static Analysis Results Format (SARIF) Version 2.1.0-rtm.0 JSON Schema: a standard format for the output of static + * Static Analysis Results Format (SARIF) Version 2.1.0-rtm.1 JSON Schema: a standard format for the output of static * analysis tools. */ export interface Log { @@ -495,7 +495,7 @@ export interface ExternalProperties { externalizedProperties?: PropertyBag; /** - * An array of graph objects that will merged with a separate run. + * An array of graph objects that will be merged with a separate run. */ graphs?: Graph[]; @@ -931,9 +931,9 @@ export interface Location { id?: number; /** - * The logical location associated with the result. + * The logical locations associated with the result. */ - logicalLocation?: LogicalLocation; + logicalLocations?: LogicalLocation[]; /** * A message relevant to the location.