Wieder was gelernt

Eliminating Memory Safety Vulnerabilities at the Source

2024-10-12 (Saturday)
Tags: security programming languages memory safety C++ Rust Google Android

Eliminating Memory Safety Vulnerabilities at the Source TLDR: Switching to a memory safe language (like Rust) for new development reduces security bugs dramatically, even though the total size of old code in an unsafe language (C++) still increases. Since the old code is in “bug fixes only” mode, the number of bugs it contains decreases exponentially, and new (memory-related) bugs won’t be introduced.

Bandit

2020-11-14 (Saturday)
Tags: python bandit security lint static code analysis

Bandit

Usability and Security Perceptions of Risk-based Authentication

2020-10-11 (Sunday)
Tags: security usability rba

More Than Just Good Passwords? A Study on Usability and Security Perceptions of Risk-based Authentication