Lukas Aldershaab

Results 50 comments of Lukas Aldershaab

It only exists in the database for the single server, so it's not UI rendering, it is import into database that fails.

Seeing this: https://github.com/schubergphilis/Seccubus/blob/a8ad6cacea2f9740beb87820a14f6f06a2c7a853/lib/Seccubus/IVIL.pm#L132-L192 It might seem like it is on purpose, I'm honestly having a hard time reading Perl code, but it seems like we might be aggregating vulnerabilities into...

Running a Nikto scan against multiple hostnames, only shows a single issue per finding even if it makes the same finding for each hostname. Is this related, or would the...

Any updates on this feature?

Can confirm. SonarQube 7.6 plugin 4.0.0. Tried compiling latest master version as well, but to no avail. It's peculiar that the unsatisfied dependency is an internal class. Full stack-trace: ```...

I have tried compiling the GitLab plugin with both OpenJDK and OracleJDK 8, both give the same error. What Java version are you guys using to run the Sonar Scanner?...

Found a lead. @ScannerSide has been deprecated since 7.6 (latest) and a new similar annotation has been created in a different package. Gonna try and use the new annotation and...

Can confirm, using the new @ScannerSide annotation works. Seems like they accidentally broke the functionality when they deprecated it.

Created a bug-report on SonarSource community: https://community.sonarsource.com/t/sonarqube-7-6-breaks-sonarside-annotation/6328

Sure thing, Basically just download the source code, find and replace `org.sonar.api.batch.ScannerSide` with `org.sonar.api.scanner.ScannerSide` And update Sonar version in pom.xml to 7.6 Compile and upload and done 👍