@datadog/native-iast-taint-tracking
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -19,2 +19,3 @@ /** | ||
iinfo: NativeInputInfo; | ||
secureMarks: number; | ||
readonly ref?: string; | ||
@@ -30,2 +31,3 @@ } | ||
newTaintedString(transactionId: string, original: string, paramName: string, type: string): string; | ||
addSecureMarksToTaintedString(transactionId: string, taintedString: string, secureMarks: number): string; | ||
isTainted(transactionId: string, ...args: string[]): boolean; | ||
@@ -32,0 +34,0 @@ getMetrics(transactionId: string, telemetryVerbosity: number): Metrics; |
@@ -19,2 +19,5 @@ /** | ||
}, | ||
addSecureMarksToTaintedString (transactionId, original) { | ||
return original | ||
}, | ||
isTainted () { | ||
@@ -59,2 +62,3 @@ return false | ||
newTaintedString: addon.newTaintedString, | ||
addSecureMarksToTaintedString: addon.addSecureMarksToTaintedString, | ||
isTainted: addon.isTainted, | ||
@@ -61,0 +65,0 @@ getMetrics: addon.getMetrics, |
@@ -5,3 +5,3 @@ { | ||
"repository": "git@github.com:DataDog/dd-native-iast-taint-tracking-js.git", | ||
"version": "1.5.0", | ||
"version": "1.6.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
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 61 instances in 1 package
14957127
171
1
68
1