Brian Rak
Brian Rak
I'm seeing this with the op25-update branch still - https://gist.githubusercontent.com/devicenull/0dc97a3dc9fae35f8c6a871895c27e4f/raw/6adf4f101a33709933086b2f410f654cfd53c7c0/gistfile1.txt Overlapping audio files are here -https://www.dropbox.com/sh/d44586ydo5da5cq/AABv7rbZ5RM24Tea8QkgoBC8a?dl=0
I think this ends up breaking logging in with Okta, which throws an error. This was mentioned in #75, but I didn't see a great fix. Cannot supply multiple client...
OpenSSH does have the [ssh-sk-attest-v01](https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.u2f#L143) format defined for how it presents attestation information. This is something we'd be interested in using as well (probably with a separate system verifying the...
Did anything ever come of this? Having all the old jquery versions in external/ is setting off our security scans.
We run this bash script weekly to cleanup the old devices... it'll probably need some updating for your environment: ``` #!/bin/bash export OXIDIZED_PATH='/home/oxidized/.config/' export WORKING_DIR='/tmp/oxidized_cleanup' if [ `whoami` != 'oxidized'...
Seems like chrome added support for this awhile ago: https://use-as-dictionary.com/
Was this implemented? While I can use `{x}` within a query, it doesn't appear to get escaped - and just a dumb string replacement happens, leading to sqli vulns I'm...
Our security/compliance department is unhappy with us for having an abandoned package as a dependency.
```builder@devicenu11:/usr/local/lib/pdns$ valgrind pdns_server --version ==2409397== Memcheck, a memory error detector ==2409397== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==2409397== Using Valgrind-3.19.0 and LibVEX; rerun with -h...
> Just to be sure, if you look at the actual new lines in lsof, not just the number of lines, you do see file descriptors to the SQLite file,...