> On Aug 10, 2016, at 4:30 AM, Pandey, Sunil Y via swift-users > <swift-users@swift.org> 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 swift-users@swift.org https://lists.swift.org/mailman/listinfo/swift-users