Description
The J2EE application directly uses sockets instead of using framework method calls.
Potential Impact
- Other: Quality Degradation
How to Fix
Architecture and Design
Use framework method calls instead of using sockets directly.
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...
Related Weaknesses
References
View on MITRE CWE Database →