-
Notifications
You must be signed in to change notification settings - Fork 6
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
v1.2.1 #52
v1.2.1 #52
Conversation
alihm
commented
Oct 23, 2023
- Fixes mysql-dump crash issue
- Other fixes and improvements
- Extra snapshot before executing the backup
$('#modal-spinner').show(); | ||
window.execute_spinner.classList.remove('d-none'); | ||
window.import_in_progress = true; | ||
const result = await axios.post(`${window.apiURL}/executebackup`, { filename }, { timeout: 200000 }); |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class
$('#confirm-modal .modal-body').html(`<span><i class="fas fa-exclamation-triangle text-danger"></i> This action is irreversible, Are you sure to execute this file?<br><b>${filename}.sql</b></span></br> | ||
<div class="spinner-border" id="modal-spinner" style="width: 1rem; height: 1rem; border: 0.2em solid #000; border-right-color: transparent;" role="status">`); |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML
log.info(`${filesImported.length} SQL file(s) imported.`); | ||
res.send('OK'); | ||
}).catch((err) => { | ||
res.status(500).send(JSON.stringify(err)); |
Check warning
Code scanning / CodeQL
Information exposure through a stack trace