open-im-sdk-web-wasm icon indicating copy to clipboard operation
open-im-sdk-web-wasm copied to clipboard

[BUG] Severe bug: When initializing the worker, the local private path (including your username) is exposed in the build output

Open OrrinHatch opened this issue 6 months ago • 1 comments

OpenIM Server Version

3.8.3

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Source Code Deployment


   function initWorker() {
            if ("undefined" == typeof window)
                return;
            const e = "file:///Users/xxxx/Workspaces/projects/myApp/node_modules/@openim/wasm-client-sdk/lib/index.es.js".includes(".vite/deps")
              , t = "file:///Users/xxx/Workspaces/projects/myApp/node_modules/@openim/wasm-client-sdk/lib/index.es.js".includes("_nuxt/node_modules")
              , s = "file:///Users/xxx/Workspaces/projects/myApp/node_modules/@openim/wasm-client-sdk/lib/index.es.js".includes(".q-cache")

No response

OrrinHatch avatar Jun 11 '25 03:06 OrrinHatch