Bug #36632

The requestPatterns in AbstractToken has value NULL

Added by Rens Admiraal over 3 years ago. Updated about 3 years ago.

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

0%

Category:Security
Target version:-
PHP Version: Complexity:
Has patch:No Affected Flow version:Git 1.1

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

#1 Updated by Rens Admiraal over 3 years ago

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

#2 Updated by Karsten Dambekalns over 3 years ago

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

#3 Updated by Karsten Dambekalns about 3 years ago

  • Status changed from Under Review to Closed
  • Affected Flow version changed from Git master to Git 1.1

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

Also available in: Atom PDF