@datadog/native-iast-taint-tracking
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -5,2 +5,3 @@ /** | ||
**/ | ||
declare module 'datadog-iast-taint-tracking' { | ||
@@ -22,2 +23,6 @@ | ||
export interface Metrics { | ||
requestCount: number; | ||
} | ||
export interface TaintedUtils { | ||
@@ -27,2 +32,3 @@ createTransaction(transactionId: string): string; | ||
isTainted(transactionId: string, ...args: string[]): boolean; | ||
getMetrics(transactionId: string, telemetryVerbosity: number): Metrics; | ||
getRanges(transactionId: string, original: string): NativeTaintedRange[]; | ||
@@ -29,0 +35,0 @@ removeTransaction(transactionId: string): void; |
@@ -5,3 +5,5 @@ /** | ||
**/ | ||
'use strict' | ||
let addon | ||
@@ -21,2 +23,5 @@ try { | ||
}, | ||
getMetrics () { | ||
return undefined | ||
}, | ||
getRanges () { | ||
@@ -54,2 +59,3 @@ return undefined | ||
isTainted: addon.isTainted, | ||
getMetrics: addon.getMetrics, | ||
getRanges: addon.getRanges, | ||
@@ -56,0 +62,0 @@ createTransaction: addon.createTransaction, |
@@ -5,3 +5,3 @@ { | ||
"repository": "git@github.com:DataDog/dd-native-iast-taint-tracking-js.git", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Datadog IAST tant tracking support for NodeJS", | ||
@@ -8,0 +8,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13418150
161