Opened 5 years ago

Closed 5 years ago

#5408 closed defect (bug) (fixed)

No need for unix execute permissions in wp-includes/js/tinymce/plugins/

Reported by: lapcat Owned by: anonymous
Priority: normal Milestone: 2.5
Component: TinyMCE Version: 2.3.1
Severity: normal Keywords: permissions
Cc:

Description

The file "wp-includes/js/tinymce/plugins/wordpress/images/toolbars.gif" and all of the non-directory files under "wp-includes/tinymce/plugins/spellchecker" have unix execute permissions. This is unnecessary, because none of these files are executable, and it's not a good idea from a security standpoint.

Change History (3)

  • Milestone changed from 2.3.2 to 2.4

To correct this:

svn propdel svn:executeable [filename]

comment:3   ryan5 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [6360]) Remove executable property from files. Props lapcat. fixes #5408

Note: See TracTickets for help on using tickets.