Skip to content

user-story-based-exercises/cms-adv-hardening-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

CMS | ADV | Hardening Wordpress

User Story 1

As a Developer I have taken measures to limit the possibility of vulnerabilities on my computer, so that security is increased when I work on my site.

Acceptance Criteria

  • A list of security measures exists
  • Security measures have been implemented and are active

User Story 2

As a Developer I have set an update strategy for my site, so that potential security risks are limited.

Acceptance Criteria

  • The developer has a way to get informed about new wordpress releases
  • The site is updated to the most current and secure version
  • All plugins are updated to the most current and secure version
  • Security measures have been implemented and are active

User Story 3

As a Developer I have checked (and if necessary fixed) the file permissions on my site, so that unauthorized access can be prevented.

Acceptance Criteria

  • The file permissions of the site are reviewed and set correctly

User Story 4

As a Developer I want to have WordPress access the database with a dedicated user, so that a breach in security doesn't compromise on all other databases on my server.

Acceptance Criteria

  • A dedicated user for accessing the database with WordPress exists

User Story 5

As a Developer I want to secure the main WordPress administration files, so that attacks targeting these files are harder.

Acceptance Criteria

  • wp-admin is secured
  • wp-includes is secured
  • wp-config is secured

User Story 6

As a Developer I want to disable file editing via the backend, so that code cannot be injected via the backend.

Acceptance Criteria

  • File editing is disabled

User Story 7

As a Developer I want to rename my administrator account, so that attacks using the default username fail.

Acceptance Criteria

  • The WordPress administrative account is named differently than "admin"

Links

https://my.skilldisplay.eu/en/skillset/511

About

CMS | ADV | Hardening Wordpress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors