Skip to content

refactor(utils): improve makeProxyAgent for Undici compatibility

a84faaa
Select commit
Loading
Failed to load commit list.
Merged

feat(whatsapp): corrigir Business (base64/filename/caption), remoteJid #2161

refactor(utils): improve makeProxyAgent for Undici compatibility
a84faaa
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Oct 30, 2025 in 29s

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.