Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the dependencies group with 2 updates: @nodesecure/js-x-ray and @npmcli/arborist.

Updates @nodesecure/js-x-ray from 11.3.0 to 11.4.0

Release notes

Sourced from @​nodesecure/js-x-ray's releases.

@​nodesecure/js-x-ray@​11.4.0

Minor Changes

  • #468 317d679 Thanks @​7amed3li! - feat(isLiteral): add email collection using CollectableSet API

    Implemented email detection and collection in the isLiteral probe. The probe now identifies email addresses in string literals using the same regex pattern as the CLI and collects them via the CollectableSet API.

    • Added email regex constant matching CLI implementation
    • Email addresses are now collected when CollectableSet("email") is provided
    • Added comprehensive test cases covering valid/invalid formats and edge cases
  • #462 ed0a637 Thanks @​7amed3li! - Support multiple named main handlers in probes (resolves #460)

    Introduces support for multiple named main entrypoints in probes, allowing probes to define different handlers for various analysis scenarios. This enables more flexible probe implementations while maintaining full backward compatibility.

    Key Changes:

    • Added NamedMainHandlers type supporting multiple handler functions with required default handler
    • Extended ProbeContext with setEntryPoint(handlerName: string) method for handler selection
    • Updated Probe interface to accept either single main function or NamedMainHandlers object
    • Implemented handler resolution logic in ProbeRunner#runProbe with automatic cleanup
    • Added comprehensive test coverage (all 14 existing tests + 8 new tests passing)

    Backward Compatibility:

    • Existing probes with single main function continue to work without changes
    • setEntryPoint method available but optional for backward-compatible probes
    • No breaking changes to existing API

    This is the core infrastructure PR. Future work will include example probe refactoring and documentation updates.

  • #456 9f4e420 Thanks @​7amed3li! - Add sensitivity option to AstAnalyser for configurable warning detection

    Introduces a new sensitivity option in AstAnalyserOptions that allows users to control the strictness of warning detection:

    • conservative (default): Maintains current strict behavior to minimize false positives. Suitable for scanning ecosystem libraries.
    • aggressive: Detects all child_process usage for maximum visibility in local project scanning.

    This change implements the sensitivity option for the isUnsafeCommand probe. Additional probes (isSerializeEnv, data-exfiltration) can be updated in future releases.

  • #480 d9e0481 Thanks @​clemgbld! - feat(js-x-ray): add sql-injection probe

  • #467 8948caa Thanks @​7amed3li! - feat(isSerializeEnv): add named handler for direct process.env access detection

    Introduces a named handler pattern in the isSerializeEnv probe to detect direct process.env access when running in aggressive sensitivity mode.

    Changes:

    • Added validateProcessEnv validator to detect process.env MemberExpression nodes
    • Added processEnvHandler named handler that triggers only in aggressive mode

... (truncated)

Changelog

Sourced from @​nodesecure/js-x-ray's changelog.

11.4.0

Minor Changes

  • #468 317d679 Thanks @​7amed3li! - feat(isLiteral): add email collection using CollectableSet API

    Implemented email detection and collection in the isLiteral probe. The probe now identifies email addresses in string literals using the same regex pattern as the CLI and collects them via the CollectableSet API.

    • Added email regex constant matching CLI implementation
    • Email addresses are now collected when CollectableSet("email") is provided
    • Added comprehensive test cases covering valid/invalid formats and edge cases
  • #462 ed0a637 Thanks @​7amed3li! - Support multiple named main handlers in probes (resolves #460)

    Introduces support for multiple named main entrypoints in probes, allowing probes to define different handlers for various analysis scenarios. This enables more flexible probe implementations while maintaining full backward compatibility.

    Key Changes:

    • Added NamedMainHandlers type supporting multiple handler functions with required default handler
    • Extended ProbeContext with setEntryPoint(handlerName: string) method for handler selection
    • Updated Probe interface to accept either single main function or NamedMainHandlers object
    • Implemented handler resolution logic in ProbeRunner#runProbe with automatic cleanup
    • Added comprehensive test coverage (all 14 existing tests + 8 new tests passing)

    Backward Compatibility:

    • Existing probes with single main function continue to work without changes
    • setEntryPoint method available but optional for backward-compatible probes
    • No breaking changes to existing API

    This is the core infrastructure PR. Future work will include example probe refactoring and documentation updates.

  • #456 9f4e420 Thanks @​7amed3li! - Add sensitivity option to AstAnalyser for configurable warning detection

    Introduces a new sensitivity option in AstAnalyserOptions that allows users to control the strictness of warning detection:

    • conservative (default): Maintains current strict behavior to minimize false positives. Suitable for scanning ecosystem libraries.
    • aggressive: Detects all child_process usage for maximum visibility in local project scanning.

    This change implements the sensitivity option for the isUnsafeCommand probe. Additional probes (isSerializeEnv, data-exfiltration) can be updated in future releases.

  • #480 d9e0481 Thanks @​clemgbld! - feat(js-x-ray): add sql-injection probe

  • #467 8948caa Thanks @​7amed3li! - feat(isSerializeEnv): add named handler for direct process.env access detection

    Introduces a named handler pattern in the isSerializeEnv probe to detect direct process.env access when running in aggressive sensitivity mode.

    Changes:

    • Added validateProcessEnv validator to detect process.env MemberExpression nodes

... (truncated)

Commits
  • 0828de3 chore: update versions (#457)
  • d9e0481 feat(js-x-ray): add sql-injection probe (#480)
  • 9b51811 fix(js-x-ray): fix 32 bit ip addresses false positive (#482)
  • 8848684 feat(js-x-ray): implement log-usage probe (#479)
  • 029031c refactor(js-x-ray): type the type of CollectableSet (#478)
  • dc78db3 docs:(js-x-ray): add doc for CollectableSet (#475)
  • c4fad05 refactor(isUnsafeCommand): use VariableTracer and introduce virtual identifie...
  • e288c04 feat: generate data-exfiltration warning on import when the sensitivity is ag...
  • 317d679 feat(isLiteral): collect email literals using CollectableSet (#468)
  • 8948caa feat(isSerializeEnv): add named handler for direct process.env detection (#467)
  • Additional commits viewable in compare view

Updates @npmcli/arborist from 9.1.9 to 9.1.10

Release notes

Sourced from @​npmcli/arborist's releases.

arborist: v9.1.10

9.1.10 (2026-01-21)

Dependencies

Changelog

Sourced from @​npmcli/arborist's changelog.

9.1.10 (2026-01-21)

Dependencies

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [@nodesecure/js-x-ray](https://github.com/NodeSecure/js-x-ray/tree/HEAD/workspaces/js-x-ray) and [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist).


Updates `@nodesecure/js-x-ray` from 11.3.0 to 11.4.0
- [Release notes](https://github.com/NodeSecure/js-x-ray/releases)
- [Changelog](https://github.com/NodeSecure/js-x-ray/blob/master/workspaces/js-x-ray/CHANGELOG.md)
- [Commits](https://github.com/NodeSecure/js-x-ray/commits/@nodesecure/js-x-ray@11.4.0/workspaces/js-x-ray)

Updates `@npmcli/arborist` from 9.1.9 to 9.1.10
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/workspaces/arborist/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/arborist-v9.1.10/workspaces/arborist)

---
updated-dependencies:
- dependency-name: "@nodesecure/js-x-ray"
  dependency-version: 11.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@npmcli/arborist"
  dependency-version: 9.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 2, 2026
@changeset-bot
Copy link

changeset-bot bot commented Feb 2, 2026

⚠️ No Changeset found

Latest commit: ee96ca5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants