Kent Gruber
Kent Gruber
### Quick Overview of cscprotectsbrands ``` Cyber security services, including DNS, distributed denials of service (DDoS) protection, **anti-phishing** and email fraud solution, SSLs, MultiLock, and two-factor authentication. ... ``` For...
[MarkMonitor](https://en.wikipedia.org/wiki/MarkMonitor) is a thing. It'd be interesting to have a detector to see if the domains being checked are monitored by MarkMonitor.
In truth, to search for if a domain is available via HTTP backends can be pretty darn straight forward. > Like anything else in like, or in programming, it is...
Can help detect if a domain has been regisrted by checking if it's been parked. ``` curl "https://duckduckgo.com/?q=facebook.com" | grep "is a parked domain (last time we checked)" ```
Simple and effective for some situations to check if a domain is already used. > Not perfect in all situations, sure.
👋 Hello! We have observed a recurring false positive issue when `go.mod` files utilize [pseudo-versions](https://go.dev/ref/mod#pseudo-versions). #### Additional Context This looks like it was brought up previously in https://github.com/google/osv-scanner/issues/491 and https://github.com/google/osv-scanner/issues/910...
This isn't really an issue with this program. Just capturing an interesting mismatch with how "system" messages are interpreted differently based on the model used. When using OpenAI's chat completions...
Following up https://github.com/charmbracelet/glamour/pull/261#issuecomment-2442062752, users need a way to customize how links are rendered. 🔗 💄 There are existing bugs and feature requests including https://github.com/charmbracelet/glamour/issues/82, https://github.com/charmbracelet/glamour/issues/178, and https://github.com/charmbracelet/glamour/pull/204#issuecomment-1321046728 with PRs that...
## Summary - `.github/workflows/update-submodules.yml`: Set GitHub App token step to include owner and targeted repositories, renamed step id to match usage, and updated checkout/token consumers to use the new app...
## Summary - `.github/workflows/lint.yml`: Granted the workflow GITHUB_TOKEN read-only access to repository contents to support checkout while following least-privilege guidance. - `.github/workflows/docker-build-only.yml`: Replaced broad read-all token scope with explicit contents...