Skip to content

Escape wpautop() using wp_kses_post() #11

Escape wpautop() using wp_kses_post()

Escape wpautop() using wp_kses_post() #11

Triggered via push June 12, 2024 19:16
Status Failure
Total duration 24s
Artifacts

cpcs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
CPCS: includes/updater.php#L24
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
CPCS: includes/updater.php#L63
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
CPCS: includes/updater.php#L79
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