mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
chore(attack-pahts): improve attack paths queries attribution (#9983)
This commit is contained in:
@@ -90,11 +90,18 @@ export interface AttackPathQueryParameter {
|
||||
required?: boolean;
|
||||
}
|
||||
|
||||
export interface AttackPathQueryAttribution {
|
||||
text: string;
|
||||
link: string;
|
||||
}
|
||||
|
||||
export interface AttackPathQueryAttributes {
|
||||
name: string;
|
||||
short_description: string;
|
||||
description: string;
|
||||
provider: string;
|
||||
parameters: AttackPathQueryParameter[];
|
||||
attribution: AttackPathQueryAttribution | null;
|
||||
}
|
||||
|
||||
export interface AttackPathQuery {
|
||||
|
||||
Reference in New Issue
Block a user