Merge PR #4611 from @nasbench - Promote Older Rules Status From experimental To test
chore: promote older rules status from experimental to test Co-authored-by: nasbench <nasbench@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
64c79b90ec
commit
ae960f0881
@@ -1,6 +1,6 @@
|
||||
title: Github Delete Action Invoked
|
||||
id: 16a71777-0b2e-4db7-9888-9d59cb75200b
|
||||
status: experimental
|
||||
status: test
|
||||
description: Detects delete action in the Github audit logs for codespaces, environment, project and repo.
|
||||
author: Muhammad Faisal
|
||||
date: 2023/01/19
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
title: Github High Risk Configuration Disabled
|
||||
id: 8622c92d-c00e-463c-b09d-fd06166f6794
|
||||
status: experimental
|
||||
status: test
|
||||
description: Detects when a user disables a critical security feature for an organization.
|
||||
author: Muhammad Faisal
|
||||
date: 2023/01/29
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
title: Outdated Dependency Or Vulnerability Alert Disabled
|
||||
id: 34e1c7d4-0cd5-419d-9f1b-1dad3f61018d
|
||||
status: experimental
|
||||
status: test
|
||||
description: |
|
||||
Dependabot performs a scan to detect insecure dependencies, and sends Dependabot alerts.
|
||||
This rule detects when an organization owner disables Dependabot alerts private repositories or Dependabot security updates for all repositories.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
title: New Github Organization Member Added
|
||||
id: 3908d64a-3c06-4091-b503-b3a94424533b
|
||||
status: experimental
|
||||
status: test
|
||||
description: Detects when a new member is added or invited to a github organization.
|
||||
author: Muhammad Faisal
|
||||
date: 2023/01/29
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
title: Github New Secret Created
|
||||
id: f9405037-bc97-4eb7-baba-167dad399b83
|
||||
status: experimental
|
||||
status: test
|
||||
description: Detects when a user creates action secret for the organization, environment, codespaces or repository.
|
||||
author: Muhammad Faisal
|
||||
date: 2023/01/20
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
title: Github Outside Collaborator Detected
|
||||
id: eaa9ac35-1730-441f-9587-25767bde99d7
|
||||
status: experimental
|
||||
status: test
|
||||
description: |
|
||||
Detects when an organization member or an outside collaborator is added to or removed from a project board or has their permission level changed or when an owner removes an outside collaborator from an organization or when two-factor authentication is required in an organization and an outside collaborator does not use 2FA or disables 2FA.
|
||||
author: Muhammad Faisal
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
title: Github Self Hosted Runner Changes Detected
|
||||
id: f8ed0e8f-7438-4b79-85eb-f358ef2fbebd
|
||||
status: experimental
|
||||
status: test
|
||||
description: |
|
||||
A self-hosted runner is a system that you deploy and manage to execute jobs from GitHub Actions on GitHub.com.
|
||||
This rule detects changes to self-hosted runners configurations in the environment. The self-hosted runner configuration changes once detected,
|
||||
|
||||
Reference in New Issue
Block a user