FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

blahblah8888 posts

Feed 6 posts

Green Framework

http://code.google.com/p/green-framework/

Just to share some finding I have found about Philippe's great work!

 

PHP ERROR - frog will not work

Could you post up what changes you needed to make it php4 compatible?

It would be the best, if you could post up the final php4 compatible frog.

Thanks!

 

Framework: Input Filtering

a sanitization class from cakephp

http://api.cakephp.org/sanitize_8php-source.html

 

Framework: Input Filtering

yep, the simple way you said would be great too.

i was thinking too much and got scared when filtering is not a given feature in the framework... also filtering is not that necessary for Frog... there is only one frontend form submit through comment submission.

i was thinking of doing some sanitization inside the framework's record class. other can get... it is really small and sweet...

 

Framework: Input Filtering

Just a side note... maybe input filtering/sanitization is handled by PDO driver's Quote function which is being called through Escape function in Record class. But is it secure enough to take care of XSS?

 

Framework: Input Filtering

I am trying to try out this wonderful minimalistic framework. However, I am worried that it doesn't have built-in input filtering. Maybe I have missed out.

If input filtering is deliberately left out of the framework, I hope you could advise or recommend me what kind of approach I should take for security concerns with input data.

Thanks.