Jaime Pérez Crespo

Results 7 issues of Jaime Pérez Crespo

We should make our logger [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) compliant, and make all the classes logging something to use this. This is especially useful for unit testing because we could get rid of...

enhancement
low
maintainability

Currently, the `SimpleSAML\Error\Error` class doesn't support extending it easily. You would need to extend it in your own class, and reimplement large parts of it, in order to just get...

enhancement
low

The current configuration we have is a mess. We are not taking advantage at all of the fact that we are using PHP files, having the configuration as a simple...

enhancement
low
maintainability

After the discussion in #1161, I think this is the perfect excuse to rethink session management and storage. We're already having issues because of our current architecture (apart from that...

Currently, `core:TargetedID` uses SHA1 to compute the `eduPersonTargetedID` attribute corresponding to a given user. Part of the input to the hash function is _user provided_ (the attribute configured as the...

security

See #646. This is a bit more difficult, though, as in this case it's not an attribute we are talking about, and we can't have an easy migration. The only...

security

While trying to add more meaningful messages to some of the typical errors, I've noticed that at some points in the library we are throwing simple exceptions with a message...

enhancement
0 - Backlog