<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:59:54 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-2415] simplify security fir serverStatus() WAS: REST API - serverStatus is missing memory data</title>
                <link>https://jira.mongodb.org/browse/SERVER-2415</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;It&apos;s missing this :&lt;/p&gt;

&lt;p&gt;        &quot;mem&quot; : &lt;/p&gt;
{
                &quot;bits&quot; : 64,
                &quot;resident&quot; : 20,
                &quot;virtual&quot; : 2484,
                &quot;supported&quot; : true,
                &quot;mapped&quot; : 80
        }
&lt;p&gt;,&lt;/p&gt;

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

&lt;p&gt;{ &quot;host&quot; : &quot;computer:27018&quot;, &quot;version&quot; : &quot;1.7.5-pre-&quot;, &quot;uptime&quot; : 2947, &quot;uptimeEstimate&quot; : 2904, &quot;localTime&quot; : &lt;/p&gt;
{ &quot;$date&quot; : 1296100898236 }
&lt;p&gt;, &quot;globalLock&quot; : { &quot;totalTime&quot; : 2946382204, &quot;lockTime&quot; : 30079, &quot;ratio&quot; : 1.020879095697932e-05, &quot;currentQueue&quot; : &lt;/p&gt;
{ &quot;total&quot; : 0, &quot;readers&quot; : 0, &quot;writers&quot; : 0 }
&lt;p&gt;, &quot;activeClients&quot; : &lt;/p&gt;
{ &quot;total&quot; : 0, &quot;readers&quot; : 0, &quot;writers&quot; : 0 }
&lt;p&gt; }, &quot;connections&quot; : &lt;/p&gt;
{ &quot;current&quot; : 1, &quot;available&quot; : 9999 }
&lt;p&gt;, &quot;indexCounters&quot; : { &quot;btree&quot; : &lt;/p&gt;
{ &quot;accesses&quot; : 0, &quot;hits&quot; : 0, &quot;misses&quot; : 0, &quot;resets&quot; : 0, &quot;missRatio&quot; : 0 }
&lt;p&gt; }, &quot;backgroundFlushing&quot; : { &quot;flushes&quot; : 49, &quot;total_ms&quot; : 829, &quot;average_ms&quot; : 16.91836734693878, &quot;last_ms&quot; : 16, &quot;last_finished&quot; : &lt;/p&gt;
{ &quot;$date&quot; : 1296100891798 }
&lt;p&gt; }, &quot;cursors&quot; : &lt;/p&gt;
{ &quot;totalOpen&quot; : 0, &quot;clientCursors_size&quot; : 0, &quot;timedOut&quot; : 0 }
&lt;p&gt;, &quot;network&quot; : &lt;/p&gt;
{ &quot;bytesIn&quot; : 1504, &quot;bytesOut&quot; : 3766, &quot;numRequests&quot; : 21 }
&lt;p&gt;, &quot;opcounters&quot; : &lt;/p&gt;
{ &quot;insert&quot; : 0, &quot;query&quot; : 8, &quot;update&quot; : 0, &quot;delete&quot; : 0, &quot;getmore&quot; : 0, &quot;command&quot; : 15 }
&lt;p&gt;, &quot;asserts&quot; : &lt;/p&gt;
{ &quot;regular&quot; : 0, &quot;warning&quot; : 0, &quot;msg&quot; : 0, &quot;user&quot; : 1, &quot;rollovers&quot; : 0 }
&lt;p&gt;, &quot;writeBacksQueued&quot; : false, &quot;note&quot; : &quot;run against admin for more info&quot; }&lt;/p&gt;</description>
                <environment></environment>
        <key id="14323">SERVER-2415</key>
            <summary>simplify security fir serverStatus() WAS: REST API - serverStatus is missing memory data</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="9">Done</resolution>
                                        <assignee username="eliot">Eliot Horowitz</assignee>
                                    <reporter username="rn@deftlabs.com">Ryan Nitz</reporter>
                        <labels>
                    </labels>
                <created>Thu, 27 Jan 2011 04:16:26 +0000</created>
                <updated>Tue, 12 Jul 2016 00:19:30 +0000</updated>
                            <resolved>Thu, 27 Jan 2011 05:48:42 +0000</resolved>
                                    <version>1.7.5</version>
                                    <fixVersion>1.7.6</fixVersion>
                                    <component>Tools</component>
                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="22732" author="auto" created="Thu, 27 Jan 2011 05:48:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: &quot;mem&quot; has same permissions as other fields &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2415&quot; title=&quot;simplify security fir serverStatus() WAS: REST API - serverStatus is missing memory data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2415&quot;&gt;&lt;del&gt;SERVER-2415&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4eb5359825ca6d7133d09a7fbf0360f51b72d876&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4eb5359825ca6d7133d09a7fbf0360f51b72d876&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="22731" author="eliot" created="Thu, 27 Jan 2011 05:48:16 +0000"  >&lt;p&gt;&quot;mem&quot; can be seen without special auth&lt;/p&gt;</comment>
                            <comment id="22730" author="rgnitz" created="Thu, 27 Jan 2011 05:19:51 +0000"  >&lt;p&gt;Same result with digest (i.e., missing).&lt;/p&gt;

&lt;p&gt;Why is this one metric more secure than the rest? It seems like the rest are in tact.&lt;/p&gt;

&lt;p&gt;Request headers:&lt;/p&gt;

&lt;p&gt;Request URL:&lt;a href=&quot;http://192.168.0.55:28019/serverStatus&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://192.168.0.55:28019/serverStatus&lt;/a&gt;&lt;br/&gt;
Request Method:GET&lt;br/&gt;
Status Code:200 OK&lt;br/&gt;
Request Headers&lt;br/&gt;
Accept:application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,&lt;b&gt;/&lt;/b&gt;;q=0.5&lt;br/&gt;
Accept-Charset:UTF-8,*;q=0.5&lt;br/&gt;
Accept-Encoding:gzip,deflate,sdch&lt;br/&gt;
Accept-Language:en-US,en;q=0.8&lt;br/&gt;
Authorization:Digest username=&quot;admin&quot;, realm=&quot;mongo&quot;, nonce=&quot;abc&quot;, uri=&quot;/serverStatus&quot;, algorithm=MD5, response=&quot;7f923e29ed7c6555ff68de6bcebb036b&quot;, qop=auth, nc=00000003, cnonce=&quot;864d20a44917ac2b&quot;&lt;br/&gt;
Cache-Control:max-age=0&lt;br/&gt;
Connection:keep-alive&lt;br/&gt;
Host:192.168.0.55:28019&lt;br/&gt;
Referer:&lt;a href=&quot;http://192.168.0.55:28019/serverStatus&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://192.168.0.55:28019/serverStatus&lt;/a&gt;&lt;br/&gt;
User-Agent:Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.19 Safari/534.13&lt;/p&gt;</comment>
                            <comment id="22729" author="eliot" created="Thu, 27 Jan 2011 04:51:29 +0000"  >&lt;p&gt;Its a security issue.&lt;br/&gt;
Access is limited over http.&lt;br/&gt;
I think if you use http digest it might work.&lt;/p&gt;</comment>
                            <comment id="22728" author="rgnitz" created="Thu, 27 Jan 2011 04:49:03 +0000"  >&lt;p&gt;Yes... running with auth.&lt;/p&gt;</comment>
                            <comment id="22727" author="eliot" created="Thu, 27 Jan 2011 04:47:03 +0000"  >&lt;p&gt;Working for me..&lt;br/&gt;
Are you runnign with auth?&lt;/p&gt;</comment>
                            <comment id="22726" author="rgnitz" created="Thu, 27 Jan 2011 04:42:51 +0000"  >
&lt;p&gt;It&apos;s actually on 1.7.5-pre&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://localhost:28017/serverStatus&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:28017/serverStatus&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="22725" author="eliot" created="Thu, 27 Jan 2011 04:22:41 +0000"  >&lt;p&gt;Which url are you hitting?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 27 Jan 2011 04:22:41 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 3 weeks, 6 days 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_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>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            13 years, 3 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </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>auto</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>rn@deftlabs.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrp7vj:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>20722</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_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|ht0giv:</customfieldvalue>

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