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

Release/v8.1.0 #2908

Merged
merged 152 commits into from
Mar 29, 2024
Merged

Release/v8.1.0 #2908

merged 152 commits into from
Mar 29, 2024

Conversation

JuliaRadzhabova
Copy link
Contributor

No description provided.

JuliaRadzhabova and others added 30 commits January 22, 2024 17:21
[common] Fix closing of dlg plugins
Set high priority for user avatar from config
[common] Fix set icon class function
Basher0303 and others added 28 commits March 20, 2024 14:08
[common] Fix bug header border in List View
[DE] Fix downloading pdf forms
[DE] Fix downloading pdf form in viewer
…art/close in button menu for inside mode plugins
[common] Add asc_pluginStop, getUsedBackgroundPlugins methods, fix sr…
if (wnd && wnd.postMessage && window.JSON) {
// TODO: specify explicit origin
wnd.postMessage(window.JSON.stringify(msg), "*");
buffer ? wnd.postMessage(msg, "*", [buffer]) : wnd.postMessage(window.JSON.stringify(msg), "*");

Check warning

Code scanning / CodeQL

Cross-window communication with unrestricted target origin Medium

Sensitive data
is sent to another window without origin restriction.
if (wnd && wnd.postMessage && window.JSON) {
// TODO: specify explicit origin
wnd.postMessage(window.JSON.stringify(msg), "*");
buffer ? wnd.postMessage(msg, "*", [buffer]) : wnd.postMessage(window.JSON.stringify(msg), "*");

Check warning

Code scanning / CodeQL

Cross-window communication with unrestricted target origin Medium

Sensitive data
is sent to another window without origin restriction.
@JuliaRadzhabova JuliaRadzhabova merged commit 2edcf1d into develop Mar 29, 2024
5 checks passed
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.

9 participants