This revision was automatically updated to reflect the committed changes.
Closed by commit rGb28400507212: [analyzer] Add a syntactic security check for
ObjC NSCoder API. (authored by dergachev.a).
Changed prior to commit:
https://reviews.llvm.org/D71728?vs=234786&id=234794#toc
Repository:
r
dcoughlin accepted this revision.
dcoughlin added a comment.
This revision is now accepted and ready to land.
This looks good to me, but I think we need a deployment target check on the
diagnostic since the safe API is only available in iOS 11+, macOS 10.13+, tvOS
11+, and watchOS 4.0+. If the d
NoQ created this revision.
NoQ added a reviewer: dcoughlin.
Herald added subscribers: cfe-commits, Charusso, dkrupp, donat.nagy, Szelethus,
mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun.
Herald added a project: clang.
Method `-[NSCoder decodeValueOfObjCType:at:]` is not only d