chore: update versions #378
Merged
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@nodesecure/[email protected]
Major Changes
09c3575Thanks @clemgbld! - feat(tracer): support tracking function return valuesMinor Changes
#399
857308cThanks @clemgbld! - feat(probes) add minimal implementation of data-exfiltration#392
02a2d05Thanks @fraxken! - Simplify tracing validation & add new spread test for the probe#398
b6d2474Thanks @fraxken! - Implement new pipeline mechanism with a built-in deobfuscate#382
bc62d3eThanks @clemgbld! - feat(probes): add finalize callback#397
283d5b6Thanks @fraxken! - Integrate estree-walker natively using meriyah ESTree types#387
4d097ccThanks @fraxken! - Move trojan-source detection from SourceFile to AstAnalyser#396
f66af80Thanks @fraxken! - Move Signals into probe.main context#380
99fd4feThanks @clemgbld! - refactor(probes): isFetch detect fetch re-assigment#395
fad019fThanks @fraxken! - Implement context for Probe and ProbeRunner#389
f037105Thanks @clemgbld! - feat(probes): isLiteral detect api.ipify.org with shady link#384
728d744Thanks @fraxken! - move ProbeRunner from SourceFile to AstAnalyser classPatch Changes
#376
d5b98deThanks @tony-go! - Handle uname as unsafe-command#400
14cb982Thanks @fraxken! - Properly deep clone and reset probe context#381
ca954d8Thanks @tony-go! - Handle curl and ping for unsafe-command probeUpdated dependencies [
91031f8,7927535,09c3575,facb858,53b25a4]:@nodesecure/[email protected]
Major Changes
09c3575Thanks @clemgbld! - feat(tracer): support tracking function return valuesMinor Changes
#385
91031f8Thanks @clemgbld! - feat(tracer): add follow consecutive assignment of return values#390
7927535Thanks @fraxken! - Refactor global id prefix removal by implementing a new generic Util function#391
facb858Thanks @fraxken! - Enhance docs, types and syntaxPatch Changes
53b25a4]:@nodesecure/[email protected]
Minor Changes
53b25a4Thanks @fraxken! - Implement a new joinArrayExpression utility