1. 03 Jan, 2022 2 commits
  2. 21 Dec, 2021 1 commit
  3. 16 Dec, 2021 1 commit
  4. 13 Dec, 2021 2 commits
  5. 30 Nov, 2021 1 commit
  6. 25 Nov, 2021 1 commit
  7. 11 Nov, 2021 2 commits
    • 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
    • Marc Cornellà's avatar
      fix(lib): fix `omz_urldecode` unsafe eval bug · 6cb41b70
      Marc Cornellà authored
      The `omz_urldecode` function uses an eval to decode the input which can be
      exploited to inject commands. This is used only in the svn plugin and it
      requires a complex process to exploit, so it is highly unlikely to have been
      used by an attacker.
      6cb41b70
  8. 10 Nov, 2021 1 commit
  9. 09 Nov, 2021 2 commits
  10. 02 Nov, 2021 1 commit
  11. 25 Oct, 2021 1 commit
  12. 10 Oct, 2021 1 commit
  13. 09 Oct, 2021 1 commit
  14. 05 Oct, 2021 1 commit
  15. 04 Oct, 2021 1 commit
  16. 30 Sep, 2021 2 commits
  17. 29 Sep, 2021 2 commits
  18. 22 Sep, 2021 1 commit
  19. 18 Aug, 2021 2 commits
  20. 17 Aug, 2021 5 commits
  21. 13 Aug, 2021 1 commit
  22. 10 Aug, 2021 2 commits
  23. 17 Jun, 2021 1 commit
  24. 13 Jun, 2021 1 commit
  25. 12 Jun, 2021 1 commit
  26. 25 Mar, 2021 1 commit
  27. 08 Mar, 2021 1 commit
  28. 01 Mar, 2021 1 commit