summaryrefslogtreecommitdiffstats
path: root/test/Analysis/security-syntax-checks.m
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Add security checks for bcmp(), bcopy(), bzero().Artem Dergachev2018-05-261-0/+21
* [analyzer] Don't flag strcpy of string literals into sufficiently large buffers.Artem Dergachev2018-01-121-0/+10
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-8/+8
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-8/+8
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-8/+8
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-8/+8
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-8/+8
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-8/+8
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-8/+8
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-8/+8
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-8/+8
* Enable security checks for arc4random() on CloudABI as well.Ed Schouten2015-03-111-0/+4
* Check the canonical parameter type with getAs<>() in a static checkerReid Kleckner2013-06-241-1/+2
* Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek2012-08-161-4/+4
* [analyzer] Change the warning to suggest 'strlcat/strlcpy' asAnna Zaks2012-01-311-2/+2
* Implement checker that looks for calls to mktemps and friends that have fewer...Ted Kremenek2012-01-201-0/+22
* Turn 'SecuritySyntaxChecker' into a "meta" security checker for insecure APIs...Ted Kremenek2012-01-201-4/+4
* Fix the signatures of vfork, __sigsetjmp and sigsetjmp.Rafael Espindola2011-10-191-1/+1
* Add returns_twice to functions that are known to return twice. This implementsRafael Espindola2011-10-121-1/+1
* [analyzer] Warn about the use of insecure, deprecated vfork() function PR1105...Anna Zaks2011-10-111-0/+11
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-4/+4
* Add security syntax checker for strcat() which causes the Static Analyzer to ...Lenny Maiorani2011-04-051-0/+24
* Add security syntax checker for strcpy() which causes the Static Analyzer to ...Lenny Maiorani2011-03-311-0/+37
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-1/+1
* [analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis2011-02-171-1/+1
* Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-sy...Ted Kremenek2010-02-051-1/+1
* Add abort() as a builtin. This has two effects: one, we warn for incorrect Eli Friedman2009-12-161-0/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-1/+1
* Add test case for mktemp. Patch by Lei Zhang.Zhongxing Xu2009-12-061-0/+6
* Add check for obsolete function call of getpw().Zhongxing Xu2009-11-091-0/+7
* Implement: <rdar://problem/6337100> CWE-338: Use of cryptographically weak prngTed Kremenek2009-09-021-0/+29
* Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether PrivilegesTed Kremenek2009-08-281-1/+32
* Implement: <rdar://problem/6335715> rule request: gets() buffer overflowTed Kremenek2009-07-231-0/+8
* Refine checking and diagnostics for use of floating point variable as a counter.Ted Kremenek2009-07-231-0/+23