Skip to content

Improper file write attempts to /fonts/ #27

@dd32

Description

@dd32

Similar to #23 this library attempts to perform operations on paths that it should not.

On systems where the filesystem is not writable, get_base_path() will attempt to load $this->get_filesystem()->wp_content_dir() which will return falsey, and ultimately will cause the rest of the library to attempt to modify files in /fonts/.....css - That is, the root directory of the unix system, /fonts/ not /fonts/ in the WP_CONTENT_DIR folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions