-
Notifications
You must be signed in to change notification settings - Fork 17
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
route is registered out of nova #9
Comments
yeah this also adds a security risk! b/c routes are public.... and download of logs is possible without any auth! |
@mstaack routes is under nova-logs-tool/src/LogsToolServiceProvider.php Lines 45 to 47 in 7b59c49
|
i did a quick test and it seemed like downloading files is possible without nova login |
ok just did this again, sry for the misleading info. seems to work once canDownload() is used on the tool |
Yeah you should not use I'll modify the README file to prevent confusions |
Yeah makes sense! Thanks for the readme updates. |
you do not check if current app is nova or not, you always register routes like
nova-vendor/KABBOUCHI/logs-tool/log
you must use checks like nova:serving() etc
regards
The text was updated successfully, but these errors were encountered: