Bug #36632

The requestPatterns in AbstractToken has value NULL

Added by Rens Admiraal about 1 year ago. Updated 12 months ago.

Status:Closed Start date:2012-04-26
Priority:Should have Due date:
Assignee:Rens Admiraal % Done:

0%

Category:Security
Target version:-
PHP Version: Complexity:
Has patch:No FLOW3 version affected:Git 1.1
Votes: 0

Description

I just installed a clean distribution of the blog package and for some reason this install throws an error because of the return value in hasRequestPatterns() which returns TRUE when the requestPatterns value is NULL.

For this I'll upload a related patch on gerrit. Problem is how the value can be NULL. setRequestPatterns has typehinting for $requestPatterns being array, and isn't even called somewhere in the code. The property is protected, and has a default value of array(). Besides that: the setRequestPatterns() method is never called.

History

Updated by Rens Admiraal about 1 year ago

Change is not linked yet, so by hand: https://review.typo3.org/#/c/10797/

Updated by Karsten Dambekalns about 1 year ago

  • Category set to Security
  • Status changed from New to Under Review
  • Assignee set to Rens Admiraal

Updated by Karsten Dambekalns 12 months ago

  • Status changed from Under Review to Closed
  • FLOW3 version affected changed from Git master to Git 1.1

Not really clear what caused this. Seems to have gone!?

Also available in: Atom PDF