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

v2.1.1 #827

Merged
merged 6 commits into from
May 30, 2024
Merged

v2.1.1 #827

merged 6 commits into from
May 30, 2024

Conversation

donavanbecker
Copy link
Collaborator

2.1.1 (2024-05-29)

What's Changes

  • Fix for UI linking issues and refresh issues.
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.0..v2.1.1

@donavanbecker donavanbecker merged commit 7c65099 into latest May 30, 2024
7 checks passed
@donavanbecker donavanbecker deleted the beta-2.1.1 branch May 30, 2024 04:26
@github-actions github-actions bot added enhancement New feature or request dependencies Pull requests that update a dependency file docs latest labels May 30, 2024
const url = 'https://api.honeywell.com/oauth2/authorize?' +
'response_type=code&redirect_uri=' + encodeURI('http://' + this.hostname + ':8585/auth') + '&' +
'client_id=' + query.key;
res.end('<script>window.location.replace(\'' + url + '\');</script>');

Check failure

Code scanning / CodeQL

Reflected cross-site scripting High

Cross-site scripting vulnerability due to a
user-provided value
.
res.end('oops.');
}
} catch (err) {
res.end('<strong>An error occurred:</strong><br>' + JSON.stringify(err) + '<br><br>Close this window and start again');

Check warning

Code scanning / CodeQL

Exception text reinterpreted as HTML Medium

Exception text
is reinterpreted as HTML without escaping meta-characters.
curlString += '" ';
curlString += '"https://api.honeywell.com/oauth2/token"';
try {
const { stdout } = await exec(curlString);

Check failure

Code scanning / CodeQL

Uncontrolled command line Critical

This command line depends on a
user-provided value
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docs enhancement New feature or request latest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant