[wp-trac] [WordPress Trac] #11531: Some taxonomy names should be disallowed
WordPress Trac
wp-trac at lists.automattic.com
Sun Dec 20 14:30:48 UTC 2009
#11531: Some taxonomy names should be disallowed
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner: ryan
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.9.1
Component: Cache | Version: 2.9
Severity: normal | Keywords:
-------------------------------+--------------------------------------------
I haven't tested, but can't we can get all sorts of weird bugs (some of
which could have potential side effects in the security department) if a
term taxonomy is called users, userlogins, posts, etc.?
the reason are lines such as:
{{{
wp_cache_add($term->term_id, $term, $term->taxonomy);
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11531>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list