dhh1128 / intent

the intent formal language
https://intentlang.org
2 stars 1 forks source link

By default, disallow building against components that have known vulnerabilities #107

Open dhh1128 opened 9 years ago

dhh1128 commented 9 years ago

Need some dependency mgmt strategy similar to maven. However, default marks on a software app should disallow building against a version of a component with known vulnerabilities. We also need to ship software with automatic self updating properties as well as isolation (avoid depending on system version of libs) and system-wide upgrade (if one app runs and detects a newer version of a component, it notifies all other apps that use that library that an upgrade is available).

See http://www.itworld.com/article/2936575/security/software-applications-have-on-average-24-vulnerabilities-inherited-from-buggy-components.html