Skip to content
Snippets Groups Projects
  1. Aug 15, 2023
    • Léo Banno-Cloutier's avatar
      datastore: reduce DAO abstraction to remove complexity · 49499411
      Léo Banno-Cloutier authored and Adrien Béraud's avatar Adrien Béraud committed
      StatementList and StatementElement were an attempt at creating our own
      ORM for JAMS. However, doing an database query was very verbose on the
      caller side, and if the 1st, 2nd or 4th field of StatementElement was
      user input, we would be vulnerable to SQL injections. This patch
      hardcoded the SQL queries in the DAO, making it easier on SQL expert to
      audit the queries.
      
      Change-Id: I4699bf3146a077efe03efd178b6190dfe60c72e9
      49499411
  2. Aug 09, 2023
  3. Jul 31, 2023
  4. Jul 04, 2023
  5. Sep 26, 2022
  6. Sep 22, 2022
  7. Apr 02, 2022
  8. Mar 05, 2021
  9. Mar 04, 2021
  10. Feb 18, 2021
  11. Feb 10, 2021
  12. Jan 15, 2021
  13. Sep 18, 2020
  14. Jul 23, 2020
  15. Jul 21, 2020
  16. Jul 15, 2020
  17. Jul 08, 2020
  18. Jul 06, 2020
  19. Jun 15, 2020
  20. May 31, 2020
  21. May 30, 2020
  22. May 28, 2020
  23. May 26, 2020
  24. May 23, 2020
  25. May 22, 2020
  26. May 20, 2020
  27. May 19, 2020
  28. May 16, 2020
  29. May 13, 2020
  30. May 12, 2020
  31. May 10, 2020
Loading