Skip to content
Snippets Groups Projects
  1. Mar 26, 2021
  2. Mar 16, 2021
  3. Mar 15, 2021
  4. Feb 26, 2021
  5. Feb 12, 2021
  6. Jan 22, 2021
  7. Jan 13, 2021
  8. Jan 07, 2021
  9. Dec 14, 2020
    • Hidde Beydals's avatar
      Add safe guards for relative paths · 5ea4e814
      Hidde Beydals authored
      
      This commit adds multiple safe guards for relative paths, ensuring they
      never traverse outside the working directory.
      
      The `SafeRelativePath` flag calculates the safe relative path based on a
      relative base dir, which results in a flattened path.
      
      The write methods of `manifestgen` make use of the `SecureJoin` as well,
      to ensure writes are never outside of the given directory when used as
      a lib outside of the CLI.
      
      Signed-off-by: default avatarHidde Beydals <hello@hidde.co>
      5ea4e814
  10. Dec 11, 2020
    • Michael Bridgen's avatar
      Give flux bootstrap the extra components flag · 4abe69f9
      Michael Bridgen authored
      
      This commit adds a flag for supplying extra components to bootstrap
      (and its subcommands), to match the one for `flux install`.
      
      Since the bootstrapComponents global is used in a few places, I made
      it a func and renamed the variable. For consistency, I also renamed
      the var used in install.go.
      
      Lastly, so that the flag sorts next to `--components`, I changed it to
      `--components-extra` in both commands.
      
      Signed-off-by: default avatarMichael Bridgen <michael@weave.works>
      4abe69f9
  11. Nov 12, 2020
  12. Nov 11, 2020
  13. Nov 02, 2020
  14. Oct 29, 2020
  15. Oct 27, 2020
  16. Oct 17, 2020
  17. Sep 30, 2020
  18. Sep 22, 2020
  19. Sep 14, 2020
  20. Sep 09, 2020
  21. Sep 04, 2020
  22. Sep 01, 2020
  23. Jul 21, 2020
  24. Jul 14, 2020
    • stefanprodan's avatar
      Refactor defaults · e1806110
      stefanprodan authored
      - add dedicated components flag for bootstrap/install/check
      - extract defaults to vars
      - update CLI docs
      e1806110
  25. Jun 30, 2020
  26. Jun 25, 2020
  27. Jun 23, 2020
  28. Jun 18, 2020
  29. Jun 16, 2020
  30. Jun 12, 2020
  31. Jun 09, 2020
Loading