1. 23 Oct, 2018 2 commits
  2. 22 Oct, 2018 2 commits
  3. 18 Oct, 2018 1 commit
  4. 17 Oct, 2018 2 commits
  5. 16 Oct, 2018 4 commits
  6. 10 Oct, 2018 1 commit
  7. 09 Oct, 2018 4 commits
  8. 08 Oct, 2018 1 commit
  9. 07 Oct, 2018 4 commits
  10. 05 Oct, 2018 6 commits
  11. 03 Oct, 2018 1 commit
    • Marcel Röthke's avatar
      Fix insecure RPATH of the caf-python binary · 9ba458df
      Marcel Röthke authored
      Cmakes install type PROGRAMS is misleading it is not supposed to be
      used with binaries.
      
      From the cmake documentation:
      > This form [install(PROGRAMS)] is intended to install programs that are
      > not targets, such as shell scripts. Use the TARGETS form to install
      > targets built within the project.
      
      One of the problems with "PROGRAMS" is, that it does not strip the RPATH
      from binaries when installing. This is a problem because the is is
      used to look up shared libraries. If it's destination is user
      controllable it could be used for privilege escalation.
      9ba458df
  12. 02 Oct, 2018 5 commits
  13. 01 Oct, 2018 2 commits
  14. 30 Sep, 2018 4 commits
  15. 28 Sep, 2018 1 commit