Uploaded image for project: 'Migration Toolkit for Applications'
  1. Migration Toolkit for Applications
  2. MTA-3354

[Analysis] False positive issues for tackle-testsapp binary analysis

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • MTA 7.1.2
    • MTA 7.1.0
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • 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:

      analysis-report-app-tackle-testapp-public-binn.yaml 

              rhn-engineering-dymurray Dylan Murray
              mguetta1 Maayan Hadasi
              Maayan Hadasi Maayan Hadasi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: