1. 25 Feb, 2022 1 commit
  2. 25 Nov, 2021 1 commit
  3. 11 Nov, 2021 1 commit
    • Marc Cornellà's avatar
      fix(lib): fix potential command injection in `title` and `spectrum` functions · a263cdac
      Marc Cornellà authored
      The `title` function unsafely prints its input without sanitization, which if used
      with custom user code that calls it, it could trigger command injection.
      
      The `spectrum_ls` and `spectrum_bls` could similarly be exploited if a variable is
      changed in the user's shell environment with a carefully crafted value. This is
      highly unlikely to occur (and if possible, other methods would be used instead),
      but with this change the exploit of these two functions is now impossible.
      a263cdac
  4. 29 Sep, 2021 1 commit
  5. 07 Jan, 2021 1 commit
  6. 08 Oct, 2020 1 commit
  7. 29 Sep, 2020 1 commit
  8. 28 Sep, 2020 1 commit
  9. 27 Sep, 2020 1 commit
  10. 23 Jul, 2020 1 commit
  11. 30 Jun, 2020 1 commit
    • Patrick Moore's avatar
      Handle unset variables in various parts of the codebase (#8944) · e606ac70
      Patrick Moore authored
      DISABLE_UNTRACKED_FILES_DIRTY, DISABLE_AUTO_TITLE, GIT_STATUS_IGNORE_SUBMODULES are not set
      Handle these variables not being set with conditional access.
      
      If the user has set -u option to report attempts to use undeclared / unassigned variable, accessing the variables needs to be conditional.
      e606ac70
  12. 19 Jun, 2020 1 commit
  13. 05 Mar, 2020 1 commit
  14. 03 Mar, 2020 2 commits
  15. 28 Feb, 2020 1 commit
  16. 19 Nov, 2019 1 commit
  17. 07 Jul, 2019 1 commit
  18. 06 Jul, 2019 1 commit
  19. 21 Mar, 2019 1 commit
  20. 07 Aug, 2018 1 commit
  21. 14 Dec, 2015 2 commits
  22. 01 Dec, 2015 4 commits
  23. 30 Nov, 2015 2 commits
  24. 27 Nov, 2015 1 commit
  25. 18 Aug, 2015 1 commit
  26. 09 Aug, 2015 2 commits
  27. 01 Aug, 2015 1 commit
  28. 21 Feb, 2015 2 commits
  29. 17 Feb, 2015 2 commits
  30. 15 Feb, 2015 2 commits