Conversation
| [entityName, val, i6] = this.readEntityExp(xmlData, i6 + 1, this.suppressValidationErr); | ||
| if (val.indexOf("&") === -1) | ||
| if (val.indexOf("&") === -1) { | ||
| const escaped = entityName.replace(/[.\-+*:]/g, "\\."); |
Check failure
Code scanning / CodeQL
Incomplete string escaping or encoding High
Copilot Autofix
AI 25 days ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
| const entKeys = Object.keys(externalEntities); | ||
| for (let i6 = 0; i6 < entKeys.length; i6++) { | ||
| const ent = entKeys[i6]; | ||
| const escaped = ent.replace(/[.\-+*:]/g, "\\."); |
Check failure
Code scanning / CodeQL
Incomplete string escaping or encoding High
Copilot Autofix
AI 25 days ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
3.992.0→3.995.03.992.0→3.995.010.0.0→10.0.113.0.5→13.0.622.5.1→22.5.2Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.995.0Compare Source
3.995.0(2026-02-20)
Chores
New Features
For list of updated packages, view updated-packages.md in assets-3.995.0.zip
v3.994.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.993.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/s3-request-presigner)
v3.995.0Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.994.0Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.993.0Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
eslint/eslint (eslint)
v10.0.1Compare Source
Bug Fixes
c87d5bdfix: update eslint (#20531) (renovate[bot])d841001fix: updateminimatchto10.2.1to address security vulnerabilities (#20519) (루밀LuMir)04c2147fix: update error message for unused suppressions (#20496) (fnx)38b089cfix: update dependency @eslint/config-array to ^0.23.1 (#20484) (renovate[bot])Documentation
5b3dbcedocs: add AI acknowledgement section to templates (#20431) (루밀LuMir)6f23076docs: toggle nav in no-JS mode (#20476) (Tanuj Kanti)b69cfb3docs: Update README (GitHub Actions Bot)Chores
e5c281fchore: updates for v9.39.3 release (Jenkins)8c3832achore: update @typescript-eslint/parser to ^8.56.0 (#20514) (Milos Djermanovic)8330d23test: add tests for config-api (#20493) (Milos Djermanovic)37d6e91chore: remove eslint v10 prereleases from eslint-config-eslint deps (#20494) (Milos Djermanovic)da7cd0erefactor: cleanup error message templates (#20479) (Francesco Trotta)84fb885chore: package.json update for @eslint/js release (Jenkins)1f66734chore: addeslinttopeerDependenciesof@eslint/js(#20467) (Milos Djermanovic)isaacs/node-glob (glob)
v13.0.6Compare Source
nrwl/nx (nx)
v22.5.2Compare Source
22.5.2 (2026-02-20)
🚀 Features
🩹 Fixes
NX_TUIenv var (#34426)❤️ Thank You
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.