<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:19:03 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 append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-49142] Validate correct field name in RoleName::parseFromBSON()</title>
                <link>https://jira.mongodb.org/browse/SERVER-49142</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;div class=&quot;panel&quot; style=&quot;background-color: #eeeeee;border-color: #cccccc;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelHeader&quot; style=&quot;border-bottom-width: 1px;border-bottom-color: #cccccc;background-color: #6cb33f;&quot;&gt;&lt;b&gt;CVE-2020-7925&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;panelContent&quot; style=&quot;background-color: #eeeeee;&quot;&gt;
&lt;p&gt;&lt;b&gt;Title:&lt;/b&gt;&#160;Denial of Service when processing malformed Role names&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&#160;Incorrect validation of user input in the role name parser may lead to use of uninitialized memory allowing an unauthenticated attacker to use a specially crafted request to cause a denial of service. This issue affects: MongoDB Inc. MongoDB Server v4.4 versions prior to 4.4.0-rc12; v4.2 versions prior to 4.2.9.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;CVSS score:&lt;/b&gt;&#160;7.5 using the following scoring metrics:&lt;br/&gt;
&lt;a href=&quot;https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;CWE:&lt;/b&gt;&#160;CWE-475: Undefined Behavior for Input to API&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Affected versions:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This issue affects -&#160;MongoDB Inc. MongoDB Server:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;v4.4 versions prior to 4.4.0-rc12;&lt;/li&gt;
	&lt;li&gt;v4.2 versions prior to 4.2.9.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#8212;&lt;/p&gt;

&lt;p&gt;Due to a bug in the query planner it&apos;s possible to trip &lt;a href=&quot;https://github.com/mongodb/mongo/blob/8010c51d3f1cc1020959f8b351f8242d141d42a3/src/mongo/db/query/index_bounds_builder.cpp#L450&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this&lt;/a&gt; invariant for certain types of queries.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1393037">SERVER-49142</key>
            <summary>Validate correct field name in RoleName::parseFromBSON()</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/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="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="sara.golemon@mongodb.com">Sara Golemon</assignee>
                                    <reporter username="sara.golemon@mongodb.com">Sara Golemon</reporter>
                        <labels>
                            <label>neweng</label>
                    </labels>
                <created>Fri, 26 Jun 2020 14:08:30 +0000</created>
                <updated>Sun, 29 Oct 2023 22:06:24 +0000</updated>
                            <resolved>Fri, 26 Jun 2020 18:47:27 +0000</resolved>
                                    <version>3.6.0</version>
                                    <fixVersion>4.0.20</fixVersion>
                    <fixVersion>3.6.19</fixVersion>
                    <fixVersion>4.4.0-rc12</fixVersion>
                    <fixVersion>4.2.9</fixVersion>
                    <fixVersion>4.7.0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="3512026" author="JIRAUSER1257468" created="Wed, 2 Dec 2020 09:44:28 +0000"  >&lt;p&gt;There is a mismatch between the versions described on the CVE and the Fix Versions on this Jira ticket. This is for the following reason:&lt;/p&gt;

&lt;p&gt;In released versions of MongoDB 3.6, the code path reported in the CVE could never be triggered so the security vulnerability was never exposed in any versions prior to MongoDB 4.2. The vulnerability followed a code path only active in MongoDB 4.2.x and 4.4.x, but the security change was backported to all supported versions including 3.6 and 4.0. This was done to prevent the vulnerability being exposed in future if this code path was ever activated by another backport.&lt;/p&gt;</comment>
                            <comment id="3229127" author="xgen-internal-githook" created="Mon, 29 Jun 2020 21:46:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sara Golemon&apos;, &apos;email&apos;: &apos;sara.golemon@mongodb.com&apos;, &apos;username&apos;: &apos;sgolemon&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49142&quot; title=&quot;Validate correct field name in RoleName::parseFromBSON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49142&quot;&gt;&lt;del&gt;SERVER-49142&lt;/del&gt;&lt;/a&gt; Validate correct field name in RoleName::parseFromBSON()&lt;/p&gt;

&lt;p&gt;(cherry picked from commit e43e383fd690f8dd930c1e912853d7ad7e0248e9)&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8fbd1af03310704de68c22163900636f58f7eba8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8fbd1af03310704de68c22163900636f58f7eba8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3229093" author="xgen-internal-githook" created="Mon, 29 Jun 2020 21:28:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sara Golemon&apos;, &apos;email&apos;: &apos;sara.golemon@mongodb.com&apos;, &apos;username&apos;: &apos;sgolemon&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49142&quot; title=&quot;Validate correct field name in RoleName::parseFromBSON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49142&quot;&gt;&lt;del&gt;SERVER-49142&lt;/del&gt;&lt;/a&gt; Validate correct field name in RoleName::parseFromBSON()&lt;/p&gt;

&lt;p&gt;(cherry picked from commit e43e383fd690f8dd930c1e912853d7ad7e0248e9)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f3ae7de2c04819a1cd33205e802b19e86d227213&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f3ae7de2c04819a1cd33205e802b19e86d227213&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3229032" author="xgen-internal-githook" created="Mon, 29 Jun 2020 20:53:55 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sara Golemon&apos;, &apos;email&apos;: &apos;sara.golemon@mongodb.com&apos;, &apos;username&apos;: &apos;sgolemon&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49142&quot; title=&quot;Validate correct field name in RoleName::parseFromBSON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49142&quot;&gt;&lt;del&gt;SERVER-49142&lt;/del&gt;&lt;/a&gt; Validate correct field name in RoleName::parseFromBSON()&lt;/p&gt;

&lt;p&gt;(cherry picked from commit e43e383fd690f8dd930c1e912853d7ad7e0248e9)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9fff0f04f5b3e37502741c6f1c6674b1a5c10767&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9fff0f04f5b3e37502741c6f1c6674b1a5c10767&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3229031" author="xgen-internal-githook" created="Mon, 29 Jun 2020 20:53:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sara Golemon&apos;, &apos;email&apos;: &apos;sara.golemon@mongodb.com&apos;, &apos;username&apos;: &apos;sgolemon&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49142&quot; title=&quot;Validate correct field name in RoleName::parseFromBSON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49142&quot;&gt;&lt;del&gt;SERVER-49142&lt;/del&gt;&lt;/a&gt; Test unexpected values in command.$audit&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 3901e0d8d9a821b2c045068fa505041cde25eb42)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mongo-enterprise-modules/commit/6a5e48cb970c8974b14a71cc2fcc69ec62bd7e99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo-enterprise-modules/commit/6a5e48cb970c8974b14a71cc2fcc69ec62bd7e99&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3226645" author="xgen-internal-githook" created="Fri, 26 Jun 2020 23:19:18 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sara Golemon&apos;, &apos;email&apos;: &apos;sara.golemon@mongodb.com&apos;, &apos;username&apos;: &apos;sgolemon&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49142&quot; title=&quot;Validate correct field name in RoleName::parseFromBSON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49142&quot;&gt;&lt;del&gt;SERVER-49142&lt;/del&gt;&lt;/a&gt; Validate correct field name in RoleName::parseFromBSON()&lt;/p&gt;

&lt;p&gt;(cherry picked from commit e43e383fd690f8dd930c1e912853d7ad7e0248e9)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/feb50487c23cf6e61843ac6a0ed9ce0a92cd6f71&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/feb50487c23cf6e61843ac6a0ed9ce0a92cd6f71&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3226644" author="xgen-internal-githook" created="Fri, 26 Jun 2020 23:18:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sara Golemon&apos;, &apos;email&apos;: &apos;sara.golemon@mongodb.com&apos;, &apos;username&apos;: &apos;sgolemon&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49142&quot; title=&quot;Validate correct field name in RoleName::parseFromBSON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49142&quot;&gt;&lt;del&gt;SERVER-49142&lt;/del&gt;&lt;/a&gt; Test unexpected values in command.$audit&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 3901e0d8d9a821b2c045068fa505041cde25eb42)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mongo-enterprise-modules/commit/7504c39e787d24dfaee1fe0ba45e331610dda0dc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo-enterprise-modules/commit/7504c39e787d24dfaee1fe0ba45e331610dda0dc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3226179" author="xgen-internal-githook" created="Fri, 26 Jun 2020 18:13:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sara Golemon&apos;, &apos;email&apos;: &apos;sara.golemon@mongodb.com&apos;, &apos;username&apos;: &apos;sgolemon&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49142&quot; title=&quot;Validate correct field name in RoleName::parseFromBSON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49142&quot;&gt;&lt;del&gt;SERVER-49142&lt;/del&gt;&lt;/a&gt; Validate correct field name in RoleName::parseFromBSON()&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/c7f14b7be4a1f622fe81ef60f946a5aac17f3d0e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/c7f14b7be4a1f622fe81ef60f946a5aac17f3d0e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3226178" author="xgen-internal-githook" created="Fri, 26 Jun 2020 18:12:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sara Golemon&apos;, &apos;email&apos;: &apos;sara.golemon@mongodb.com&apos;, &apos;username&apos;: &apos;sgolemon&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49142&quot; title=&quot;Validate correct field name in RoleName::parseFromBSON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49142&quot;&gt;&lt;del&gt;SERVER-49142&lt;/del&gt;&lt;/a&gt; Test unexpected values in command.$audit&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mongo-enterprise-modules/commit/3901e0d8d9a821b2c045068fa505041cde25eb42&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo-enterprise-modules/commit/3901e0d8d9a821b2c045068fa505041cde25eb42&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="18953"><![CDATA[v4.4]]></customfieldvalue>
    <customfieldvalue key="16775"><![CDATA[v4.2]]></customfieldvalue>
    <customfieldvalue key="15640"><![CDATA[v4.0]]></customfieldvalue>
    <customfieldvalue key="15141"><![CDATA[v3.6]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5002K00000r333wQAA]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 26 Jun 2020 18:12:58 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 10 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 10 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>lucy.buckingham@mongodb.com</customfieldvalue>
            <customfieldvalue>sara.golemon@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hxs1on:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hxf0dr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="4035">Security 2020-06-29</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hxrnxz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>