|
|
|
|
|
by accatyyc
3686 days ago
|
|
I'm not really sure I agree with communicating over the network in your GUI anyway. A git frontend shouldn't handle the connections, this is what libgit is for. Which would probably use curl or similar internally. Both of those are written in C, and are also reasonably secure as far as I know. I stand by my point. Simply "not using C" isn't magically going to make your application so much more secure. |
|
Also note: local files may also be rigged... Other languages protect for whole classes of vulnerabilities with negligible costs.
About the reasonable security: http://www.tripwire.com/state-of-security/latest-security-ne...
https://curl.haxx.se/docs/vulnerabilities.html (Kudos to the curl authors for this nice overview!)