cloudogu / sonar-cas-plugin

CAS Authentication support for SonarQube
14 stars 8 forks source link

Bugfix/38 redirect after cas login with correct schema #39

Closed ppxl closed 2 years ago

ppxl commented 2 years ago

This PR resolves #38 and replaces a possibly insecure HTTP request with a secure HTTPS one after the CAS login. The insecure HTTP request was introduced by picking an internal URL from a cookie instead of validating the URL via the Sonar.properties configuration.

Also this PR makes this repo finally arrive in year 2000 by adding a simple Jenkinsfile which builds, tests and SonarQube-analyzes the code.