Documentation
¶
Index ¶
- func PerformAppEnumerateGraphQL(ctx context.Context, config enumerateapiapplicationfern.EnumerateGraphqlConfig) enumerateapiapplicationfern.EnumerateGraphqlReport
- func PerformAppEnumerateSwagger(ctx context.Context, config enumerateapiapplicationfern.EnumerateSwaggerConfig, ...) enumerateapiapplicationfern.EnumerateSwaggerReport
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PerformAppEnumerateGraphQL ¶
func PerformAppEnumerateGraphQL(ctx context.Context, config enumerateapiapplicationfern.EnumerateGraphqlConfig) enumerateapiapplicationfern.EnumerateGraphqlReport
PerformAppEnumerateGraphQL performs a GraphQL scan against a target URL and returns the report. When config.Query is set, the ad-hoc query is executed and its raw response returned instead of running schema introspection. Mutation and subscription operations are rejected at the AST level unless config.AllowMutations is explicitly true.
func PerformAppEnumerateSwagger ¶
func PerformAppEnumerateSwagger(ctx context.Context, config enumerateapiapplicationfern.EnumerateSwaggerConfig, headlessPath string) enumerateapiapplicationfern.EnumerateSwaggerReport
PerformAppEnumerateSwagger performs a Swagger scan against a target URL and returns the report.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.