The-OAG-Development-Project / Application-Gateway

OWASP Application Gateway is an HTTP proxy that handles Oauth2 authentication and session management
https://owasp.org/www-project-application-gateway/
Apache License 2.0
83 stars 4 forks source link

Expand and Enhance Spring and Unit Testing Coverage #145

Open tommathee opened 4 months ago

tommathee commented 4 months ago

The current suite of Spring and Unit tests for the OWASP Application Gateway is limited primarily to basic functionality checks, such as ensuring that collections are not empty upon initialization. This minimal coverage is insufficient for verifying the complex functionalities and security features of the gateway. To ensure robustness and reliability, comprehensive testing that covers all critical paths and potential edge cases is necessary.

Current Testing Limitations:

Expected Improvements:

Suggested Enhancements:

Comprehensive Functionality Testing:

Security Protocol Testing:

Negative Testing and Error Handling:

Padi-owasp commented 4 months ago

This one is a generic request for improved testing. At the moment I do not treat this a priority, so I guess it will take a lot of time until it is addressed unless there are many upvotes.