Skip to content

Releases: AikidoSec/safe-chain

1.4.6

30 Mar 19:19
5e63a83

Choose a tag to compare

What's Changed

  • Add manual instructions for setup & teardown on failure
  • Enforce minimum package age for direct npm downloads (e.g. yarn lockfiles)
  • Add minimum package age checks for pypi
  • small dev improvements

1.4.5

25 Mar 18:23
e6eadd9

Choose a tag to compare

What's Changed

  • Increase default minimum package age to 48 hours
  • Use bash for setting up safe-chain in CI
  • fix(cli): surface missing runtime command errors
  • Aikido endpoint integration improvements
  • improved cleanup of generated ca certs and .aikido folder

New Contributors

1.4.4

17 Feb 12:15
1177d38

Choose a tag to compare

What's Changed

  • Remove ultimate commands (not ready yet)

Full Changelog: 1.4.3...1.4.4

1.4.3

13 Feb 08:58
86ae233

Choose a tag to compare

What's Changed

Shell integration improvements

  • Propagate command-not-found errors when invoking wrapped commands by @uriel-ecosia
  • Don't insert empty line in rc file when it already ends with an empty line
  • Powershell: check if the executionpolicy allows to run safe-chain
  • Add troubleshooting steps for powershell when executionpolicy doens't allow to run code

Other changes

  • Support Windows in install-safe-shain.sh (git bash, cygwin, ...)
  • Remove duplicate verbose logging information from troubleshooting
  • Add GitLab CI/CD documentation
  • Various changes to prepare for the upcoming safe-chain ultimate

Full Changelog: 1.4.2...1.4.3

0.0.1-powershell-executionpolicy-check-beta

04 Feb 15:32
c765438

Choose a tag to compare

Powershell: check  if the executionpolicy allow to run safe-chain

0.0.3-safe-chain-ultimate-beta

02 Feb 11:10
b96bbc9

Choose a tag to compare

Pre-release
Merge pull request #311 from AikidoSec/add-log-cmd

add safe-chain ultimate logs & collect-logs

0.0.2-safe-chain-ultimate-beta

29 Jan 16:28
8e67f2e

Choose a tag to compare

Pre-release
Merge pull request #308 from AikidoSec/bump-agent-version-1-0-0

Bump agent version to v1.0.0

0.0.1-safe-chain-ultimate-beta

22 Jan 13:32
8e966b0

Choose a tag to compare

Pre-release
Merge pull request #295 from AikidoSec/ultimate-installer

Add safe-chain ultimate installer

0.0.1-windows-install-script-in-git-bash-beta

20 Jan 11:54
99cd416

Choose a tag to compare

Support Windows in install-safe-shain.sh (git bash, cygwin, ...)

1.4.2

16 Jan 08:54
05f7c8f

Choose a tag to compare

What's Changed

Min package age exclusion

Excludes trusted packages from minimum age filtering via environment variable or config file

Logging improvements

• Allow to configure loglevel through an env variable
• Include package name in logging when minimum package age is not met

Bugfixes

• Retry downloading the malware database 3 times
• Fix double dash argument forwarding on Win32 PowerShell
• Add Bitbucket Pipelines example by @slootjes

Full Changelog: 1.4.1...1.4.2