Bruce Weirdan
|
17ef25acd8
|
Merge pull request #6845 from sasezaki/cs_SelfMemberReference
|
2021-11-07 17:41:45 +02:00 |
|
orklah
|
4e6cb75094
|
Merge pull request #6848 from orklah/taint-comments
Taint comments
|
2021-11-07 15:55:37 +01:00 |
|
orklah
|
3322801903
|
ignore comments after taint-sink
|
2021-11-07 10:17:25 +01:00 |
|
sasezaki
|
5a01c8d601
|
Added phpcs SelfMemberReference rule, and applied
|
2021-11-07 15:47:39 +09:00 |
|
Bruce Weirdan
|
9210bbcdd4
|
Forbid enum instantiation
Fixes vimeo/psalm#6837
|
2021-11-07 00:14:37 +02:00 |
|
orklah
|
b08d39e567
|
Merge pull request #6834 from orklah/unused-in-assert
don't consider calls to methods with assertions as Unused
|
2021-11-06 22:05:34 +01:00 |
|
orklah
|
e28659eb6c
|
Merge pull request #6838 from orklah/value_and_name_enum
better understands value and name properties for enum
|
2021-11-06 22:05:04 +01:00 |
|
orklah
|
18677bb108
|
better understands value and name properties for enum
|
2021-11-06 21:49:42 +01:00 |
|
Bruce Weirdan
|
0f8ef45110
|
Forbid properties on enums
Fixes vimeo/psalm#6472
|
2021-11-06 21:57:49 +02:00 |
|
orklah
|
9c9669ea44
|
don't consider calls to methods with assertions as Unused
|
2021-11-06 19:54:17 +01:00 |
|
orklah
|
aca8e12bf9
|
Merge pull request #6830 from orklah/isContainedBy
Mixed contain every types and Never is contained in every type
|
2021-11-05 22:05:32 +01:00 |
|
orklah
|
f4dcea3e57
|
Merge pull request #6829 from orklah/isType
only return true in Union::is*Type* if there is a single type
|
2021-11-05 22:05:17 +01:00 |
|
orklah
|
de9ad68ad0
|
Mixed contain every types and Never is contained in every type
|
2021-11-05 21:25:23 +01:00 |
|
orklah
|
728175f82d
|
only return true in Union::is*Type* if there is a single type
|
2021-11-05 21:14:04 +01:00 |
|
orklah
|
ad57516765
|
create a temporary var for coalescing ternaries
|
2021-11-05 20:07:35 +01:00 |
|
orklah
|
b7834689e5
|
Merge pull request #6824 from orklah/session
Makes $_SESSION possibly undefined at the source
|
2021-11-05 20:07:24 +01:00 |
|
orklah
|
33aab6cc40
|
allow declaring functions and classLikes after a never-returning call
|
2021-11-05 18:09:40 +01:00 |
|
orklah
|
6e5f3db06c
|
makes $_SESSION possibly undefined
|
2021-11-04 22:45:46 +01:00 |
|
orklah
|
fffef80ec1
|
makes $_SESSION possibly undefined
|
2021-11-04 22:38:31 +01:00 |
|
orklah
|
915278e253
|
Merge pull request #6823 from orklah/variable_class
allow assertion to work on $var::class
|
2021-11-04 20:54:59 +01:00 |
|
orklah
|
834d831915
|
allow assertion to work on $var::class
|
2021-11-04 20:44:42 +01:00 |
|
orklah
|
5282e4728b
|
allow assertion to work on $var::class
|
2021-11-04 20:33:30 +01:00 |
|
orklah
|
cd74f665dc
|
Merge pull request #6813 from orklah/intTaint
don't register taints for numeric variables
|
2021-11-04 15:30:52 +01:00 |
|
orklah
|
e6dccaa07c
|
Merge pull request #6809 from orklah/binaryOpTaint
don't taint the result of most binary operations
|
2021-11-04 13:18:07 +01:00 |
|
orklah
|
bf993452a8
|
Merge pull request #6810 from orklah/castArrayTaints
Array cast pass taints
|
2021-11-04 13:17:20 +01:00 |
|
orklah
|
c2b14e2f39
|
Merge pull request #6812 from orklah/shell_exec_taint
backticks shell_exec taint
|
2021-11-04 13:16:53 +01:00 |
|
Bruce Weirdan
|
6610a2f918
|
Improve Github Actions output
* Use issue type in title
* Also provide issue type and location in the (use-visible) error message
Fixes vimeo/psalm#6817
|
2021-11-04 03:03:25 +02:00 |
|
orklah
|
3503f198a6
|
add deprecated tags to the array
|
2021-11-04 00:39:09 +01:00 |
|
orklah
|
6e49c61fd0
|
fix comment
|
2021-11-04 00:31:22 +01:00 |
|
orklah
|
9fb74a4f28
|
exclude Plus on arrays too
|
2021-11-04 00:30:09 +01:00 |
|
orklah
|
3b01713257
|
don't taint the result of most binary operations
|
2021-11-04 00:30:09 +01:00 |
|
orklah
|
24137bdbad
|
Array cast pass taints
|
2021-11-04 00:29:36 +01:00 |
|
orklah
|
eca530d792
|
don't register taints for numeric variables
|
2021-11-04 00:29:07 +01:00 |
|
orklah
|
ff83c498a7
|
fix CS
|
2021-11-04 00:28:40 +01:00 |
|
orklah
|
fbe305e5bb
|
detect taint in backticks
|
2021-11-04 00:28:40 +01:00 |
|
Alexander Wühr
|
2d91b90690
|
Add pcntl_alarm to the list of impure functions
|
2021-11-03 10:16:10 +01:00 |
|
sasezaki
|
e3c6464a91
|
accept ::class constant strings for literal argument
|
2021-11-03 13:44:14 +09:00 |
|
Bruce Weirdan
|
0cdb0dc04a
|
Merge pull request #6768 from zoonru/psalm-self-out-templates
|
2021-11-02 21:41:16 +02:00 |
|
orklah
|
96ae8e7600
|
Merge pull request #6793 from orklah/unevaluatedCode
emit UnevaluatedCode after exit or never returning functionlike
|
2021-11-01 23:41:36 +01:00 |
|
orklah
|
68a4f9e930
|
emit UnevaluatedCode after exit or never returning functionlike
|
2021-11-01 22:13:29 +01:00 |
|
Bruce Weirdan
|
81ca05f3ab
|
Merge pull request #6790 from orklah/fix_yield
|
2021-11-01 20:25:54 +02:00 |
|
orklah
|
af129f8851
|
detect yield in new
|
2021-11-01 19:04:37 +01:00 |
|
Bruce Weirdan
|
ac098a52da
|
Allow to forbid exit() and die()
|
2021-10-31 03:02:16 +03:00 |
|
Alexey Borzov
|
91ec5712ad
|
Add a means to switch return types based on PHP_VERSION_ID
As suggested in vimeo/psalm#6755
|
2021-10-29 22:19:38 +03:00 |
|
Bruce Weirdan
|
8c33b21261
|
Merge pull request #6776 from orklah/double-autoload-call
|
2021-10-29 11:25:14 +03:00 |
|
orklah
|
61a7cbe9c5
|
Merge pull request #6764 from orklah/promoted-property-docblock
allow documenting promoted properties with @var
|
2021-10-28 22:19:42 +02:00 |
|
orklah
|
67a3f3cd5c
|
fix spacing
|
2021-10-28 22:11:30 +02:00 |
|
orklah
|
d330b340d2
|
try without second call
|
2021-10-28 22:07:50 +02:00 |
|
orklah
|
067f8375cf
|
replace exception by InvalidDocblock
|
2021-10-28 22:05:43 +02:00 |
|
orklah
|
9823e87b80
|
Merge pull request #6774 from orklah/reconcileFalsyOrEmpty
fix local variable defined too early
|
2021-10-28 21:47:17 +02:00 |
|