Fabian Dellwing
Fabian Dellwing
## Description of Changes If `paramiko` is installed besides `paramiko-ng` and an identity file is used, `pwncat` will fail with an AttributeError. **Please note any `noqa:` comments needed to appease...
Would be nice to automatically build a site (github.io?) with the software table but with filtering and sorting capabilities.
`FileSystem::absolute_path()` does `stat` the file, this commit runs all `absolute_path` calls before touching the veil to make sure this works as intended. Closes #19364
So we have this unveil pattern in `sed` right now a few times: `TRY(Core::System::unveil(TRY(FileSystem::absolute_path(filename)), edit_in_place ? "rwc"sv : "r"sv));` It does work fine, but gives an error like this: `34.775...
Running the following code with Ladybird from a local file will happely send any file the user has access to, to a remote server. The allowed protocol should be changed...
`` Should trigger an alert on opening the page, but it does not. Remote test: https://dellwing.net/serenity/test.html Furthermore: Pasting this HTML code into Texteditor with HTML Preview enabled will trigger the...
Minimal repro: ```html alert(the_form.bar); ``` https://html.spec.whatwg.org/multipage/forms.html#past-names-map See: https://discord.com/channels/830522505605283862/830525031720943627/1183758058426478632 ff --- After #17970 was fixed, the login process is now able to start on https://world-of-dungeons.net/ But errors out directly without even...
There is some problem with our outline creation. The following file is stuck forever (45mins+) at this line: https://github.com/SerenityOS/serenity/blob/384c6cf0f94c915471bdc5aa189d1761ce7c7f86/Userland/Libraries/LibGUI/AbstractView.cpp#L99 https://mpfirearmspublicstore.blob.core.windows.net/firearms-reference-table/frt-traf-eng.pdf (100k lines) The function never returns. This file does not...
Given this reduction: ```html input, checkbox, radio, select, textarea { margin: 2px; padding: 0px; background-color: rgb(161, 121, 70); border-color: rgb(84, 72, 36); border-style: ridge; font-size: 10px; } .button { font-family:...
This is work towards #23097 ~There is a small bug with corresponding FIXME:~ ~Our current FileWatcher implementation does not notify us about a truncation. Because of this, the new logic...