WPIntell

Source evidence

Bad practice…

Make Connector · review · 2024-11-25T15:57:00+00:00

complaintsentiment
highseverity
1.0relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 33 rows with source links

12.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 1 stars
websols unresolved
This plugin uses it’s own alternative authentication method for the WP-JSON API instead of the native application passwords provided by core WP or more secure alternatives explained in the WordPress developer docs. After examining the code a bit further to find out why the authentication always returned a 401 in our setup, we’ve discovered it tries to login and run it’s code as the first (random) administrator account it can find in the database. Just terrible… This topic was modified 1 year, 6 months ago by websols . Could you provide how do you solved the 401 error? @giselabrc We didn’t really solve it, we convinced our client to use better software. Otherwise we needed to disable some of our basic security-measures like hiding administrators and the administrator role for non-admins (using pre_user_query and editable_roles filters) and allowlist the make ip-adresses in Wordfence (Wordfence also didn’t like the requests) This reply was modified 1 year, 4 months ago by websols .

Comments

2 shown
Gisela Bravo 2025-01-16T17:45:00+00:00

Could you provide how do you solved the 401 error?

websols 2025-01-17T09:06:00+00:00

@giselabrc We didn’t really solve it, we convinced our client to use better software. Otherwise we needed to disable some of our basic security-measures like hiding administrators and the administrator role for non-admins (using pre_user_query and editable_roles filters) and allowlist the make ip-adresses in Wordfence (Wordfence also didn’t like the requests) This reply was modified 1 year, 4 months ago by websols .