.. |
FunctionLike
|
Improve handling of array_map, faking out calls where nececssary
|
2020-06-25 13:05:34 -04:00 |
Statements
|
Specialize constructor taints cc @TysonAndre
|
2020-06-29 21:08:43 -04:00 |
AlgebraAnalyzer.php
|
Convert method from recursive to inline
|
2020-03-29 19:42:22 -04:00 |
CanAlias.php
|
Add non-empty-lowercase-string type
|
2020-05-15 10:18:05 -04:00 |
ClassAnalyzer.php
|
Reduce memory footprint a little
|
2020-06-25 19:12:30 -04:00 |
ClassLikeAnalyzer.php
|
Fix #3096 - forget clauses in context after call
|
2020-04-08 01:03:37 -04:00 |
ClosureAnalyzer.php
|
Fix #3417 - Treat $this as static-y
|
2020-05-22 13:32:26 -04:00 |
CommentAnalyzer.php
|
Support taint flows in more functions
|
2020-06-22 17:53:03 -04:00 |
FileAnalyzer.php
|
Fix too-long line
|
2020-06-13 16:45:54 -04:00 |
FunctionAnalyzer.php
|
Fix #3631 - better treatment for assignments in complex conditionals
|
2020-06-24 13:16:52 -04:00 |
FunctionLikeAnalyzer.php
|
Improve handling of array_map, faking out calls where nececssary
|
2020-06-25 13:05:34 -04:00 |
InterfaceAnalyzer.php
|
Use more accurate means of determining whether function did return
|
2020-03-28 23:37:42 -04:00 |
IssueData.php
|
Fix #3676 - add multiline output for TaintedInput issues
|
2020-06-30 13:17:51 -04:00 |
MethodAnalyzer.php
|
Do prep work for #3024 - improve handling of absent class references
|
2020-03-26 12:35:27 -04:00 |
MethodComparator.php
|
Fix #3600 - conditional return should be removed before comparison
|
2020-06-17 12:57:50 -04:00 |
NamespaceAnalyzer.php
|
Refactor reference checks to use more appropriate properties
|
2020-03-28 16:30:56 -04:00 |
ProjectAnalyzer.php
|
Fix #3618 - add way to load non-analyzed files
|
2020-06-19 00:13:09 -04:00 |
ScopeAnalyzer.php
|
Detect never-return statement same as a throw
|
2020-05-26 15:02:23 -04:00 |
SourceAnalyzer.php
|
Remove some unnecessary errors
|
2020-02-06 23:10:18 -05:00 |
StatementsAnalyzer.php
|
Change storage of out types
|
2020-06-24 11:51:31 -04:00 |
TaintNodeData.php
|
Fix #3676 - add multiline output for TaintedInput issues
|
2020-06-30 13:17:51 -04:00 |
TraitAnalyzer.php
|
|
|
TypeAnalyzer.php
|
Fix #3551 - count method can be impure
|
2020-06-14 11:06:53 -04:00 |
TypeComparisonResult.php
|
Fix #2275 - allow extended templated types to bypass mixed type coercion rules
|
2019-10-29 10:07:34 +00:00 |