-
-
Notifications
You must be signed in to change notification settings - Fork 238
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
empty-catch: sdks/python/pmxt/client.py:2473 —
except ImportErrorsilently disables WebSocket support with no loggingcode-hygieneAutomated audit findingAutomated audit findingStatus: Open.#1793 In pmxt-dev/pmxt;empty-catch: sdks/python/pmxt/_hosted_errors.py:181 —
except ValueError: return Nonein _json_payload silently masks malformed response bodiescode-hygieneAutomated audit findingAutomated audit findingStatus: Open.#1792 In pmxt-dev/pmxt;empty-catch: sdks/python/pmxt/server_manager.py:513 —
except (OSError, json.JSONDecodeError): return Nonemasks corrupted lock file in get_server_infocode-hygieneAutomated audit findingAutomated audit findingStatus: Open.#1791 In pmxt-dev/pmxt;empty-catch: sdks/python/pmxt/server_manager.py:498 — redundant bare
Exceptionin except tuple masks health-check failures with no loggingcode-hygieneAutomated audit findingAutomated audit findingStatus: Open.#1790 In pmxt-dev/pmxt;empty-catch: sdks/python/pmxt/server_manager.py:389 —
except (OSError, ProcessLookupError): return Falsemasks permission errors in POSIX liveness checkcode-hygieneAutomated audit findingAutomated audit findingStatus: Open.#1789 In pmxt-dev/pmxt;empty-catch: sdks/python/pmxt/server_manager.py:383 — bare
except Exception: return Falsemasks Windows tasklist check failurescode-hygieneAutomated audit findingAutomated audit findingStatus: Open.#1788 In pmxt-dev/pmxt;empty-catch: sdks/typescript/pmxt/client.ts:408 — comment-only catch swallows more than "ethers not installed"
code-hygieneAutomated audit findingAutomated audit findingStatus: Open.#1787 In pmxt-dev/pmxt;empty-catch: sdks/typescript/pmxt/server-manager.ts:383 — comment-only catch masks unexpected error in liveness check
code-hygieneAutomated audit findingAutomated audit findingStatus: Open.#1786 In pmxt-dev/pmxt;empty-catch: sdks/typescript/pmxt/server-manager.ts:380 — comment-only catch silently ignores SIGKILL failure
code-hygieneAutomated audit findingAutomated audit findingStatus: Open.#1785 In pmxt-dev/pmxt;empty-catch: sdks/typescript/pmxt/server-manager.ts:369 — comment-only catch assumes SIGTERM failure means "already dead"
code-hygieneAutomated audit findingAutomated audit findingStatus: Open.#1784 In pmxt-dev/pmxt;empty-catch: sdks/typescript/pmxt/server-manager.ts:358 — silent catch masks log-file read errors in logs()
code-hygieneAutomated audit findingAutomated audit findingStatus: Open.#1783 In pmxt-dev/pmxt;empty-catch: sdks/typescript/pmxt/server-manager.ts:122 — silent catch collapses network errors and unhealthy state into the same false in isServerRunning
code-hygieneAutomated audit findingAutomated audit findingStatus: Open.#1782 In pmxt-dev/pmxt;