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

Fix update:reset-mysql-views artisan command #887

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

metalgrid
Copy link

[BF] Fixes the update:reset-mysql-views command

this migration breaks the views reset due to this view reference.

In addition to the above, I have:

  • ensured all relevant template output is escaped to avoid XSS attached with <?= $t->ee( $data ) ?> or equivalent.
  • ensured appropriate checks against user privilege / resources accessed
  • API calls (particular for add/edit/delete/toggle) are not implemented with GET and use CSRF tokens to avoid CSRF attacks

@barryo
Copy link
Member

barryo commented Mar 22, 2024

Thanks @metalgrid - normally we require contributors to complete the CLA process but for a two character change we can skip that 👍

@barryo barryo merged commit e6bfd25 into inex:master Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants