Skip to content

fix: improve code formatting and consistency in makeProxyAgent.ts

4028187
Select commit
Loading
Failed to load commit list.
Merged

fix: Integration Chatwoot and Baileys services #2158

fix: improve code formatting and consistency in makeProxyAgent.ts
4028187
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Oct 30, 2025 in 4s

5 new alerts including 5 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 5 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 56 in src/utils/makeProxyAgent.ts

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.

Check failure on line 56 in src/utils/makeProxyAgent.ts

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.

Check failure on line 56 in src/utils/makeProxyAgent.ts

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.

Check failure on line 56 in src/utils/makeProxyAgent.ts

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.

Check failure on line 56 in src/utils/makeProxyAgent.ts

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.