Can you track a bug from a Java class to its origin (e.g. a field in a JSP page)?

View: New views
1 Messages — Rating Filter:   Alert me  

Can you track a bug from a Java class to its origin (e.g. a field in a JSP page)?

by Lindsay Sant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I need to track a bug e.g. SQL injection vulnerability from the Java class where a SQL select statement with username&password is being dynamically created, back to the origin of the input (i.e. eg username & password fields in a JSP page), so that I could try and exploit this vulnerability via black box testing. Does anyone have any resources/advice to what I should be looking at?

Thanks a lot