1 Questions 2 Answers 0 Followers
Questions related from Nadezda Yakusheva
PreparedStatement (Java+DB) execute("select * from USERS where login = '" + this.login + "'"); this.login = "test'; drop table USERS; --"; Will this SQL-injection work with Oracle DB?
22 March 2015 8,713 4 View