Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

J2EE Bad Practices: Direct Management of Connections #229

Open
my-veracode bot opened this issue Mar 14, 2021 · 0 comments
Open

J2EE Bad Practices: Direct Management of Connections #229

my-veracode bot opened this issue Mar 14, 2021 · 0 comments
Labels
Severity: Low A Veracode Flaw, Low severity Veracode A Veracode identified issue

Comments

@my-veracode
Copy link

my-veracode bot commented Mar 14, 2021

Description:

This call to getConnection() fails to use the J2EE container's resource management facilities as required by the J2EE standard.

Request the connection from the container rather than attempting to access it directly.

Identifiers:

@my-veracode my-veracode bot added Severity: Low A Veracode Flaw, Low severity Veracode A Veracode identified issue labels Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Severity: Low A Veracode Flaw, Low severity Veracode A Veracode identified issue
Projects
None yet
Development

No branches or pull requests

0 participants