Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

61 lines (45 loc) · 2.87 KB

0.1.7 - Unreleased

IMPROVMENTS:

  • Improve test. PR-71
  • replace / with path join. PR-72

0.1.6

IMPROVMENTS

  • change ~ to home dir in IsFileExists FILTER. PR-63
  • Fish shell support. PR-61

0.1.5

IMPROVMENTS:

  • Ading custom check - for check if file exsits before prompt a delete/flush verification. PR-46
  • Support multiple commands in one line. MR

BUG

  • Replace ~ char with home directory path. PR-63

0.1.4

IMPROVMENTS:

  • Update config file from baseline checks when shellfirm binary update. PR-46
  • Show single prompt verification when multiple pattern is detected. PR-51
  • Improve rm pattern. PR-53
  • Improve chmod pattern. PR-54
  • Adding reboot and shutdown risky pattern. PR-56

BUG:

  • Ignore text between quotes. PR-57

0.1.3

IMPROVEMENTS:

  • Improve FS checks. PR-30
  • Skip github actions on push (without PR) or on *.md file/docs folder. PR-33
  • Adding strict file sytem command. PR-36
  • FS checks - adding to rm/chmod pattern the chars . and ./ as risky command. PR-38
  • Adding a better error message when config file is invalid. PR-42
  • Adding kubernetes strict risky patters. PR-41
  • Allow to override deafult per pattern. PR-43

FEATURES:

  • Promt message while using config reset + ading the option to backup file. PR-31

BREAKING CHANGES:

  • Change is field in yaml file to test. PR-32

0.1.2 - (Jan 4, 2022)

IMPROVEMENTS:

  • Mark history | sh/bash as risky command. PR-27
  • Add 2 check for fs group. detect chmod 777 / and find -delete. PR-28

0.1.1 (Jan 3, 2022)

IMPROVEMENTS:

  • Add application logger. PR-24

0.1.0 (Jan 2, 2022)

Initial release