Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allow get_user_role_from_sso to be filtered in multisite mode #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Allow get_user_role_from_sso to be filtered in multisite mode #96
Changes from all commits
fe48e78File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check failure on line 2 in inc/namespace.php
inc/namespace.php#L2
Raw output
{ "line": 2, "column": 1, "severity": "error", "message": "You must use \"/**\" style comments for a file comment", "source": "Squiz.Commenting.FileComment.WrongStyle" }Check failure on line 60 in inc/namespace.php
inc/namespace.php#L60
Raw output
{ "line": 60, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 74 in inc/namespace.php
inc/namespace.php#L74
Raw output
{ "line": 74, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 77 in inc/namespace.php
inc/namespace.php#L77
Raw output
{ "line": 77, "column": 41, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 90 in inc/namespace.php
inc/namespace.php#L90
Raw output
{ "line": 90, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 100 in inc/namespace.php
inc/namespace.php#L100
Raw output
{ "line": 100, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 110 in inc/namespace.php
inc/namespace.php#L110
Raw output
{ "line": 110, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 146 in inc/namespace.php
inc/namespace.php#L146
Raw output
{ "line": 146, "column": 19, "severity": "error", "message": "Using the WPCS native whitelist comments is deprecated. Please use the PHPCS native \"phpcs:ignore Standard.Category.SniffName.ErrorCode\" annotations instead. Found: // WPCS: xss ok\\n", "source": "HM.Security.EscapeOutput.DeprecatedWhitelistCommentFound" }Check failure on line 146 in inc/namespace.php
inc/namespace.php#L146
Raw output
{ "line": 146, "column": 19, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 164 in inc/namespace.php
inc/namespace.php#L164
Raw output
{ "line": 164, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 262 in inc/namespace.php
inc/namespace.php#L262
Raw output
{ "line": 262, "column": 9, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 265 in inc/namespace.php
inc/namespace.php#L265
Raw output
{ "line": 265, "column": 9, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 331 in inc/namespace.php
inc/namespace.php#L331
Raw output
{ "line": 331, "column": 1, "severity": "error", "message": "Missing short description in doc comment", "source": "Generic.Commenting.DocComment.MissingShort" }Check failure on line 357 in inc/namespace.php
inc/namespace.php#L357
Raw output
{ "line": 357, "column": 62, "severity": "error", "message": "Processing form data without nonce verification.", "source": "HM.Security.NonceVerification.Missing" }Check failure on line 357 in inc/namespace.php
inc/namespace.php#L357
Raw output
{ "line": 357, "column": 62, "severity": "error", "message": "Detected usage of a possibly undefined superglobal array index: $_POST['SAMLResponse']. Use isset() or empty() to check the index exists before using it", "source": "HM.Security.ValidatedSanitizedInput.InputNotValidated" }Check failure on line 357 in inc/namespace.php
inc/namespace.php#L357
Raw output
{ "line": 357, "column": 62, "severity": "error", "message": "$_POST data not unslashed before sanitization. Use wp_unslash()", "source": "HM.Security.ValidatedSanitizedInput.MissingUnslash" }Check failure on line 357 in inc/namespace.php
inc/namespace.php#L357
Raw output
{ "line": 357, "column": 62, "severity": "error", "message": "Detected usage of a non-sanitized input variable: $_POST['SAMLResponse']", "source": "HM.Security.ValidatedSanitizedInput.InputNotSanitized" }Check failure on line 409 in inc/namespace.php
inc/namespace.php#L409
Raw output
{ "line": 409, "column": 4, "severity": "error", "message": "Missing parameter comment", "source": "Squiz.Commenting.FunctionComment.MissingParamComment" }Check failure on line 419 in inc/namespace.php
inc/namespace.php#L419
Raw output
{ "line": 419, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 547 in inc/namespace.php
inc/namespace.php#L547
Raw output
{ "line": 547, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 561 in inc/namespace.php
inc/namespace.php#L561
Raw output
{ "line": 561, "column": 9, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 566 in inc/namespace.php
inc/namespace.php#L566
Raw output
{ "line": 566, "column": 13, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 571 in inc/namespace.php
inc/namespace.php#L571
Raw output
{ "line": 571, "column": 13, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 609 in inc/namespace.php
inc/namespace.php#L609
Raw output
{ "line": 609, "column": 4, "severity": "error", "message": "Missing parameter comment", "source": "Squiz.Commenting.FunctionComment.MissingParamComment" }Check failure on line 618 in inc/namespace.php
inc/namespace.php#L618
Raw output
{ "line": 618, "column": 4, "severity": "error", "message": "Missing parameter comment", "source": "Squiz.Commenting.FunctionComment.MissingParamComment" }Check failure on line 620 in inc/namespace.php
inc/namespace.php#L620
Raw output
{ "line": 620, "column": 4, "severity": "error", "message": "Function return type is not void, but function has no return statement", "source": "Squiz.Commenting.FunctionComment.InvalidNoReturn" }Check failure on line 636 in inc/namespace.php
inc/namespace.php#L636
Raw output
{ "line": 636, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 645 in inc/namespace.php
inc/namespace.php#L645
Raw output
{ "line": 645, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 687 in inc/namespace.php
inc/namespace.php#L687
Raw output
{ "line": 687, "column": 1, "severity": "error", "message": "Doc comment for parameter \"$url\" missing", "source": "Squiz.Commenting.FunctionComment.MissingParamTag" }Check failure on line 690 in inc/namespace.php
inc/namespace.php#L690
Raw output
{ "line": 690, "column": 4, "severity": "error", "message": "Missing parameter name", "source": "Squiz.Commenting.FunctionComment.MissingParamName" }Check failure on line 720 in inc/namespace.php
inc/namespace.php#L720
Raw output
{ "line": 720, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 723 in inc/namespace.php
inc/namespace.php#L723
Raw output
{ "line": 723, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 732 in inc/namespace.php
inc/namespace.php#L732
Raw output
{ "line": 732, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 765 in inc/namespace.php
inc/namespace.php#L765
Raw output
{ "line": 765, "column": 4, "severity": "error", "message": "Missing parameter comment", "source": "Squiz.Commenting.FunctionComment.MissingParamComment" }Check failure on line 766 in inc/namespace.php
inc/namespace.php#L766
Raw output
{ "line": 766, "column": 4, "severity": "error", "message": "Missing parameter comment", "source": "Squiz.Commenting.FunctionComment.MissingParamComment" }Check failure on line 803 in inc/namespace.php
inc/namespace.php#L803
Raw output
{ "line": 803, "column": 9, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 806 in inc/namespace.php
inc/namespace.php#L806
Raw output
{ "line": 806, "column": 17, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 809 in inc/namespace.php
inc/namespace.php#L809
Raw output
{ "line": 809, "column": 17, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Uh oh!
There was an error while loading. Please reload this page.