Genva

Results 10 comments of Genva

The `licenseGen` tool will now either use the Core.dll if present or extract it from the Api single file application. Like this disabling the single file parameter is not necessary...

I reverted the latest commit. As a matter of fact, [here](https://github.com/bitwarden/server/blob/66d1c70dc6bef05a272634e158030549231264b4/src/Core/Services/Implementations/LicensingService.cs#L74) they validate the thumbprint of the loaded certificate against the hardcoded one. Must have overlooked it when I checked...

@Fly7113 You were right, I changed the comment. About modifying the single file application in a way, we did before. It might be possible, but I don't know how. If...

The problem lies in this line: https://github.com/bitwarden/server/blob/b511b0550ca9e7a0dde0476b7226d4f7e7b61071/src/Api/Dockerfile#L33 This creates a single dll archive file containing all its dependencies. In order to make bitbetter work again we would have to create...

@Fly7113 I created a PR feel free to check it out

I did a quick research on the "safe flask redirect" setup and added the is_safe_url() method. Like this only local paths of the host the application is running on are...

Added three tests. Let me know if there's anything else :)

The current implementation works very similar. The difference is that sections as redirects are allowed. Passing a section as redirect has the same effect as /#section, what imo is not...