Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Airtable Analyzer for Personal Access Tokens #3941

Merged
Prev Previous commit
Next Next commit
fixed spelling in comment
  • Loading branch information
nabeelalam committed Mar 3, 2025
commit d0b8c24d9831da22c47736897224d2e8c4df199b
2 changes: 1 addition & 1 deletion pkg/analyzer/analyzers/airtable/airtablepat/airtable.go
Original file line number Diff line number Diff line change
@@ -101,7 +101,7 @@ func AnalyzeAndPrintPermissions(cfg *config.Config, token string) {
// determineScope checks whether the given token has the specified permission by making an API call.
//
// The function performs the following actions:
// - Determines the approprate API Endpoint based on the input scope/permission.
// - Determines the appropriate API Endpoint based on the input scope/permission.
// - Constructs an HTTP request using the endpoint's URL, method, and required IDs.
// If the URL contains path parameters (e.g., "{baseID}"), they must be replaced using `requiredIDs`.
// - Sends the request and analyzes the response to determine if the token has the requested permission.
Loading
Oops, something went wrong.