<?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 How to update a Splunk® Add-on Builder built app or add-on? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-update-a-Splunk-Add-on-Builder-built-app-or-add-on/m-p/587702#M10435</link>
    <description>&lt;P&gt;Some of my apps are failing &lt;A href="https://dev.splunk.com/enterprise/docs/developapps/testvalidate/appinspect/" target="_self"&gt;AppInspect&lt;/A&gt;'s&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/reference/appinspect/appinspectcheck/#JavaScript-Usage" target="_self"&gt;check_for_vulnerable_javascript_library_usage&lt;/A&gt; check but I didn't include any javascript. I did built the apps with the &lt;A href="https://docs.splunk.com/Documentation/AddonBuilder/latest/UserGuide" target="_self"&gt;Splunk Add-on Builder&lt;/A&gt; and I see some javascript that was packaged as a result.&lt;/P&gt;&lt;P&gt;I understand that this is resolved in the newest version of &lt;SPAN&gt;Splunk&lt;/SPAN&gt;®&lt;SPAN&gt;&amp;nbsp;Add-on Builder. How do I update my app to be built by this latest version of&amp;nbsp;Splunk&amp;nbsp;Add-on Builder, thereby resolving these issues.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jan 2023 02:08:06 GMT</pubDate>
    <dc:creator>sloshburch</dc:creator>
    <dc:date>2023-01-25T02:08:06Z</dc:date>
    <item>
      <title>How to update a Splunk® Add-on Builder built app or add-on?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-update-a-Splunk-Add-on-Builder-built-app-or-add-on/m-p/587702#M10435</link>
      <description>&lt;P&gt;Some of my apps are failing &lt;A href="https://dev.splunk.com/enterprise/docs/developapps/testvalidate/appinspect/" target="_self"&gt;AppInspect&lt;/A&gt;'s&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/reference/appinspect/appinspectcheck/#JavaScript-Usage" target="_self"&gt;check_for_vulnerable_javascript_library_usage&lt;/A&gt; check but I didn't include any javascript. I did built the apps with the &lt;A href="https://docs.splunk.com/Documentation/AddonBuilder/latest/UserGuide" target="_self"&gt;Splunk Add-on Builder&lt;/A&gt; and I see some javascript that was packaged as a result.&lt;/P&gt;&lt;P&gt;I understand that this is resolved in the newest version of &lt;SPAN&gt;Splunk&lt;/SPAN&gt;®&lt;SPAN&gt;&amp;nbsp;Add-on Builder. How do I update my app to be built by this latest version of&amp;nbsp;Splunk&amp;nbsp;Add-on Builder, thereby resolving these issues.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 02:08:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-update-a-Splunk-Add-on-Builder-built-app-or-add-on/m-p/587702#M10435</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2023-01-25T02:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a Splunk® Add-on Builder built app or add-on?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-update-a-Splunk-Add-on-Builder-built-app-or-add-on/m-p/587703#M10436</link>
      <description>&lt;P&gt;Yes! &lt;A href="https://docs.splunk.com/Documentation/AddonBuilder/latest/UserGuide/Whatsnew#Version_4.1.0" target="_self"&gt;Version 4.1.0 Release Notes&lt;/A&gt;&amp;nbsp;show that these items were fixed in 4.1.0!&lt;/P&gt;&lt;P&gt;The way to update your app is a bit nuanced.&amp;nbsp;You'll need to do the following.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Important:&amp;nbsp;&lt;/STRONG&gt;Pay attention to the specific instructions for each of the below linked documentation. For example, in step 3, the documentation details the way to use the "Package and Validate" tab of Add-on Builder,&amp;nbsp;NOT&amp;nbsp;the "Export" link on the first page, and&amp;nbsp;NOT&amp;nbsp;the package that Add-on Builder saves in &lt;FONT face="courier new,courier"&gt;$SPLUNK_HOME/etc/apps&lt;/FONT&gt;. So please pay attention to the specific instructions of each link to correctly update the app build.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://docs.splunk.com/Documentation/AddonBuilder/latest/UserGuide/Importandexport" target="_self"&gt;Export&lt;/A&gt; the app from any Add-on Builder&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.splunk.com/Documentation/AddonBuilder/latest/UserGuide/Importandexport" target="_self"&gt;Import&lt;/A&gt; the app into Add-on Builder v4.1.0 or newer&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.splunk.com/Documentation/AddonBuilder/latest/UserGuide/Validate#Download_the_add-on_package" target="_self"&gt;Download&lt;/A&gt; the app packaged from Add-on Builder v4.1.0 or newer.&amp;nbsp;The resulting app package that you download will have the fix!&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You can validated by running the old app package against AppInspect with the `&lt;FONT face="courier new,courier"&gt;cloud&lt;/FONT&gt;` tag, then run the fixed app package against AppInspect with the `&lt;FONT face="courier new,courier"&gt;cloud&lt;/FONT&gt;`. See&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/testvalidate/appinspect/useappinspectapi/#Send-requests-using-the-Splunk-AppInspect-collection-for-Postman" target="_self"&gt;Send requests using the Splunk AppInspect collection for Postman&lt;/A&gt;&amp;nbsp; on splunk&amp;gt;dev for more guidance.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 15:55:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-update-a-Splunk-Add-on-Builder-built-app-or-add-on/m-p/587703#M10436</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2023-01-26T15:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix AppInspect check_for_vulnerable_javascript_library_usage from Add-on Builder content</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-update-a-Splunk-Add-on-Builder-built-app-or-add-on/m-p/600187#M10437</link>
      <description>&lt;P&gt;I inherited the maintenance of an app that was built with a version of add-on builder that is triggering this warning. Unfortunately, I do not have access to an export of this app from add-on builder. Is there a way for me to make this change without an export then import?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 23:06:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-update-a-Splunk-Add-on-Builder-built-app-or-add-on/m-p/600187#M10437</guid>
      <dc:creator>mikedgibson</dc:creator>
      <dc:date>2022-06-01T23:06:13Z</dc:date>
    </item>
  </channel>
</rss>

