René's URL Explorer Experiment


Title: GitHub · Where software is built

Open Graph Title: OWASP-Benchmark/BenchmarkJava

X Title: OWASP-Benchmark/BenchmarkJava

Description: OWASP Benchmark is a test suite designed to verify the speed and accuracy of software vulnerability detection tools. A fully runnable web app written in Java, it supports analysis by Static (SAST), Dynamic (DAST), and Runtime (IAST) tools that support Java. The idea is that since it is fully runnable and all the vulnerabilities are actually exploitable, it’s a fair test for any kind of vulnerability detection tool. For more details on this project, please see the OWASP Benchmark Project home page. - OWASP-Benchmark/BenchmarkJava

Open Graph Description: OWASP Benchmark is a test suite designed to verify the speed and accuracy of software vulnerability detection tools. A fully runnable web app written in Java, it supports analysis by Static (SAST),...

X Description: OWASP Benchmark is a test suite designed to verify the speed and accuracy of software vulnerability detection tools. A fully runnable web app written in Java, it supports analysis by Static (SAST),...

Opengraph URL: https://github.com/OWASP-Benchmark/BenchmarkJava

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"runSonarQube.sh fail when starts to scan javascript files","articleBody":"When start scanning javascript files\r\n\r\nIt says that NodeJs binary could not be found.\r\n\r\nI tried to set `sonar.nodejs.executable=/usr/bin/node` and increate nodejs max old space size, but it didn't help, but logs changed.\r\n```\r\n11:12:15.295 INFO  Sensor JavaScript/TypeScript analysis [javascript]\r\n11:12:15.302 DEBUG Deploying the bridge server into /tmp/.scannerwork/.sonartmp/bridge-bundle\r\n11:12:17.424 INFO  'sonar.nodejs.executable' is set. Skipping embedded Node.js runtime deployment.\r\n11:12:17.424 DEBUG Starting server\r\n11:12:17.426 DEBUG Creating Node.js process to start the bridge server on port 56365\r\n11:12:17.427 INFO  Configured Node.js --max-old-space-size=4096.\r\n11:12:17.428 INFO  Using Node.js executable /usr/bin/node from property sonar.nodejs.executable.\r\n11:12:17.428 DEBUG Checking Node.js version\r\n11:12:17.428 DEBUG Launching command /usr/bin/node -v\r\n11:12:17.440 DEBUG Using Node.js v18.20.2.\r\n11:12:17.440 DEBUG Launching command /usr/bin/node --max-old-space-size=4096 /tmp/.scannerwork/.sonartmp/bridge-bundle/package/bin/server 56365 127.0.0.1 /tmp/.scannerwork true false false\r\n11:12:20.773 INFO  Memory configuration: OS (11959 MB), Node.js (4144 MB).\r\n11:12:20.774 DEBUG Starting the bridge server\r\n11:12:20.793 DEBUG The bridge server is listening on port 56365\r\n11:12:20.848 DEBUG The worker thread is running\r\n11:12:35.788 DEBUG Shutting down the worker\r\n11:12:35.792 INFO  Rule | Time (ms) | Relative\r\n11:12:35.792 INFO  :----|----------:|--------:\r\n11:12:35.812 DEBUG The worker thread exited with code 0\r\n11:12:35.814 DEBUG The bridge server shut down\r\n11:12:35.815 INFO  Rule | Time (ms) | Relative\r\n11:12:35.815 INFO  :----|----------:|--------:\r\n11:17:17.457 ERROR Failed to start the bridge server (300s timeout)\r\norg.sonar.plugins.javascript.nodejs.NodeCommandException: Failed to start the bridge server (300s timeout)\r\n\tat org.sonar.plugins.javascript.bridge.BridgeServerImpl.startServer(BridgeServerImpl.java:209)\r\n\tat org.sonar.plugins.javascript.bridge.BridgeServerImpl.startServerLazily(BridgeServerImpl.java:312)\r\n\tat org.sonar.plugins.javascript.analysis.AbstractBridgeSensor.execute(AbstractBridgeSensor.java:76)\r\n\tat org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:64)\r\n\tat org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:88)\r\n\tat org.sonar.scanner.sensor.ModuleSensorsExecutor.lambda$execute$1(ModuleSensorsExecutor.java:61)\r\n\tat org.sonar.scanner.sensor.ModuleSensorsExecutor.withModuleStrategy(ModuleSensorsExecutor.java:79)\r\n\tat org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:61)\r\n\tat org.sonar.scanner.scan.SpringModuleScanContainer.doAfterStart(SpringModuleScanContainer.java:82)\r\n\tat org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:226)\r\n\tat org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:205)\r\n\tat org.sonar.scanner.scan.SpringProjectScanContainer.scan(SpringProjectScanContainer.java:204)\r\n\tat org.sonar.scanner.scan.SpringProjectScanContainer.scanRecursively(SpringProjectScanContainer.java:200)\r\n\tat org.sonar.scanner.scan.SpringProjectScanContainer.doAfterStart(SpringProjectScanContainer.java:173)\r\n\tat org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:226)\r\n\tat org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:205)\r\n\tat org.sonar.scanner.bootstrap.SpringScannerContainer.doAfterStart(SpringScannerContainer.java:351)\r\n\tat org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:226)\r\n\tat org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:205)\r\n\tat org.sonar.scanner.bootstrap.SpringGlobalContainer.doAfterStart(SpringGlobalContainer.java:144)\r\n\tat org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:226)\r\n\tat org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:205)\r\n\tat org.sonar.scanner.bootstrap.ScannerMain.runScannerEngine(ScannerMain.java:149)\r\n\tat org.sonar.scanner.bootstrap.ScannerMain.run(ScannerMain.java:66)\r\n\tat org.sonar.scanner.bootstrap.ScannerMain.main(ScannerMain.java:52)\r\n\r\n11:17:17.457 INFO  Hit the cache for 0 out of 0\r\n11:17:17.459 INFO  Miss the cache for 0 out of 0\r\n11:17:18.331 ERROR Error during SonarScanner Engine execution\r\njava.lang.IllegalStateException: Error while running Node.js. A supported version of Node.js is required for running the analysis of JS/TS files. Please make sure a supported version of Node.js is available in the PATH or an executable path is provided via 'sonar.nodejs.executable' property. Alternatively, you can exclude JS/TS files from your analysis using the 'sonar.exclusions' configuration property. See the docs for configuring the analysis environment: https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/languages/javascript-typescript-css/\r\n\tat org.sonar.plugins.javascript.analysis.AbstractBridgeSensor.execute(AbstractBridgeSensor.java:89)\r\n\tat org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:64)\r\n\tat org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:88)\r\n\tat org.sonar.scanner.sensor.ModuleSensorsExecutor.lambda$execute$1(ModuleSensorsExecutor.java:61)\r\n\tat org.sonar.scanner.sensor.ModuleSensorsExecutor.withModuleStrategy(ModuleSensorsExecutor.java:79)\r\n\tat org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:61)\r\n\tat org.sonar.scanner.scan.SpringModuleScanContainer.doAfterStart(SpringModuleScanContainer.java:82)\r\n\tat org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:226)\r\n\tat org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:205)\r\n\tat org.sonar.scanner.scan.SpringProjectScanContainer.scan(SpringProjectScanContainer.java:204)\r\n\tat org.sonar.scanner.scan.SpringProjectScanContainer.scanRecursively(SpringProjectScanContainer.java:200)\r\n\tat org.sonar.scanner.scan.SpringProjectScanContainer.doAfterStart(SpringProjectScanContainer.java:173)\r\n\tat org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:226)\r\n\tat org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:205)\r\n\tat org.sonar.scanner.bootstrap.SpringScannerContainer.doAfterStart(SpringScannerContainer.java:351)\r\n\tat org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:226)\r\n\tat org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:205)\r\n\tat org.sonar.scanner.bootstrap.SpringGlobalContainer.doAfterStart(SpringGlobalContainer.java:144)\r\n\tat org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:226)\r\n\tat org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:205)\r\n\tat org.sonar.scanner.bootstrap.ScannerMain.runScannerEngine(ScannerMain.java:149)\r\n\tat org.sonar.scanner.bootstrap.ScannerMain.run(ScannerMain.java:66)\r\n\tat org.sonar.scanner.bootstrap.ScannerMain.main(ScannerMain.java:52)\r\nCaused by: org.sonar.plugins.javascript.nodejs.NodeCommandException: Failed to start the bridge server (300s timeout)\r\n\tat org.sonar.plugins.javascript.bridge.BridgeServerImpl.startServer(BridgeServerImpl.java:209)\r\n\tat org.sonar.plugins.javascript.bridge.BridgeServerImpl.startServerLazily(BridgeServerImpl.java:312)\r\n\tat org.sonar.plugins.javascript.analysis.AbstractBridgeSensor.execute(AbstractBridgeSensor.java:76)\r\n\t... 22 common frames omitted\r\n\r\n11:17:18.334 DEBUG Cleanup org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda$345/0x00007fe6dc2a6f00@7f9e1534 during JVM shutdown\r\n11:17:18.698 DEBUG Java command exited with code 1\r\n11:17:18.698 INFO  EXECUTION FAILURE\r\n11:17:18.700 INFO  Total time: 7:36.047s\r\nWaiting for SonarQube CE to finish task\r\n```\r\n\r\nMy version of running sonarqube-cli\r\n```shell\r\ndocker run --env SONAR_SCANNER_OPTS=-Xmx4g --net=host --rm -v ~/.m2:/root/.m2 -v \"$(pwd)\":\"$(pwd)\" -w \"$(pwd)\" sonarsource/sonar-scanner-cli \\\r\n  -Dsonar.java.binaries=\"target\" -Dsonar.projectKey=\"$sonar_project\" \\\r\n  -Dsonar.host.url=\"$sonar_host\" \\\r\n  -Dsonar.login=\"$sonar_token\" \\\r\n  -Dsonar.sources=\"src\" \\\r\n  -Dsonar.exclusions=\".horusec/**,owasp-benchmark/**,results/**,scorecard/**,scripts/**,tools/**,VMs/**\" \\\r\n  -Dsonar.nodejs.executable=\"/usr/bin/node\" \\\r\n  -Dsonar.javascript.node.maxspace=\"4096\" \\\r\n  -Dsonar.verbose=true\r\n```\r\n\r\nIf this bug related to SonarQube not runSonarQube.sh script tell me please, this is my first interaction with sonarqube.\r\n","author":{"url":"https://github.com/paraddise","@type":"Person","name":"paraddise"},"datePublished":"2024-11-13T11:21:19.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/235/BenchmarkJava/issues/235"}

route-pattern/:user_id/:repository/issues/:id(.:format)
route-controllerissues
route-actionshow
fetch-noncev2:2ddcf4ca-97a0-4dd8-26ae-85b7ed058a67
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8958:3E6A40:15E935C:1F3AFFD:6978DEAA
html-safe-nonced5e8a477d0ee89fa2b73bbd65eb2c107b38dabc6a69eb59c3b619abe07b1d8d1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4OTU4OjNFNkE0MDoxNUU5MzVDOjFGM0FGRkQ6Njk3OERFQUEiLCJ2aXNpdG9yX2lkIjoiNDU0NjgwMzIzNjQ5MjMyNTU0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac218dc160edae34984192b83bfd1439c37909aad470153d7d0a6afc3c9ba041f9
hovercard-subject-tagrepository:33565372
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///issues/show
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/OWASP-Benchmark/BenchmarkJava/issues/235
twitter:imagehttps://opengraph.githubassets.com/182b7b876039d69826af3372835c0f2ffeff51720f19ea112c2ed3a4de0a56b6/OWASP-Benchmark/BenchmarkJava
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/182b7b876039d69826af3372835c0f2ffeff51720f19ea112c2ed3a4de0a56b6/OWASP-Benchmark/BenchmarkJava
og:image:altOWASP Benchmark is a test suite designed to verify the speed and accuracy of software vulnerability detection tools. A fully runnable web app written in Java, it supports analysis by Static (SAST),...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None8a71ca1f7ab5436216e1df86f398ef7a51ed3152c90e3f7332fc70cf97fcb9d6
turbo-cache-controlno-cache
go-importgithub.com/OWASP-Benchmark/BenchmarkJava git https://github.com/OWASP-Benchmark/BenchmarkJava.git
octolytics-dimension-user_id80600360
octolytics-dimension-user_loginOWASP-Benchmark
octolytics-dimension-repository_id33565372
octolytics-dimension-repository_nwoOWASP-Benchmark/BenchmarkJava
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id33565372
octolytics-dimension-repository_network_root_nwoOWASP-Benchmark/BenchmarkJava
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseeaed570eead52a9920afef75dc3eb6d826fdc5ef
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/issues/235#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FOWASP-Benchmark%2FBenchmarkJava%2Fissues%2F235
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FOWASP-Benchmark%2FBenchmarkJava%2Fissues%2F235
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fissues%2Fshow&source=header-repo&source_repo=OWASP-Benchmark%2FBenchmarkJava
Reloadhttps://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/issues/235
Reloadhttps://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/issues/235
Reloadhttps://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/issues/235
OWASP-Benchmark https://patch-diff.githubusercontent.com/OWASP-Benchmark
BenchmarkJavahttps://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FOWASP-Benchmark%2FBenchmarkJava
Fork 1.4k https://patch-diff.githubusercontent.com/login?return_to=%2FOWASP-Benchmark%2FBenchmarkJava
Star 767 https://patch-diff.githubusercontent.com/login?return_to=%2FOWASP-Benchmark%2FBenchmarkJava
Code https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava
Issues 14 https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/issues
Pull requests 1 https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/pulls
Actions https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/actions
Projects 0 https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/projects
Security 0 https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/security
Insights https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/pulse
Code https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava
Issues https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/issues
Pull requests https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/pulls
Actions https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/actions
Projects https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/projects
Security https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/security
Insights https://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/OWASP-Benchmark/BenchmarkJava/issues/235
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/OWASP-Benchmark/BenchmarkJava/issues/235
runSonarQube.sh fail when starts to scan javascript fileshttps://patch-diff.githubusercontent.com/OWASP-Benchmark/BenchmarkJava/issues/235#top
https://github.com/paraddise
https://github.com/paraddise
paraddisehttps://github.com/paraddise
on Nov 13, 2024https://github.com/OWASP-Benchmark/BenchmarkJava/issues/235#issue-2655147596
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.