Conversation
Codecov Report
@@ Coverage Diff @@
## master #390 +/- ##
=========================================
Coverage 92.41% 92.41%
Complexity 675 675
=========================================
Files 25 25
Lines 2176 2176
=========================================
Hits 2011 2011
Misses 165 165Continue to review full report at Codecov.
|
|
Is this necessary with the auto serialize removed from the app skeleton? |
|
I think it is necessary. I think people would easy to forget to remove this code from the baked controller. For instance, our official site has not removed the code: https://github.com/cakephp/cakephp.org/blob/e4471d274571e4c9fc9581816077cb54063609e8/src/Controller/Admin/ProjectsController.php#L34 |
ADmad
left a comment
There was a problem hiding this comment.
Instead of simply removing it, the generating of statement for setting _serialize var should be made configurable.
|
We should recognize this as a potential security risk. In fact, we have already recommended to remove all |
|
i agree with@chinpei215 |
|
@rchavik @chinpei215 Ok. |
cc @chinpei215