clojure-1.11.2-1.fc38

Read Time:9 Second

FEDORA-2024-91dab41dfa

Packages in this update:

clojure-1.11.2-1.fc38

Update description:

Security fix for CVE-2024-22871
Update to upstream release 1.11.2

Read More

Improving C++

Read Time:39 Second

C++ guru Herb Sutter writes about how we can improve the programming language for better security.

The immediate problem “is” that it’s Too Easy By Default™ to write security and safety vulnerabilities in C++ that would have been caught by stricter enforcement of known rules for type, bounds, initialization, and lifetime language safety.

His conclusion:

We need to improve software security and software safety across the industry, especially by improving programming language safety in C and C++, and in C++ a 98% improvement in the four most common problem areas is achievable in the medium term. But if we focus on programming language safety alone, we may find ourselves fighting yesterday’s war and missing larger past and future security dangers that affect software written in any language.

Read More