forked from tianocore/edk2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tianocore:master' into master
- Loading branch information
Showing
780 changed files
with
45,636 additions
and
10,433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## @file | ||
# File templates/default.yml | ||
# | ||
# template file containing common default values | ||
# | ||
# Copyright (c) Red Hat, Inc. | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
## | ||
|
||
variables: | ||
default_python_version: ">=3.10.6" | ||
default_linux_image: "ghcr.io/tianocore/containers/fedora-35-test:47addc9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## @file | ||
# GitHub issue configuration file. | ||
# | ||
# This file is meant to direct contributors familiar with GitHub's issue tracker | ||
# to the external resources used by TianoCore. | ||
# | ||
# Copyright (c) Microsoft Corporation. | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
## | ||
|
||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Bugs and Feature Requests | ||
url: https://bugzilla.tianocore.org/ | ||
about: Submit bug reports and feature requests here | ||
- name: Reporting Security Issues | ||
url: https://github.com/tianocore/tianocore.github.io/wiki/Reporting-Security-Issues | ||
about: Read the wiki page that describes the process here | ||
- name: EDK II Development Mailing List | ||
url: https://edk2.groups.io/g/devel | ||
about: Submit code patches and ask questions on the mailing list ([email protected]) | ||
- name: EDK II Discussions | ||
url: https://github.com/tianocore/edk2/discussions | ||
about: You can also reach out on the Discussion section of this repository |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## @file | ||
# CodeQL configuration file for edk2. | ||
# | ||
# Copyright (c) Microsoft Corporation. | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
## | ||
|
||
name: "CodeQL config" | ||
|
||
# The following line disables the default queries. This is used because we want to enable on query at a time by | ||
# explicitly specifying each query in a "queries" array as they are enabled. | ||
# | ||
# See the following for more information about adding custom queries: | ||
# https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-a-custom-configuration-file | ||
|
||
#disable-default-queries: true | ||
|
||
queries: | ||
- name: EDK2 CodeQL Query List | ||
uses: ./.github/codeql/edk2.qls | ||
|
||
# We must specify a query for CodeQL to run. Until the first query is enabled, enable the security query suite but | ||
# exclude all problem levels from impacting the results. After the first query is enabled, this filter can be relaxed | ||
# to find the level of problems desired from the query. | ||
query-filters: | ||
- exclude: | ||
problem.severity: | ||
- warning | ||
- recommendation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
- description: EDK2 (C++) queries | ||
|
||
# Bring in all queries from the official cpp-queries suite so individual queries can be explicitly enabled. | ||
|
||
- queries: '.' | ||
from: codeql/cpp-queries | ||
|
||
# Enable individual queries below. | ||
|
||
- include: | ||
id: cpp/infinite-loop-with-unsatisfiable-exit-condition | ||
- include: | ||
id: cpp/overflow-buffer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## @file | ||
# Dependabot configuration file to enable GitHub services for managing and updating | ||
# dependencies. | ||
# | ||
# Copyright (c) Microsoft Corporation. | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
# | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
## | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
commit-message: | ||
prefix: "pip" | ||
reviewers: | ||
- "makubacki" | ||
- "mdkinney" | ||
- "spbrogan" | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
day: "monday" | ||
commit-message: | ||
prefix: "GitHub Action" | ||
reviewers: | ||
- "makubacki" | ||
- "mdkinney" | ||
- "spbrogan" |
Oops, something went wrong.