Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#5408 closed defect (bug) (fixed)

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

Reported by: lapcat's profile lapcat Owned by:
Milestone: 2.5 Priority: normal
Severity: normal Version: 2.3.1
Component: TinyMCE Keywords: permissions
Focuses: 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)

#1 @lloydbudd
17 years ago

  • Milestone changed from 2.3.2 to 2.4

#2 @lloydbudd
17 years ago

To correct this:

svn propdel svn:executeable [filename]

#3 @ryan
17 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.