Skip to content

添加 XEAPI 响应解密支持 - #1751

Open
takoyakiwhite wants to merge 6 commits into
UnblockNeteaseMusic:enhancedfrom
takoyakiwhite:patch-xeapi
Open

添加 XEAPI 响应解密支持#1751
takoyakiwhite wants to merge 6 commits into
UnblockNeteaseMusic:enhancedfrom
takoyakiwhite:patch-xeapi

Merge branch 'UnblockNeteaseMusic:enhanced' into patch-xeapi

7114ff0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 26, 2026 in 3s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 63 in src/crypto.js

See this annotation in the file changed.

Code scanning / CodeQL

Creating biased random numbers from a cryptographically secure source High

Using modulo on a
cryptographically secure random number
produces biased results.