-
Notifications
You must be signed in to change notification settings - Fork 326
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.37.0 proposal #3268
v2.37.0 proposal #3268
Conversation
* add migration guide for 3.x to 4.x * Update MIGRATING.md Co-authored-by: Juan Antonio Fernández de Alba <[email protected]> * Update MIGRATING.md Co-authored-by: Juan Antonio Fernández de Alba <[email protected]> * Update README.md Co-authored-by: Ugaitz Urien <[email protected]> --------- Co-authored-by: Juan Antonio Fernández de Alba <[email protected]> Co-authored-by: Ugaitz Urien <[email protected]>
* update readme to include v4 * use version module instead of semver to match library version
* Unvalidated redirect analyzer * Ignore tainteds from Referer header
* add v0 naming to tedious (mssql) * add v1 naming to tedious (mssql) * switch to a mostly working test sqlserver The standard mssql server image does not work on ARM [1]. Instead, we use `azure-sql-edge` [2], which provides a sufficient subset of mssql server API to test most of our integration. Unfortunately, this image does not support stored procedures [3], so tests related to these will still fail locally. [1] microsoft/mssql-docker#668 [2] https://hub.docker.com/_/microsoft-azure-sql-edge [3] https://learn.microsoft.com/en-us/azure/azure-sql-edge/features#unsupported-features
* add v0 naming to mysql integrations * add v1 to mysql integrations * add tests on v1 for mysql databases --------- Co-authored-by: Thomas Hunter II <[email protected]>
* Taint cookies and headers * Bump minimum node version for v4 on cookie plugin test * Add test with latest node version for cookie plugin test * Provide iastContext from index when tainting headers * Add test for cookie tainting in taint tracking plugin * Remove iast transaction after taint tracking plugin tests to avoid hiting setMaxTransactions in tests * Add test for taintObject with taintingKeys flag * Address header tainting test for keys shorter than 10 chars * Upgrade native-iast-taint-tracking to v1.5.0 * Rewrite expect in taint tracking plugin test * Fix tag requiring in IAST index
--------- Co-authored-by: Thomas Hunter II <[email protected]>
* Add sources tests * styles
* appsec-iast benchmark tests * writing fixes Co-authored-by: simon-id <[email protected]> * small fixes --------- Co-authored-by: simon-id <[email protected]>
* Reduce request per iteration in IAST benchmarks * Reduce a bit more * 30 iterations 200 requests
Overall package sizeSelf size: 4.4 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## v2.x #3268 +/- ##
==========================================
- Coverage 93.51% 86.34% -7.17%
==========================================
Files 222 196 -26
Lines 8829 7698 -1131
Branches 0 33 +33
==========================================
- Hits 8256 6647 -1609
- Misses 573 1051 +478
... and 311 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
BenchmarksComparing candidate commit 79e63a9 in PR branch Found 0 performance improvements and 40 performance regressions! Performance is the same for 560 metrics, 48 unstable metrics. scenario:log-without-log-14
scenario:plugin-bluebird-with-tracer-14
scenario:log-without-log-16
scenario:log-without-log-18
scenario:log-skip-log-18
scenario:log-with-error-18
scenario:log-with-debug-18
scenario:appsec-control-with-attacks-18
scenario:appsec-control-18
scenario:appsec-appsec-enabled-18
scenario:appsec-appsec-enabled-with-attacks-18
scenario:plugin-graphql-with-depth-and-collapse-on-18
scenario:plugin-graphql-with-depth-on-max-18
scenario:plugin-graphql-with-depth-off-18
scenario:plugin-bluebird-with-tracer-18
scenario:net-with-tracer-18
|
getPort().then(port => { | ||
agent | ||
.use(traces => { | ||
expect(traces[0][0]).to.have.property('service', 'test-http-client') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is different between version. Can the change be done in a backward-compatible way to avoid merge conflicts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added #3282 to the release which remove the difference between branches.
For each new push on master, publish a new injection image with tag "dev". We need to tag master branch with `dev` tag to trigger the `deploy_to_docker_registries` job in gitlab CI.
…'ll throw whatever is thrown by the handler
bb2ea4e
to
68db403
Compare
68db403
to
79e63a9
Compare
Features
Improvements
_dd.iast.enabled=1
metric out of request vulnerabilities tags (Add _dd.iast.enabled=1 metric out of request vulnerabilities tags #3231)Bug Fixes
metrics.spec.js
tests (part of tracing tests) for windows #3250)store
has value before use it (Checkstore
has value before use it #3257)