<?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 Re: How do I address &amp;quot;check_for_vulnerable_javascript_library_usage&amp;quot; errors in AppInspect? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/583535#M10353</link>
    <description>&lt;P&gt;Cross posting with&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Developing-for-Splunk-Enterprise/Update-jquery-version/m-p/583115" target="_self"&gt;Update jquery version&lt;/A&gt;&amp;nbsp;which sounds like the same issue. I'm also hunting for some SMEs who can help.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 11:54:40 GMT</pubDate>
    <dc:creator>sloshburch</dc:creator>
    <dc:date>2022-02-03T11:54:40Z</dc:date>
    <item>
      <title>How do I address "check_for_vulnerable_javascript_library_usage" errors in AppInspect?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/582985#M10350</link>
      <description>&lt;P&gt;I'm trying to address the new "&lt;SPAN&gt;check_for_vulnerable_javascript_library_usage"&lt;/SPAN&gt;&amp;nbsp;check in AppInspect as it's required for apps to run in Splunk Cloud after February. However, I get results like:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;3rd party CORS request may execute&lt;/P&gt;&lt;P&gt;parseHTML() executes scripts in event handlers&lt;/P&gt;&lt;P&gt;jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution&lt;/P&gt;&lt;P&gt;Regex in its jQuery.htmlPrefilter sometimes may introduce XSS&lt;/P&gt;&lt;P&gt;Regex in its jQuery.htmlPrefilter sometimes may introduce XSS&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;which doesn't really tell me how to proceed. Is there a way I can figure out what's actually causing these&amp;nbsp;errors?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 20:05:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/582985#M10350</guid>
      <dc:creator>pwu_splunk</dc:creator>
      <dc:date>2022-01-28T20:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I address "check_for_vulnerable_javascript_library_usage" errors in AppInspect?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/582987#M10351</link>
      <description>&lt;P&gt;This manual may help.&amp;nbsp;&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/visualizedata/updatejquery/" target="_blank"&gt;https://dev.splunk.com/enterprise/docs/developapps/visualizedata/updatejquery/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 20:35:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/582987#M10351</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-28T20:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I address "check_for_vulnerable_javascript_library_usage" errors in AppInspect?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/582991#M10352</link>
      <description>&lt;P&gt;Unfortunately, this is in an app that's already been upgraded to jQuery 3.6.0. My guess is that there's some library in the app that uses copy-and-paste jQuery code without having it as an explicit dependency, and I don't really know how to figure out which offending library that is.&lt;BR /&gt;&lt;BR /&gt;Also, the search strings aren't one-to-one with the offending strings, and I don't have visibility into the translation. Technically, as a Splunk employee, I can get access, but I'm filing this here to help non-Splunkers.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 20:46:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/582991#M10352</guid>
      <dc:creator>pwu_splunk</dc:creator>
      <dc:date>2022-01-28T20:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I address "check_for_vulnerable_javascript_library_usage" errors in AppInspect?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/583535#M10353</link>
      <description>&lt;P&gt;Cross posting with&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Developing-for-Splunk-Enterprise/Update-jquery-version/m-p/583115" target="_self"&gt;Update jquery version&lt;/A&gt;&amp;nbsp;which sounds like the same issue. I'm also hunting for some SMEs who can help.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 11:54:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/583535#M10353</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2022-02-03T11:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I address "check_for_vulnerable_javascript_library_usage" errors in AppInspect?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/583602#M10354</link>
      <description>&lt;P&gt;I see you're a fellow splunk employee so let's do the back and forth over internal chat. Happy to post the resolution here once we arrive at a solution. If you hit any of the cloud vetting or prodsec channels I will see it.&lt;BR /&gt;&lt;BR /&gt;Also, in future please use internal communication channels for anything related to prodsec.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;ty!&amp;nbsp;&lt;BR /&gt;-D&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 17:00:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/583602#M10354</guid>
      <dc:creator>doc_holiday</dc:creator>
      <dc:date>2022-02-03T17:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I address "check_for_vulnerable_javascript_library_usage" errors in AppInspect?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/583769#M10355</link>
      <description>&lt;P&gt;We've moved this to internal discussion. Search "Alpha Kilo India" on Slack.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 19:52:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/583769#M10355</guid>
      <dc:creator>pwu_splunk</dc:creator>
      <dc:date>2022-02-04T19:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I address "check_for_vulnerable_javascript_library_usage" errors in AppInspect?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/585030#M10356</link>
      <description>&lt;P&gt;&lt;SPAN&gt;If the common.js came from the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://splunkbase.splunk.com/app/2962/" target="_self" rel="nofollow noopener noreferrer"&gt;Splunk Add-on Builder&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;then you can ignore it for now. We're investigating false positives from that and we (Splunk) needs to provide a fix to either the&amp;nbsp;check_for_vulnerable_javascript_library_usage or the code that&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://splunkbase.splunk.com/app/2962/" target="_self" rel="nofollow noopener noreferrer"&gt;Splunk Add-on Builder&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;adds to your app.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 19:16:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/585030#M10356</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2022-02-14T19:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I address "check_for_vulnerable_javascript_library_usage" errors in AppInspect?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/587681#M10357</link>
      <description>&lt;P&gt;This is sometimes caused by the behavior of AppInspect versions prior to 4.1.0.&amp;nbsp; See this post for more info:&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Developing-for-Splunk-Enterprise/Suggestions-on-how-we-can-upgrade-the-jquery-version-in-this/m-p/587680#M9798" target="_blank"&gt;https://community.splunk.com/t5/Developing-for-Splunk-Enterprise/Suggestions-on-how-we-can-upgrade-the-jquery-version-in-this/m-p/587680#M9798&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 16:41:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/587681#M10357</guid>
      <dc:creator>jowenssi</dc:creator>
      <dc:date>2022-03-04T16:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I address "check_for_vulnerable_javascript_library_usage" errors in AppInspect?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/587705#M10358</link>
      <description>&lt;P&gt;Additional guidance at &lt;A href="https://community.splunk.com/t5/Developing-for-Splunk-Cloud/How-to-fix-AppInspect-check-for-vulnerable-javascript-library/m-p/587702" target="_self"&gt;How to fix AppInspect check_for_vulnerable_javascript_library_usage from Add-on Builder content&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 19:33:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/587705#M10358</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2022-03-04T19:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I address "check_for_vulnerable_javascript_library_usage" errors in AppInspect?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/591702#M10359</link>
      <description>&lt;P&gt;Hi @&lt;SPAN&gt;pwu_splunk,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Even I am facing the same error with my app and inspite of upgrading the jquery in all my XML, I am still getting this issue.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;PRE&gt;Regex in its jQuery.htmlPrefilter sometimes may introduce XSS
Regex in its jQuery.htmlPrefilter sometimes may introduce XSS&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Can you please suggest what was done to fix this error? I havent used Add on Builder as mine is an custom app.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arjit.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 07:12:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-address-quot-check-for-vulnerable-javascript-library/m-p/591702#M10359</guid>
      <dc:creator>arjitg</dc:creator>
      <dc:date>2022-03-31T07:12:15Z</dc:date>
    </item>
  </channel>
</rss>

