Skip to content

Commit

Permalink
sec(SAML) protect certificate directory CWE-403
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed Mar 19, 2022
1 parent f9aafe7 commit ce58a14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/integrations/saml/certs/.htaccess
@@ -0,0 +1,7 @@
<ifModule mod_authz_core.c>
Require all denied
</ifModule>

<IfModule !mod_authz_core.c>
Deny from all
</ifModule>

0 comments on commit ce58a14

Please sign in to comment.