Rahul Zhade
Rahul Zhade
> Is there a cname entry for this? I've been running it without a CNAME, but this researcher: https://github.com/EdOverflow/can-i-take-over-xyz/issues/183#issuecomment-751317332 found that there are edge cases in which this fingerprint may...
@utkusen I dug through the code a bit, and it looked like the current behavior has been hardcoded in: https://github.com/utkusen/urlhunter/blob/020010daa28a71c2b71a1b40d3f9c68fe327d59f/main.go#L224 Would you be OK with also logging the first part?
Hi @DamianMorozov! Looks like the issue is that we're splitting the filename on `/` whereas on Windows the default path separator is `\`. https://github.com/utkusen/urlhunter/blob/b98b84d230028871997f634015f5318443c016ed/main.go#L201 If we change the `strings.Split` on...
@B4RD4k I pushed up a PR #13 which should fix this issue. However, I don't have a Windows machine to verify this. Do you think you could try [building it...
@utkusen Could you please release a new version of URLHunter with the patch in #13 included?
This has been added as of https://github.com/visma-prodsec/confused/pull/40. Can we close out this issue?
Hey @zmariscal, thanks for filing this issue! I've gone ahead and manually published the gem to Rubygems.org. It looks like the `publish` action is designed to publish this Gem to...
👋 @sonalkr132! I took a stab at addressing point 2 of this ticket over in #2833
Hi @loremotta33, thanks so much for this PR! This looks like a worthy change to upstream, however I just have some confusion around how exactly we should support this directive...
@loremotta33 Thanks for doing that research! Given that it is strictly _needed_ to implement `Reporting-Endpoints` in order for `report-to` to be respected by a browser, let's try and add that...