A27-0-2
-OperationMayNotNullTerminateCStyleString.qll
,BasicStringMayNotBeNullTerminated
- Fixed issue (#373) with false positives being identified by
A27-0-2
due to the query requiring evidence of a safe usage ofstd::string
to consider a usage to be null-terminated. - Updated documentation strings in
OperationMayNotNullTerminateCStyleString.qll
andBasicStringMayNotBeNullTerminated
.
- Fixed issue (#373) with false positives being identified by