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

feat: Prevent SQL Injection #40

Merged
merged 1 commit into from
Jun 1, 2018
Merged

feat: Prevent SQL Injection #40

merged 1 commit into from
Jun 1, 2018

Conversation

EnriqueL8
Copy link
Contributor

  • Update the query execution to accept Parameters in order to prevent sql injection
  • Updated tests

@EnriqueL8 EnriqueL8 self-assigned this Jun 1, 2018
@EnriqueL8 EnriqueL8 requested a review from ianpartridge June 1, 2018 10:46
@codecov-io
Copy link

Codecov Report

Merging #40 into master will increase coverage by 0.31%.
The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #40      +/-   ##
=========================================
+ Coverage   29.89%   30.2%   +0.31%     
=========================================
  Files           6       6              
  Lines        1348    1354       +6     
=========================================
+ Hits          403     409       +6     
  Misses        945     945
Flag Coverage Δ
#SwiftKueryORM 30.2% <93.33%> (+0.31%) ⬆️
Impacted Files Coverage Δ
Sources/SwiftKueryORM/Model.swift 38.5% <93.33%> (+0.49%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b482cf2...b1cd066. Read the comment docs.

@EnriqueL8 EnriqueL8 merged commit 3c3f77d into master Jun 1, 2018
@EnriqueL8 EnriqueL8 deleted the prevent_sql_injection branch June 1, 2018 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants