You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Security researchers can privately report a security vulnerability to repository
47
47
2. Fill in the advisory details form.
48
48
{% tip %}
49
49
50
-
**Tip:** In this form, only the title and description are mandatory. (In the general draft security advisory form, which the repository maintainer initiates, specifying the ecosystem is also required.) However, we recommend security researchers provide as much information as possible on the form so that the maintainers can make an informed decision about the submitted report.
50
+
**Tip:** In this form, only the title and description are mandatory. (In the general draft security advisory form, which the repository maintainer initiates, specifying the ecosystem is also required.) However, we recommend security researchers provide as much information as possible on the form so that the maintainers can make an informed decision about the submitted report. You can adopt the template used by our security researchers from the {% data variables.product.prodname_security %}, which is available on the [`github/securitylab` repository](https://github.com/github/securitylab/blob/main/docs/report-template.md)."
Copy file name to clipboardExpand all lines: content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ You can access {% data variables.product.company_short %}'s compliance reports i
28
28
29
29
{% data reusables.profile.access_org %}
30
30
{% data reusables.profile.org_settings %}
31
-
{% data reusables.organizations.security %}
32
-
1.Under "Compliance reports", to the right of the report you want to access, click {% octicon "download" aria-label="The Download icon" %} **Download** or {% octicon "link-external" aria-label="The external link icon" %} **View**.
31
+
{% data reusables.organizations.compliance %}
32
+
1.To the right of the report you want to access, click {% octicon "download" aria-label="The Download icon" %} **Download** or {% octicon "link-external" aria-label="The external link icon" %} **View**.
33
33
34
34
{% data reusables.security.compliance-report-screenshot %}
Copy file name to clipboardExpand all lines: data/release-notes/enterprise-server/3-7/0.yml
+1
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,7 @@ sections:
285
285
- |
286
286
Users can write mathematical expressions using fenced code blocks with the `math` syntax in addition to the existing delimiters. `$$` is not required with this method. For more information, see "[Writing mathematical expressions](/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions)."
287
287
288
+
- **Note**: This feature is unavailable in GitHub Enterprise Server 3.7. The feature will be available in an upcoming release. [Updated: 2022-11-16]
288
289
# https://github.com/github/releases/issues/2105
289
290
- |
290
291
Users can render maps directly in Markdown using fenced code blocks with the `geojson` or `topojson` syntax, and embed STL 3D renders using `stl` syntax. For more information, see "[Creating diagrams](/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)."
Copy file name to clipboardExpand all lines: data/reusables/dependabot/dependabot-alerts-dependency-scope.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
The table below summarizes whether dependency scope is supported for various ecosystems and manifests, that is, whether {% data variables.product.prodname_dependabot %} can identify if a dependency is used for development or production.
Google | Firebase Cloud Messaging Server Key | firebase_cloud_messaging_server_key
80
83
Google | Google API Key | google_api_key
81
-
Google | Google Cloud Private Key ID |
84
+
{%- ifversion fpt or ghec or ghes > 3.5 or ghae > 3.5 %}
85
+
Google | Google Cloud Private Key ID | google_cloud_private_key_id{% endif %}
82
86
Google | Google Cloud Storage Service Account Access Key ID with Google Cloud Storage Access Key Secret | google_cloud_storage_service_account_access_key_id </br>google_cloud_storage_access_key_secret
83
87
Google | Google Cloud Storage User Access Key ID with Google Cloud Storage Access Key Secret | google_cloud_storage_user_access_key_id </br>google_cloud_storage_access_key_secret
84
88
{%- ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %}
0 commit comments