build(deps): Bump qs from 6.15.1 to 6.15.2 in /backend - #1
Merged
Merged
Conversation
sathyaprakash000
added a commit
that referenced
this pull request
May 25, 2026
…osure) (#4) whatsappAccounts.js shipped a stub adminOnly that only checked req.user (a stale 'roles were removed' assumption). The system does have roles (admin/bda_sales/viewer, permissions.js + migration 031), so any logged-in non-admin could read a live, DECRYPTED Meta access token via GET /api/whatsapp-accounts/:id?reveal=1, and create/update/delete accounts. Use the role-gated adminOnly from middleware/access.js for :id (reveal), POST, PUT, DELETE. The list and by-phone picker routes stay open to all authenticated users since they return masked metadata only (no token). Audit ref: REVIEW.md P0 #1 (lane 02 CRITICAL + HIGHs). Signed-off-by: KingArthur000 <sathyaprakashelango@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bumps [qs](https://github.com/ljharb/qs) from 6.15.1 to 6.15.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.15.1...v6.15.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/backend/qs-6.15.2
branch
from
May 25, 2026 03:52
2624e01 to
7619b08
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps qs from 6.15.1 to 6.15.2.
Changelog
Sourced from qs's changelog.
Commits
9aca407v6.15.25e33d33[Dev Deps] update@ljharb/eslint-config21f80b3[Fix]stringify: skip null/undefined entries inarrayFormat: 'comma'+ `e...a0a81ea[Fix]stringify: use configureddelimiteraftercharsetSentinele3062f7[Fix]stringify: applyformatterto encoded key understrictNullHandling0c180a4[Fix]stringify: skip null/undefined filter-array entries instead of crashi...3a8b94a[Tests] add regression tests for keys containing percent-encoded bracket text96755ab[readme] fix grammara419ce5[Fix]parse: handle nested bracket groups and add regression tests