David Manouchehri
David Manouchehri
This is also going to be very useful for us VS Code Remote users, who use multiple different clients.
Hmm, is there a way we could disable the `Choose Database from Archive` / `codeQLDatabases.chooseDatabaseArchive` command in the UI just for remote users? https://code.visualstudio.com/api/advanced-topics/remote-extensions#varying-behaviors-when-running-remotely-or-in-the-codespaces-browser-editor I tried to see if I...
Is there any limitations or catches when using VS Code Remote Development with CodeQL?
~~@aeisenberg Could you try reopening that remote workspace on a different VS Code? The issue I have, is that the databases require me to manually re-add them every time I...
Code-scanning isn't a great solution when you're still prototyping and developing queries. VS Code remote sounds promising though. Link to ticket for others reading along: https://github.com/github/vscode-codeql/issues/460
With https://github.com/github/codeql-cli-binaries/releases/tag/v2.6.0 now supporting `.github/workflows/codeql-analysis.yml`, shouldn't it be pretty use to use that just like `.devcontainer/devcontainer.json`? =) https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#example-configuration-files
I wrote my own solution in Java, but after found this open source one written in Python: https://github.com/riverratz/ghidraheadless_binexport https://github.com/riverratz/ghidraheadless_binexport/blob/main/sample_functions_cpy.py
I'm experiencing this exact same error with 2.20 on Ubuntu 16.04. It's infuriating to see `[pam_yubico.c:pam_sm_authenticate(1095)] done. [Success]` and then have PAM deny the login with no useful debugging output....
I figured it out, it turns the docs are wrong for Ubuntu 16.04. (I don't know what exactly changed, and frankly I don't care since it's working.) ``` auth [success=1...
It's been over two years since I had this problem and I honestly don't remember it, but I'd assume editing `/etc/pam.d/yubikey` with the content I wrote in https://github.com/Yubico/yubico-pam/issues/86#issuecomment-209221647 was the...