-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
102 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: "Bug Report (Low Priority)" | ||
description: "Create a public Bug Report. Note that these may not be addressed as quickly as the helpdesk and that looking up account information will be difficult." | ||
title: "[BUG]: " | ||
labels: "type: bug" | ||
body: | ||
- type: input | ||
attributes: | ||
label: Tracer Version(s) | ||
description: "Version(s) of the tracer affected by this bug" | ||
placeholder: "1.33.7" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Java Version(s) | ||
description: "Version(s) of Java (`java -version`) that you've encountered this bug with" | ||
placeholder: 21.0.4 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Bug Report | ||
description: Please add a clear and concise description of the bug here | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Reproduction Code | ||
description: Please add code here to help us reproduce the problem | ||
validations: | ||
required: false |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
blank_issues_enabled: true | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Bug Report | ||
- name: Bug Report (High Priority) | ||
url: https://help.datadoghq.com/hc/en-us/requests/new?tf_1260824651490=pt_product_type:apm&tf_1900004146284=pt_apm_language:java | ||
about: This option creates an expedited Bug Report via the helpdesk (no login required). This will allow us to look up your account and allows you to provide additional information in private. | ||
- name: Feature Request | ||
about: Create an expedited Bug Report via the helpdesk (no login required). This will allow us to look up your account and allows you to provide additional information in private. Please do not create a GitHub issue to report a bug. | ||
- name: Feature Request (High Priority) | ||
url: https://help.datadoghq.com/hc/en-us/requests/new?tf_1260824651490=pt_product_type:apm&tf_1900004146284=pt_apm_language:java&tf_1260825272270=pt_apm_category_feature_request | ||
about: This option creates an expedited Feature Request via the helpdesk (no login required). This helps with prioritization and allows you to provide additional information in private. | ||
about: Create an expedited Feature Request via the helpdesk (no login required). This helps with prioritization and allows you to provide additional information in private. Please do not create a GitHub issue to request a feature. |
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,50 @@ | ||
name: Feature Request (Low Priority) | ||
description: Create a public Feature Request. Note that these may not be addressed as quickly as the helpdesk and that looking up account information will be difficult. | ||
title: "[FEATURE]: " | ||
labels: "type: feature request" | ||
body: | ||
- type: input | ||
attributes: | ||
label: Library Name | ||
description: "If your feature request is to add instrumentation support for a library please provide the name here" | ||
#placeholder: "TODO: Provide a sample Java library name" | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
attributes: | ||
label: Library Version(s) | ||
description: "If your feature request is to add instrumentation support for a library please provide the version you use" | ||
placeholder: 1.2 | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe the feature you'd like | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Is your feature request related to a problem? | ||
description: | | ||
Please add a clear and concise description of your problem. | ||
E.g. I'm unable to instrument my database queries... | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here | ||
validations: | ||
required: false |
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 |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Security | ||
# Security Policy | ||
|
||
## Security Vulnerabilities | ||
This document outlines the security policy for the Datadog Java client library (aka Java tracer) and what to do if you discover a security vulnerability in the project. | ||
Most notably, please do not share the details in a public forum (such as in a discussion, issue, or pull request) but instead reach out to us with the details. | ||
This gives us an opportunity to release a fix for others to benefit from by the time details are made public. | ||
|
||
If you have found a security issue, please contact the security team directly at [email protected]. | ||
## Supported Versions | ||
|
||
We accept vulnerability submissions for the [currently maintained release](https://github.com/DataDog/dd-trace-java/releases). | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you discover a vulnerability in the Datadog Java client library (or any Datadog product for that matter) please submit details to the following email address: | ||
|
||
* [[email protected]](mailto:[email protected]) |