|
|
Choosing A Webhost: |
Re: sql injection regression?: msg#00024java.findbugs.general
On Thu, 26 Jul 2007, Bill Pugh wrote: > I'll look into it. We've been making a bunch of internal changes, but > hadn't intended any changes to the sql injection results. Great, thanks! I noticed that the last version it worked in was 1.1.3 -- it hasn't worked in 1.2 or 1.2.1. Which is weird because the changes I made in that area used this test as the baseline. > One thing I did notice is that the example isn't a typical SQL > injection, and that will lower the priority of the warning: > > public void truePositive(Statement query) throws > SQLException { > query.executeQuery("select * from " + > request.getParameter("ANIMAL")); > } > > When we see string concatenation with the use of ' characters, the > priority goes up. > > public void higherPriorityTruePositive(Statement query) > throws SQLException { > query.executeQuery("select * from zoo where animal='" > + request.getParameter("ANIMAL") +"'"); > } > Good point! I'll fix this and be sure to mention it in the class. > But still, the other should still get flagged. > I should get back to you later today. Thanks, Bill! :) -- tangled strands of DNA explain the way that I behave. http://www.clock.org/~matt
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: sql injection regression?, Bill Pugh |
|---|---|
| Next by Date: | Re: sql injection regression?, Bill Pugh |
| Previous by Thread: | Re: sql injection regression?, Bill Pugh |
| Next by Thread: | Re: sql injection regression?, Bill Pugh |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |