mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
fix: remove incorrect threat-detection category from checks (#9489)
This commit is contained in:
committed by
GitHub
parent
50286846e0
commit
01fe379b55
@@ -23,7 +23,14 @@ All notable changes to the **Prowler SDK** are documented in this file.
|
||||
|
||||
---
|
||||
|
||||
## [v5.14.2] (Prowler UNRELEASED)
|
||||
## [v5.14.3] (Prowler UNRELEASED)
|
||||
|
||||
### Fixed
|
||||
- Removed incorrect threat-detection category from checks metadata [(#9489)](https://github.com/prowler-cloud/prowler/pull/9489)
|
||||
|
||||
---
|
||||
|
||||
## [v5.14.2] (Prowler 5.14.2)
|
||||
|
||||
### Fixed
|
||||
- Custom check folder metadata validation [(#9335)](https://github.com/prowler-cloud/prowler/pull/9335)
|
||||
|
||||
@@ -29,9 +29,7 @@
|
||||
"Url": "https://hub.prowler.com/check/apigateway_restapi_waf_acl_attached"
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"threat-detection"
|
||||
],
|
||||
"Categories": [],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
"Notes": "",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"threat-detection"
|
||||
"forensics-ready"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -34,8 +34,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"logging",
|
||||
"threat-detection"
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -35,8 +35,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"logging",
|
||||
"threat-detection"
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -32,8 +32,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"logging",
|
||||
"threat-detection"
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -29,8 +29,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"logging",
|
||||
"threat-detection"
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -31,8 +31,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"logging",
|
||||
"threat-detection"
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -33,8 +33,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"logging",
|
||||
"threat-detection"
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -36,8 +36,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"logging",
|
||||
"threat-detection"
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -34,8 +34,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"logging",
|
||||
"threat-detection"
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -32,8 +32,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"logging",
|
||||
"threat-detection"
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -32,8 +32,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"logging",
|
||||
"threat-detection"
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -38,8 +38,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"logging",
|
||||
"threat-detection"
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -33,8 +33,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"logging",
|
||||
"threat-detection"
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -37,8 +37,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"logging",
|
||||
"threat-detection"
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"threat-detection",
|
||||
"logging"
|
||||
],
|
||||
"DependsOn": [],
|
||||
|
||||
@@ -32,8 +32,7 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"trust-boundaries",
|
||||
"threat-detection"
|
||||
"trust-boundaries"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
Reference in New Issue
Block a user