<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Python3 Readiness App return false positive in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Python3-Readiness-App-return-false-positive/m-p/560527#M9988</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;I develop the app "Allkun MON for ISO8583" and published on the splunkbase some weeks ago.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Now I'm doing development validations for an upgrade. I ran a scan with the app Python Upgrade Readiness and this report ends with fail (not compatible with python3) but the application don't use python script and has no bin folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;How could this validation pass?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jul 2021 20:39:09 GMT</pubDate>
    <dc:creator>JGonzalez</dc:creator>
    <dc:date>2021-07-22T20:39:09Z</dc:date>
    <item>
      <title>Python3 Readiness App return false positive</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Python3-Readiness-App-return-false-positive/m-p/560527#M9988</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;I develop the app "Allkun MON for ISO8583" and published on the splunkbase some weeks ago.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Now I'm doing development validations for an upgrade. I ran a scan with the app Python Upgrade Readiness and this report ends with fail (not compatible with python3) but the application don't use python script and has no bin folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;How could this validation pass?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 20:39:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Python3-Readiness-App-return-false-positive/m-p/560527#M9988</guid>
      <dc:creator>JGonzalez</dc:creator>
      <dc:date>2021-07-22T20:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Python3 Readiness App return false positive</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Python3-Readiness-App-return-false-positive/m-p/560719#M9989</link>
      <description>&lt;P&gt;If your app has no python code in it, I don't see why you should be trying to run the &lt;SPAN&gt;Python Upgrade Readiness against it, as it has nothing to check.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;A "fail" makes sense in the context that the check failed, but not that you app has failed to work with Python 3. I cannot see any reason why your app wouldn't work with Python 3, because it has no Python to begin with.&lt;/P&gt;&lt;P&gt;If you want to be sure, I would just run and test your app on the latest Splunk 8.2 version.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jul 2021 23:36:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Python3-Readiness-App-return-false-positive/m-p/560719#M9989</guid>
      <dc:creator>Brett</dc:creator>
      <dc:date>2021-07-25T23:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python3 Readiness App return false positive</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Python3-Readiness-App-return-false-positive/m-p/560850#M9990</link>
      <description>&lt;P&gt;I did a scan of the app with splunk 8.2 and i get the same result.&amp;nbsp;&lt;SPAN class="Y2IQFc"&gt;I did a test modifying the name of the application and it works perfect. T&lt;SPAN&gt;he scenario is that this app is published on splunkbase.&lt;BR /&gt;&lt;BR /&gt;Will any validation be done against splunkbase?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 20:16:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Python3-Readiness-App-return-false-positive/m-p/560850#M9990</guid>
      <dc:creator>JGonzalez</dc:creator>
      <dc:date>2021-07-26T20:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Python3 Readiness App return false positive</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Python3-Readiness-App-return-false-positive/m-p/560918#M9991</link>
      <description>&lt;P&gt;Yes, once you upload it to Splunkbase it will run through AppInspect, however you do not need to pass to get on Splunkbase! I have a published app which cannot pass AppInspect for example. A human will review your app just to check it doesn't have malware etc.&lt;/P&gt;&lt;P&gt;You can also run AppInspect yourself by API. See more details at&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/testvalidate/appinspect/" target="_blank" rel="noopener"&gt;https://dev.splunk.com/enterprise/docs/developapps/testvalidate/appinspect/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 05:34:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Python3-Readiness-App-return-false-positive/m-p/560918#M9991</guid>
      <dc:creator>Brett</dc:creator>
      <dc:date>2021-07-27T05:34:02Z</dc:date>
    </item>
  </channel>
</rss>

