J2EE Bad Practices: Direct Management of Connections
Medium
Description
The J2EE application directly manages connections, instead of using the container's connection management facilities.
Potential Impact
Other: Quality Degradation
Detection Methods
Automated Static Analysis: Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without havin...