6 ms·
> my product should find problems in 3rd party components. Does that mean that say a security vulnerability in openssl is a responsibility of all software whic
by devnull3 2y ago
> my product should find problems in 3rd party components.
Does that mean that say a security vulnerability in openssl is a responsibility of all software which uses them? I think its unreasonable to expect software projects/products to find things like heartbleed.
What about bugs in kernel/OS? How many user-mode software can find bugs in kernel/OS?
- gwbas1c 2y agoThe OS is not a 3rd party library. You're confusing two different topics here. BTW: Software vendors find bugs in the OS all the time.