You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I discovered that taking dependency on third party proprietary (prebuilt) static libraries can lead to a false sense of security. Compiling all your code with these flags can't add them to these linked libraries. It's important to understand what you're linking against too.
@david-a-wheeler suggested this might be worth a brief note in the Compiler Hardening Guide as it may be easily overlooked
The text was updated successfully, but these errors were encountered:
From @jduck via the OpenSSF Slack:
@david-a-wheeler suggested this might be worth a brief note in the Compiler Hardening Guide as it may be easily overlooked
The text was updated successfully, but these errors were encountered: