Skip to content

Commit a3e6f84

Browse files
simon-idrochdev
authored andcommitted
bump native appsec to 10.1.0 (#6235)
1 parent 875cb3b commit a3e6f84

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
],
115115
"dependencies": {
116116
"@datadog/libdatadog": "0.7.0",
117-
"@datadog/native-appsec": "10.0.1",
117+
"@datadog/native-appsec": "10.1.0",
118118
"@datadog/native-iast-taint-tracking": "4.0.0",
119119
"@datadog/native-metrics": "3.1.1",
120120
"@datadog/pprof": "5.9.0",

packages/dd-trace/test/appsec/rule_manager.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ describe('AppSec Rule Manager', () => {
367367
id: 'asm_dd.test.failed',
368368
product: 'ASM_DD',
369369
path: 'test/rule_manager/updateWafFromRC/ASM_DD/01',
370-
file: {}
370+
file: { rules: [{ name: 'rule_with_missing_id' }] }
371371
}
372372
],
373373
toModify: [],

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@
217217
resolved "https://registry.yarnpkg.com/@datadog/libdatadog/-/libdatadog-0.7.0.tgz#81e07d3040c628892db697ccd01ae3c4d2a76315"
218218
integrity sha512-VVZLspzQcfEU47gmGCVoRkngn7RgFRR4CHjw4YaX8eWT+xz4Q4l6PvA45b7CMk9nlt3MNN5MtGdYttYMIpo6Sg==
219219

220-
"@datadog/native-appsec@10.0.1":
221-
version "10.0.1"
222-
resolved "https://registry.yarnpkg.com/@datadog/native-appsec/-/native-appsec-10.0.1.tgz#220bd855971ebe3c517915a6db4caec50545b128"
223-
integrity sha512-v60KOnQOAn6lcrFB8eHXfW5H227mk5tuj0CCqlk1FCZ5UxW8jjvXYV3cVjlQvSkwk55BN9jh6xa99QaX5WkqmQ==
220+
"@datadog/native-appsec@10.1.0":
221+
version "10.1.0"
222+
resolved "https://registry.yarnpkg.com/@datadog/native-appsec/-/native-appsec-10.1.0.tgz#60a388b1e7055b39d67d070219f2c14fc239b9c3"
223+
integrity sha512-IKV9L4MvQxrT6GK0k5n9oOWw34gsGaiHW/03J1DOEu1crUqXcSWYJVOrGnRwz6XPXf6LDtAvmR+AU1QwDcDsww==
224224
dependencies:
225225
node-gyp-build "^3.9.0"
226226

0 commit comments

Comments
 (0)