Skip to content
Snippets Groups Projects
  1. Mar 18, 2020
  2. Mar 12, 2020
  3. Mar 05, 2020
  4. Mar 02, 2020
  5. Feb 05, 2020
  6. Feb 04, 2020
  7. Jan 30, 2020
  8. Jan 29, 2020
  9. Jan 23, 2020
  10. Jan 03, 2020
  11. Dec 16, 2019
  12. Dec 13, 2019
  13. Dec 12, 2019
  14. Dec 11, 2019
  15. Dec 03, 2019
  16. Nov 18, 2019
  17. Nov 17, 2019
  18. Nov 13, 2019
  19. Nov 12, 2019
  20. Nov 08, 2019
  21. Nov 07, 2019
  22. Oct 25, 2019
  23. Oct 18, 2019
  24. Oct 10, 2019
  25. Oct 09, 2019
    • Kerri Miller's avatar
      Avoid #authenticate_user! in #route_not_found · 83950327
      Kerri Miller authored
      This method, #route_not_found, is executed as the final fallback for
      unrecognized routes (as the name might imply.) We want to avoid
      `#authenticate_user!` when calling `#route_not_found`;
      `#authenticate_user!` can, depending on the request format, return a 401
      instead of redirecting to a login page. This opens a subtle security
      exploit where anonymous users will receive a 401 response when
      attempting to access a private repo, while a recognized user will
      receive a 404, exposing the existence of the private, hidden repo.
      83950327
  26. Oct 01, 2019
  27. Sep 28, 2019
  28. Sep 26, 2019
  29. Sep 13, 2019
  30. Aug 31, 2019
  31. Aug 15, 2019
  32. Aug 14, 2019
  33. Aug 08, 2019
Loading