[-] [email protected] 20 points 9 months ago* (last edited 9 months ago)

can't read it the without the ad blocker disabled. another site on the blocked forever list.

[-] [email protected] 13 points 11 months ago

correct, am Australian. The mushrooms are called death cap here which are poisonous. they were used in a mea and it's suspected to be a deliberate poisoning. nothing recreational or accidental here, just the same usual shit that can kill you in Australia :)

[-] [email protected] 51 points 1 year ago

that pump and dump scheme just needs to wrap up and fail. they failed their user base and then wondered why people left in droves. The poster boys for PFOF. needs to be banned everywhere.

[-] [email protected] 14 points 1 year ago

call me crazy, I'm wondering if they are hoping to have automated cars by then and don't have to worry about it.

[-] [email protected] 21 points 1 year ago

what are home fries? not trying to sound like an asshat but they look a bit soggy. is it something regional like Poutine? cheers, sorry for the ignorance.

[-] [email protected] 11 points 1 year ago* (last edited 1 year ago)

can't blame them for not wanting to climb in the snow but no risk no reward. no reward this time though,!

[-] [email protected] 7 points 1 year ago

hardly a surprise, just a state (at in feeling) of ongoing disappointment. the proof is in the pudding, you just have to look around at the quality, type and spread of housing over the last decade to see it in action. the worst part, regardless of which side of politics you sit on is they don't want to change.

Reading the article it's tried to be sold as 'we already have systems in place' but they are clearly not working.

[-] [email protected] 19 points 1 year ago

if we (re)build it. they will come. these new iterations should be community driven and without a board or CEO to discuss the idea with.

[-] [email protected] 20 points 1 year ago

positive outcome, it was misleading at best and causing people to be given poor grades or employment issues at worst. I'm sure others here tried to use it, I found it couldn't detect raw chatgpt 3.5 copy and pasted. it was worse when I asked it to use British English etc.

[-] [email protected] 22 points 1 year ago

Less hate, more love.

[-] [email protected] 20 points 1 year ago

if you are comfortable running python scripts: https://github.com/andreblue/doc-breaker I also have many many more word lists. I'd be happy to give it a shot if the contents are not too sensitive.

[-] [email protected] 15 points 1 year ago

I wish more of the apps let you enter a custom server URL which would encourage this aspect of the fediverse. I currently use connect for lemmy, its great but only has 3 static server options.

1
submitted 1 year ago by [email protected] to c/[email protected]

I get this is a long shot but hey, lets make some content.

I am trying to search (via mongodb commands) inside fields that contain the following example JSON content:

Each 'Details' field uses the same structure inside the collection:

[
    {
        "references": [
            "https://www.owasp.org/index.php/SQL_Injection",
            "https://cwe.mitre.org/data/definitions/89.html"
        ],
        "locale": "en",
        "title": "SQL injection is possible",
        "vulnType": "Web Application",
        "description": "<p>SQL injection (or SQLi)....</p>",
        "observation": "<p>The following endpoint and subsequent data extraction was found to be vulnerable to SQL injection:</p><p></p>",
        "remediation": "<p>The most effective way to prevent SQL....</p></li></ul>",
        "customFields": [
            {
                "customField": "631816bfcef08a001188c9d5",
                "text": "A03:2021-Injection"
            },
            {
                "customField": "631855d0cef08a001188ca0c",
                "text": ""
            },
            {
                "customField": "63198741cef08a001188ca38",
                "text": ""
            },
            {
                "customField": "638d3ff17406ad001120d10d",
                "text": "C3: Secure Database Access"
            },
            {
                "customField": "639680ce7406ad001120d196",
                "text": "Implementation"
            }
        ]
    }
]

I have tried assorted commands such as:

db.vulnerabilities.find({Details: {$regex: 'Web Application'}}
db.vulnerabilities.find({ Details: { $in: ["vulnType"]}})
db.vulnerabilities.find({ "details" : /vulnType/ }

These are shots in the dark clearly but I cant see an obvious way to look for specific strings or even json pairs. Any help would be appreciated.

view more: next ›

Peregrinus

joined 1 year ago