Josh Soref
Josh Soref
@alexisabril: I don't understand why this PR's checks passed. 1. https://github.com/actions/starter-workflows/blob/main/.github/workflows/lint.yaml has existed for a long time 2. This PR was created recently 3. This PR targets the `main` branch...
I'd rather `send-notify-messages`. > rfc 1996 3 calls it 'NOTIFY Message' The advantages: * it avoids English stemming problems (both searching and spelling) of `notify` * it still indicates that...
Sorry, in my case, that's useless. > ValidationMethodDisabled > FATAL > The validation method provided (tls-sni-01) has been disabled by Let's Encrypt. For more information, please visit the url in...
Is it unreasonable for mermaid-cli to proactively determine that puppeteer won't work and trigger things with aa-exec / chrome? I'm running this command (on a github ubuntu-24 runner): ``` npx...
fwiw, i'm going to try experimenting with `/etc/nginx/lua/plugins/lua-logging/main.lua`: ```lua local ngx = ngx local cjson_encode = require("cjson").encode local string_format = string.format local ngx_log = ngx.log local _M = {} function...
No worries
@DHowett: don't forget to add the ruleset
`fail-at-error-number:` or `fail-at-error-count:` Note that github seems to favor kebab over snake case for parameters, so now would be a good time to change that too.
If I'm understanding the constraints enforced by GitHub's pages checks, this appears to be a correct change: ```diff - id-token: write # to verify the deployment originates from an appropriate...
HiddenFilesScanRule should not complain about http->https redirects that yield 404 or a default page
Current algorithm (which needs love): https://github.com/zaproxy/zap-extensions/blob/b24a40efae10a260b8225a3f8e1a62ac4ca87170/addOns/ascanrules/src/main/java/org/zaproxy/zap/extension/ascanrules/HiddenFilesScanRule.java#L124-L140