> On Aug 10, 2016, at 4:30 AM, Pandey, Sunil Y via swift-users 
> <[email protected]> wrote:
> 
> 4.  Static analysis tool for Swift to check possible security issues

Keep in mind that the language itself is designed to prevent many of the errors 
that result in insecure code — dangling pointers, uninitialized variables, 
buffer overflows, arithmetic overflows…

(Yes, it’s still possible to commit some of those errors, but you have to go 
out of your way by using UnsafePointers or the unchecked arithmetic operators.)

—Jens
_______________________________________________
swift-users mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to