-
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
v2.30.0 #2964
v2.30.0 #2964
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>
There were some yarn.lock conflicts around eslint/esbuild dependencies. If any failures arise related to them I'll need to modify the esbuild commit. |
Overall package sizeSelf size: 4.02 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## v2.x #2964 +/- ##
==========================================
- Coverage 93.51% 87.79% -5.72%
==========================================
Files 222 331 +109
Lines 8829 12028 +3199
Branches 0 33 +33
==========================================
+ Hits 8256 10560 +2304
- Misses 573 1468 +895
... and 171 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I originally marked the esbuild commit as |
3e2fc07
to
b29f168
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>
b29f168
to
c42a18f
Compare
c42a18f
to
8076720
Compare
8076720
to
37a73a0
Compare
What does this PR do?
gatherPayloadsMaxTimeout
, a faster version ofgatherPayloads
([ci-visibility] AddgatherPayloadsMaxTimeout
, a faster version ofgatherPayloads
#2957)