Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config security can generate a false positive #367

Closed
fritzmg opened this issue Dec 4, 2018 · 1 comment
Closed

config security can generate a false positive #367

fritzmg opened this issue Dec 4, 2018 · 1 comment
Labels
Milestone

Comments

@fritzmg
Copy link
Contributor

fritzmg commented Dec 4, 2018

If you do not rename the contao-manager.phar to contao-manager.phar.php as instructed, but use the name contao-manager.php instead, the config security check

await this.$http.get(`${chunks.join('/')}/contao-manager/users.json`);
this.$store.commit('setError', {
title: this.$t('ui.app.configSecurity1'),
type: 'about:blank',
status: '500',
detail: this.$t('ui.app.configSecurity2'),
});

can generate a false positive in some server environments apparently.

https://community.contao.org/de/showthread.php?72800-Fehlermeldung-nach-Update-des-Mangers&p=489058&viewfull=1#post489058

¯\_(ツ)_/¯

@aschempp aschempp added the bug label Dec 4, 2018
@aschempp
Copy link
Member

aschempp commented Dec 4, 2018

Should be fixed in 7704366

@aschempp aschempp closed this as completed Dec 4, 2018
@aschempp aschempp added this to the 1.1.2 milestone Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants