Japanese Speaker. I can read/write some English but not well, so corrections are always appreciated.

プログラミングや音楽に興味があります。いまはkbinのソースやActivityPubの仕様を読んだりしています。

  • 1 Post
  • 2 Comments
Joined 1Y ago
cake
Cake day: Jun 18, 2023

help-circle
rss

Cyberbullying Gone Global: Fediverse Spam and Operation Beleaguer
Thorough report about the recent Fediverse spam. Related posts: * We seem to be getting attacked. - https://lemmy.giftedmc.com/post/235816 * Solutions and origins of the spam wave currently hitting the Fediverse - https://feddit.cl/post/1883287 * Mastodon CVE Report - https://hachyderm.io/@maegul/111944073448637061 * Remote User Impersonation and Takeover via Cache Poisoning - https://arcanican.is/excerpts/cve-2024-23832/discovery.htm * Remote user impersonation and takeover - https://github.com/mastodon/mastodon/security/advisories/GHSA-3fjr-858r-92rw
fedilink

I think you’re right. In CGI, web server spawns a process for each incoming request to the CGI app, so the author provide static files for visitors to reduce the overhead.

Edit: here is the repository: https://codeberg.org/seppo/seppo and written in OCaml, so the single file CGI app is a compiled binary.