Skip to main content

All Questions

Tagged with
2 votes
1 answer
534 views

Securing a form with image uploads

I am using PDO prepared statements to store user entered input and store that input to the database. The code will store a text input and 5 uploaded images. Will this code protect from data SQL ...
sanoj lawrence's user avatar
2 votes
2 answers
156 views

Social network message board website security

I have a script that contains functions from login in to posting status to friend request send and receive. Pretty much a social network script. Anyways i think my security is not up to date so if ...
Love_PHP's user avatar
8 votes
2 answers
3k views

Is my Java SQL connection secure from hackers?

I would like to know if my java db class is enough protected against hackers. (I'm currently developing an Android application). I protect it with a infos.properties file which contains every ...
Guest13800's user avatar
-1 votes
1 answer
129 views

Is this shopping site safe from SQL injection attacks? [closed]

Please verify security from SQL injection attacks. homepage.php ...
user3545382's user avatar
4 votes
2 answers
694 views

Is there a PHP security exploit with $_POST in my code?

I posted this question here. And an answer stated that I should not do: $table_name = 'survey_'.$_POST['surveyid']; because It is easy for a hacker to ...
Arian Faurtosh's user avatar
5 votes
1 answer
158 views

System for inputting and monitoring worker shifts

I've been building a system for inputting and monitoring shifts for casual staff, who work across multiple sites with the ability to generate accounting information. I've had some help from Stack ...
danielsmile's user avatar
3 votes
1 answer
202 views

Increase security of sign up form code

Does my PHP look secure enough for a sign up form? ...
user2981256's user avatar
2 votes
3 answers
279 views

Remove vulnerabilities from query on public website [closed]

I think that the following query is preventing against SQL injection, but what other measures do I need to take to ensure my queries are 100% safe from any malicious attacks? ...
craig's user avatar
  • 21
3 votes
3 answers
2k views

Simple CMS system

I'm working on a simple CMS with the intent of making it as secure as possible (a personal challenge) and the code as clean as possible. I think I've a long way to go so I would appreciate any input, ...
Michael A's user avatar
  • 1,651
1 vote
1 answer
498 views

PHP/SQL session managment

I have this class that I've been working on for the past 2 or 3 days, now it's working I just want to know what you think about it, what other methods should I add, are the basic security checks ...
Carlos Arturo Alaniz's user avatar
1 vote
1 answer
85 views

Is this a safe way of using HTTP query parameters to build a SQL query?

Is it? And maybe theres a better way to do this? ...
remy's user avatar
  • 13
4 votes
1 answer
219 views

SQL Server 'Execute As'/Revert pattern in a 'Try/Catch' Block

I wish to ensure I am using the "best" pattern when using an Execute As/Revert from within a Try/Catch block on SQL Server 2012. The below code "seems" to behave correctly... Am I missing anything or ...
RAA's user avatar
  • 71
5 votes
2 answers
2k views

Testing filtering of certain characters

I am a 3rd-year computer science undergraduate. One of my university lecturers has developed his own page for students to submit work. It came up that one student was accused of hacking (sic) by the ...
Portablejim's user avatar

15 30 50 per page
1
2