-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.17.0 #2965
v3.17.0 #2965
Conversation
…#2926) * Add support for setting the maximum number of concurrent transactions in iast operations. * Update taint tracking module to version 1.3.1.
Co-authored-by: Igor Unanua <igor.unanua@datadoghq.com>
* Increase timeout for iast tests on server * Put the dependency inside the test
…gatherPayloads` (#2957)
…#2913) * gentle fallback if appsec template files are missing * Load appsec template files with require --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com> Co-authored-by: simon-id <simon.id@datadoghq.com>
Overall package sizeSelf size: 4.02 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## v3.x #2965 +/- ##
=======================================
Coverage ? 87.64%
=======================================
Files ? 329
Lines ? 11751
Branches ? 33
=======================================
Hits ? 10299
Misses ? 1452
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
BenchmarksComparing candidate commit e918fc7 in PR branch Found 3 performance improvements and 0 performance regressions! Performance is the same for 663 metrics, 42 unstable metrics. scenario:plugin-graphql-with-depth-off-16
scenario:plugin-graphql-with-depth-and-collapse-on-16
scenario:plugin-dns-with-tracer-16
|
66ce288
to
e918fc7
Compare
* Update config.js * Add test to ensure appsec rules are undefined if could not load or parse user rules file * trying to allow non v14 integration tests to run * print node version when esbuild test fails * esbuild refactor broke support for certain node.js versions * display git status when cherry pick fails --------- Co-authored-by: Igor Unanua <igor.unanua@datadoghq.com> Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* Update packages/dd-trace/src/appsec/recommended.json --------- Co-authored-by: simon-id <simon.id@datadoghq.com>
e918fc7
to
a594401
Compare
a594401
to
55650e6
Compare
55650e6
to
5f3b953
Compare
What does this PR do?
gatherPayloadsMaxTimeout
, a faster version ofgatherPayloads
([ci-visibility] AddgatherPayloadsMaxTimeout
, a faster version ofgatherPayloads
#2957)