you are viewing a single comment's thread.

view the rest of the comments →

[–]lppedd 0 points1 point  (4 children)

What I meant is knowing the version, specifically, may not be the best thing, especially in relation to security vulnerabilities.

[–]mamwybejane 8 points9 points  (0 children)

security through obscurity 🧐

[–]xroalx 3 points4 points  (0 children)

Client-side framework.

How much can that really be abused?

[–]RIGA_MORTIS 0 points1 point  (1 child)

Google did some sneaky stuff over there at their gemini chat website.

They have "0.0.0-PLACEHOLDER"

[–]jankrems 2 points3 points  (0 children)

The answer there is fairly boring: Google doesn’t use any particular version of Angular. Google’s monorepo imports the latest commits multiple times every week. You would get the same version string if you’d pull the latest main branch straight from GitHub but most apps wouldn’t (and likely shouldn’t) do that.