Skip to content

Commit

Permalink
1.19.4-tetratefips-v0
Browse files Browse the repository at this point in the history
Signed-off-by: psbrar99 <[email protected]>
  • Loading branch information
psbrar99 committed Nov 14, 2023
1 parent a2c1de9 commit eab764a
Show file tree
Hide file tree
Showing 123 changed files with 5,832 additions and 232 deletions.
34 changes: 16 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,11 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
id: security-check
attributes:
label: Is this the right place to submit this?
description: |-
This is used to report product bugs:
To report a security vulnerability, please visit <https://istio.io/about/security-vulnerabilities>.
Any crashes are potentially security vulnerabilities and should be treated as such.
To ask questions about how to use Istio, please visit <https://discuss.istio.io>.
options:
- label: "This is not a security vulnerability or a crashing bug"
required: true
- label: "This is not a question about how to use Istio"
required: true
- type: textarea
id: bug-description
attributes:
label: Bug Description
description: Tell us what issues you ran into.
description: Tell us what issues you ran into
placeholder: Include information about what you tried, what you expected to happen, and what actually happened. The more details, the better!
validations:
required: true
Expand All @@ -40,23 +26,22 @@ body:
$ kubectl version --short
Client Version: v1.0.0
Server Version: v1.0.0
render: Text
render: prose
validations:
required: true
- type: textarea
id: additional-info
attributes:
label: Additional Information
description: |
Please include the output of [`istioctl bug-report`](https://istio.io/help/bugs/#generating-a-cluster-state-archive).
Please include the output of [`istioctl bug-report`](http://istio.io/help/bugs/#generating-a-cluster-state-archive).
If you are unable to do so, please ensure you have collected the relevant debugging information manually and attached below;
issue without enough information will not be resolvable.
- type: checkboxes
id: area
attributes:
label: Affected product area
options:
- label: "Ambient"
- label: "Docs"
- label: "Installation"
- label: "Networking"
Expand All @@ -70,3 +55,16 @@ body:
- label: "Multi Cluster"
- label: "Virtual Machine"
- label: "Control Plane Revisions"
- type: checkboxes
id: security-check
attributes:
label: Is this the right place to submit this?
description: |-
This is used to report product bugs:
To report a security vulnerability, please visit <https://istio.io/about/security-vulnerabilities>
To ask questions about how to use Istio, please visit <https://discuss.istio.io>
options:
- label: "This is not a security vulnerability"
required: true
- label: "This is not a question about how to use Istio"
required: true
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ about: Suggest an idea to improve Istio

**Affected product area (please put an X in all that apply)**

[ ] Ambient
[ ] Docs
[ ] Installation
[ ] Networking
Expand Down
5 changes: 1 addition & 4 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ Information about supported Istio versions can be found on the
## Reporting a Vulnerability

Instructions for reporting a vulnerability can be found on the
[Istio Security Vulnerabilities] page. The Istio Product Security Working Group receives
vulnerability and security issue reports, and the company affiliation of the members of
the group can be found at [Early Disclosure Membership].
[Istio Security Vulnerabilities] page.

## Security Bulletins

Expand All @@ -20,4 +18,3 @@ Information about previous Istio vulnerabilities can be found on the
[Support Announcements]: https://istio.io/news/support/
[Istio Security Vulnerabilities]: https://istio.io/about/security-vulnerabilities/
[Security Bulletins]: https://istio.io/news/security/
[Early Disclosure Membership]: https://github.com/istio/community/blob/master/EARLY-DISCLOSURE.md#membership
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

**To help us figure out who should review this PR, please put an X in all the areas that this PR affects.**

- [ ] Ambient
- [ ] Configuration Infrastructure
- [ ] Docs
- [ ] Installation
Expand Down
Loading

0 comments on commit eab764a

Please sign in to comment.