-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpsalm-baseline.xml
41 lines (41 loc) · 1.47 KB
/
psalm-baseline.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
<file src="src/Database/Log/CakeSentryLog.php">
<DocblockTypeContradiction>
<code><![CDATA[str_contains($querystring, 'FROM information_schema')]]></code>
</DocblockTypeContradiction>
<InternalMethod>
<code><![CDATA[getContext]]></code>
<code><![CDATA[getContext]]></code>
<code><![CDATA[jsonSerialize]]></code>
</InternalMethod>
<PossiblyFalseArgument>
<code><![CDATA[$querystring]]></code>
<code><![CDATA[$querystring]]></code>
<code><![CDATA[$querystring]]></code>
<code><![CDATA[$querystring]]></code>
<code><![CDATA[$querystring]]></code>
<code><![CDATA[$querystring]]></code>
</PossiblyFalseArgument>
</file>
<file src="src/Http/SentryClient.php">
<InternalMethod>
<code><![CDATA[getContext]]></code>
</InternalMethod>
</file>
<file src="src/Middleware/CakeSentryPerformanceMiddleware.php">
<RiskyTruthyFalsyComparison>
<code><![CDATA[$driverConfig['sentryLog'] ?? false]]></code>
</RiskyTruthyFalsyComparison>
</file>
<file src="src/Middleware/CakeSentryQueryMiddleware.php">
<RiskyTruthyFalsyComparison>
<code><![CDATA[$driverConfig['sentryLog'] ?? false]]></code>
</RiskyTruthyFalsyComparison>
</file>
<file src="src/QuerySpanTrait.php">
<InternalMethod>
<code><![CDATA[getContext]]></code>
</InternalMethod>
</file>
</files>