Mohammed Al Sahaf

Results 62 issues of Mohammed Al Sahaf

As the title says. Especially that it's now pretty easy and free with Let's Encrypt.

enhancement

This PR swaps the homegrown CLI parsing and management with [github.com/muesli/coral](https://github.com/muesli/coral), a fork of [github.com/spf13/cobra](https://github.com/spf13/cobra). The switch brings the benefit of being able to generate shell-completions for major shells (PowerShell,...

under review

I followed this guide by @shibumi: https://shibumi.dev/posts/keyless-signatures-with-github-actions/. To test and validate it works, I may need to create a release in a dummy repo. Thoughts? @shibumi, can you please take...

under review
CI/CD

This is an attempt at helping Caddy module developers to validate their module implement all the necessary interfaces to fulfill a namespace. Of course this requires opt-in of developers who...

feature :gear:
discussion :speech_balloon:
under review :monocle_face:

Detailed Report: https://oss-fuzz.com/testcase?key=5709450890575872 Project: caddy Fuzzing Engine: libFuzzer Fuzz Target: fuzz-parse-duration Job Type: libfuzzer_asan_caddy Platform Id: linux Crash Type: Timeout (exceeds 60 secs) Crash Address: Crash State: fuzz-parse-duration Sanitizer: address...

help wanted

Initially reported by @Toasterson > The main issue is that [email protected] uses golangs internal syscall library and that does not support many operatingsystems notably openbsd, netbsd, and illumos. Badger uses...

help wanted
upstream

### Correct Behavior The following query: ```sql -- name: selectUserByUsername :one SELECT * FROM users WHERE LOWER(username) = $1 AND age = $2 LIMIT 1; ``` Generates this Go code:...

bug

The [gosec project](https://github.com/securego/gosec) scans Go project for insecure code. Given the nature of this project, I think it'd beneficial to include such check and including it is trivial. I did...

help wanted

### [REQUIRED] Step 2: Describe your environment * Operating System version: Mac OS * Firebase SDK version: v3.12.0 * Library version: v3.12.0 (? not sure which library do you mean...

api: auth
api: core

I ran into this when I was controlling the authentication methods on per connection basis. Effectively `NoClientAuth` ends up being `true` for all connections, regardless of the result `ServerConfigCallback`, because...