> Humans cannot write safe software. Ever. No matter what.
Formally proven code does what it says on the box? Do we have different definitions of safe perhaps?
It becomes an infinite recursion of "how do we know the proof of the proof of the..." is what we actually want?
I guess that's why security issues, even in massively peer reviewed code, are a thing of the past, right?
Do your best, code as safely and securely as you know how, peer review and test and fuzz...
Then when you deploy your code, treat it as vulnerable, because history days it likely is.
Treat your phone as compromised. Anything network connected as compromised.
Because history says it can be, and easily.
Monitoring is one of the most important security measures for a reason.
Are you trying to claim that the above proof will never be invaldated?
You're really just proving mt point here. You think thongs can be secure.
That's of course only a part of the story, the spec or the hardware can still be broken.
The weak spot when it comes to security is not the hardware or the software, it's the human mind.
> Humans cannot write safe software. Ever. No matter what.
Formally proven code does what it says on the box? Do we have different definitions of safe perhaps?