
2025-06-16 04:55:17
CVE-2011-10007 was actually published on
2025-06-05.
π Vulnerability details https://vulnerability.circl.lu/vuln/CVE-2011-10007
π Details
CVE-2011-10007 was actually published on
2025-06-05.
π Vulnerability details https://vulnerability.circl.lu/vuln/CVE-2011-10007
π Details
It's a small thing, the syntactic sugar of using `/` to concatenate paths and strings is reason enough to use pathlib. And then you find out about all the built in methods...
https://mastodon.social/@treyhunner/114778741547764668
This song is called Breaking the Chains and is released under the GPL-2.0 license as part of the Battle for Wesnoth game and the music is located at
https://github.com/wesnoth/wesnoth/tree/master/data/core/music
Also described at:
TL;DR:π§΅
Today I lost 2 hours because TypeORM ESM NestJS is a fragile combo when it comes to migrations.
No migration:status.
No ESM-compatible CLI.
No schema awareness.
Class name must match filename (with timestamp!).
So I wrote my own migration-status.ts script to compare database state with the migration folder.
Lesson: if you need INSERT INTO "schema"."table", donβt forget the schema.
ORMs give you boilerplate β and traβ¦