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

Fix: Fix and enhance SQL injection prevention #40

Merged
merged 11 commits into from Sep 13, 2022
Merged

Commits on Aug 31, 2022

  1. feat(core,build): add sanitizer and parameterizer

    - passing context to filter runner
    - add santizier filter builder and runner
    - add TemplateInput class to control parameterize logics
    - update req runner to inject parameterizers
    oscar60310 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    bc94893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f4e049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1098cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8aad751 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b32905 View commit details
    Browse the repository at this point in the history
  6. refactor(build,core): refeactor codes relatived to sql injection prev…

    …ention
    
    - remove duplicated type definitions.
    - hide data source in executer.
    - remove useless exports.
    - add some comments.
    - move some logic into functions.
    oscar60310 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    5d878aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70d41ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27f6232 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e9499a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5ff11a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

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