Skip to content
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

Error: Unable to get document domain analyzing https://github.com with jsdom #521

Closed
sarvaje opened this issue Sep 15, 2017 · 6 comments

Comments

@sarvaje
Copy link
Contributor

sarvaje commented Sep 15, 2017

Please tell us about your:

Environment

  • sonar version: 0.6.3
  • Node.js version: 8.4.0
  • npm version: 5.3.0

sonar configuration

sonar's configuration
{
    "browserslist": [],
    "connector": {
        "name": "jsdom",
        "options": {
            "waitFor": 1000
        }
    },
    "formatter": "summary",
    "ignoredUrls": {},
    "rules": {
        "apple-touch-icons": "error",
        "axe": "error",
        "content-type": "error",
        "disown-opener": "error",
        "highest-available-document-mode": "error",
        "html-checker": "error",
        "manifest-app-name": "error",
        "manifest-exists": "error",
        "manifest-file-extension": "error",
        "manifest-is-valid": "error",
        "meta-charset-utf-8": "error",
        "meta-viewport": "error",
        "no-disallowed-headers": "error",
        "no-friendly-error-pages": "error",
        "no-html-only-headers": "error",
        "no-protocol-relative-urls": "error",
        "no-vulnerable-javascript-libraries": "error",
        "ssllabs": "off",
        "strict-transport-security": "error",
        "validate-set-cookie-header": "error",
        "x-content-type-options": "error"
    },
    "rulesTimeout": 120000
}

URL for which sonar failed

Output

sonar's raw output
2017-09-15T22:14:14.916Z sonar:utils:get-as-uri Adding valid target: https://github.com/

2017-09-15T22:14:14.918Z sonar:cli Loading configuration file from C:\github\.sonarrc.

2017-09-15T22:14:14.919Z sonar:utils:misc Loading JSON file: C:\github\.sonarrc

2017-09-15T22:14:14.922Z sonar:engine Initializing sonar engine

2017-09-15T22:14:14.923Z sonar:engine Loading connector

2017-09-15T22:14:14.923Z sonar:engine Loading supported browsers

2017-09-15T22:14:14.927Z sonar:engine Setting the selected formatter

2017-09-15T22:14:14.927Z sonar:engine Initializing ignored urls

2017-09-15T22:14:14.928Z sonar:utils:resource-loader Searching jsdom…

2017-09-15T22:14:15.664Z sonar:utils:resource-loader jsdom found in C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\connectors\jsdom\jsdom.js

2017-09-15T22:14:15.665Z sonar:engine Loading rules

2017-09-15T22:14:15.666Z sonar:utils:resource-loader Searching apple-touch-icons…

2017-09-15T22:14:15.687Z sonar:utils:resource-loader apple-touch-icons found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\apple-touch-icons\apple-touch-icons.js

2017-09-15T22:14:15.687Z sonar:config:config-rules Validating rule apple-touch-icons

2017-09-15T22:14:15.688Z sonar:utils:resource-loader Searching axe…

2017-09-15T22:14:15.689Z sonar:utils:resource-loader axe found in C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\axe\axe.js

2017-09-15T22:14:15.689Z sonar:config:config-rules Validating rule axe

2017-09-15T22:14:15.689Z sonar:utils:resource-loader Searching content-type…

2017-09-15T22:14:15.701Z sonar:utils:resource-loader content-type found in C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\content-type\content-type.js

2017-09-15T22:14:15.701Z sonar:config:config-rules Validating rule content-type

2017-09-15T22:14:15.701Z sonar:utils:resource-loader Searching disown-opener…

2017-09-15T22:14:16.091Z sonar:utils:resource-loader disown-opener found in C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\disown-opener\disown-opener.js

2017-09-15T22:14:16.091Z sonar:config:config-rules Validating rule disown-opener

2017-09-15T22:14:16.091Z sonar:utils:resource-loader Searching highest-available-document-mode…

2017-09-15T22:14:16.092Z sonar:utils:resource-loader highest-available-document-mode found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\highest-available-document-mode\highest-available-document-mode.js

2017-09-15T22:14:16.092Z sonar:config:config-rules Validating rule highest-available-document-mode

2017-09-15T22:14:16.092Z sonar:utils:resource-loader Searching html-checker…

2017-09-15T22:14:16.094Z sonar:utils:resource-loader html-checker found in C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\html-checker\html-checker.js

2017-09-15T22:14:16.094Z sonar:config:config-rules Validating rule html-checker

2017-09-15T22:14:16.094Z sonar:utils:resource-loader Searching manifest-app-name…

2017-09-15T22:14:16.096Z sonar:utils:resource-loader manifest-app-name found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\manifest-app-name\manifest-app-name.js

2017-09-15T22:14:16.096Z sonar:config:config-rules Validating rule manifest-app-name

2017-09-15T22:14:16.096Z sonar:utils:resource-loader Searching manifest-exists…

2017-09-15T22:14:16.098Z sonar:utils:resource-loader manifest-exists found in C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\manifest-exists\manifest-exists.js

2017-09-15T22:14:16.098Z sonar:config:config-rules Validating rule manifest-exists

2017-09-15T22:14:16.098Z sonar:utils:resource-loader Searching manifest-file-extension…

2017-09-15T22:14:16.100Z sonar:utils:resource-loader manifest-file-extension found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\manifest-file-extension\manifest-file-extension.js

2017-09-15T22:14:16.100Z sonar:config:config-rules Validating rule manifest-file-extension

2017-09-15T22:14:16.100Z sonar:utils:resource-loader Searching manifest-is-valid…

2017-09-15T22:14:16.102Z sonar:utils:resource-loader manifest-is-valid found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\manifest-is-valid\manifest-is-valid.js

2017-09-15T22:14:16.102Z sonar:config:config-rules Validating rule manifest-is-valid

2017-09-15T22:14:16.102Z sonar:utils:resource-loader Searching meta-charset-utf-8…

2017-09-15T22:14:16.103Z sonar:utils:resource-loader meta-charset-utf-8 found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\meta-charset-utf-8\meta-charset-utf-8.js

2017-09-15T22:14:16.103Z sonar:config:config-rules Validating rule meta-charset-utf-8

2017-09-15T22:14:16.103Z sonar:utils:resource-loader Searching meta-viewport…

2017-09-15T22:14:16.108Z sonar:utils:resource-loader meta-viewport found in C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\meta-viewport\meta-viewport.js

2017-09-15T22:14:16.108Z sonar:config:config-rules Validating rule meta-viewport

2017-09-15T22:14:16.108Z sonar:utils:resource-loader Searching no-disallowed-headers…

2017-09-15T22:14:16.111Z sonar:utils:resource-loader no-disallowed-headers found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\no-disallowed-headers\no-disallowed-headers.js

2017-09-15T22:14:16.111Z sonar:config:config-rules Validating rule no-disallowed-headers

2017-09-15T22:14:16.111Z sonar:utils:resource-loader Searching no-friendly-error-pages…

2017-09-15T22:14:16.113Z sonar:utils:resource-loader no-friendly-error-pages found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\no-friendly-error-pages\no-friendly-error-pages.js

2017-09-15T22:14:16.113Z sonar:config:config-rules Validating rule no-friendly-error-pages

2017-09-15T22:14:16.113Z sonar:utils:resource-loader Searching no-html-only-headers…

2017-09-15T22:14:16.116Z sonar:utils:resource-loader no-html-only-headers found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\no-html-only-headers\no-html-only-headers.js

2017-09-15T22:14:16.116Z sonar:config:config-rules Validating rule no-html-only-headers

2017-09-15T22:14:16.116Z sonar:utils:resource-loader Searching no-protocol-relative-urls…
2017-09-15T22:14:16.117Z sonar:utils:resource-loader no-protocol-relative-urls found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\no-protocol-relative-urls\no-protocol-relative-urls.js
2017-09-15T22:14:16.117Z sonar:config:config-rules Validating rule no-protocol-relative-urls
2017-09-15T22:14:16.117Z sonar:utils:resource-loader Searching no-vulnerable-javascript-libraries…

2017-09-15T22:14:16.126Z sonar:utils:resource-loader no-vulnerable-javascript-libraries found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\no-vulnerable-javascript-libraries\no-vulnerable-javascript-libraries.js

2017-09-15T22:14:16.127Z sonar:config:config-rules Validating rule no-vulnerable-javascript-libraries

2017-09-15T22:14:16.127Z sonar:utils:resource-loader Searching ssllabs…

2017-09-15T22:14:16.128Z sonar:utils:resource-loader ssllabs found in C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\ssllabs\ssllabs.js

2017-09-15T22:14:16.128Z sonar:config:config-rules Validating rule ssllabs

2017-09-15T22:14:16.128Z sonar:utils:resource-loader Searching strict-transport-security…

2017-09-15T22:14:16.130Z sonar:utils:resource-loader strict-transport-security found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\strict-transport-security\strict-transport-security.js

2017-09-15T22:14:16.130Z sonar:config:config-rules Validating rule strict-transport-security

2017-09-15T22:14:16.130Z sonar:utils:resource-loader Searching validate-set-cookie-header…

2017-09-15T22:14:16.132Z sonar:utils:resource-loader validate-set-cookie-header found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\validate-set-cookie-header\validate-set-cookie-header.js

2017-09-15T22:14:16.132Z sonar:config:config-rules Validating rule validate-set-cookie-header

2017-09-15T22:14:16.132Z sonar:utils:resource-loader Searching x-content-type-options…

2017-09-15T22:14:16.134Z sonar:utils:resource-loader x-content-type-options found in 
C:\Users\sarba\AppData\Roaming\npm\node_modules\@sonarwhal\sonar\dist\src\lib\rules\x-content-type-options\x-content-type-options.js

2017-09-15T22:14:16.134Z sonar:config:config-rules Validating rule x-content-type-options

2017-09-15T22:14:16.142Z sonar:engine Rule "ssllabs" is disabled

2017-09-15T22:14:16.145Z sonar:engine Rules loaded: 20

2017-09-15T22:14:16.146Z sonar:engine Starting the analysis on /

2017-09-15T22:14:16.147Z sonar:connectors:jsdom About to start fetching https://github.com/

2017-09-15T22:14:16.149Z sonar:connectors:utils:requester Requesting https://github.com/

2017-09-15T22:14:16.421Z sonar:connectors:utils:charset Charset for 'text/html; charset=utf-8' is 'utf-8'

2017-09-15T22:14:16.438Z sonar:connectors:jsdom HTML for https://github.com/ downloaded

2017-09-15T22:14:16.622Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/universe-octoshop.png to be fetched

2017-09-15T22:14:16.624Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/universe-wordmark.png to be fetched

2017-09-15T22:14:16.628Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/home-illo-conversation.svg to be fetched

2017-09-15T22:14:16.632Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/home-illo-chaos.svg to be fetched

2017-09-15T22:14:16.636Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/home-illo-business.svg to be fetched

2017-09-15T22:14:16.640Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/slackhq.png to be fetched

2017-09-15T22:14:16.641Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/zenhubio.png to be fetched

2017-09-15T22:14:16.643Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/travis-ci.png to be fetched

2017-09-15T22:14:16.644Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/atom.png to be fetched

2017-09-15T22:14:16.646Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/circleci.png to be fetched

2017-09-15T22:14:16.646Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/codeship.png to be fetched

2017-09-15T22:14:16.647Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/codeclimate.png to be fetched

2017-09-15T22:14:16.654Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/developers/ariya.png to be fetched

2017-09-15T22:14:16.656Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/developers/freakboy3742.png to be fetched

2017-09-15T22:14:16.657Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/customers/mailchimp.png to be fetched

2017-09-15T22:14:16.659Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/developers/kris-nova.png to be fetched

2017-09-15T22:14:16.661Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/developers/yyx990803.png to be fetched

2017-09-15T22:14:16.663Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/customers/mapbox.png to be fetched

2017-09-15T22:14:16.664Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/developers/jessfraz.png to be fetched

2017-09-15T22:14:16.669Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/airbnb-logo.png to be fetched

2017-09-15T22:14:16.672Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/sap-logo.png to be fetched

2017-09-15T22:14:16.673Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/ibm-logo.png to be fetched

2017-09-15T22:14:16.673Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/google-logo.png to be fetched

2017-09-15T22:14:16.674Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/paypal-logo.png to be fetched

2017-09-15T22:14:16.693Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/bloomberg-logo.png to be fetched

2017-09-15T22:14:16.695Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/spotify-logo.png to be fetched

2017-09-15T22:14:16.697Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/swift-logo.png to be fetched

2017-09-15T22:14:16.699Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/facebook-logo.png to be fetched

2017-09-15T22:14:16.699Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/node-logo.png to be fetched

2017-09-15T22:14:16.701Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/nasa-logo.png to be fetched

2017-09-15T22:14:16.702Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/walmart-logo.png to be fetched

2017-09-15T22:14:16.759Z sonar:connectors:jsdom resource https://assets-cdn.github.com/assets/frameworks-bedfc518345498ab3204d330c1727cde7e733526a09cd7df6867f6a231565091.css to be fetched

2017-09-15T22:14:16.763Z sonar:connectors:jsdom resource https://assets-cdn.github.com/assets/github-7fe2b92304082e7579ea9aaf717b05ebef9288ada19f3ff3afeca11b72e5f4aa.css to be fetched

2017-09-15T22:14:16.766Z sonar:connectors:jsdom resource https://assets-cdn.github.com/assets/site-877643c520258c4fa15ac8d1664d84efd0e3db56f5e544ccac58da0e50489904.css to be fetched

2017-09-15T22:14:16.778Z sonar:connectors:jsdom resource https://assets-cdn.github.com/assets/frameworks-20fb1a63ec27c0f023c17eb35f1b8e55fdd43ff5939cf07f5180ffdb686a8e26.js to be fetched

2017-09-15T22:14:16.781Z sonar:connectors:jsdom resource https://assets-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js to be fetched

2017-09-15T22:14:16.785Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/universe-octoshop.png

2017-09-15T22:14:16.788Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/universe-wordmark.png

2017-09-15T22:14:16.790Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/home-illo-conversation.svg

2017-09-15T22:14:16.792Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/home-illo-chaos.svg

2017-09-15T22:14:16.794Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/home-illo-business.svg

2017-09-15T22:14:16.795Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/integrators/slackhq.png

2017-09-15T22:14:16.797Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/integrators/zenhubio.png

2017-09-15T22:14:16.798Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/integrators/travis-ci.png

2017-09-15T22:14:16.799Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/integrators/atom.png

2017-09-15T22:14:16.800Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/integrators/circleci.png

2017-09-15T22:14:16.800Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/integrators/codeship.png

2017-09-15T22:14:16.802Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/integrators/codeclimate.png

2017-09-15T22:14:16.803Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/stories/developers/ariya.png

2017-09-15T22:14:16.804Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/stories/developers/freakboy3742.png

2017-09-15T22:14:16.805Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/stories/customers/mailchimp.png

2017-09-15T22:14:16.807Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/stories/developers/kris-nova.png

2017-09-15T22:14:16.808Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/stories/developers/yyx990803.png

2017-09-15T22:14:16.809Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/stories/customers/mapbox.png

2017-09-15T22:14:16.810Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/stories/developers/jessfraz.png

2017-09-15T22:14:16.811Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/logos/airbnb-logo.png

2017-09-15T22:14:16.812Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/logos/sap-logo.png

2017-09-15T22:14:16.813Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/logos/ibm-logo.png

2017-09-15T22:14:16.814Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/logos/google-logo.png

2017-09-15T22:14:16.814Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/logos/paypal-logo.png

2017-09-15T22:14:16.815Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/logos/bloomberg-logo.png

2017-09-15T22:14:16.816Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/logos/spotify-logo.png

2017-09-15T22:14:16.818Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/logos/swift-logo.png

2017-09-15T22:14:16.819Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/logos/facebook-logo.png

2017-09-15T22:14:16.820Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/logos/node-logo.png

2017-09-15T22:14:16.821Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/logos/nasa-logo.png

2017-09-15T22:14:16.822Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/images/modules/site/logos/walmart-logo.png

2017-09-15T22:14:16.824Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/assets/frameworks-bedfc518345498ab3204d330c1727cde7e733526a09cd7df6867f6a231565091.css

2017-09-15T22:14:16.825Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/assets/github-7fe2b92304082e7579ea9aaf717b05ebef9288ada19f3ff3afeca11b72e5f4aa.css

2017-09-15T22:14:16.827Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/assets/site-877643c520258c4fa15ac8d1664d84efd0e3db56f5e544ccac58da0e50489904.css

2017-09-15T22:14:16.827Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/assets/frameworks-20fb1a63ec27c0f023c17eb35f1b8e55fdd43ff5939cf07f5180ffdb686a8e26.js

2017-09-15T22:14:16.828Z sonar:connectors:utils:requester Requesting https://assets-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js

2017-09-15T22:14:17.014Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.014Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/universe-wordmark.png fetched

2017-09-15T22:14:17.066Z sonar:utils:location-helpers Indices found: 1 ([16634])

2017-09-15T22:14:17.067Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/universe-wordmark.png"][class="d-block mx-auto 
mx-md-0"][alt="universe wordmark"][width="150px"]

2017-09-15T22:14:17.072Z sonar:utils:location-helpers Indices found: 1 ([16634])

2017-09-15T22:14:17.072Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/universe-wordmark.png"][class="d-block mx-auto 
mx-md-0"][alt="universe wordmark"][width="150px"]

2017-09-15T22:14:17.073Z sonar:utils:location-helpers Indices found: 1 ([16634])

2017-09-15T22:14:17.073Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/universe-wordmark.png"][class="d-block mx-auto 
mx-md-0"][alt="universe wordmark"][width="150px"]

2017-09-15T22:14:17.076Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.076Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/universe-octoshop.png fetched

2017-09-15T22:14:17.081Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.081Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/zenhubio.png fetched

2017-09-15T22:14:17.085Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.085Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/developers/jessfraz.png fetched

2017-09-15T22:14:17.181Z sonar:utils:location-helpers Indices found: 1 ([16249])

2017-09-15T22:14:17.181Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/universe-octoshop.png"][class="d-block"][alt="universe octoshop 
swag"][width="100%"]

2017-09-15T22:14:17.182Z sonar:utils:location-helpers Indices found: 1 ([16249])

2017-09-15T22:14:17.183Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/universe-octoshop.png"][class="d-block"][alt="universe octoshop 
swag"][width="100%"]

2017-09-15T22:14:17.183Z sonar:utils:location-helpers Indices found: 1 ([16249])

2017-09-15T22:14:17.183Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/universe-octoshop.png"][class="d-block"][alt="universe octoshop 
swag"][width="100%"]

2017-09-15T22:14:17.184Z sonar:utils:location-helpers Indices found: 1 ([26049])

2017-09-15T22:14:17.184Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/zenhubio.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.185Z sonar:utils:location-helpers Indices found: 1 ([26049])

2017-09-15T22:14:17.185Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/zenhubio.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.185Z sonar:utils:location-helpers Indices found: 1 ([26049])

2017-09-15T22:14:17.185Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/zenhubio.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.186Z sonar:utils:location-helpers Indices found: 1 ([36839])

2017-09-15T22:14:17.186Z sonar:utils:location-helpers Selector created: img[alt="Jessfraz"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/jessfraz.png"]

2017-09-15T22:14:17.187Z sonar:utils:location-helpers Indices found: 1 ([36839])

2017-09-15T22:14:17.187Z sonar:utils:location-helpers Selector created: img[alt="Jessfraz"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/jessfraz.png"]

2017-09-15T22:14:17.187Z sonar:utils:location-helpers Indices found: 1 ([36839])

2017-09-15T22:14:17.187Z sonar:utils:location-helpers Selector created: img[alt="Jessfraz"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/jessfraz.png"]

2017-09-15T22:14:17.187Z sonar:utils:location-helpers Indices found: 1 ([36839])

2017-09-15T22:14:17.187Z sonar:utils:location-helpers Selector created: img[alt="Jessfraz"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/jessfraz.png"]

2017-09-15T22:14:17.192Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.192Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/codeship.png fetched

2017-09-15T22:14:17.194Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.194Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/slackhq.png fetched

2017-09-15T22:14:17.196Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.196Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/circleci.png fetched

2017-09-15T22:14:17.198Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.198Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/developers/yyx990803.png fetched

2017-09-15T22:14:17.200Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.200Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/developers/freakboy3742.png fetched

2017-09-15T22:14:17.202Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.202Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/airbnb-logo.png fetched

2017-09-15T22:14:17.208Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.208Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/codeclimate.png fetched

2017-09-15T22:14:17.209Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.209Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/paypal-logo.png fetched

2017-09-15T22:14:17.213Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.213Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/sap-logo.png fetched

2017-09-15T22:14:17.215Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.215Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/walmart-logo.png fetched

2017-09-15T22:14:17.216Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.216Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/facebook-logo.png fetched

2017-09-15T22:14:17.217Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.217Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/node-logo.png fetched

2017-09-15T22:14:17.221Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.221Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/nasa-logo.png fetched

2017-09-15T22:14:17.234Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.234Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/swift-logo.png fetched

2017-09-15T22:14:17.236Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.236Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/bloomberg-logo.png fetched

2017-09-15T22:14:17.238Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.238Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/google-logo.png fetched

2017-09-15T22:14:17.243Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.243Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/developers/kris-nova.png fetched

2017-09-15T22:14:17.246Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.248Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/spotify-logo.png fetched

2017-09-15T22:14:17.619Z sonar:utils:location-helpers Indices found: 1 ([27236])

2017-09-15T22:14:17.619Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/codeship.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.621Z sonar:utils:location-helpers Indices found: 1 ([27236])

2017-09-15T22:14:17.621Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/codeship.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.621Z sonar:utils:location-helpers Indices found: 1 ([27236])

2017-09-15T22:14:17.621Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/codeship.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.622Z sonar:utils:location-helpers Indices found: 1 ([25754])

2017-09-15T22:14:17.622Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/slackhq.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.622Z sonar:utils:location-helpers Indices found: 1 ([25754])

2017-09-15T22:14:17.622Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/slackhq.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.623Z sonar:utils:location-helpers Indices found: 1 ([25754])

2017-09-15T22:14:17.623Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/slackhq.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.623Z sonar:utils:location-helpers Indices found: 1 ([26938])

2017-09-15T22:14:17.623Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/circleci.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.624Z sonar:utils:location-helpers Indices found: 1 ([26938])

2017-09-15T22:14:17.624Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/circleci.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.624Z sonar:utils:location-helpers Indices found: 1 ([26938])

2017-09-15T22:14:17.624Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/circleci.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.625Z sonar:utils:location-helpers Indices found: 1 ([35446])

2017-09-15T22:14:17.625Z sonar:utils:location-helpers Selector created: img[alt="Yyx990803"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/yyx990803.png"]

2017-09-15T22:14:17.626Z sonar:utils:location-helpers Indices found: 1 ([35446])

2017-09-15T22:14:17.626Z sonar:utils:location-helpers Selector created: img[alt="Yyx990803"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/yyx990803.png"]

2017-09-15T22:14:17.626Z sonar:utils:location-helpers Indices found: 1 ([35446])

2017-09-15T22:14:17.626Z sonar:utils:location-helpers Selector created: img[alt="Yyx990803"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/yyx990803.png"]

2017-09-15T22:14:17.627Z sonar:utils:location-helpers Indices found: 1 ([35446])

2017-09-15T22:14:17.627Z sonar:utils:location-helpers Selector created: img[alt="Yyx990803"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/yyx990803.png"]

2017-09-15T22:14:17.627Z sonar:utils:location-helpers Indices found: 1 ([33315])

2017-09-15T22:14:17.627Z sonar:utils:location-helpers Selector created: img[alt="Freakboy3742"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/freakboy3742.png"]

2017-09-15T22:14:17.628Z sonar:utils:location-helpers Indices found: 1 ([33315])

2017-09-15T22:14:17.628Z sonar:utils:location-helpers Selector created: img[alt="Freakboy3742"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/freakboy3742.png"]

2017-09-15T22:14:17.628Z sonar:utils:location-helpers Indices found: 1 ([33315])

2017-09-15T22:14:17.628Z sonar:utils:location-helpers Selector created: img[alt="Freakboy3742"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/freakboy3742.png"]

2017-09-15T22:14:17.629Z sonar:utils:location-helpers Indices found: 1 ([40740])

2017-09-15T22:14:17.629Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/airbnb-logo.png"][alt="Airbnb"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.629Z sonar:utils:location-helpers Indices found: 1 ([40740])

2017-09-15T22:14:17.629Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/airbnb-logo.png"][alt="Airbnb"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.630Z sonar:utils:location-helpers Indices found: 1 ([40740])

2017-09-15T22:14:17.630Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/airbnb-logo.png"][alt="Airbnb"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.630Z sonar:utils:location-helpers Indices found: 1 ([27546])

2017-09-15T22:14:17.630Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/codeclimate.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.631Z sonar:utils:location-helpers Indices found: 1 ([27546])

2017-09-15T22:14:17.631Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/codeclimate.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.632Z sonar:utils:location-helpers Indices found: 1 ([27546])

2017-09-15T22:14:17.632Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/codeclimate.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.633Z sonar:utils:location-helpers Indices found: 1 ([41380])

2017-09-15T22:14:17.633Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/paypal-logo.png"][alt="PayPal"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.634Z sonar:utils:location-helpers Indices found: 1 ([41380])

2017-09-15T22:14:17.634Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/paypal-logo.png"][alt="PayPal"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.634Z sonar:utils:location-helpers Indices found: 1 ([41380])

2017-09-15T22:14:17.634Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/paypal-logo.png"][alt="PayPal"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.635Z sonar:utils:location-helpers Indices found: 1 ([40903])

2017-09-15T22:14:17.635Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/sap-logo.png"][alt="SAP"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.637Z sonar:utils:location-helpers Indices found: 1 ([40903])

2017-09-15T22:14:17.637Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/sap-logo.png"][alt="SAP"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.637Z sonar:utils:location-helpers Indices found: 1 ([40903])

2017-09-15T22:14:17.637Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/sap-logo.png"][alt="SAP"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.637Z sonar:utils:location-helpers Indices found: 1 ([42520])

2017-09-15T22:14:17.637Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/walmart-logo.png"][alt="Walmart"][class="logo-img-sm px-2 
px-sm-4 px-md-5 my-md-3"]

2017-09-15T22:14:17.639Z sonar:utils:location-helpers Indices found: 1 ([42520])

2017-09-15T22:14:17.639Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/walmart-logo.png"][alt="Walmart"][class="logo-img-sm px-2 
px-sm-4 px-md-5 my-md-3"]

2017-09-15T22:14:17.639Z sonar:utils:location-helpers Indices found: 1 ([42520])

2017-09-15T22:14:17.639Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/walmart-logo.png"][alt="Walmart"][class="logo-img-sm px-2 
px-sm-4 px-md-5 my-md-3"]

2017-09-15T22:14:17.640Z sonar:utils:location-helpers Indices found: 1 ([42038])

2017-09-15T22:14:17.640Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/facebook-logo.png"][alt="Rails"][class="logo-img-sm px-2 
px-sm-4 px-md-5 my-md-3"]

2017-09-15T22:14:17.641Z sonar:utils:location-helpers Indices found: 1 ([42038])

2017-09-15T22:14:17.641Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/facebook-logo.png"][alt="Rails"][class="logo-img-sm px-2 
px-sm-4 px-md-5 my-md-3"]

2017-09-15T22:14:17.642Z sonar:utils:location-helpers Indices found: 1 ([42038])

2017-09-15T22:14:17.642Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/facebook-logo.png"][alt="Rails"][class="logo-img-sm px-2 
px-sm-4 px-md-5 my-md-3"]

2017-09-15T22:14:17.643Z sonar:utils:location-helpers Indices found: 1 ([42202])

2017-09-15T22:14:17.643Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/node-logo.png"][alt="Node"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.644Z sonar:utils:location-helpers Indices found: 1 ([42202])

2017-09-15T22:14:17.644Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/node-logo.png"][alt="Node"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.645Z sonar:utils:location-helpers Indices found: 1 ([42202])

2017-09-15T22:14:17.645Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/node-logo.png"][alt="Node"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.645Z sonar:utils:location-helpers Indices found: 1 ([42361])

2017-09-15T22:14:17.645Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/nasa-logo.png"][alt="Nasa"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.647Z sonar:utils:location-helpers Indices found: 1 ([42361])

2017-09-15T22:14:17.647Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/nasa-logo.png"][alt="Nasa"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.647Z sonar:utils:location-helpers Indices found: 1 ([42361])

2017-09-15T22:14:17.647Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/nasa-logo.png"][alt="Nasa"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.648Z sonar:utils:location-helpers Indices found: 1 ([41877])

2017-09-15T22:14:17.648Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/swift-logo.png"][alt="Swift"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.649Z sonar:utils:location-helpers Indices found: 1 ([41877])

2017-09-15T22:14:17.649Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/swift-logo.png"][alt="Swift"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.650Z sonar:utils:location-helpers Indices found: 1 ([41877])

2017-09-15T22:14:17.650Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/swift-logo.png"][alt="Swift"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.650Z sonar:utils:location-helpers Indices found: 1 ([41543])

2017-09-15T22:14:17.650Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/bloomberg-logo.png"][alt="Bloomberg"][class="logo-img-sm px-2 
px-sm-4 px-md-5 my-md-3"]

2017-09-15T22:14:17.652Z sonar:utils:location-helpers Indices found: 1 ([41543])

2017-09-15T22:14:17.652Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/bloomberg-logo.png"][alt="Bloomberg"][class="logo-img-sm px-2 
px-sm-4 px-md-5 my-md-3"]

2017-09-15T22:14:17.652Z sonar:utils:location-helpers Indices found: 1 ([41543])

2017-09-15T22:14:17.652Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/bloomberg-logo.png"][alt="Bloomberg"][class="logo-img-sm px-2 
px-sm-4 px-md-5 my-md-3"]

2017-09-15T22:14:17.653Z sonar:utils:location-helpers Indices found: 1 ([41217])

2017-09-15T22:14:17.653Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/google-logo.png"][alt="Google"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.654Z sonar:utils:location-helpers Indices found: 1 ([41217])

2017-09-15T22:14:17.654Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/google-logo.png"][alt="Google"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.654Z sonar:utils:location-helpers Indices found: 1 ([41217])

2017-09-15T22:14:17.654Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/google-logo.png"][alt="Google"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.656Z sonar:utils:location-helpers Indices found: 1 ([34741])

2017-09-15T22:14:17.656Z sonar:utils:location-helpers Selector created: img[alt="Kris-nova"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/kris-nova.png"]

2017-09-15T22:14:17.656Z sonar:utils:location-helpers Indices found: 1 ([34741])

2017-09-15T22:14:17.656Z sonar:utils:location-helpers Selector created: img[alt="Kris-nova"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/kris-nova.png"]

2017-09-15T22:14:17.657Z sonar:utils:location-helpers Indices found: 1 ([34741])

2017-09-15T22:14:17.657Z sonar:utils:location-helpers Selector created: img[alt="Kris-nova"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/kris-nova.png"]

2017-09-15T22:14:17.657Z sonar:utils:location-helpers Indices found: 1 ([34741])

2017-09-15T22:14:17.657Z sonar:utils:location-helpers Selector created: img[alt="Kris-nova"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/kris-nova.png"]

2017-09-15T22:14:17.657Z sonar:utils:location-helpers Indices found: 1 ([41712])

2017-09-15T22:14:17.657Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/spotify-logo.png"][alt="Spotify"][class="logo-img-sm px-2 
px-sm-4 px-md-5 my-md-3"]

2017-09-15T22:14:17.658Z sonar:utils:location-helpers Indices found: 1 ([41712])

2017-09-15T22:14:17.658Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/spotify-logo.png"][alt="Spotify"][class="logo-img-sm px-2 
px-sm-4 px-md-5 my-md-3"]

2017-09-15T22:14:17.659Z sonar:utils:location-helpers Indices found: 1 ([41712])

2017-09-15T22:14:17.659Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/spotify-logo.png"][alt="Spotify"][class="logo-img-sm px-2 
px-sm-4 px-md-5 my-md-3"]

2017-09-15T22:14:17.671Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.671Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/developers/ariya.png fetched

2017-09-15T22:14:17.672Z sonar:connectors:utils:charset No 'charset' defined, falling back to 'utf-8'

2017-09-15T22:14:17.672Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/home-illo-chaos.svg fetched

2017-09-15T22:14:17.673Z sonar:connectors:utils:charset No 'charset' defined, falling back to 'utf-8'

2017-09-15T22:14:17.673Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/home-illo-business.svg fetched

2017-09-15T22:14:17.733Z sonar:utils:location-helpers Indices found: 1 ([32617])

2017-09-15T22:14:17.734Z sonar:utils:location-helpers Selector created: img[alt="Ariya"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/ariya.png"]

2017-09-15T22:14:17.735Z sonar:utils:location-helpers Indices found: 1 ([32617])

2017-09-15T22:14:17.735Z sonar:utils:location-helpers Selector created: img[alt="Ariya"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/ariya.png"]

2017-09-15T22:14:17.736Z sonar:utils:location-helpers Indices found: 1 ([32617])

2017-09-15T22:14:17.736Z sonar:utils:location-helpers Selector created: img[alt="Ariya"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/developers/ariya.png"]

2017-09-15T22:14:17.736Z sonar:utils:location-helpers Indices found: 1 ([19439])

2017-09-15T22:14:17.736Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/home-illo-chaos.svg"][alt=""][class="d-block width-fit mx-auto"]

2017-09-15T22:14:17.737Z sonar:utils:location-helpers Indices found: 1 ([19439])

2017-09-15T22:14:17.737Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/home-illo-chaos.svg"][alt=""][class="d-block width-fit mx-auto"]

2017-09-15T22:14:17.738Z sonar:utils:location-helpers Indices found: 1 ([19439])

2017-09-15T22:14:17.738Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/home-illo-chaos.svg"][alt=""][class="d-block width-fit mx-auto"]

2017-09-15T22:14:17.738Z sonar:utils:location-helpers Indices found: 1 ([19439])

2017-09-15T22:14:17.738Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/home-illo-chaos.svg"][alt=""][class="d-block width-fit mx-auto"]

2017-09-15T22:14:17.739Z sonar:utils:location-helpers Indices found: 1 ([22577])

2017-09-15T22:14:17.739Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/home-illo-business.svg"][alt=""][class="d-block width-fit mx-auto 
mb-4"]

2017-09-15T22:14:17.740Z sonar:utils:location-helpers Indices found: 1 ([22577])

2017-09-15T22:14:17.740Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/home-illo-business.svg"][alt=""][class="d-block width-fit mx-auto 
mb-4"]

2017-09-15T22:14:17.741Z sonar:utils:location-helpers Indices found: 1 ([22577])

2017-09-15T22:14:17.741Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/home-illo-business.svg"][alt=""][class="d-block width-fit mx-auto 
mb-4"]

2017-09-15T22:14:17.741Z sonar:utils:location-helpers Indices found: 1 ([22577])

2017-09-15T22:14:17.741Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/home-illo-business.svg"][alt=""][class="d-block width-fit mx-auto 
mb-4"]

2017-09-15T22:14:17.746Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.746Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/logos/ibm-logo.png fetched

2017-09-15T22:14:17.746Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.746Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/travis-ci.png fetched

2017-09-15T22:14:17.748Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.748Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/integrators/atom.png fetched

2017-09-15T22:14:17.749Z sonar:connectors:utils:charset No 'charset' defined, falling back to 'utf-8'

2017-09-15T22:14:17.749Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/home-illo-conversation.svg fetched

2017-09-15T22:14:17.857Z sonar:utils:location-helpers Indices found: 1 ([41060])

2017-09-15T22:14:17.858Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/ibm-logo.png"][alt="IBM"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.860Z sonar:utils:location-helpers Indices found: 1 ([41060])

2017-09-15T22:14:17.860Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/ibm-logo.png"][alt="IBM"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.861Z sonar:utils:location-helpers Indices found: 1 ([41060])

2017-09-15T22:14:17.862Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/logos/ibm-logo.png"][alt="IBM"][class="logo-img-sm px-2 px-sm-4 
px-md-5 my-md-3"]

2017-09-15T22:14:17.864Z sonar:utils:location-helpers Indices found: 1 ([26348])

2017-09-15T22:14:17.864Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/travis-ci.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.867Z sonar:utils:location-helpers Indices found: 1 ([26348])

2017-09-15T22:14:17.867Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/travis-ci.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.888Z sonar:utils:location-helpers Indices found: 1 ([26348])

2017-09-15T22:14:17.888Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/travis-ci.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.889Z sonar:utils:location-helpers Indices found: 1 ([26643])

2017-09-15T22:14:17.890Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/atom.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.892Z sonar:utils:location-helpers Indices found: 1 ([26643])

2017-09-15T22:14:17.893Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/atom.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.895Z sonar:utils:location-helpers Indices found: 1 ([26643])

2017-09-15T22:14:17.895Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/integrators/atom.png"][alt=""][class="CircleBadge-icon"]

2017-09-15T22:14:17.897Z sonar:utils:location-helpers Indices found: 1 ([18415])

2017-09-15T22:14:17.897Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/home-illo-conversation.svg"][alt=""][width="360"][class="d-block 
width-fit mx-auto"]

2017-09-15T22:14:17.901Z sonar:utils:location-helpers Indices found: 1 ([18415])

2017-09-15T22:14:17.901Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/home-illo-conversation.svg"][alt=""][width="360"][class="d-block 
width-fit mx-auto"]

2017-09-15T22:14:17.905Z sonar:utils:location-helpers Indices found: 1 ([18415])

2017-09-15T22:14:17.906Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/home-illo-conversation.svg"][alt=""][width="360"][class="d-block 
width-fit mx-auto"]

2017-09-15T22:14:17.908Z sonar:utils:location-helpers Indices found: 1 ([18415])

2017-09-15T22:14:17.909Z sonar:utils:location-helpers Selector created: img[src="https://assets-cdn.github.com/images/modules/site/home-illo-conversation.svg"][alt=""][width="360"][class="d-block 
width-fit mx-auto"]

2017-09-15T22:14:17.919Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:17.919Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/customers/mailchimp.png fetched

2017-09-15T22:14:17.947Z sonar:utils:location-helpers Indices found: 1 ([34045])

2017-09-15T22:14:17.948Z sonar:utils:location-helpers Selector created: img[alt="Mailchimp"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/customers/mailchimp.png"]

2017-09-15T22:14:17.950Z sonar:utils:location-helpers Indices found: 1 ([34045])

2017-09-15T22:14:17.950Z sonar:utils:location-helpers Selector created: img[alt="Mailchimp"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/customers/mailchimp.png"]

2017-09-15T22:14:17.951Z sonar:utils:location-helpers Indices found: 1 ([34045])

2017-09-15T22:14:17.951Z sonar:utils:location-helpers Selector created: img[alt="Mailchimp"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/customers/mailchimp.png"]

2017-09-15T22:14:17.957Z sonar:connectors:utils:charset No 'charset' defined, falling back to 'utf-8'

2017-09-15T22:14:17.958Z sonar:connectors:jsdom resource https://assets-cdn.github.com/assets/site-877643c520258c4fa15ac8d1664d84efd0e3db56f5e544ccac58da0e50489904.css fetched

2017-09-15T22:14:18.011Z sonar:utils:location-helpers Indices found: 2 ([1126,4671])

2017-09-15T22:14:18.011Z sonar:utils:location-helpers Selector created: link[crossorigin="anonymous"][href="https://assets-cdn.github.com/assets/site-877643c520258c4fa15ac8d1664d84efd0e3db56f5e544ccac5
8da0e50489904.css"][integrity="sha256-h3ZDxSAljE+hWsjRZk2E79Dj21b15UTMrFjaDlBImQQ="][media="all"][rel="stylesheet"]

2017-09-15T22:14:18.015Z sonar:utils:location-helpers Indices found: 2 ([1126,4671])

2017-09-15T22:14:18.016Z sonar:utils:location-helpers Selector created: link[crossorigin="anonymous"][href="https://assets-cdn.github.com/assets/site-877643c520258c4fa15ac8d1664d84efd0e3db56f5e544ccac5
8da0e50489904.css"][integrity="sha256-h3ZDxSAljE+hWsjRZk2E79Dj21b15UTMrFjaDlBImQQ="][media="all"][rel="stylesheet"]

2017-09-15T22:14:18.016Z sonar:utils:location-helpers Indices found: 2 ([1126,4671])

2017-09-15T22:14:18.016Z sonar:utils:location-helpers Selector created: link[crossorigin="anonymous"][href="https://assets-cdn.github.com/assets/site-877643c520258c4fa15ac8d1664d84efd0e3db56f5e544ccac5
8da0e50489904.css"][integrity="sha256-h3ZDxSAljE+hWsjRZk2E79Dj21b15UTMrFjaDlBImQQ="][media="all"][rel="stylesheet"]

2017-09-15T22:14:18.018Z sonar:utils:location-helpers Indices found: 2 ([1126,4671])

2017-09-15T22:14:18.018Z sonar:utils:location-helpers Selector created: link[crossorigin="anonymous"][href="https://assets-cdn.github.com/assets/site-877643c520258c4fa15ac8d1664d84efd0e3db56f5e544ccac5
8da0e50489904.css"][integrity="sha256-h3ZDxSAljE+hWsjRZk2E79Dj21b15UTMrFjaDlBImQQ="][media="all"][rel="stylesheet"]

2017-09-15T22:14:18.030Z sonar:connectors:utils:charset No 'charset' defined, falling back to 'utf-8'

2017-09-15T22:14:18.030Z sonar:connectors:jsdom resource https://assets-cdn.github.com/assets/frameworks-bedfc518345498ab3204d330c1727cde7e733526a09cd7df6867f6a231565091.css fetched

2017-09-15T22:14:18.064Z sonar:utils:location-helpers Indices found: 1 ([624])

2017-09-15T22:14:18.064Z sonar:utils:location-helpers Selector created: link[crossorigin="anonymous"][href="https://assets-cdn.github.com/assets/frameworks-bedfc518345498ab3204d330c1727cde7e733526a09cd
7df6867f6a231565091.css"][integrity="sha256-vt/FGDRUmKsyBNMwwXJ83n5zNSagnNffaGf2ojFWUJE="][media="all"][rel="stylesheet"]

2017-09-15T22:14:18.065Z sonar:utils:location-helpers Indices found: 1 ([624])

2017-09-15T22:14:18.065Z sonar:utils:location-helpers Selector created: link[crossorigin="anonymous"][href="https://assets-cdn.github.com/assets/frameworks-bedfc518345498ab3204d330c1727cde7e733526a09cd
7df6867f6a231565091.css"][integrity="sha256-vt/FGDRUmKsyBNMwwXJ83n5zNSagnNffaGf2ojFWUJE="][media="all"][rel="stylesheet"]

2017-09-15T22:14:18.066Z sonar:utils:location-helpers Indices found: 1 ([624])

2017-09-15T22:14:18.066Z sonar:utils:location-helpers Selector created: link[crossorigin="anonymous"][href="https://assets-cdn.github.com/assets/frameworks-bedfc518345498ab3204d330c1727cde7e733526a09cd
7df6867f6a231565091.css"][integrity="sha256-vt/FGDRUmKsyBNMwwXJ83n5zNSagnNffaGf2ojFWUJE="][media="all"][rel="stylesheet"]

2017-09-15T22:14:18.067Z sonar:utils:location-helpers Indices found: 1 ([624])

2017-09-15T22:14:18.067Z sonar:utils:location-helpers Selector created: link[crossorigin="anonymous"][href="https://assets-cdn.github.com/assets/frameworks-bedfc518345498ab3204d330c1727cde7e733526a09cd
7df6867f6a231565091.css"][integrity="sha256-vt/FGDRUmKsyBNMwwXJ83n5zNSagnNffaGf2ojFWUJE="][media="all"][rel="stylesheet"]

2017-09-15T22:14:18.070Z sonar:connectors:utils:charset Content Type 'image/png' doesn't require decoding

2017-09-15T22:14:18.070Z sonar:connectors:jsdom resource https://assets-cdn.github.com/images/modules/site/stories/customers/mapbox.png fetched

2017-09-15T22:14:18.089Z sonar:utils:location-helpers Indices found: 1 ([36154])

2017-09-15T22:14:18.090Z sonar:utils:location-helpers Selector created: img[alt="Mapbox"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/customers/mapbox.png"]

2017-09-15T22:14:18.091Z sonar:utils:location-helpers Indices found: 1 ([36154])

2017-09-15T22:14:18.091Z sonar:utils:location-helpers Selector created: img[alt="Mapbox"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/customers/mapbox.png"]

2017-09-15T22:14:18.092Z sonar:utils:location-helpers Indices found: 1 ([36154])

2017-09-15T22:14:18.093Z sonar:utils:location-helpers Selector created: img[alt="Mapbox"][class="d-block 
width-full"][src="https://assets-cdn.github.com/images/modules/site/stories/customers/mapbox.png"]

2017-09-15T22:14:18.231Z sonar:connectors:utils:charset No 'charset' defined, falling back to 'utf-8'

2017-09-15T22:14:18.231Z sonar:connectors:jsdom resource https://assets-cdn.github.com/assets/frameworks-20fb1a63ec27c0f023c17eb35f1b8e55fdd43ff5939cf07f5180ffdb686a8e26.js fetched

2017-09-15T22:14:18.259Z sonar:utils:location-helpers Indices found: 1 ([54481])

2017-09-15T22:14:18.259Z sonar:utils:location-helpers Selector created: script[crossorigin="anonymous"][integrity="sha256-IPsaY+wnwPAjwX6zXxuOVf3UP/WTnPB/UYD/22hqjiY="][src="https://assets-cdn.github.c
om/assets/frameworks-20fb1a63ec27c0f023c17eb35f1b8e55fdd43ff5939cf07f5180ffdb686a8e26.js"]

2017-09-15T22:14:18.262Z sonar:utils:location-helpers Indices found: 1 ([54481])

2017-09-15T22:14:18.262Z sonar:utils:location-helpers Selector created: script[crossorigin="anonymous"][integrity="sha256-IPsaY+wnwPAjwX6zXxuOVf3UP/WTnPB/UYD/22hqjiY="][src="https://assets-cdn.github.c
om/assets/frameworks-20fb1a63ec27c0f023c17eb35f1b8e55fdd43ff5939cf07f5180ffdb686a8e26.js"]

2017-09-15T22:14:18.263Z sonar:utils:location-helpers Indices found: 1 ([54481])

2017-09-15T22:14:18.264Z sonar:utils:location-helpers Selector created: script[crossorigin="anonymous"][integrity="sha256-IPsaY+wnwPAjwX6zXxuOVf3UP/WTnPB/UYD/22hqjiY="][src="https://assets-cdn.github.c
om/assets/frameworks-20fb1a63ec27c0f023c17eb35f1b8e55fdd43ff5939cf07f5180ffdb686a8e26.js"]

2017-09-15T22:14:18.264Z sonar:utils:location-helpers Indices found: 1 ([54481])

2017-09-15T22:14:18.264Z sonar:utils:location-helpers Selector created: script[crossorigin="anonymous"][integrity="sha256-IPsaY+wnwPAjwX6zXxuOVf3UP/WTnPB/UYD/22hqjiY="][src="https://assets-cdn.github.c
om/assets/frameworks-20fb1a63ec27c0f023c17eb35f1b8e55fdd43ff5939cf07f5180ffdb686a8e26.js"]

2017-09-15T22:14:18.269Z sonar:connectors:utils:charset No 'charset' defined, falling back to 'utf-8'

2017-09-15T22:14:18.269Z sonar:connectors:jsdom resource https://assets-cdn.github.com/assets/github-7fe2b92304082e7579ea9aaf717b05ebef9288ada19f3ff3afeca11b72e5f4aa.css fetched

2017-09-15T22:14:18.287Z sonar:utils:location-helpers Indices found: 1 ([874])

2017-09-15T22:14:18.288Z sonar:utils:location-helpers Selector created: link[crossorigin="anonymous"][href="https://assets-cdn.github.com/assets/github-7fe2b92304082e7579ea9aaf717b05ebef9288ada19f3ff3a
feca11b72e5f4aa.css"][integrity="sha256-f+K5IwQILnV56pqvcXsF6++SiK2hnz/zr+yhG3Ll9Ko="][media="all"][rel="stylesheet"]

2017-09-15T22:14:18.289Z sonar:utils:location-helpers Indices found: 1 ([874])

2017-09-15T22:14:18.289Z sonar:utils:location-helpers Selector created: link[crossorigin="anonymous"][href="https://assets-cdn.github.com/assets/github-7fe2b92304082e7579ea9aaf717b05ebef9288ada19f3ff3a
feca11b72e5f4aa.css"][integrity="sha256-f+K5IwQILnV56pqvcXsF6++SiK2hnz/zr+yhG3Ll9Ko="][media="all"][rel="stylesheet"]

2017-09-15T22:14:18.289Z sonar:utils:location-helpers Indices found: 1 ([874])

2017-09-15T22:14:18.290Z sonar:utils:location-helpers Selector created: link[crossorigin="anonymous"][href="https://assets-cdn.github.com/assets/github-7fe2b92304082e7579ea9aaf717b05ebef9288ada19f3ff3a
feca11b72e5f4aa.css"][integrity="sha256-f+K5IwQILnV56pqvcXsF6++SiK2hnz/zr+yhG3Ll9Ko="][media="all"][rel="stylesheet"]

2017-09-15T22:14:18.290Z sonar:utils:location-helpers Indices found: 1 ([874])

2017-09-15T22:14:18.291Z sonar:utils:location-helpers Selector created: link[crossorigin="anonymous"][href="https://assets-cdn.github.com/assets/github-7fe2b92304082e7579ea9aaf717b05ebef9288ada19f3ff3a
feca11b72e5f4aa.css"][integrity="sha256-f+K5IwQILnV56pqvcXsF6++SiK2hnz/zr+yhG3Ll9Ko="][media="all"][rel="stylesheet"]

2017-09-15T22:14:18.580Z sonar:connectors:utils:charset No 'charset' defined, falling back to 'utf-8'

2017-09-15T22:14:18.580Z sonar:connectors:jsdom resource https://assets-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js fetched

2017-09-15T22:14:18.608Z sonar:utils:location-helpers Indices found: 1 ([54962])

2017-09-15T22:14:18.608Z sonar:utils:location-helpers Selector created: script[async="async"][crossorigin="anonymous"][integrity="sha256-Bt1VAECQjP+IGL4YRo/6VT/tzglw2N72LdZFTdsY9JQ="][src="https://asse
ts-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js"]

2017-09-15T22:14:18.610Z sonar:utils:location-helpers Indices found: 1 ([54962])

2017-09-15T22:14:18.610Z sonar:utils:location-helpers Selector created: script[async="async"][crossorigin="anonymous"][integrity="sha256-Bt1VAECQjP+IGL4YRo/6VT/tzglw2N72LdZFTdsY9JQ="][src="https://asse
ts-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js"]

2017-09-15T22:14:18.611Z sonar:utils:location-helpers Indices found: 1 ([54962])

2017-09-15T22:14:18.611Z sonar:utils:location-helpers Selector created: script[async="async"][crossorigin="anonymous"][integrity="sha256-Bt1VAECQjP+IGL4YRo/6VT/tzglw2N72LdZFTdsY9JQ="][src="https://asse
ts-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js"]

2017-09-15T22:14:18.611Z sonar:utils:location-helpers Indices found: 1 ([54962])

2017-09-15T22:14:18.611Z sonar:utils:location-helpers Selector created: script[async="async"][crossorigin="anonymous"][integrity="sha256-Bt1VAECQjP+IGL4YRo/6VT/tzglw2N72LdZFTdsY9JQ="][src="https://asse
ts-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js"]

Error: Unable to get document domain
    at Object._setClientId (https://assets-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js:1:28004)
    at Object._clientId (https://assets-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js:1:27443)
    at Object._queryString (https://assets-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js:1:24367)
    at Object._src (https://assets-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js:1:23806)
    at Object.recordPageView (https://assets-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js:1:22770)
    at Object.applyCall (https://assets-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js:1:28453)
    at Object.push (https://assets-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js:1:23547)
    at https://assets-cdn.github.com/assets/github-06dd550040908cff8818be18468ffa553fedce0970d8def62dd6454ddb18f494.js:3:12996
    at <anonymous>

@qzhou1607-zz
Copy link
Contributor

@molant @sarvaje This is caused by an error thrown by the loaded github script in jsdom. I've been trying to figure out a way to catch this error in jsdom.env, but no luck so far. I find this thread jsdom/jsdom#644, and have tried quite a few work-arounds suggested here and there, but still stuck. Any suggestion is welcome, and I'll probably need to switch back to working on the scanner frontend PR soon...

@molant
Copy link
Member

molant commented Oct 4, 2017

Can you please explain here what you've tried so far with code samples so someone can take later when you transition to the scanner frontend?

@qzhou1607-zz
Copy link
Contributor

qzhou1607-zz commented Oct 4, 2017

The solutions I've tried so far:

  1. Use window.document.errors instead of err returned by jsdom.
    https://stackoverflow.com/questions/17200019/how-can-i-capture-script-errors-when-executed-under-jsdom
done: async (err, window) => {
    if (window.document.errors) {
        console.log(window.document.errors);
    }
}
  1. Use window.onerror in done:
done: async (err, window) => {
    window.onerror = (error) => { console.log(error); }
}

Also tried registering the handler as below:

window.addEventListener("error", (error) => {
       console.log(error);
});
  1. Use window.document.onerror in done:
done: async (err, window) => {
    window.document.onerror = (error) => { console.log(error); }
}
  1. inject window.onerror inside the js code being ran through resourceLoader: JSDOM error handling jsdom/jsdom#726 (comment)
resourceLoader (resource, callback) {
    ...
    if (resourceUrl.endsWith('.js')) {
        const additionalScript = 'window.errors = [];' +
        'window.onerror = function (message) { window.errors.push(message); };';
        const newScript = `${additionalScript}${resourceNetworkData.response.body.content}`;

        return callback(null, newScript);
   }
    ...
}
  1. Add try/catch block around jsdom.env or inside done: Level 1 Core DOM Exception: Hierarchy_Request_Err jsdom/jsdom#290 (comment)

None of the methods above caught or logged the error.

@qzhou1607-zz
Copy link
Contributor

Tried the following changes today. Neither of them works :(. For the record:

  1. Set window.addEventListener('error', ... ) in created or onload or done of jsdom.env options.
  2. Use const window = jsdom.jsdom( ... ).defaultView instead of jsdom.env and then set window.addEventListener('error', ... ) outside jsdom.jsdom. Ref: https://github.com/tmpvar/jsdom/blob/master/lib/old-api.md#listening-for-script-errors-during-initialization

Maybe jsdom/jsdom#640 is relevant. Will look into it later.

@alrra
Copy link
Contributor

alrra commented Feb 14, 2018

Another website that experiences this issue: https://sindresorhus.com/.

@molant
Copy link
Member

molant commented Aug 8, 2018

Closing in favor of #1223

@molant molant closed this as completed Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants