this post was submitted on 10 Feb 2024
750 points (99.1% liked)

Technology

56115 readers
5144 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 5 months ago (2 children)

I don't think so, but it was in response to some smart people developing their government website with the database stored basically in the HTML of the website if I remember correctly. A good Samaritan reported it and was basically charged with hacking the state.

[–] pixelmeow 4 points 5 months ago

The problem with this is that reading the generated HTML behind a page that has been served to your browser does not prove that data was stored in an HTML source file. The data is inserted into the page while it’s being served to the browser. That’s what the JavaScript does after it requests the data from the backend code, which gets the data from the database (or whatever storage is being used) and sends it back to the JavaScript, which puts it in the page.

Saving data in source HTML files would mean every possible combination of data anyone might request must be saved in its own separate file, which is definitely not how web development is done. Laws should not be made by people who don’t know what they’re talking about.

[–] [email protected] 1 points 5 months ago (1 children)

A good Samaritan reported it and was basically charged with hacking the state

Wait, really? What would I search to read more about this? Do you remember which state?

[–] [email protected] 5 points 5 months ago (1 children)

I remember hearing about this, so I tried searching for someone "being charged after reporting personal data exposed on a website"

Turns out, it's Missouri, 2019, or another article on the same topic

[–] [email protected] 3 points 5 months ago

Holy shit, that governor really made an ass of himself. He just kept doubling down lol

Thanks for the links!