Skip to content

Commit c5b9e93

Browse files
Enterprise bug fixes for the week of December 19, 2022 (#33689)
Co-authored-by: Sarah Edwards <[email protected]>
1 parent 2c77b2f commit c5b9e93

File tree

5 files changed

+1082
-2
lines changed

5 files changed

+1082
-2
lines changed

content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ shortTitle: Policies for security settings
2525

2626
## About policies for security settings in your enterprise
2727

28-
You can enforce policies to control the security settings for organizations owned by your enterprise on {% data variables.product.product_name %}. By default, organization owners can manage security settings.
28+
You can enforce policies to control the security settings for organizations owned by your enterprise on {% data variables.product.product_name %}. By default, organization owners can manage security settings.
2929

3030
{% ifversion ghec or ghes %}
3131

3232
## Requiring two-factor authentication for organizations in your enterprise
3333

34-
Enterprise owners can require that organization members, billing managers, and outside collaborators in all organizations owned by an enterprise use two-factor authentication to secure their user accounts.
34+
{% ifversion ghes%}If {% data variables.location.product_location %} uses LDAP or built-in authentication, enterprise{% else %}Enterprise{% endif %} owners can require that organization members, billing managers, and outside collaborators in all organizations owned by an enterprise use two-factor authentication to secure their user accounts.
3535

3636
Before you can require 2FA for all organizations owned by your enterprise, you must enable two-factor authentication for your own account. For more information, see "[Securing your account with two-factor authentication (2FA)](/articles/securing-your-account-with-two-factor-authentication-2fa/)."
3737

lib/webhooks/static/decorated/ghes-3.3.json

Lines changed: 270 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9047,6 +9047,276 @@
90479047
}
90489048
}
90499049
},
9050+
"repository_vulnerability_alert": {
9051+
"create": {
9052+
"descriptionHtml": "<p>A repository vulnerability alert was created.</p>",
9053+
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
9054+
"bodyParameters": [
9055+
{
9056+
"type": "string",
9057+
"name": "action",
9058+
"in": "body",
9059+
"description": "",
9060+
"isRequired": true,
9061+
"enum": [
9062+
"create"
9063+
],
9064+
"childParamsGroups": []
9065+
},
9066+
{
9067+
"type": "",
9068+
"name": "alert",
9069+
"in": "body",
9070+
"description": "",
9071+
"isRequired": true
9072+
},
9073+
{
9074+
"type": "object",
9075+
"name": "enterprise",
9076+
"in": "body",
9077+
"description": "<p>An enterprise on GitHub.</p>",
9078+
"childParamsGroups": []
9079+
},
9080+
{
9081+
"type": "object",
9082+
"name": "installation",
9083+
"in": "body",
9084+
"description": "<p>The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.</p>",
9085+
"childParamsGroups": []
9086+
},
9087+
{
9088+
"type": "object",
9089+
"name": "organization",
9090+
"in": "body",
9091+
"description": "<p>A GitHub organization.</p>",
9092+
"childParamsGroups": []
9093+
},
9094+
{
9095+
"type": "object",
9096+
"name": "repository",
9097+
"in": "body",
9098+
"description": "<p>A repository on GitHub.</p>",
9099+
"isRequired": true,
9100+
"childParamsGroups": []
9101+
},
9102+
{
9103+
"type": "object",
9104+
"name": "sender",
9105+
"in": "body",
9106+
"description": "<p>A GitHub user.</p>",
9107+
"isRequired": true,
9108+
"childParamsGroups": []
9109+
}
9110+
],
9111+
"availability": [
9112+
"Repository webhooks",
9113+
"Organization webhooks"
9114+
],
9115+
"action": "create",
9116+
"category": "repository_vulnerability_alert"
9117+
},
9118+
"dismiss": {
9119+
"descriptionHtml": "<p>A repository vulnerability alert was dismissed.</p>",
9120+
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
9121+
"bodyParameters": [
9122+
{
9123+
"type": "string",
9124+
"name": "action",
9125+
"in": "body",
9126+
"description": "",
9127+
"isRequired": true,
9128+
"enum": [
9129+
"dismiss"
9130+
],
9131+
"childParamsGroups": []
9132+
},
9133+
{
9134+
"type": "",
9135+
"name": "alert",
9136+
"in": "body",
9137+
"description": "",
9138+
"isRequired": true
9139+
},
9140+
{
9141+
"type": "object",
9142+
"name": "enterprise",
9143+
"in": "body",
9144+
"description": "<p>An enterprise on GitHub.</p>",
9145+
"childParamsGroups": []
9146+
},
9147+
{
9148+
"type": "object",
9149+
"name": "installation",
9150+
"in": "body",
9151+
"description": "<p>The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.</p>",
9152+
"childParamsGroups": []
9153+
},
9154+
{
9155+
"type": "object",
9156+
"name": "organization",
9157+
"in": "body",
9158+
"description": "<p>A GitHub organization.</p>",
9159+
"childParamsGroups": []
9160+
},
9161+
{
9162+
"type": "object",
9163+
"name": "repository",
9164+
"in": "body",
9165+
"description": "<p>A repository on GitHub.</p>",
9166+
"isRequired": true,
9167+
"childParamsGroups": []
9168+
},
9169+
{
9170+
"type": "object",
9171+
"name": "sender",
9172+
"in": "body",
9173+
"description": "<p>A GitHub user.</p>",
9174+
"isRequired": true,
9175+
"childParamsGroups": []
9176+
}
9177+
],
9178+
"availability": [
9179+
"Repository webhooks",
9180+
"Organization webhooks"
9181+
],
9182+
"action": "dismiss",
9183+
"category": "repository_vulnerability_alert"
9184+
},
9185+
"reopen": {
9186+
"descriptionHtml": "<p>A previously dismissed or resolved repository vulnerability alert was reopened.</p>",
9187+
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
9188+
"bodyParameters": [
9189+
{
9190+
"type": "string",
9191+
"name": "action",
9192+
"in": "body",
9193+
"description": "",
9194+
"isRequired": true,
9195+
"enum": [
9196+
"reopen"
9197+
],
9198+
"childParamsGroups": []
9199+
},
9200+
{
9201+
"type": "",
9202+
"name": "alert",
9203+
"in": "body",
9204+
"description": "",
9205+
"isRequired": true
9206+
},
9207+
{
9208+
"type": "object",
9209+
"name": "enterprise",
9210+
"in": "body",
9211+
"description": "<p>An enterprise on GitHub.</p>",
9212+
"childParamsGroups": []
9213+
},
9214+
{
9215+
"type": "object",
9216+
"name": "installation",
9217+
"in": "body",
9218+
"description": "<p>The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.</p>",
9219+
"childParamsGroups": []
9220+
},
9221+
{
9222+
"type": "object",
9223+
"name": "organization",
9224+
"in": "body",
9225+
"description": "<p>A GitHub organization.</p>",
9226+
"childParamsGroups": []
9227+
},
9228+
{
9229+
"type": "object",
9230+
"name": "repository",
9231+
"in": "body",
9232+
"description": "<p>A repository on GitHub.</p>",
9233+
"isRequired": true,
9234+
"childParamsGroups": []
9235+
},
9236+
{
9237+
"type": "object",
9238+
"name": "sender",
9239+
"in": "body",
9240+
"description": "<p>A GitHub user.</p>",
9241+
"isRequired": true,
9242+
"childParamsGroups": []
9243+
}
9244+
],
9245+
"availability": [
9246+
"Repository webhooks",
9247+
"Organization webhooks"
9248+
],
9249+
"action": "reopen",
9250+
"category": "repository_vulnerability_alert"
9251+
},
9252+
"resolve": {
9253+
"descriptionHtml": "<p>A repository vulnerability alert was marked as resolved.</p>",
9254+
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
9255+
"bodyParameters": [
9256+
{
9257+
"type": "string",
9258+
"name": "action",
9259+
"in": "body",
9260+
"description": "",
9261+
"isRequired": true,
9262+
"enum": [
9263+
"resolve"
9264+
],
9265+
"childParamsGroups": []
9266+
},
9267+
{
9268+
"type": "",
9269+
"name": "alert",
9270+
"in": "body",
9271+
"description": "",
9272+
"isRequired": true
9273+
},
9274+
{
9275+
"type": "object",
9276+
"name": "enterprise",
9277+
"in": "body",
9278+
"description": "<p>An enterprise on GitHub.</p>",
9279+
"childParamsGroups": []
9280+
},
9281+
{
9282+
"type": "object",
9283+
"name": "installation",
9284+
"in": "body",
9285+
"description": "<p>The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.</p>",
9286+
"childParamsGroups": []
9287+
},
9288+
{
9289+
"type": "object",
9290+
"name": "organization",
9291+
"in": "body",
9292+
"description": "<p>A GitHub organization.</p>",
9293+
"childParamsGroups": []
9294+
},
9295+
{
9296+
"type": "object",
9297+
"name": "repository",
9298+
"in": "body",
9299+
"description": "<p>A repository on GitHub.</p>",
9300+
"isRequired": true,
9301+
"childParamsGroups": []
9302+
},
9303+
{
9304+
"type": "object",
9305+
"name": "sender",
9306+
"in": "body",
9307+
"description": "<p>A GitHub user.</p>",
9308+
"isRequired": true,
9309+
"childParamsGroups": []
9310+
}
9311+
],
9312+
"availability": [
9313+
"Repository webhooks",
9314+
"Organization webhooks"
9315+
],
9316+
"action": "resolve",
9317+
"category": "repository_vulnerability_alert"
9318+
}
9319+
},
90509320
"secret_scanning_alert": {
90519321
"reopened": {
90529322
"category": "secret_scanning_alert",

0 commit comments

Comments
 (0)