Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle SQL injection vulnerabilities within ObjectToSQLString #3547

Merged
merged 26 commits into from
Jul 2, 2024

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    d4b9daf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3619ac View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    b7a153a View commit details
    Browse the repository at this point in the history
  2. Minor code cleanup

    hazzik authored and fredericDelaporte committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d2ff013 View commit details
    Browse the repository at this point in the history
  3. Add test for char

    fredericDelaporte committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d480863 View commit details
    Browse the repository at this point in the history
  4. Minor code cleanup

    hazzik authored and fredericDelaporte committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    61a9549 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    897a869 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6c3988 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7677c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69c4c12 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d85c5a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4cf9fd3 View commit details
    Browse the repository at this point in the history
  11. Fix argument name

    hazzik authored and fredericDelaporte committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2d21ff3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0dcbfca View commit details
    Browse the repository at this point in the history
  13. Fix the char type

    fredericDelaporte committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2da9e9e View commit details
    Browse the repository at this point in the history
  14. Fix types handled as SQL strings

    Not including EnumStringType which ObjectToSQLString is invalid.
    fredericDelaporte committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    02bcc42 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    edc4177 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    77fe3e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    aa91eb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03936a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7c0576 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    ea888be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27bc4bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c35063 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e80b766 View commit details
    Browse the repository at this point in the history
  5. Fix the Guid type

    fredericDelaporte committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a1cebb2 View commit details
    Browse the repository at this point in the history