Skip to content

Require callback cookie challenge for UDID flow

ddd0b47
Select commit
Loading
Failed to load commit list.
Merged

[codex] add mobile signing tool pages #549

Require callback cookie challenge for UDID flow
ddd0b47
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / SonarCloud Code Analysis succeeded Apr 4, 2026 in 58s

Annotations

Check warning on line 159 in src/lib/tools/signing.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Do not call `Array#push()` multiple times.

See more on https://sonarcloud.io/project/issues?id=Cap-go_website&issues=AZ1KUUU2FtVQsuyy6f6c&open=AZ1KUUU2FtVQsuyy6f6c&pullRequest=549

Check warning on line 130 in src/lib/tools/udid.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Use the "RegExp.exec()" method instead.

See more on https://sonarcloud.io/project/issues?id=Cap-go_website&issues=AZ1KUURwFtVQsuyy6f6W&open=AZ1KUURwFtVQsuyy6f6W&pullRequest=549

Check warning on line 33 in src/lib/tools/udid.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

`String.raw` should be used to avoid escaping `\`.

See more on https://sonarcloud.io/project/issues?id=Cap-go_website&issues=AZ1KUURwFtVQsuyy6f6V&open=AZ1KUURwFtVQsuyy6f6V&pullRequest=549

Check warning on line 69 in src/lib/tools/signing.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Prefer `String#replaceAll()` over `String#replace()`.

See more on https://sonarcloud.io/project/issues?id=Cap-go_website&issues=AZ1KUUU2FtVQsuyy6f6Z&open=AZ1KUUU2FtVQsuyy6f6Z&pullRequest=549

Check warning on line 145 in src/lib/tools/udid.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Prefer `String#replaceAll()` over `String#replace()`.

See more on https://sonarcloud.io/project/issues?id=Cap-go_website&issues=AZ1KUURwFtVQsuyy6f6X&open=AZ1KUURwFtVQsuyy6f6X&pullRequest=549

Check warning on line 67 in src/lib/tools/signing.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

'value ?? ''' will use Object's default stringification format ('[object Object]') when stringified.

See more on https://sonarcloud.io/project/issues?id=Cap-go_website&issues=AZ1KUUU2FtVQsuyy6f6Y&open=AZ1KUUU2FtVQsuyy6f6Y&pullRequest=549

Check warning on line 30 in src/scripts/tool-client.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Prefer `globalThis` over `window`.

See more on https://sonarcloud.io/project/issues?id=Cap-go_website&issues=AZ1UCTwwmLIZ4QzPvzGJ&open=AZ1UCTwwmLIZ4QzPvzGJ&pullRequest=549

Check warning on line 16 in src/scripts/tool-client.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Prefer `String#codePointAt()` over `String#charCodeAt()`.

See more on https://sonarcloud.io/project/issues?id=Cap-go_website&issues=AZ1KUUVAFtVQsuyy6f6d&open=AZ1KUUVAFtVQsuyy6f6d&pullRequest=549