Skip to content

Commit

Permalink
SSO: fix PHP notices and remove unnecessary PHPCS ignores. (#36589)
Browse files Browse the repository at this point in the history
* lowercase_p_dangit();

* Avoid type errors

* Sanitize nonces

* Avoid static analysis error

* Only hide password reset action when admin has used wpcom invite

* Add changelog

* Also hide password reset link when user is connected to wpcom

* Update phan config

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8448906139
  • Loading branch information
jeherve authored and matticbot committed Mar 27, 2024
1 parent bf2abb4 commit 809e762
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
"reference": "9848686417f288e3a42958352e7e5e4e838e8e9a"
"reference": "05b26c85fa1060e87c7462a80ffdef838e16e095"
},
"require": {
"automattic/jetpack-constants": "^2.0.1",
Expand Down Expand Up @@ -76,7 +76,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
"reference": "c37b449b70d2d299910eebb203f68f006e38bdab"
"reference": "ba29fa13852f8cc33e317138b5f5ad630ef6a181"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -125,12 +125,12 @@
},
{
"name": "automattic/jetpack-mu-wpcom",
"version": "5.21.0-alpha.1711506335",
"version_normalized": "5.21.0.0-alpha1711506335",
"version": "5.21.0-alpha.1711528818",
"version_normalized": "5.21.0.0-alpha1711528818",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom",
"reference": "2d4e6e0cec37a10d74ac2cb7a9bcb36717bf8e98"
"reference": "2595acd0e9946dda7bdbb87d44e6a3edd8cfc3f9"
},
"require": {
"automattic/jetpack-assets": "^2.1.6-alpha",
Expand Down Expand Up @@ -202,7 +202,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/scheduled-updates",
"reference": "6187883fdacb6b9aaa60a943af5d9bf141383149"
"reference": "e41b35d3b6c2f87ca40a16f4d8fe8b344dd497be"
},
"require": {
"php": ">=7.0"
Expand Down
12 changes: 6 additions & 6 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'automattic/jetpack-assets' => array(
'pretty_version' => '2.1.6-alpha.1711470495',
'version' => '2.1.6.0-alpha1711470495',
'reference' => '9848686417f288e3a42958352e7e5e4e838e8e9a',
'reference' => '05b26c85fa1060e87c7462a80ffdef838e16e095',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-assets',
'aliases' => array(),
Expand All @@ -22,16 +22,16 @@
'automattic/jetpack-constants' => array(
'pretty_version' => '2.0.1',
'version' => '2.0.1.0',
'reference' => 'c37b449b70d2d299910eebb203f68f006e38bdab',
'reference' => 'ba29fa13852f8cc33e317138b5f5ad630ef6a181',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-constants',
'aliases' => array(),
'dev_requirement' => false,
),
'automattic/jetpack-mu-wpcom' => array(
'pretty_version' => '5.21.0-alpha.1711506335',
'version' => '5.21.0.0-alpha1711506335',
'reference' => '2d4e6e0cec37a10d74ac2cb7a9bcb36717bf8e98',
'pretty_version' => '5.21.0-alpha.1711528818',
'version' => '5.21.0.0-alpha1711528818',
'reference' => '2595acd0e9946dda7bdbb87d44e6a3edd8cfc3f9',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom',
'aliases' => array(),
Expand All @@ -49,7 +49,7 @@
'automattic/scheduled-updates' => array(
'pretty_version' => '0.5.2-alpha.1711430207',
'version' => '0.5.2.0-alpha1711430207',
'reference' => '6187883fdacb6b9aaa60a943af5d9bf141383149',
'reference' => 'e41b35d3b6c2f87ca40a16f4d8fe8b344dd497be',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/scheduled-updates',
'aliases' => array(),
Expand Down

0 comments on commit 809e762

Please sign in to comment.