| [00:08:01] |
* |
davidcramer has joined #pocoo |
| [00:10:33] |
* |
davidcramer has quit IRC |
| [00:11:22] |
* |
davidcramer_ has joined #pocoo |
| [00:14:14] |
* |
highwaychile has quit IRC |
| [00:25:00] |
* |
hh has quit IRC |
| [00:26:01] |
* |
KirkMcDonald has quit IRC |
| [00:29:49] |
* |
KirkMcDonald has joined #pocoo |
| [01:35:42] |
* |
alowry has quit IRC |
| [01:39:16] |
* |
alowry has joined #pocoo |
| [01:47:13] |
* |
alowry has quit IRC |
| [01:48:01] |
* |
alowry has joined #pocoo |
| [01:49:05] |
* |
alowry has joined #pocoo |
| [01:50:27] |
* |
alowry has joined #pocoo |
| [01:54:26] |
* |
riltim has quit IRC |
| [02:48:01] |
* |
hoffmann has joined #pocoo |
| [03:10:21] |
* |
hoffmann has quit IRC |
| [03:13:55] |
* |
hoffmann has joined #pocoo |
| [03:29:21] |
* |
maix has quit IRC |
| [03:55:33] |
* |
davidcramer_ has quit IRC |
| [04:32:08] |
* |
ivan has quit IRC |
| [04:32:21] |
* |
ivan has joined #pocoo |
| [05:40:50] |
* |
davidcramer has joined #pocoo |
| [06:14:59] |
* |
springmeyer has joined #pocoo |
| [07:24:24] |
* |
leche has joined #pocoo |
| [07:44:31] |
* |
jpcw has joined #pocoo |
| [08:08:44] |
* |
springmeyer has quit IRC |
| [10:24:19] |
<aa_> |
birkenfeld: pygments TerminalFormatter just made my life sweet, thanks |
| [10:54:44] |
* |
hoffmann has quit IRC |
| [10:57:49] |
* |
POX has quit IRC |
| [11:30:42] |
* |
saptah has joined #pocoo |
| [11:30:57] |
<saptah> |
hi |
| [11:31:46] |
* |
sulo has joined #pocoo |
| [11:38:02] |
* |
sulo has quit IRC |
| [11:47:35] |
* |
maix has joined #pocoo |
| [12:22:17] |
* |
sulo has joined #pocoo |
| [13:02:43] |
* |
KirkMcDonald has quit IRC |
| [13:02:49] |
* |
KirkMcDo1ald has joined #pocoo |
| [13:08:09] |
* |
POX has joined #pocoo |
| [14:57:27] |
* |
ckknight is now known as ckknight|away |
| [15:13:45] |
* |
ckknight|away is now known as ckknight |
| [15:13:47] |
<ckknight> |
happy Monday, pocoo people |
| [15:16:23] |
<xorAxAx> |
pocoooo |
| [15:23:37] |
* |
empty has joined #pocoo |
| [15:25:32] |
* |
damjan has joined #pocoo |
| [15:28:27] |
* |
empty has quit IRC |
| [15:28:37] |
* |
empty has joined #pocoo |
| [16:45:39] |
* |
highwaychile has joined #pocoo |
| [16:49:30] |
* |
sulo has quit IRC |
| [17:10:28] |
* |
alowry has quit IRC |
| [17:11:03] |
* |
EnTeQuAk has joined #pocoo |
| [17:11:06] |
* |
alowry has joined #pocoo |
| [17:16:06] |
* |
stifal has joined #pocoo |
| [17:16:08] |
* |
sulo has joined #pocoo |
| [17:37:47] |
* |
springmeyer has joined #pocoo |
| [17:53:24] |
* |
ckknight is now known as ckknight|away |
| [17:54:27] |
* |
ckknight|away is now known as ckknight |
| [18:04:13] |
* |
KirkMcDo1ald is now known as KirkMcDonald |
| [18:07:33] |
* |
sulo has quit IRC |
| [18:08:57] |
<Zenom> |
from you werkzeug experts, what things do i need to look out for to ensure security with requests/sessions in my app? |
| [18:09:20] |
<Zenom> |
is there anything I can totally botch up and somehow get requests/sessions mixed up ? I always use like local.request when not in a view |
| [18:11:51] |
* |
izibi has joined #pocoo |
| [18:13:25] |
<ronny> |
Zenom: im not sure what you mean, usualy people just make sessions an attribute of request, done |
| [18:14:32] |
<Zenom> |
ronny: ya its more or less because I am moving from pylons |
| [18:14:43] |
<Zenom> |
where that stuff is done for you, im trying to make sure there are no "gotchas" |
| [18:15:01] |
<Zenom> |
that like when i use request.session or whatever im not doing something wrong where user 1 logs in and user 2 assumes his session |
| [18:15:07] |
<Zenom> |
because I am crossing requests or something heh |
| [18:16:21] |
<Zenom> |
i guess as long as I use request.session in views and local.request.session outside views i should be good |
| [18:16:29] |
<Zenom> |
at least thats the way i understand it |
| [18:17:34] |
<ronny> |
well, you just ensure sessions are always bound to a request |
| [18:17:52] |
<Zenom> |
ie., request.session |
| [18:17:54] |
<Zenom> |
which i do for sure |
| [18:18:22] |
<ronny> |
the hard part isnt in python - its ensuring all the other stuff is save (xss and csrf are the main mess) |
| [18:19:23] |
<Zenom> |
right |
| [18:20:26] |
<Zenom> |
for xss i escape everything on output and i think sqlalchemy helps with that on insert as well |
| [18:20:40] |
<Zenom> |
csrf i need to work on |
| [18:20:58] |
<ronny> |
sqlalchemy doesnt need to escape |
| [18:21:05] |
<ronny> |
bind params exist for a reason |
| [18:36:56] |
<CIA-44> |
python-doctools: georg.brandl * r67034 /doctools/trunk/sphinx/locale/es/LC_MESSAGES/sphinx.po: Add missing po file. |
| [18:36:56] |
<CIA-44> |
python-doctools: georg.brandl * r67035 /doctools/trunk/tests/test_build.py: Remove outdated check. |
| [18:36:56] |
<CIA-44> |
python-doctools: georg.brandl * r67036 /doctools/trunk/EXAMPLES: Add PyPubSub. |
| [19:08:35] |
* |
sulo has joined #pocoo |
| [19:21:00] |
* |
sulo_ has joined #pocoo |
| [19:25:29] |
* |
sulo has quit IRC |
| [19:33:15] |
* |
springmeyer has quit IRC |
| [19:49:21] |
* |
mattt_ has joined #pocoo |
| [21:09:16] |
* |
prencher^ has joined #pocoo |
| [21:24:21] |
* |
maze has quit IRC |
| [21:24:50] |
* |
prencher has quit IRC |
| [22:01:49] |
* |
EnTeQuAk has quit IRC |
| [22:08:32] |
* |
ckknight is now known as ckknight|away |
| [22:09:37] |
* |
ckknight|away is now known as ckknight |
| [22:10:51] |
* |
stifal has quit IRC |
| [22:48:28] |
* |
percious has joined #pocoo |
| [23:13:43] |
* |
maze has joined #pocoo |
| [23:14:39] |
* |
leche has quit IRC |
| [23:20:58] |
* |
izibi has quit IRC |