Skip to content

Conversation

@FlorentRevest
Copy link
Collaborator

Some syzbot dashboard pages are guarded by an AppEngine login page. The -download flag helps generate an input.json out of a bug report but it currently uses simple HTTP GET commands without any authentication. When called on a bug behind a login page, it received a login page HTML instead of a json payload and fails in confusing ways.

The authentication page can be skipped using an authentication token. It's easy to retrieve a token from the gcloud auth print-access-token command.

@FlorentRevest FlorentRevest force-pushed the aflow-auth branch 2 times, most recently from e5cfad4 to 5404807 Compare January 12, 2026 16:56
dvyukov
dvyukov previously approved these changes Jan 12, 2026
dvyukov
dvyukov previously approved these changes Jan 12, 2026
Some syzbot dashboard pages are guarded by an AppEngine login page. The
-download flag helps generate an input.json out of a bug report but it
currently uses simple HTTP GET commands without any authentication. When
called on a bug behind a login page, it received a login page HTML
instead of a json payload and fails in confusing ways.

The authentication page can be skipped using an authentication token.
It's easy to retrieve a token from the gcloud auth print-access-token
command.
@a-nogikh a-nogikh added this pull request to the merge queue Jan 13, 2026
Merged via the queue into google:master with commit cf09022 Jan 13, 2026
18 checks passed
@dvyukov dvyukov added the AI patching Feature requests and bugs related to AI-based kernel bug fix generation. label Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI patching Feature requests and bugs related to AI-based kernel bug fix generation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants