Gabriel Corona

Results 26 issues of Gabriel Corona

Would it make sense/be possible to take the port into account as well for "schemeful-cookies" (making them same-origin cookies)? For `http:` `localhost`-bound applications, the ability to scope the cookies per...

6265bis
defer

By implementing a [GDB stub](https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html) in the model-checker we would be able to easily compare different snapshots from GDB. This would be very valuable in order to understand/fix the state...

model-checker
feature

This may be used to sample from a larger set of data: ~~~ perf script | ./stackcollapse-perf.pl --stream | shuf -n 50000 | # Take 50000 random lines/samples ./stackcollapse-sum.pl |...

This uses a file containing mappings from regexp to colors. ~~~ @^io/netty/@ => yellow @^org/vertx/@ => green @^sun/@ => blue @/@ => aqua /^[A-Za-z_0-9]*$/ => red /^\[/ => #ff0000 /::/...

While debugging an [error](https://github.com/lgeiger/ide-python/issues/106) appearing in Atom IDE-Python plugin, we found that some errors reported by mypy sometimes end up appearing directly in the process stdout (outside on the JSON...

I spent quite a lot of time trying to undertsand what was wrong with my stubby instance. It turns out I was using: stubby stubby.yml Instead of: stubby -C stubby.yml...

bug

The `combine()` function is: combine(date, time) method of builtins.type instance date, time -> datetime with same date and time fields It does not seem very useful as you usually want...

## What is missing or needs to be updated? The [session management cheat sheet](https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html) lacks guidance regarding how to store and validate session token (and similar tokens) server-side: * store...

ACK_WAITING
UPDATE_CS
HELP_WANTED