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

XSS/sql injection attack #6

Open
bonezy76 opened this issue Mar 13, 2016 · 1 comment
Open

XSS/sql injection attack #6

bonezy76 opened this issue Mar 13, 2016 · 1 comment

Comments

@bonezy76
Copy link

please can this class handle issue of xss attack and sql injection ?

@matthewkooshad
Copy link

matthewkooshad commented Jan 25, 2017

for sql injection, it seems when writing a where clause, you need to do as such:
where('slide_id = '.security($_GET['slide_id']));
the class uses the security function for you; take a look to see the usage.

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

No branches or pull requests

2 participants