-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Description
Describe the bug
Currently we get quite a lot WordPress.Security.NonceVerification.Recommended messages from PluginCheck.
Steps to Reproduce
- install two-factor from latest trunk version
- run plugin check
- check NonceVerification Messages and implement nonces where useful
PCP-Report
## `\wp-content\plugins\two-factor\class-two-factor-core.php`
Line | Column | Type | Code | Message | Docs
-- | -- | -- | -- | -- | --
476 | 17 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
477 | 23 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
496 | 21 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
496 | 87 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
909 | 25 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
909 | 54 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
959 | 17 | WARNING | WordPress.Security.NonceVerification.Missing | Processing form data without nonce verification. |
963 | 48 | WARNING | WordPress.Security.NonceVerification.Missing | Processing form data without nonce verification. |
1490 | 31 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1490 | 67 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1491 | 31 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1491 | 74 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1492 | 31 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1492 | 69 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1493 | 31 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1493 | 72 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1556 | 15 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1556 | 44 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1597 | 30 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1630 | 31 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1630 | 74 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1631 | 31 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1631 | 90 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1632 | 31 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1632 | 72 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
1633 | 47 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
2389 | 17 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. |
## `\plugins\two-factor\providers\class-two-factor-provider.php`
| Line | Column | Type | Code | Message | Docs |
| --- | --- | --- | --- | --- | --- |
| 174 | 15 | WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. | |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
In progress