TMS-1017: Add news image alt-text #170
Annotations
9 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run PHPCS Check:
src/Importer.php#L196
serialize() found. Serialized data has known vulnerability problems with Object Injection. JSON is generally a better approach for serializing data. See https://www.owasp.org/index.php/PHP_Object_Injection
|
Run PHPCS Check:
src/Importer.php#L240
unserialize() found. Serialized data has known vulnerability problems with Object Injection. JSON is generally a better approach for serializing data. See https://www.owasp.org/index.php/PHP_Object_Injection
|
Run PHPCS Check:
src/Importer.php#L262
Line exceeds 120 characters; contains 123 characters
|
Run PHPCS Check:
src/Importer.php#L282
Line exceeds 120 characters; contains 141 characters
|
Run PHPCS Check:
src/ImportObjectData.php#L188
Line exceeds 120 characters; contains 121 characters
|
Run PHPCS Check:
src/ImportObjectData.php#L204
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
|
Run PHPCS Check:
src/ImportObjectData.php#L225
Line exceeds 120 characters; contains 131 characters
|
Loading