-
Notifications
You must be signed in to change notification settings - Fork 713
Prepare release 8.22.1 #5387
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
Prepare release 8.22.1 #5387
Conversation
tomasz-tylenda-sonarsource
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert unwanted change due to disabled macro. Otherwise the PR is good,
| <p>If it is possible to disable JavaScript in the WebView, this is the most secure option. By default, JavaScript is disabled in a WebView, so | ||
| <code>webSettings.setJavaScriptEnabled(false)</code> does not need to be explicitly called. Of course, sometimes it is necessary to enable JavaScript, | ||
| in which case the following recommendations should be considered.</p> | ||
| <code>{setJavaScriptEnabledSnippet}</code> does not need to be explicitly called. Of course, sometimes it is necessary to enable JavaScript, in which |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We discovered that this is some sort of a macro that was incorrectly disabled in SonarSource/rspec#5968
See: https://github.com/search?q=repo%3ASonarSource%2Frspec%20setJavaScriptEnabledSnippet&type=code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be fixed now. And I can confirm that using the latest version of the rule-api does not help preventing the problem here.
Add missing security standards.
75fe7f8 to
17bae7c
Compare
6104785 to
17bae7c
Compare
|





No description provided.