-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrules.neon
221 lines (185 loc) · 7.29 KB
/
rules.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
parameters:
sql_injection_testing:
trusted_data:
variables: []
properties: []
safe_static_methods: []
safe_methods:
Doctrine\DBAL\Connection:
quote: true
quoteIdentifier: true
Doctrine\DBAL\Driver\Connection:
quote: true
Doctrine\ORM\Query\Expr\Join:
getJoin: true
getAlias: true
getConditionType: true
getIndexBy: true
getCondition: true
Doctrine\ORM\QueryBuilder:
setParameter: true
setParameters: true
setMaxResults: true
setFirstResult: true
addCriteria: true
getAllAliases: true
getRootAliases: true
getRootAlias: true
getRootEntities: true
getMaxResults: true
getFirstResult: true
getParameter: true
getDQL: true
getQuery: true
Doctrine\ORM\Query:
getDQL: true
getSQL: true
Doctrine\DBAL\Query\QueryBuilder:
setParameter: true
setParameters: true
setMaxResults: true
setFirstResult: true
getAllAliases: true
getRootAliases: true
getRootAlias: true
getRootEntities: true
getMaxResults: true
getFirstResult: true
getParameter: true
getQuery: true
Doctrine\ORM\Mapping\ClassMetadata:
getSingleIdentifierFieldName: true
getIdentifierFieldNames: true
getIdentifier: true
getTableName: true
getAssociationMapping: true
getColumnNames: true
Doctrine\ORM\Mapping\ClassMetadataInfo:
getSingleIdentifierFieldName: true
getIdentifierFieldNames: true
getIdentifier: true
getTableName: true
getAssociationMapping: true
Doctrine\Persistence\Mapping\ClassMetadata:
getIdentifier: true
getIdentifierFieldNames: true
getIdentifierValues: true
Doctrine\ORM\Query\Expr:
literal: true
Doctrine\ORM\Query\Expr\Base:
add: true
Doctrine\Common\Collections\ArrayCollection:
count: true
DateTime:
format: true
Doctrine\Common\Collections\Criteria:
getMaxResults: true
getFirstResult: true
Symfony\Component\Validator\Context\ExecutionContextInterface:
getPropertyName: true
getClassName: true
check_static_methods_safety: []
check_methods_safety:
Doctrine\Common\Inflector\Inflector:
pluralize: true
camelize: true
Doctrine\Inflector\Inflector:
pluralize: true
camelize: true
Doctrine\Common\Collections\ExpressionBuilder:
notExists: [0]
Doctrine\DBAL\Platforms\AbstractPlatform:
getTruncateTableSQL: [0]
check_methods:
Doctrine\ORM\QueryBuilder:
__all__: true
where: [0, 1]
orWhere: [0, 1]
andWhere: [0, 1]
having: [0, 1]
orHaving: [0, 1]
andHaving: [0, 1]
join: [0, 1, 3]
leftJoin: [0, 1, 3]
innerJoin: [0, 1, 3]
Doctrine\DBAL\Query\QueryBuilder:
__all__: true
where: [0, 1]
orWhere: [0, 1]
andWhere: [0, 1]
having: [0, 1]
orHaving: [0, 1]
andHaving: [0, 1]
join: [0, 1, 3]
leftJoin: [0, 1, 3]
innerJoin: [0, 1, 3]
Doctrine\ORM\Query\Expr:
__all__: true
in: [0]
notIn: [0]
eq: [0, 1]
neq: [0, 1]
gt: [0, 1]
lt: [0, 1]
gte: [0, 1]
lte: [0, 1]
like: [0, 1]
notLike: [0, 1]
between: [1, 2]
isMemberOf: [0, 1]
Doctrine\ORM\Query\Expr\Andx:
add: true
addMultiple: true
Doctrine\ORM\Query\Expr\Orx:
add: true
addMultiple: true
Doctrine\ORM\Query\Expr\Select:
add: true
addMultiple: true
Doctrine\ORM\Query\Expr\GroupBy:
add: true
addMultiple: true
Doctrine\ORM\Query\Expr\Coalesce:
add: true
addMultiple: true
Doctrine\DBAL\Query\Expression\ExpressionBuilder:
__all__: true
Doctrine\DBAL\Connection:
fetchAssoc: [0]
fetchAssociative: [0]
fetchAllAssociative: [0]
fetchNumeric: [0]
fetchOne: [0]
fetchArray: [0]
fetchColumn: [0]
fetchAll: [0]
delete: [0, 1:keys]
update: [0, 1:keys, 2:keys]
insert: [0, 1:keys]
prepare: true
executeQuery: [0]
executeCacheQuery: [0]
executeStatement: [0]
project: [0]
query: [0, 1]
executeUpdate: [0]
exec: true
Doctrine\ORM\EntityManager:
createQuery: true
createNativeQuery: true
clear_static_methods: []
clear_methods:
Doctrine\ORM\Mapping\ClassMetadata:
getAssociationTargetClass: true
getAssociationMapping: true
getFieldMapping: true
getSingleAssociationJoinColumnName: true
getSingleAssociationReferencedJoinColumnName: true
getFieldForColumn: true
getColumnName: true
Doctrine\Persistence\ManagerRegistry:
getManagerForClass: true
Doctrine\Bundle\DoctrineBundle\Registry:
getManagerForClass: true
Symfony\Bridge\Doctrine\RegistryInterface:
getManagerForClass: true