ROOTPLOIT
Server: LiteSpeed
System: Linux in-mum-web1878.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u435929562 (435929562)
PHP: 7.4.33
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: //opt/go/pkg/mod/go.mongodb.org/[email protected]/testdata/uri-options/concern-options.yml
tests:
    -
        description: "Valid read and write concern are parsed correctly"
        uri: "mongodb://example.com/?readConcernLevel=majority&w=5&wTimeoutMS=30000&journal=false"
        valid: true
        warning: false
        hosts: ~
        auth: ~
        options:
            readConcernLevel: "majority"
            w: 5
            wTimeoutMS: 30000
            journal: false
    -
        description: "Arbitrary string readConcernLevel does not cause a warning"
        uri: "mongodb://example.com/?readConcernLevel=arbitraryButStillValid"
        valid: true
        warning: false
        hosts: ~
        auth: ~
        options:
            readConcernLevel: "arbitraryButStillValid"
    -
        description: "Arbitrary string w doesn't cause a warning"
        uri: "mongodb://example.com/?w=arbitraryButStillValid"
        valid: true
        warning: false
        hosts: ~
        auth: ~
        options:
            w: "arbitraryButStillValid"
    -
        description: "Non-numeric wTimeoutMS causes a warning"
        uri: "mongodb://example.com/?wTimeoutMS=invalid"
        valid: true
        warning: true
        hosts: ~
        auth: ~
        options: {}
    -
        description: "Too low wTimeoutMS causes a warning"
        uri: "mongodb://example.com/?wTimeoutMS=-2"
        valid: true
        warning: true
        hosts: ~
        auth: ~
        options: {}
    -
        description: "Invalid journal causes a warning"
        uri: "mongodb://example.com/?journal=invalid"
        valid: true
        warning: true
        hosts: ~
        auth: ~
        options: {}