this post was submitted on 30 Aug 2023
85 points (96.7% liked)

Programming

16975 readers
1288 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Nats says that the failure was triggered by a single piece of data in a flight plan that was wrongly input to its system by an unnamed airline.

It will be fascinating as the details of this emerge.

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 48 points 1 year ago

As a reminder, if you can crash a program with malformed input, you're most of the way to finding a security hole allowing you to exploit that program with malformed input.

[–] [email protected] 35 points 1 year ago* (last edited 1 year ago) (1 children)

Ah, yes, Little Bobby DROP TABLES;

[–] [email protected] 8 points 1 year ago

My mum was definitely onto something.

[–] [email protected] 24 points 1 year ago

Ah, you're travelling in to London'); DROP TABLE Airports;-- today? And how is the weather in North Korea?

[–] [email protected] 13 points 1 year ago (1 children)

Who would have thought that validating your inputs would be a good idea? /S

[–] [email protected] 0 points 1 year ago

This is so relevant to an issue I’m having. It turns out a spelling mistake caused all my API calls not to quote the services needed. So basically thousands of dollars thrown away because I fucked up.

But… why is their API not raising when I send unknown data? Sounds very susceptible to hacking. And of course when I press the issue I get ignored. I hate this industry (shipping).