-
Bug
-
Resolution: Unresolved
-
Normal
-
MTA 7.1.0
-
None
-
None
-
False
-
-
False
-
-
-
None
Description of problem:
False positive analysis issues for tackle-testsapp binary analysis
Version-Release number of selected component (if applicable):
mta-operator-bundle-container-7.1.0-24
How reproducible:
100%
Steps to Reproduce:
1. Start a binary analysis on https://github.com/konveyor/tackle-testapp-public
2. Set targets: Containerization
3. Submit analysis
Actual results:
local-storage-00001 false positive cases:
private Properties config = this.loadProperties(); dataSource.setDriverClassName(config.getProperty("jdbc.driverClassName")); dataSource.setUrl(config.getProperty("jdbc.url")); dataSource.setUsername(config.getProperty("jdbc.user")); dataSource.setPassword(config.getProperty("jdbc.password")); hibernateProperties.setProperty("hibernate.hbm2ddl.auto", config.getProperty("hibernate.hbm2ddl.auto")); logger.warn("Resource not found: " + e.getMessage());
jni-native-code-00000 false positive cases:
properties.load(inputStream);
Attachments:
- is related to
-
MTA-3194 [Parent ticket] Validate if rules ID shown in reports are showing rules relevant to source.
- In Progress