Dirk Mueller
5792d0456b
* CVE-2024-24577: arbitrary code execution due to heap corruption in git_index_add (boo#1219660) OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=650
16 lines
361 B
Plaintext
16 lines
361 B
Plaintext
Alias /git "/usr/share/gitweb/"
|
|
|
|
<Directory "/usr/share/gitweb">
|
|
Options ExecCGI
|
|
AllowOverride None
|
|
AddHandler cgi-script .cgi
|
|
DirectoryIndex gitweb.cgi
|
|
<IfModule mod_access_compat.c>
|
|
Order allow,deny
|
|
Allow from all
|
|
</IfModule>
|
|
<IfModule !mod_access_compat.c>
|
|
Require all granted
|
|
</IfModule>
|
|
</Directory>
|