Skip to content

Releases: NodeSecure/js-x-ray

@nodesecure/tracer@3.0.0

20 Jul 00:08
f61651b
Compare
Choose a tag to compare

Major Changes

Minor Changes

Patch Changes

  • Updated dependencies [53b25a4]:
    • @nodesecure/estree-ast-utils@4.2.0

@nodesecure/js-x-ray@10.0.0

20 Jul 00:08
f61651b
Compare
Choose a tag to compare

Major Changes

Minor Changes

Patch Changes

@nodesecure/estree-ast-utils@4.2.0

20 Jul 00:08
f61651b
Compare
Choose a tag to compare

Minor Changes

@nodesecure/tracer@2.0.0

01 Jul 11:37
5f9dc0e
Compare
Choose a tag to compare

Major Changes

  • #366 cf2b5eb Thanks @fraxken! - Refactor relation and dependency to Tracer for estree-ast-utils workspace

Patch Changes

  • #356 c3016e0 Thanks @fraxken! - Trace Node.js core imports that use /promises

    Here is an example:

    import { readFile } from "fs/promises";
    
    const foobar = readFile;
    await foobar("test.txt");
  • Updated dependencies [cf2b5eb, 8b72326]:

    • @nodesecure/estree-ast-utils@4.0.0

@nodesecure/js-x-ray@9.2.0

01 Jul 18:40
3da3600
Compare
Choose a tag to compare

Minor Changes

  • #369 644232a Thanks @clemgbld! - refactor(probe/isSerializeEnv): trace re-assignment of JSON.stringy & process.env

Patch Changes

@nodesecure/js-x-ray@9.1.0

01 Jul 11:37
5f9dc0e
Compare
Choose a tag to compare

Minor Changes

  • #363 e37384c Thanks @intincrab! - feat(probes): add serialize-environment warning detection

    Add new probe to detect potential environment variable exfiltration through JSON.stringify(process.env).

  • #362 5f78d4a Thanks @clemgbld! - feat(probes): add initialize

  • #366 cf2b5eb Thanks @fraxken! - Refactor relation and dependency to Tracer for estree-ast-utils workspace

Patch Changes

  • Updated dependencies [cf2b5eb, 8b72326, c3016e0]:
    • @nodesecure/estree-ast-utils@4.0.0
    • @nodesecure/tracer@2.0.0

@nodesecure/estree-ast-utils@4.1.0

01 Jul 18:40
3da3600
Compare
Choose a tag to compare

Minor Changes

@nodesecure/estree-ast-utils@4.0.0

01 Jul 11:37
5f9dc0e
Compare
Choose a tag to compare

Major Changes

  • #366 cf2b5eb Thanks @fraxken! - Refactor relation and dependency to Tracer for estree-ast-utils workspace

Minor Changes

@nodesecure/tracer@1.0.1

19 Jun 07:45
02cfef7
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [d38f809]:
    • @nodesecure/estree-ast-utils@3.0.0

@nodesecure/estree-ast-utils@3.0.0

19 Jun 07:45
02cfef7
Compare
Choose a tag to compare

Major Changes