Skip to content
Snippets Groups Projects
  1. Aug 17, 2017
  2. Aug 15, 2017
  3. Aug 14, 2017
    • Jan de Mooij's avatar
      Make POST template compatible with CSP (#635) · 9c49e503
      Jan de Mooij authored
      See issue #593 for a problem description.
      SimpleSamlPHP makes use of unsafe inline Javascript and CSS elements.
      Although most generated HTML uses SimpleSamlPHP's own headers, the
      keepPost option in an authentication request uses the headers of
      the PHP application it is sent from. This forces web applications
      using SimpleSamlPHP to allow 'unsafe-inline' in their Content
      Security Policy.
      
      This commit fixes this issue for the keepPost page ''only'', to
      allow PHP applications using SimpleSamlPHP to use a more strict
      Content Security Policy. This does not take away from possible
      XSS vulnerabilities in other parts of SimpleSamlPHP.
      9c49e503
    • Jaime Pérez Crespo's avatar
      Merge pull request #675 from tvdijen/patch-4 · 483e5c2b
      Jaime Pérez Crespo authored
      ADFS-module: Set enctype on post-form
      483e5c2b
  4. Aug 13, 2017
  5. Aug 11, 2017
  6. Aug 10, 2017
  7. Aug 09, 2017
  8. Aug 08, 2017
    • Tim van Dijen's avatar
      Add missing 'required' value · bd61c21e
      Tim van Dijen authored
      Fixes:
      
      Aug  8 20:44:18 simplesamlphp-2 IDP-MOO[3845]: 3 [d01bee1f99] SimpleSAML_Error_Exception: Error 8 - Undefined index: required
      Aug  8 20:44:18 simplesamlphp-2 IDP-MOO[3845]: 3 [d01bee1f99] Backtrace:
      Aug  8 20:44:18 simplesamlphp-2 IDP-MOO[3845]: 3 [d01bee1f99] 4 /apps/simplesamlphp/simplesamlphp/www/_include.php:86 (SimpleSAML_error_handler)
      Aug  8 20:44:18 simplesamlphp-2 IDP-MOO[3845]: 3 [d01bee1f99] 3 /apps/simplesamlphp/simplesamlphp/modules/core/templates/frontpage_config.tpl.php:91 (require)
      Aug  8 20:44:18 simplesamlphp-2 IDP-MOO[3845]: 3 [d01bee1f99] 2 /apps/simplesamlphp/simplesamlphp/lib/SimpleSAML/XHTML/Template.php:405 (SimpleSAML_XHTML_Template::show)
      Aug  8 20:44:18 simplesamlphp-2 IDP-MOO[3845]: 3 [d01bee1f99] 1 /apps/simplesamlphp/simplesamlphp/modules/core/www/frontpage_config.php:198 (require)
      Aug  8 20:44:18 simplesamlphp-2 IDP-MOO[3845]: 3 [d01bee1f99] 0 /apps/simplesamlphp/simplesamlphp/www/module.php:135 (N/A)
      bd61c21e
    • Jaime Pérez Crespo's avatar
      00b84e67
    • Jaime Pérez Crespo's avatar
      Merge pull request #666 from gregharvey/master · e8445898
      Jaime Pérez Crespo authored
      Class name typo causes fatals on some pages
      e8445898
    • Jaime Pérez Crespo's avatar
      Remove superfluous if statement. · d90722b3
      Jaime Pérez Crespo authored
      d90722b3
  9. Aug 07, 2017
  10. Aug 04, 2017
  11. Aug 03, 2017
Loading