Mechakhan
Mechakhan
Fixes #237 It works, but note that I have only tested this using my setup where this script is partially run in docker, so I haven't tested this using the...
I got a spam mail recently with a valid DKIM signature from my admin user to one of my other users. At first I thought I was compromised, but after...
Since go version 1.21.0, there is support to target WASI using `GOOS=wasip1`. I tried in `scripts/esbuild.js` to change GOOS in the buildWasmTarget function from `js` to `wasip1`, followed by a...
See #237 for context. Someone was able to bypass the fix by sending "from" the `mail` subdomain. Seems like any valid subdomain is affected by this. I solved it by...
### Issue Description When enabling spotlight, the sentry configuration permits sending events to sentry through `sending_allowed?` regardless of `enabled_environments`. https://github.com/getsentry/sentry-ruby/blob/5.15.0/sentry-ruby/lib/sentry/configuration.rb#L463 Not setting the `dsn` did not work as a workaround,...
We are using an interactor that lists models. It accepts a `Mongoid::Criteria` as input and a filter that is used to limit the scope of the criteria further. Occasionally, this...
### Issue Description Sometimes breadcrumbs with a message that is not valid UTF-8 is generated (for example when using libvips) which results in the transaction not being sent. ``` Event...
Hi! I am trying to use relay to scrub the IP addresses of clients in several browser Javascript projects, before they hit Sentry's servers. But I have run into a...
### Capacitor Version 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 7.4.3 @capacitor/core: 7.4.3 @capacitor/android: 7.4.3 @capacitor/ios: 7.4.3 Installed Dependencies: @capacitor/cli: 7.4.3 @capacitor/core: 7.4.3 @capacitor/android: 7.4.3 @capacitor/ios: 7.4.3 [success] iOS looking...
When updating to ruby 3.4.x in my rails project, I get warnings such as these ``` ~/.ruby/gems/twitter_cldr-6.12.0/lib/twitter_cldr/formatters/formatter.rb:17: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for...