<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 22:14:33 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[ESCONF-5] Remove yarn.lock</title>
                <link>https://folio-org.atlassian.net/browse/ESCONF-5</link>
                <project id="10242" key="ESCONF">eslint-config-stripes</project>
                    <description>&lt;p&gt;&lt;b&gt;Overview:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;yarn.lock contains dependencies with old versions that are vulnerable, resulting in security warnings sent to FOLIO security team.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Steps to Reproduce:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Open &lt;a href=&quot;https://github.com/folio-org/eslint-config-stripes/security&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/eslint-config-stripes/security&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Expected Results:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The &quot;Dependabot alerts&quot; bot ignores package.json dependencies with a vulnerable version where a compatible more recent version with a fix exist.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Actual Results:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The &quot;Dependabot alerts&quot; lists all dependencies that are listed in yarn.lock even if a compatible more recent version with a fix exist.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Additional Information:&lt;/b&gt;&lt;br/&gt;
**&lt;/p&gt;

&lt;p&gt;yarn.lock is 12 months old. A dependency like &lt;tt&gt;lodash &quot;^4.17.4&quot;&lt;/tt&gt; has been resolved to &lt;tt&gt;&quot;4.17.15&quot;&lt;/tt&gt; 12 months ago. This old version has security issues.&lt;/p&gt;

&lt;p&gt;However, resolving it today yields a fixed version &quot;4.17.21&quot;.&lt;/p&gt;

&lt;p&gt;yarn.lock is NOT used when some other module depends on eslint-config-stripes.&lt;/p&gt;

&lt;p&gt;yarn.lock is only used by GitHub Dependabot, and the results are posted to the GitHub security tab &lt;a href=&quot;https://github.com/folio-org/eslint-config-stripes/security&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/eslint-config-stripes/security&lt;/a&gt; , and create security warnings sent to FOLIO security team: &lt;a href=&quot;https://folio-org.atlassian.net/wiki/display/SEC/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/wiki/display/SEC/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the past yarn.lock was updated: &lt;a href=&quot;https://github.com/folio-org/eslint-config-stripes/pull/65&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/eslint-config-stripes/pull/65&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This helps Dependabot and the security team.&lt;/p&gt;</description>
                <environment></environment>
        <key id="78814">ESCONF-5</key>
            <summary>Remove yarn.lock</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="557058:b5c00130-8516-454c-acae-335db2b62fd8">Ryan Berger</assignee>
                                                                <reporter accountid="5ee89462f7aa140abd82d11d">Julian Ladisch</reporter>
                                    <labels>
                            <label>security</label>
                            <label>security-reviewed</label>
                    </labels>
                <created>Tue, 11 May 2021 23:03:20 +0000</created>
                <updated>Fri, 24 Sep 2021 20:24:13 +0000</updated>
                            <resolved>Fri, 21 May 2021 18:56:49 +0000</resolved>
                                    <version>3.2.1</version>
                                    <fixVersion>6.0.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                                                            <comment id="187583" author="5ee89462f7aa140abd82d11d" created="Tue, 11 May 2021 23:05:14 +0000"  >&lt;p&gt;Pull request to upgrade yarn.lock: &lt;a href=&quot;https://github.com/folio-org/eslint-config-stripes/pull/81&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/eslint-config-stripes/pull/81&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="187584" author="5ae08bd47b44642d39d323c4" created="Fri, 14 May 2021 15:07:54 +0000"  >&lt;p&gt;The security team met and discussed. The yarn.lock file is not necessary so it may be removed... if not removed then please update it so that we don&apos;t continue to get these &quot;false&quot; warnings. &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="187585" author="62a96ae7192edb006f9f1bf9" created="Mon, 17 May 2021 15:26:18 +0000"  >&lt;p&gt;Agree &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ae08bd47b44642d39d323c4&quot; class=&quot;user-hover&quot; rel=&quot;5ae08bd47b44642d39d323c4&quot; data-account-id=&quot;5ae08bd47b44642d39d323c4&quot; accountid=&quot;5ae08bd47b44642d39d323c4&quot; rel=&quot;noreferrer&quot;&gt;Mike Gorrell&lt;/a&gt;. Change title to reflect requirement to Remove. &lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10183"><![CDATA[Stripes Force]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02p8f:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1049">stripes-force 114</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 14 May 2021 15:07:54 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>