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
If you specifically opt-in to permit GitHub to do so, GitHub will collect usage data and metrics for the purposes of helping the core developers to improve the CodeQL extension for VS Code. This data will not be shared with any parties outside of GitHub and will be retained for a maximum of 30 days.
4
+
3
5
## Why do you collect data?
4
6
5
7
GitHub collects usage data and metrics to help us improve CodeQL for VS Code.
6
8
7
9
## What data is collected
8
10
9
-
GitHub collects anonymous information related to the usage of the extensions. The data collected are:
11
+
GitHub collects anonymized information related to the usage of the extensions. The data collected are:
10
12
11
13
- Which commands are run.
12
14
- The time taken for each command.
13
-
- Anonymized stack trace and error message of any errors that are thrown from inside the extension.
14
15
- Anonymous GUID to uniquely identify an installation.
15
-
- IP address of the client sending the telemetry data. This IP address is not stored. It is discarded immediately after the telemetry data is received.
16
+
- IP address of the client sending the telemetry data.
17
+
18
+
## How long will data be retained?
19
+
20
+
Data will be retained for a maximum of 30 days.
21
+
22
+
## Who will have access to this data?
23
+
24
+
IP address and GUIDs will be available to the core developers of CodeQL. Aggregated data will be available to GitHub employees.
16
25
17
26
## What data is **NOT** collected?
18
27
19
-
We are careful to only collect the minimal amount of data we need to answer the questions about how our users are experiencing this product. So this means that we do not collect the following information:
28
+
We only collect the minimal amount of data we need to answer the questions about how our users are experiencing this product. To that end, we do not collect the following information:
20
29
21
30
- No GitHub user ID
22
31
- No CodeQL database names
@@ -28,3 +37,7 @@ We are careful to only collect the minimal amount of data we need to answer the
28
37
You can disable telemetry reporting by setting `codeQL.telemetry.enableTelemetry` to `false` in [your settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-editor).
29
38
30
39
Additionally, telemetry will be disabled if the global `telemetry.enableTelemetry` setting is set to `false`. For more information on global telemetry collection, see [Microsoft’s documentation](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting).
40
+
41
+
## More information
42
+
43
+
See GitHub's [Privacy Statement](https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-privacy-statement) and [Terms of Service](https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-terms-of-service) for more information.
Copy file name to clipboardExpand all lines: extensions/ql-vscode/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,3 +110,7 @@ For more information about the CodeQL extension, [see the documentation](https:/
110
110
## License
111
111
112
112
The CodeQL extension for Visual Studio Code is [licensed](LICENSE.md) under the MIT License. The version of CodeQL used by the CodeQL extension is subject to the [GitHub CodeQL Terms & Conditions](https://v-securitylab-github-com.jerryabc.cn/tools/codeql/license).
113
+
114
+
## Data and Telemetry
115
+
116
+
If you specifically opt-in to permit GitHub to do so, GitHub will collect usage data and metrics for the purposes of helping the core developers to improve the CodeQL extension for VS Code. This data will not be shared with any parties outside of GitHub and will be retained for a maximum of 30 days. Please see [telemetry](TELEMENTRY.md) for more information.
0 commit comments