|
|
|
|
|
by account-5
412 days ago
|
|
Thanks for the explanations, much appreciated. I suppose the options are then: 1. Write everything yourself, time consuming and hard, less likely to lead to these types of vulnerabilities. 2. Import others code, easy and takes no time, can lead to vulnerabilities. 3. Use others code, but only what you actually need. Maybe less time consuming than 1 but more than 2, adds a different sort of complexity, done correctly less likely to lead to these vulnerabilities. Not sure if there's any other options here? |
|