-
Notifications
You must be signed in to change notification settings - Fork 138
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
Problem with startup after upgrading 3.3 -> 3.4 on sq 5.6 #32
Comments
Sorry about that, this is definitely not a proper behavior. @pethers Repository and profiles from different language.The rule XSS_REQUEST_PARAMETER_TO_JSP_WRITER is define in the findbugs repository (language Java). It is enable in the profile findbugs-security-jsp (language JSP). I have built a hot fix for the issue. Let me know if it fix the problem on your instance. How to test
|
For reference : SonarQube developper discussion |
I directly tried to use the FB 3.4.1-fix plugin and ran into the following problem:
Starting SQ once using the 3.4.0 FB plugin before upgrading to 3.4.1-fix did fix the issue. |
The sonar-findbugs-plugin-3.4.1-fix.jar did resolve the issue for me, did "restore built in profiles" prior to test of 3.4.1-fix.jar. Did build the sonar-findbugs-plugin-3.4.jar myself from the tag. Thanks for the rapid response and solving this issue. |
@oliverbrandt Thanks for the notification. |
@h3xstream any chance you could get the 3.4.3 release out? Thanks! |
@amaltson 3.4.3 is already release. The next release will include additional fixes. Likely to be release in early august. |
@h3xstream I didn't see a release on the release page. I guess I can checkout that tag and create a package myself? |
Here is the package to install it manually: https://github.com/SonarQubeCommunity/sonar-findbugs/releases/tag/3.4.3 (I just create this tag and "release". It was previously here.) |
Get
2016.07.05 01:11:19 ERROR web[o.a.c.c.C.[.[.[/sonar]] Exception sending context initialized event to listener instance of class org.sonar.server.platform.PlatformServletContextListener
org.sonar.server.exceptions.BadRequestException: Rule findbugs:XSS_REQUEST_PARAMETER_TO_JSP_WRITER and profile jsp-findbugs-security-jsp-38343 have different languages
Looks the language changed for rule " Security - JSP reflected cross site scripting vulnerability".
Full startup log below
The text was updated successfully, but these errors were encountered: