Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 7 112 | repo_url stringlengths 36 141 | action stringclasses 3 values | title stringlengths 2 665 | labels stringlengths 4 554 | body stringlengths 3 235k | index stringclasses 6 values | text_combine stringlengths 96 235k | label stringclasses 2 values | text stringlengths 96 196k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
126,758 | 26,909,537,172 | IssuesEvent | 2023-02-06 22:09:18 | MetaMask/design-tokens | https://api.github.com/repos/MetaMask/design-tokens | opened | [Ext] Insight Report: Tooltip | code design-system | ### **Description**
Fill out the `Tooltip` insight report from your findings from the audit
The insight report will be part of our decision making framework and is intend to:
- Document all findings from the component audit
- Confirm as many component details as possible
- Mitigate component inconsistencies across Figma, Mobile and Extension
Include your thoughts on component name, description, api and any comments or topic to discuss relating to the component or it's make up. We will review the audit and insight report in our Wednesday technical sync to finalize the details of the component for all platforms.
### **Technical Details**
The insight report should include the following for the component
- name
- description
- variants/props
- requirements (optional)
- discussion/questions (optional)
### **Acceptance Criteria**
- name, description variants/props is filled out and matches with other platforms where possible
### **References**
- [FigJam](https://www.figma.com/file/KP10I7OHiuUsGZ53xAgZTj/Popover-Audit?node-id=0%3A1&t=u3rGtzERyA5zkSPu-1)
- Read exercised `#05 Identify Existing Paradigms in Design and Code` and `#06 IdentifyEmergingandInteresting
Paradigms in Design and Code` in the Design System in 90 Days workbook
| 1.0 | [Ext] Insight Report: Tooltip - ### **Description**
Fill out the `Tooltip` insight report from your findings from the audit
The insight report will be part of our decision making framework and is intend to:
- Document all findings from the component audit
- Confirm as many component details as possible
- Mitigate component inconsistencies across Figma, Mobile and Extension
Include your thoughts on component name, description, api and any comments or topic to discuss relating to the component or it's make up. We will review the audit and insight report in our Wednesday technical sync to finalize the details of the component for all platforms.
### **Technical Details**
The insight report should include the following for the component
- name
- description
- variants/props
- requirements (optional)
- discussion/questions (optional)
### **Acceptance Criteria**
- name, description variants/props is filled out and matches with other platforms where possible
### **References**
- [FigJam](https://www.figma.com/file/KP10I7OHiuUsGZ53xAgZTj/Popover-Audit?node-id=0%3A1&t=u3rGtzERyA5zkSPu-1)
- Read exercised `#05 Identify Existing Paradigms in Design and Code` and `#06 IdentifyEmergingandInteresting
Paradigms in Design and Code` in the Design System in 90 Days workbook
| non_infrastructure | insight report tooltip description fill out the tooltip insight report from your findings from the audit the insight report will be part of our decision making framework and is intend to document all findings from the component audit confirm as many component details as possible mitigate component inconsistencies across figma mobile and extension include your thoughts on component name description api and any comments or topic to discuss relating to the component or it s make up we will review the audit and insight report in our wednesday technical sync to finalize the details of the component for all platforms technical details the insight report should include the following for the component name description variants props requirements optional discussion questions optional acceptance criteria name description variants props is filled out and matches with other platforms where possible references read exercised identify existing paradigms in design and code and identifyemergingandinteresting paradigms in design and code in the design system in days workbook | 0 |
22,621 | 15,308,578,266 | IssuesEvent | 2021-02-24 22:42:41 | UAlbertaALTLab/cree-intelligent-dictionary | https://api.github.com/repos/UAlbertaALTLab/cree-intelligent-dictionary | closed | The database management command should be converted to a regular Django management command | infrastructure | @andrewdotn knows how to do this!
We want to get rid of the CreeDictionary editable pipenv install! | 1.0 | The database management command should be converted to a regular Django management command - @andrewdotn knows how to do this!
We want to get rid of the CreeDictionary editable pipenv install! | infrastructure | the database management command should be converted to a regular django management command andrewdotn knows how to do this we want to get rid of the creedictionary editable pipenv install | 1 |
14,987 | 11,277,179,642 | IssuesEvent | 2020-01-15 01:50:45 | onivim/oni2 | https://api.github.com/repos/onivim/oni2 | closed | Cannot "esy bootstrap" on Arch Linux. | A-infrastructure U-other | I was following [oni2 build guide](https://onivim.github.io/docs/for-developers/building) and after passing first step of "esy install", I got stuck at "esy bootstrap", which returns following error:
```
/home/mweglarz/sources/oni2/_esy/default/pnp.js:2754
for (const path of paths) {
^
TypeError: paths is not iterable
at Function.Module._findPath (/home/mweglarz/sources/oni2/_esy/default/pnp.js:2754:24)
at resolveMainPath (internal/bootstrap/pre_execution.js:447:28)
at Function.Module.runMain (internal/modules/cjs/loader.js:1138:24)
at internal/main/run_main_module.js:16:11
```
I've installed every Arch Linux requirement listed for oni2 and [revery](https://github.com/revery-ui/revery/wiki/Building-&-Installing) but cannot simply get it running.
| 1.0 | Cannot "esy bootstrap" on Arch Linux. - I was following [oni2 build guide](https://onivim.github.io/docs/for-developers/building) and after passing first step of "esy install", I got stuck at "esy bootstrap", which returns following error:
```
/home/mweglarz/sources/oni2/_esy/default/pnp.js:2754
for (const path of paths) {
^
TypeError: paths is not iterable
at Function.Module._findPath (/home/mweglarz/sources/oni2/_esy/default/pnp.js:2754:24)
at resolveMainPath (internal/bootstrap/pre_execution.js:447:28)
at Function.Module.runMain (internal/modules/cjs/loader.js:1138:24)
at internal/main/run_main_module.js:16:11
```
I've installed every Arch Linux requirement listed for oni2 and [revery](https://github.com/revery-ui/revery/wiki/Building-&-Installing) but cannot simply get it running.
| infrastructure | cannot esy bootstrap on arch linux i was following and after passing first step of esy install i got stuck at esy bootstrap which returns following error home mweglarz sources esy default pnp js for const path of paths typeerror paths is not iterable at function module findpath home mweglarz sources esy default pnp js at resolvemainpath internal bootstrap pre execution js at function module runmain internal modules cjs loader js at internal main run main module js i ve installed every arch linux requirement listed for and but cannot simply get it running | 1 |
34,591 | 30,208,153,006 | IssuesEvent | 2023-07-05 10:52:44 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | Windows exit codes should be displayed as hex codes and decoded | area-infrastructure P2 type-bug | Windows exit codes are a 32-bit unsigned integer and frequently the MSB is set (I believe this happens when there is a crash). This means that reporting it as a signed value is confusing. See issue #15139.
Instead the signed value should follow the Windows convention of printing a 8 digit hex code, possibly prefixed by 0x to avoid confusion between Unix and Windows.
In addition, the test runner should attempt to decode the exit code using err.exe (http://www.microsoft.com/en-us/download/details.aspx?id=985). We should be able to ensure that err.exe is available on the build bots.
If err.exe isn't available, the test runner should suggest downloading it.
| 1.0 | Windows exit codes should be displayed as hex codes and decoded - Windows exit codes are a 32-bit unsigned integer and frequently the MSB is set (I believe this happens when there is a crash). This means that reporting it as a signed value is confusing. See issue #15139.
Instead the signed value should follow the Windows convention of printing a 8 digit hex code, possibly prefixed by 0x to avoid confusion between Unix and Windows.
In addition, the test runner should attempt to decode the exit code using err.exe (http://www.microsoft.com/en-us/download/details.aspx?id=985). We should be able to ensure that err.exe is available on the build bots.
If err.exe isn't available, the test runner should suggest downloading it.
| infrastructure | windows exit codes should be displayed as hex codes and decoded windows exit codes are a bit unsigned integer and frequently the msb is set i believe this happens when there is a crash this means that reporting it as a signed value is confusing see issue instead the signed value should follow the windows convention of printing a digit hex code possibly prefixed by to avoid confusion between unix and windows in addition the test runner should attempt to decode the exit code using err exe we should be able to ensure that err exe is available on the build bots if err exe isn t available the test runner should suggest downloading it | 1 |
240,078 | 26,254,318,555 | IssuesEvent | 2023-01-05 22:32:31 | TreyM-WSS/whitesource-demo-1 | https://api.github.com/repos/TreyM-WSS/whitesource-demo-1 | reopened | CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz | security vulnerability | ## CVE-2021-23362 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hosted-git-info-2.8.8.tgz</b></p></summary>
<p>Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab</p>
<p>Library home page: <a href="https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz">https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/hosted-git-info/package.json</p>
<p>
Dependency Hierarchy:
- cli-9.0.0-next.10.tgz (Root Library)
- npm-package-arg-6.1.1.tgz
- :x: **hosted-git-info-2.8.8.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/TreyM-WSS/whitesource-demo-1/commit/551e7e8a23ecb57fdb46f4d6702da4d7cff49f70">551e7e8a23ecb57fdb46f4d6702da4d7cff49f70</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The package hosted-git-info before 3.0.8 are vulnerable to Regular Expression Denial of Service (ReDoS) via regular expression shortcutMatch in the fromUrl function in index.js. The affected regular expression exhibits polynomial worst-case time complexity.
<p>Publish Date: 2021-03-23
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23362>CVE-2021-23362</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-43f8-2h32-f4cj">https://github.com/advisories/GHSA-43f8-2h32-f4cj</a></p>
<p>Release Date: 2021-03-23</p>
<p>Fix Resolution (hosted-git-info): 2.8.9</p>
<p>Direct dependency fix Resolution (@angular/cli): 9.0.0</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue | True | CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz - ## CVE-2021-23362 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hosted-git-info-2.8.8.tgz</b></p></summary>
<p>Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab</p>
<p>Library home page: <a href="https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz">https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/hosted-git-info/package.json</p>
<p>
Dependency Hierarchy:
- cli-9.0.0-next.10.tgz (Root Library)
- npm-package-arg-6.1.1.tgz
- :x: **hosted-git-info-2.8.8.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/TreyM-WSS/whitesource-demo-1/commit/551e7e8a23ecb57fdb46f4d6702da4d7cff49f70">551e7e8a23ecb57fdb46f4d6702da4d7cff49f70</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The package hosted-git-info before 3.0.8 are vulnerable to Regular Expression Denial of Service (ReDoS) via regular expression shortcutMatch in the fromUrl function in index.js. The affected regular expression exhibits polynomial worst-case time complexity.
<p>Publish Date: 2021-03-23
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23362>CVE-2021-23362</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-43f8-2h32-f4cj">https://github.com/advisories/GHSA-43f8-2h32-f4cj</a></p>
<p>Release Date: 2021-03-23</p>
<p>Fix Resolution (hosted-git-info): 2.8.9</p>
<p>Direct dependency fix Resolution (@angular/cli): 9.0.0</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue | non_infrastructure | cve medium detected in hosted git info tgz cve medium severity vulnerability vulnerable library hosted git info tgz provides metadata and conversions from repository urls for github bitbucket and gitlab library home page a href path to dependency file package json path to vulnerable library node modules hosted git info package json dependency hierarchy cli next tgz root library npm package arg tgz x hosted git info tgz vulnerable library found in head commit a href found in base branch master vulnerability details the package hosted git info before are vulnerable to regular expression denial of service redos via regular expression shortcutmatch in the fromurl function in index js the affected regular expression exhibits polynomial worst case time complexity publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution hosted git info direct dependency fix resolution angular cli rescue worker helmet automatic remediation is available for this issue | 0 |
171,373 | 13,230,485,374 | IssuesEvent | 2020-08-18 09:54:45 | apache/shardingsphere | https://api.github.com/repos/apache/shardingsphere | closed | BaseIT.createTables:131 exception, support keyword table name for different databases | PostgreSQL bug test | ## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues).
- Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview).
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot reproduce it on current information, we will **close it**.
Please answer these questions before submitting your issue. Thanks!
### Which version of ShardingSphere did you use?
master branch, 5.0.0-RC1-SNAPSHOT
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
### Expected behavior
CREATE TABLE with keyword name for PostgreSQL correct.
### Actual behavior
org.postgresql.util.PSQLException: ERROR: syntax error at or near "`"
### Reason analyze (If you can)
CREATE TABLE `select` is not appropriate for PostgreSQL
### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
### Example codes for reproduce this issue (such as a github link).
| 1.0 | BaseIT.createTables:131 exception, support keyword table name for different databases - ## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues).
- Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview).
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot reproduce it on current information, we will **close it**.
Please answer these questions before submitting your issue. Thanks!
### Which version of ShardingSphere did you use?
master branch, 5.0.0-RC1-SNAPSHOT
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
### Expected behavior
CREATE TABLE with keyword name for PostgreSQL correct.
### Actual behavior
org.postgresql.util.PSQLException: ERROR: syntax error at or near "`"
### Reason analyze (If you can)
CREATE TABLE `select` is not appropriate for PostgreSQL
### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
### Example codes for reproduce this issue (such as a github link).
| non_infrastructure | baseit createtables exception support keyword table name for different databases bug report for english only other languages will not accept before report a bug make sure you have searched open and closed read documentation please pay attention on issues you submitted because we maybe need more details if no response anymore and we cannot reproduce it on current information we will close it please answer these questions before submitting your issue thanks which version of shardingsphere did you use master branch snapshot which project did you use shardingsphere jdbc or shardingsphere proxy shardingsphere jdbc expected behavior create table with keyword name for postgresql correct actual behavior org postgresql util psqlexception error syntax error at or near reason analyze if you can create table select is not appropriate for postgresql steps to reproduce the behavior such as sql to execute sharding rule configuration when exception occur etc example codes for reproduce this issue such as a github link | 0 |
25,183 | 18,244,449,372 | IssuesEvent | 2021-10-01 16:28:42 | microsoft/WindowsAppSDK | https://api.github.com/repos/microsoft/WindowsAppSDK | closed | Build errors when using TFM of 17763 | bug area-Infrastructure v0.8.0-preview v0.5 | **Describe the bug**
This is a **known issue** (we need to update the NuGet package dependencies in the Microsoft.ProjectReunion.WinUI NuGet package). Despite Project Reunion supporting down to build 17763 of Windows 10, if you use the .NET TFM of `net5.0-windows10.0.17763` or set the packaging project's `<TargetPlatformVersion>` to 17763 or lower, the project won't build, receiving build errors like `Project XYZ is not compatible with uap10.0.17763`.
**Workaround**
Update your TFM to `net5.0-windows10.0.18362` or higher, and in your packaging project, update your `<TargetPlatformVersion>` to 18362 or higher. This will not prevent you from running on 17763 (MinVersion declares that). This only affects what APIs are available (more APIs will be available by targeting a higher version).
<!-- Please provide any required setup and steps to reproduce the behavior -->
**Steps to reproduce the behavior:**
1. Create a 0.5 or 0.8 Preview WinUI 3 desktop app
2. Change the TFM to `net5.0-windows10.0.17763`, or change the packaging project's `<TargetPlatformVersion>` to 17763
3. Try to build the project
**Expected behavior**
Building and deploying should succeed, since Project Reunion supports down to 17763.
**Version Info**
NuGet package version:
Version 0.5.7 and 0.8.0-preview
**Root cause**
The `Microsoft.ProjectReunion.WinUI` NuGet package declares a dependency on `net5.0-windows10.0.18362` or higher, when this instead should be targeting `net5.0-windows10.0.17763`. Internal bug number 33525703. | 1.0 | Build errors when using TFM of 17763 - **Describe the bug**
This is a **known issue** (we need to update the NuGet package dependencies in the Microsoft.ProjectReunion.WinUI NuGet package). Despite Project Reunion supporting down to build 17763 of Windows 10, if you use the .NET TFM of `net5.0-windows10.0.17763` or set the packaging project's `<TargetPlatformVersion>` to 17763 or lower, the project won't build, receiving build errors like `Project XYZ is not compatible with uap10.0.17763`.
**Workaround**
Update your TFM to `net5.0-windows10.0.18362` or higher, and in your packaging project, update your `<TargetPlatformVersion>` to 18362 or higher. This will not prevent you from running on 17763 (MinVersion declares that). This only affects what APIs are available (more APIs will be available by targeting a higher version).
<!-- Please provide any required setup and steps to reproduce the behavior -->
**Steps to reproduce the behavior:**
1. Create a 0.5 or 0.8 Preview WinUI 3 desktop app
2. Change the TFM to `net5.0-windows10.0.17763`, or change the packaging project's `<TargetPlatformVersion>` to 17763
3. Try to build the project
**Expected behavior**
Building and deploying should succeed, since Project Reunion supports down to 17763.
**Version Info**
NuGet package version:
Version 0.5.7 and 0.8.0-preview
**Root cause**
The `Microsoft.ProjectReunion.WinUI` NuGet package declares a dependency on `net5.0-windows10.0.18362` or higher, when this instead should be targeting `net5.0-windows10.0.17763`. Internal bug number 33525703. | infrastructure | build errors when using tfm of describe the bug this is a known issue we need to update the nuget package dependencies in the microsoft projectreunion winui nuget package despite project reunion supporting down to build of windows if you use the net tfm of or set the packaging project s to or lower the project won t build receiving build errors like project xyz is not compatible with workaround update your tfm to or higher and in your packaging project update your to or higher this will not prevent you from running on minversion declares that this only affects what apis are available more apis will be available by targeting a higher version steps to reproduce the behavior create a or preview winui desktop app change the tfm to or change the packaging project s to try to build the project expected behavior building and deploying should succeed since project reunion supports down to version info nuget package version version and preview root cause the microsoft projectreunion winui nuget package declares a dependency on or higher when this instead should be targeting internal bug number | 1 |
28,607 | 23,386,928,694 | IssuesEvent | 2022-08-11 14:28:12 | IBM-Cloud/terraform-provider-ibm | https://api.github.com/repos/IBM-Cloud/terraform-provider-ibm | closed | Enhancement Request: Filtering support when using data.ibm_is_instances | enhancement service/VPC Infrastructure | This is an enhancement request
### Terraform Version
v0.12.29
### Affected Resource(s)
Please list the resources as a list, for example:
- data.ibm_is_instances
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
### Terraform Configuration Files
```hcl
data "ibm_is_vpc" "main" {
name = var.vpc_name
data "ibm_is_instances" "instances" {
vpc_name = var.vpc_name
}
output "vm_instance_names" {
value = data.ibm_is_instances.instances.instances.*.name
}
```
### Debug Output
### Panic Output
### Expected Behavior
Currently, this outputs all the instance names within the VPC. However, it is not always that one is interested in all of such instances. Sometimes you want just a subset. This is where ability to add a filter to provide the subset is important and required. A use-case is when you use the instance-group feature to create multiple vsi's and you want an output of the vsi. It is currently not supported within data.ibm_is_instance_group to retrieve the associated vsi. However, because the instances follow a naming convention that appends a UUID to a naming format, it should be possible to retrieve that using something like
```
data "ibm_is_instances" "instances" {
vpc_name = var.vpc_name
filter {
name = "name"
values = ["my-naming-prefix-*"]
}
}
| 1.0 | Enhancement Request: Filtering support when using data.ibm_is_instances - This is an enhancement request
### Terraform Version
v0.12.29
### Affected Resource(s)
Please list the resources as a list, for example:
- data.ibm_is_instances
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
### Terraform Configuration Files
```hcl
data "ibm_is_vpc" "main" {
name = var.vpc_name
data "ibm_is_instances" "instances" {
vpc_name = var.vpc_name
}
output "vm_instance_names" {
value = data.ibm_is_instances.instances.instances.*.name
}
```
### Debug Output
### Panic Output
### Expected Behavior
Currently, this outputs all the instance names within the VPC. However, it is not always that one is interested in all of such instances. Sometimes you want just a subset. This is where ability to add a filter to provide the subset is important and required. A use-case is when you use the instance-group feature to create multiple vsi's and you want an output of the vsi. It is currently not supported within data.ibm_is_instance_group to retrieve the associated vsi. However, because the instances follow a naming convention that appends a UUID to a naming format, it should be possible to retrieve that using something like
```
data "ibm_is_instances" "instances" {
vpc_name = var.vpc_name
filter {
name = "name"
values = ["my-naming-prefix-*"]
}
}
| infrastructure | enhancement request filtering support when using data ibm is instances this is an enhancement request terraform version affected resource s please list the resources as a list for example data ibm is instances if this issue appears to affect multiple resources it may be an issue with terraform s core so please mention this terraform configuration files hcl data ibm is vpc main name var vpc name data ibm is instances instances vpc name var vpc name output vm instance names value data ibm is instances instances instances name debug output panic output expected behavior currently this outputs all the instance names within the vpc however it is not always that one is interested in all of such instances sometimes you want just a subset this is where ability to add a filter to provide the subset is important and required a use case is when you use the instance group feature to create multiple vsi s and you want an output of the vsi it is currently not supported within data ibm is instance group to retrieve the associated vsi however because the instances follow a naming convention that appends a uuid to a naming format it should be possible to retrieve that using something like data ibm is instances instances vpc name var vpc name filter name name values | 1 |
7,705 | 7,054,857,926 | IssuesEvent | 2018-01-04 03:55:58 | vistadataproject/VDM | https://api.github.com/repos/vistadataproject/VDM | closed | Modify dmUtils to support updating type OBJECT | Bug Infrastructure Track MVDM Upgrade | Currently, an MVDM update of an OBJECT type will throw an error indicating it is an unsupported parameter type. This is because dmUtils.js doesn't support individual object updates, only arrays of objects.
See https://github.com/vistadataproject/VDM/blob/master/prototypes/dmUtils.js#L486
| 1.0 | Modify dmUtils to support updating type OBJECT - Currently, an MVDM update of an OBJECT type will throw an error indicating it is an unsupported parameter type. This is because dmUtils.js doesn't support individual object updates, only arrays of objects.
See https://github.com/vistadataproject/VDM/blob/master/prototypes/dmUtils.js#L486
| infrastructure | modify dmutils to support updating type object currently an mvdm update of an object type will throw an error indicating it is an unsupported parameter type this is because dmutils js doesn t support individual object updates only arrays of objects see | 1 |
33,539 | 6,218,420,581 | IssuesEvent | 2017-07-09 01:26:09 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | Is Brent's method for minimizing the value of a function implemented twice in SciPy? | Documentation easy-fix scipy.optimize | Copied from the mailing list question http://mail.scipy.org/pipermail/scipy-dev/2014-July/019959.html.
```
Hello,
while studying the SciPy documentation, I noticed that the 'brent' and
the 'fminbound' function in the 'scipy.optimize' package both seem to
implement Brent's method for function minimization.
Both functions have been implemented by Travis Oliphant (see commit
infos below).
One minor difference is, that the 'brent' function _optionally_ allows
for auto bracketing via the help of the 'bracket' function, when
supplied only with two bounds via the 'brack' parameter instead of a
triplet as required by Brent's algorithm.
So is it possible, that Brent's method has been implemented twice?
'fminbound' was added in 2001:
https://github.com/scipy/scipy/commit/3f44f63b481abf676a0b344fc836acf76bc86b35
'brent' was added approximately three-quarters of a year later in 2002:
https://github.com/scipy/scipy/commit/b94c30dcb1ba9ad0b4c3e2090f5e99a8a21275ab
The 'brent' code has later been moved into a separate internal class:
https://github.com/scipy/scipy/commit/675ad592465be178cde88a89e9e362fdd5237004
Sincerely,
Alexander Behringer
```
| 1.0 | Is Brent's method for minimizing the value of a function implemented twice in SciPy? - Copied from the mailing list question http://mail.scipy.org/pipermail/scipy-dev/2014-July/019959.html.
```
Hello,
while studying the SciPy documentation, I noticed that the 'brent' and
the 'fminbound' function in the 'scipy.optimize' package both seem to
implement Brent's method for function minimization.
Both functions have been implemented by Travis Oliphant (see commit
infos below).
One minor difference is, that the 'brent' function _optionally_ allows
for auto bracketing via the help of the 'bracket' function, when
supplied only with two bounds via the 'brack' parameter instead of a
triplet as required by Brent's algorithm.
So is it possible, that Brent's method has been implemented twice?
'fminbound' was added in 2001:
https://github.com/scipy/scipy/commit/3f44f63b481abf676a0b344fc836acf76bc86b35
'brent' was added approximately three-quarters of a year later in 2002:
https://github.com/scipy/scipy/commit/b94c30dcb1ba9ad0b4c3e2090f5e99a8a21275ab
The 'brent' code has later been moved into a separate internal class:
https://github.com/scipy/scipy/commit/675ad592465be178cde88a89e9e362fdd5237004
Sincerely,
Alexander Behringer
```
| non_infrastructure | is brent s method for minimizing the value of a function implemented twice in scipy copied from the mailing list question hello while studying the scipy documentation i noticed that the brent and the fminbound function in the scipy optimize package both seem to implement brent s method for function minimization both functions have been implemented by travis oliphant see commit infos below one minor difference is that the brent function optionally allows for auto bracketing via the help of the bracket function when supplied only with two bounds via the brack parameter instead of a triplet as required by brent s algorithm so is it possible that brent s method has been implemented twice fminbound was added in brent was added approximately three quarters of a year later in the brent code has later been moved into a separate internal class sincerely alexander behringer | 0 |
31,295 | 25,525,629,608 | IssuesEvent | 2022-11-29 01:50:38 | woocommerce/woocommerce | https://api.github.com/repos/woocommerce/woocommerce | opened | Handle hook version `@since x.x.x` at release time | tool: monorepo infrastructure | <!-- This form is for other issue types specific to the WooCommerce plugin. This is not a support portal. -->
**Prerequisites (mark completed items with an [x]):**
- [x] I have checked that my issue type is not listed here https://github.com/woocommerce/woocommerce/issues/new/choose
- [x] My issue is not a security issue, support request, bug report, enhancement or feature request (Please use the link above if it is).
**Issue Description:**
At the time of writing a pull request, authors don't necessarily know the release an introduced hook may land in. Allowing contributors to write `@since x.x.x` and having automation fill in the correct release can alleviate the need to guess.
This makes sense to run at the time of code freeze. Consideration will also be required for the cherry-picking process.
| 1.0 | Handle hook version `@since x.x.x` at release time - <!-- This form is for other issue types specific to the WooCommerce plugin. This is not a support portal. -->
**Prerequisites (mark completed items with an [x]):**
- [x] I have checked that my issue type is not listed here https://github.com/woocommerce/woocommerce/issues/new/choose
- [x] My issue is not a security issue, support request, bug report, enhancement or feature request (Please use the link above if it is).
**Issue Description:**
At the time of writing a pull request, authors don't necessarily know the release an introduced hook may land in. Allowing contributors to write `@since x.x.x` and having automation fill in the correct release can alleviate the need to guess.
This makes sense to run at the time of code freeze. Consideration will also be required for the cherry-picking process.
| infrastructure | handle hook version since x x x at release time prerequisites mark completed items with an i have checked that my issue type is not listed here my issue is not a security issue support request bug report enhancement or feature request please use the link above if it is issue description at the time of writing a pull request authors don t necessarily know the release an introduced hook may land in allowing contributors to write since x x x and having automation fill in the correct release can alleviate the need to guess this makes sense to run at the time of code freeze consideration will also be required for the cherry picking process | 1 |
155,893 | 13,636,209,364 | IssuesEvent | 2020-09-25 05:13:23 | DukeMobileDevCenter/Jigsaw | https://api.github.com/repos/DukeMobileDevCenter/Jigsaw | closed | [Logistic] Add register an app on website to docs | C-documentation Priority-low | Prof mentioned this earlier, and it worth noting that the app should be created online before you can archive and upload it to the AppStore Connect. | 1.0 | [Logistic] Add register an app on website to docs - Prof mentioned this earlier, and it worth noting that the app should be created online before you can archive and upload it to the AppStore Connect. | non_infrastructure | add register an app on website to docs prof mentioned this earlier and it worth noting that the app should be created online before you can archive and upload it to the appstore connect | 0 |
138,558 | 30,886,645,019 | IssuesEvent | 2023-08-03 22:39:46 | microsoft/microsoft-ui-xaml | https://api.github.com/repos/microsoft/microsoft-ui-xaml | closed | Cannot bind to BitmapIconSource.UriSource in WinUI3 preview3 | area-Binding team-Framework product-winui3 area-Icon code-vs-markup-mismatch no-issue-activity | **Describe the bug**
<!-- Please enter a short, clear description of the bug -->
<!-- For bugs related to UWP or the app models, please open a bug on the Project Reunion repository: https://github.com/microsoft/ProjectReunion -->
It is not possible to bind the icon in a `TabViewItem` to a dynamically created `BitmapIconSource`. (But, setting it in XAML does work.)
**Steps to reproduce the bug**
<!-- Please provide any required setup and steps to reproduce the behavior -->
1. Create a new Blank App (WinUI in Desktop)
2. Replace the contents of `MainWindow.xaml` with:
```xml
<TabView TabItemsSource="{x:Bind Tabs}">
<TabView.TabItemTemplate>
<DataTemplate x:DataType="local:TabItem">
<TabViewItem
Header="{x:Bind Header}">
<!-- UNCOMMENT FOR STEPS TWO AND THREE -->
<!--IconSource="{x:Bind Icon}">-->
<!-- COMMENT OUT FOR STEPS TWO AND THREE -->
<TabViewItem.IconSource>
<BitmapIconSource UriSource="/Images/dataset-icon.png" />
</TabViewItem.IconSource>
</TabViewItem>
</DataTemplate>
</TabView.TabItemTemplate>
</TabView>
```
3. Replace the contents of `MainWindows.xaml.cs` with:
```cs
public sealed partial class MainWindow : Window
{
public MainWindow()
{
this.Tabs = new ObservableCollection<TabItem> { new TabItem() };
this.InitializeComponent();
}
public ObservableCollection<TabItem> Tabs { get; set; }
}
public class TabItem
{
// This is just to show that it is possible to bind this in the TabViewItem
public string Header => "My tab";
public IconSource Icon
{
get
{
// This doesn't work (Just an arbitrary content image in the project)
// UNCOMMENT FOR STEP THREE
// return new BitmapIconSource { UriSource = new Uri("/Images/dataset-icon.png", UriKind.RelativeOrAbsolute) };
// This works
// COMMENT OUT FOR STEP THREE
return new SymbolIconSource { Symbol = Symbol.Placeholder };
}
}
}
```
4. Add an `Images` folder to the project and add this file with a **Build Action** of `Content`

5. `STEP ONE`
Run the app and see the icon displayed correctly when defined in XAML

`STEP TWO`
Comment and uncomment the XAML as per the instructions, then run the app again to see the icon defined via bindings for a SymbolIconSource

`STEP THREE`
Comment and uncomment the C# code as per the instructions, then run the app
See this error
```ascii
System.ArgumentException
HResult=0x80070057
Message=Value does not fall within the expected range.
Source=WinRT.Runtime
StackTrace:
at WinRT.ExceptionHelpers.ThrowExceptionForHR(Int32 hr)
at ABI.System.WinRTUriRuntimeClassFactory.CreateUri(String uri)
at ABI.System.Uri.CreateMarshaler(Uri value)
at ABI.Microsoft.UI.Xaml.Controls.IBitmapIconSource.global::Microsoft.UI.Xaml.Controls.IBitmapIconSource.set_UriSource(Uri value)
at Microsoft.UI.Xaml.Controls.BitmapIconSource.set_UriSource(Uri value)
at App73.TabItem.get_Icon() in C:\Users\matt\source\repos\App73\App73\App73\MainWindow.xaml.cs:line 40
at App73.MainWindow.MainWindow_obj4_Bindings.Update_(TabItem obj, Int32 phase) in C:\Users\matt\source\repos\App73\App73\App73\obj\x86\Debug\net5.0-windows10.0.18362.0\MainWindow.g.cs:line 209
at App73.MainWindow.MainWindow_obj4_Bindings.Update() in C:\Users\matt\source\repos\App73\App73\App73\obj\x86\Debug\net5.0-windows10.0.18362.0\MainWindow.g.cs:line 175
at App73.MainWindow.MainWindow_obj4_Bindings.DataContextChangedHandler(FrameworkElement sender, DataContextChangedEventArgs args) in C:\Users\matt\source\repos\App73\App73\App73\obj\x86\Debug\net5.0-windows10.0.18362.0\MainWindow.g.cs:line 114
```
**Expected behavior**
<!-- Please provide a description of what you expected to happen-->
The icon should be displayed in the tab without error.
**Screenshots**
<!-- If applicable, add screenshots here to help explain your problem -->
**Version Info**
<!-- Please enter your WinUI NuGet package version, Windows app type (when using WinUI 3+), OS version(s), and form factor(s) -->
NuGet package version: Microsoft.WinUI 3.0.0-preview3.201113.0
<!-- If you are using WinUI 3, please specify for which Windows app type you have encountered the issue. Leave blank if you didn't try that app type. -->
Windows app type:
| UWP | Win32 |
| :--------------- | :--------------- |
| <!-- Yes/No? --> | Yes |
<!-- Which Windows versions did you see the issue on? Leave blank if you didn't try that version. -->
| Windows 10 version | Saw the problem? |
| :--------------------------------- | :-------------------- |
| Insider Build (xxxxx) | <!-- Yes/No? --> |
| May 2020 Update (19041) | Yes |
| November 2019 Update (18363) | <!-- Yes/No? --> |
| May 2019 Update (18362) | <!-- Yes/No? --> |
| October 2018 Update (17763) | <!-- Yes/No? --> |
| April 2018 Update (17134) | <!-- Yes/No? --> |
| Fall Creators Update (16299) | <!-- Yes/No? --> |
| Creators Update (15063) | <!-- Yes/No? --> |
<!-- Which device form factors did you see the issue on? Leave blank if you didn't try that device. -->
| Device form factor | Saw the problem? |
| :----------------- | :--------------- |
| Desktop | Yes |
| Xbox | <!-- Yes/No? --> |
| Surface Hub | <!-- Yes/No? --> |
| IoT | <!-- Yes/No? --> |
**Additional context**
<!-- Enter any other applicable info here -->
Note. this does not apply to WinUI2 as it doesn't support adding a `BitmapIconSource` to a `TabViewItem.IconSource`. | 1.0 | Cannot bind to BitmapIconSource.UriSource in WinUI3 preview3 - **Describe the bug**
<!-- Please enter a short, clear description of the bug -->
<!-- For bugs related to UWP or the app models, please open a bug on the Project Reunion repository: https://github.com/microsoft/ProjectReunion -->
It is not possible to bind the icon in a `TabViewItem` to a dynamically created `BitmapIconSource`. (But, setting it in XAML does work.)
**Steps to reproduce the bug**
<!-- Please provide any required setup and steps to reproduce the behavior -->
1. Create a new Blank App (WinUI in Desktop)
2. Replace the contents of `MainWindow.xaml` with:
```xml
<TabView TabItemsSource="{x:Bind Tabs}">
<TabView.TabItemTemplate>
<DataTemplate x:DataType="local:TabItem">
<TabViewItem
Header="{x:Bind Header}">
<!-- UNCOMMENT FOR STEPS TWO AND THREE -->
<!--IconSource="{x:Bind Icon}">-->
<!-- COMMENT OUT FOR STEPS TWO AND THREE -->
<TabViewItem.IconSource>
<BitmapIconSource UriSource="/Images/dataset-icon.png" />
</TabViewItem.IconSource>
</TabViewItem>
</DataTemplate>
</TabView.TabItemTemplate>
</TabView>
```
3. Replace the contents of `MainWindows.xaml.cs` with:
```cs
public sealed partial class MainWindow : Window
{
public MainWindow()
{
this.Tabs = new ObservableCollection<TabItem> { new TabItem() };
this.InitializeComponent();
}
public ObservableCollection<TabItem> Tabs { get; set; }
}
public class TabItem
{
// This is just to show that it is possible to bind this in the TabViewItem
public string Header => "My tab";
public IconSource Icon
{
get
{
// This doesn't work (Just an arbitrary content image in the project)
// UNCOMMENT FOR STEP THREE
// return new BitmapIconSource { UriSource = new Uri("/Images/dataset-icon.png", UriKind.RelativeOrAbsolute) };
// This works
// COMMENT OUT FOR STEP THREE
return new SymbolIconSource { Symbol = Symbol.Placeholder };
}
}
}
```
4. Add an `Images` folder to the project and add this file with a **Build Action** of `Content`

5. `STEP ONE`
Run the app and see the icon displayed correctly when defined in XAML

`STEP TWO`
Comment and uncomment the XAML as per the instructions, then run the app again to see the icon defined via bindings for a SymbolIconSource

`STEP THREE`
Comment and uncomment the C# code as per the instructions, then run the app
See this error
```ascii
System.ArgumentException
HResult=0x80070057
Message=Value does not fall within the expected range.
Source=WinRT.Runtime
StackTrace:
at WinRT.ExceptionHelpers.ThrowExceptionForHR(Int32 hr)
at ABI.System.WinRTUriRuntimeClassFactory.CreateUri(String uri)
at ABI.System.Uri.CreateMarshaler(Uri value)
at ABI.Microsoft.UI.Xaml.Controls.IBitmapIconSource.global::Microsoft.UI.Xaml.Controls.IBitmapIconSource.set_UriSource(Uri value)
at Microsoft.UI.Xaml.Controls.BitmapIconSource.set_UriSource(Uri value)
at App73.TabItem.get_Icon() in C:\Users\matt\source\repos\App73\App73\App73\MainWindow.xaml.cs:line 40
at App73.MainWindow.MainWindow_obj4_Bindings.Update_(TabItem obj, Int32 phase) in C:\Users\matt\source\repos\App73\App73\App73\obj\x86\Debug\net5.0-windows10.0.18362.0\MainWindow.g.cs:line 209
at App73.MainWindow.MainWindow_obj4_Bindings.Update() in C:\Users\matt\source\repos\App73\App73\App73\obj\x86\Debug\net5.0-windows10.0.18362.0\MainWindow.g.cs:line 175
at App73.MainWindow.MainWindow_obj4_Bindings.DataContextChangedHandler(FrameworkElement sender, DataContextChangedEventArgs args) in C:\Users\matt\source\repos\App73\App73\App73\obj\x86\Debug\net5.0-windows10.0.18362.0\MainWindow.g.cs:line 114
```
**Expected behavior**
<!-- Please provide a description of what you expected to happen-->
The icon should be displayed in the tab without error.
**Screenshots**
<!-- If applicable, add screenshots here to help explain your problem -->
**Version Info**
<!-- Please enter your WinUI NuGet package version, Windows app type (when using WinUI 3+), OS version(s), and form factor(s) -->
NuGet package version: Microsoft.WinUI 3.0.0-preview3.201113.0
<!-- If you are using WinUI 3, please specify for which Windows app type you have encountered the issue. Leave blank if you didn't try that app type. -->
Windows app type:
| UWP | Win32 |
| :--------------- | :--------------- |
| <!-- Yes/No? --> | Yes |
<!-- Which Windows versions did you see the issue on? Leave blank if you didn't try that version. -->
| Windows 10 version | Saw the problem? |
| :--------------------------------- | :-------------------- |
| Insider Build (xxxxx) | <!-- Yes/No? --> |
| May 2020 Update (19041) | Yes |
| November 2019 Update (18363) | <!-- Yes/No? --> |
| May 2019 Update (18362) | <!-- Yes/No? --> |
| October 2018 Update (17763) | <!-- Yes/No? --> |
| April 2018 Update (17134) | <!-- Yes/No? --> |
| Fall Creators Update (16299) | <!-- Yes/No? --> |
| Creators Update (15063) | <!-- Yes/No? --> |
<!-- Which device form factors did you see the issue on? Leave blank if you didn't try that device. -->
| Device form factor | Saw the problem? |
| :----------------- | :--------------- |
| Desktop | Yes |
| Xbox | <!-- Yes/No? --> |
| Surface Hub | <!-- Yes/No? --> |
| IoT | <!-- Yes/No? --> |
**Additional context**
<!-- Enter any other applicable info here -->
Note. this does not apply to WinUI2 as it doesn't support adding a `BitmapIconSource` to a `TabViewItem.IconSource`. | non_infrastructure | cannot bind to bitmapiconsource urisource in describe the bug it is not possible to bind the icon in a tabviewitem to a dynamically created bitmapiconsource but setting it in xaml does work steps to reproduce the bug create a new blank app winui in desktop replace the contents of mainwindow xaml with xml tabviewitem header x bind header replace the contents of mainwindows xaml cs with cs public sealed partial class mainwindow window public mainwindow this tabs new observablecollection new tabitem this initializecomponent public observablecollection tabs get set public class tabitem this is just to show that it is possible to bind this in the tabviewitem public string header my tab public iconsource icon get this doesn t work just an arbitrary content image in the project uncomment for step three return new bitmapiconsource urisource new uri images dataset icon png urikind relativeorabsolute this works comment out for step three return new symboliconsource symbol symbol placeholder add an images folder to the project and add this file with a build action of content step one run the app and see the icon displayed correctly when defined in xaml step two comment and uncomment the xaml as per the instructions then run the app again to see the icon defined via bindings for a symboliconsource step three comment and uncomment the c code as per the instructions then run the app see this error ascii system argumentexception hresult message value does not fall within the expected range source winrt runtime stacktrace at winrt exceptionhelpers throwexceptionforhr hr at abi system winrturiruntimeclassfactory createuri string uri at abi system uri createmarshaler uri value at abi microsoft ui xaml controls ibitmapiconsource global microsoft ui xaml controls ibitmapiconsource set urisource uri value at microsoft ui xaml controls bitmapiconsource set urisource uri value at tabitem get icon in c users matt source repos mainwindow xaml cs line at mainwindow mainwindow bindings update tabitem obj phase in c users matt source repos obj debug mainwindow g cs line at mainwindow mainwindow bindings update in c users matt source repos obj debug mainwindow g cs line at mainwindow mainwindow bindings datacontextchangedhandler frameworkelement sender datacontextchangedeventargs args in c users matt source repos obj debug mainwindow g cs line expected behavior the icon should be displayed in the tab without error screenshots version info nuget package version microsoft winui windows app type uwp yes windows version saw the problem insider build xxxxx may update yes november update may update october update april update fall creators update creators update device form factor saw the problem desktop yes xbox surface hub iot additional context note this does not apply to as it doesn t support adding a bitmapiconsource to a tabviewitem iconsource | 0 |
29,922 | 2,718,449,960 | IssuesEvent | 2015-04-12 09:51:43 | isolver/MarkWrite | https://api.github.com/repos/isolver/MarkWrite | closed | Left mouse double click should change Timeline and Spatial Views | enhancement Priority 1 | When a user double clicks (left mouse button) a segment tree node, the Timeline and Spatial Views should:
- [x] Change Selected Data region in Time line to selected segments time period (currently implemented)
- [x] Zoom both views so the selected data fills each Views viewport widget.
- [x] Set the data bounds of both views to be the min and max of the segment time period. This is so user can not then mistakenly select pen samples outside the current segments time period. | 1.0 | Left mouse double click should change Timeline and Spatial Views - When a user double clicks (left mouse button) a segment tree node, the Timeline and Spatial Views should:
- [x] Change Selected Data region in Time line to selected segments time period (currently implemented)
- [x] Zoom both views so the selected data fills each Views viewport widget.
- [x] Set the data bounds of both views to be the min and max of the segment time period. This is so user can not then mistakenly select pen samples outside the current segments time period. | non_infrastructure | left mouse double click should change timeline and spatial views when a user double clicks left mouse button a segment tree node the timeline and spatial views should change selected data region in time line to selected segments time period currently implemented zoom both views so the selected data fills each views viewport widget set the data bounds of both views to be the min and max of the segment time period this is so user can not then mistakenly select pen samples outside the current segments time period | 0 |
4,554 | 11,348,404,413 | IssuesEvent | 2020-01-24 00:16:26 | TerriaJS/terriajs | https://api.github.com/repos/TerriaJS/terriajs | closed | Changing coord presentation fails in mobx | New Model Architecture T-Bug | Clicking on the coord bar in a mobx app doesn't do anything. Throws an error related to `toggleUseProjection` method.

| 1.0 | Changing coord presentation fails in mobx - Clicking on the coord bar in a mobx app doesn't do anything. Throws an error related to `toggleUseProjection` method.

| non_infrastructure | changing coord presentation fails in mobx clicking on the coord bar in a mobx app doesn t do anything throws an error related to toggleuseprojection method | 0 |
27,522 | 21,878,826,429 | IssuesEvent | 2022-05-19 12:44:25 | ably/ably-flutter | https://api.github.com/repos/ably/ably-flutter | closed | Fix consistency of test dependencies | test-infrastructure | I've noticed that both `flutter_test` and `test` are used in the project. Usually, it's only required to use one of these packages, (since `flutter_test` uses `test` as it's core) and if they're both used at the same time, they may cause conflicts. It would be good to do a dependency cleanup for tests and leave only one of those
┆Issue is synchronized with this [Jira Uncategorised](https://ably.atlassian.net/browse/SDK-1874) by [Unito](https://www.unito.io)
| 1.0 | Fix consistency of test dependencies - I've noticed that both `flutter_test` and `test` are used in the project. Usually, it's only required to use one of these packages, (since `flutter_test` uses `test` as it's core) and if they're both used at the same time, they may cause conflicts. It would be good to do a dependency cleanup for tests and leave only one of those
┆Issue is synchronized with this [Jira Uncategorised](https://ably.atlassian.net/browse/SDK-1874) by [Unito](https://www.unito.io)
| infrastructure | fix consistency of test dependencies i ve noticed that both flutter test and test are used in the project usually it s only required to use one of these packages since flutter test uses test as it s core and if they re both used at the same time they may cause conflicts it would be good to do a dependency cleanup for tests and leave only one of those ┆issue is synchronized with this by | 1 |
422,548 | 12,280,128,805 | IssuesEvent | 2020-05-08 13:35:30 | miniaturepets/issues | https://api.github.com/repos/miniaturepets/issues | reopened | Hostile mobs removed immediately on spawn | Bug Report Medium Priority | *Short Description:* Pets based on hostile mobs are removed immediately upon spawning
*Long Description:* Pets based on hostile mobs are removed immediately upon spawning. All other pets work as normal. I have edited the worldguard config and even removed both worldguard and bentobox to see if anything changes but with no luck.
*Instructions for Re-Producing The Bug:* Install spigot 1.15.2, install plugins listed in dump file, upload default and vanilla pet packs, attempt to spawn ghast/creeper etc
*Dump File Link:* https://pastebin.com/a35n7bgW
| 1.0 | Hostile mobs removed immediately on spawn - *Short Description:* Pets based on hostile mobs are removed immediately upon spawning
*Long Description:* Pets based on hostile mobs are removed immediately upon spawning. All other pets work as normal. I have edited the worldguard config and even removed both worldguard and bentobox to see if anything changes but with no luck.
*Instructions for Re-Producing The Bug:* Install spigot 1.15.2, install plugins listed in dump file, upload default and vanilla pet packs, attempt to spawn ghast/creeper etc
*Dump File Link:* https://pastebin.com/a35n7bgW
| non_infrastructure | hostile mobs removed immediately on spawn short description pets based on hostile mobs are removed immediately upon spawning long description pets based on hostile mobs are removed immediately upon spawning all other pets work as normal i have edited the worldguard config and even removed both worldguard and bentobox to see if anything changes but with no luck instructions for re producing the bug install spigot install plugins listed in dump file upload default and vanilla pet packs attempt to spawn ghast creeper etc dump file link | 0 |
124,843 | 12,240,010,356 | IssuesEvent | 2020-05-04 23:01:41 | daidodo/tsimportsorter | https://api.github.com/repos/daidodo/tsimportsorter | closed | Missing Option to turn of blank line after group | documentation enhancement | > Feature Request
I don't mind the grouping but I did not see any option to disable the empty
line after each group. | 1.0 | Missing Option to turn of blank line after group - > Feature Request
I don't mind the grouping but I did not see any option to disable the empty
line after each group. | non_infrastructure | missing option to turn of blank line after group feature request i don t mind the grouping but i did not see any option to disable the empty line after each group | 0 |
15,310 | 11,455,527,649 | IssuesEvent | 2020-02-06 19:17:24 | enarx/enarx | https://api.github.com/repos/enarx/enarx | opened | Test whether Github Actions runs correctly on pull requests from forked repositories | infrastructure | The Enarx team experimented fairly seriously with using Github Actions with our CI/CD pipeline around its GA release, but ended up shelving the plan due to a huge gap in functionality: it wouldn't run actions when pull requests were made from a fork.
@npmccallum and I happened to be reading the Github Actions documentation and stumbled upon [this passage](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#pull-request-events-for-forked-repositories-2) that seems to have changed since last we read it:
> When you create a pull request from a forked repository to the base repository, GitHub sends the `pull_request` event to the base repository and no pull request events occur on the forked repository.
We should test this behavior to see if it works, and, if it does, investigate the potential implications of it. | 1.0 | Test whether Github Actions runs correctly on pull requests from forked repositories - The Enarx team experimented fairly seriously with using Github Actions with our CI/CD pipeline around its GA release, but ended up shelving the plan due to a huge gap in functionality: it wouldn't run actions when pull requests were made from a fork.
@npmccallum and I happened to be reading the Github Actions documentation and stumbled upon [this passage](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#pull-request-events-for-forked-repositories-2) that seems to have changed since last we read it:
> When you create a pull request from a forked repository to the base repository, GitHub sends the `pull_request` event to the base repository and no pull request events occur on the forked repository.
We should test this behavior to see if it works, and, if it does, investigate the potential implications of it. | infrastructure | test whether github actions runs correctly on pull requests from forked repositories the enarx team experimented fairly seriously with using github actions with our ci cd pipeline around its ga release but ended up shelving the plan due to a huge gap in functionality it wouldn t run actions when pull requests were made from a fork npmccallum and i happened to be reading the github actions documentation and stumbled upon that seems to have changed since last we read it when you create a pull request from a forked repository to the base repository github sends the pull request event to the base repository and no pull request events occur on the forked repository we should test this behavior to see if it works and if it does investigate the potential implications of it | 1 |
2,294 | 3,604,919,829 | IssuesEvent | 2016-02-04 01:16:57 | proudcity/wp-proudcity | https://api.github.com/repos/proudcity/wp-proudcity | opened | Rearchitect proud-core, proud-admin, proud-theme interdependencies | infrastructure | i think at some point we should re-organize the proud-core and some of the proud-admin and proud-theme stuff
[5:10]
too many interdependencies
[5:10]
but that's for another day
aschmoe [5:11 PM]
Yeah
[5:11]
not sure what the best strategy is
jlyon [5:12 PM]
yah me neither
[5:12]
ive been thinking maybe move proud-admin into proud-core
[5:12]
and work on having a cleaner deliniation with the theme and proud_core
[5:13]
so maybe just keep it in the back of your head
aschmoe [5:13 PM]
to me I guess it doesn'
jlyon [5:13 PM]
one more thing to discuss is what we want to do abt the sidebars for news posts, jobs, etc
aschmoe [5:13 PM]
t seem that intertwined
[5:13]
between theme and plugin
jlyon [5:13 PM]
yah i agree
[5:13]
maybe move some of the navbar stuff to the theme
aschmoe [5:14 PM]
but we've clearly made some arbitrary decisions about where things go
jlyon [5:14 PM]
and add some wrappers to the proud_core calls in proud_theme so that the theme wouldn't break without proud_core
aschmoe [5:15 PM]
I think with that it shouldn't be too tough actually. The way the toolbar is hypotheically supposed to work seems like right direction
[5:15]
firing actions at key points
[5:15]
should allow the pieces to work independantly
[5:15]
but then...
jlyon [5:15 PM]
cool, yah, dont think it needs to be an immediate priority, but something for the fugure
aschmoe [5:15 PM]
whats your default
new messages
[5:16]
snake eating tail sort of issue | 1.0 | Rearchitect proud-core, proud-admin, proud-theme interdependencies - i think at some point we should re-organize the proud-core and some of the proud-admin and proud-theme stuff
[5:10]
too many interdependencies
[5:10]
but that's for another day
aschmoe [5:11 PM]
Yeah
[5:11]
not sure what the best strategy is
jlyon [5:12 PM]
yah me neither
[5:12]
ive been thinking maybe move proud-admin into proud-core
[5:12]
and work on having a cleaner deliniation with the theme and proud_core
[5:13]
so maybe just keep it in the back of your head
aschmoe [5:13 PM]
to me I guess it doesn'
jlyon [5:13 PM]
one more thing to discuss is what we want to do abt the sidebars for news posts, jobs, etc
aschmoe [5:13 PM]
t seem that intertwined
[5:13]
between theme and plugin
jlyon [5:13 PM]
yah i agree
[5:13]
maybe move some of the navbar stuff to the theme
aschmoe [5:14 PM]
but we've clearly made some arbitrary decisions about where things go
jlyon [5:14 PM]
and add some wrappers to the proud_core calls in proud_theme so that the theme wouldn't break without proud_core
aschmoe [5:15 PM]
I think with that it shouldn't be too tough actually. The way the toolbar is hypotheically supposed to work seems like right direction
[5:15]
firing actions at key points
[5:15]
should allow the pieces to work independantly
[5:15]
but then...
jlyon [5:15 PM]
cool, yah, dont think it needs to be an immediate priority, but something for the fugure
aschmoe [5:15 PM]
whats your default
new messages
[5:16]
snake eating tail sort of issue | infrastructure | rearchitect proud core proud admin proud theme interdependencies i think at some point we should re organize the proud core and some of the proud admin and proud theme stuff too many interdependencies but that s for another day aschmoe yeah not sure what the best strategy is jlyon yah me neither ive been thinking maybe move proud admin into proud core and work on having a cleaner deliniation with the theme and proud core so maybe just keep it in the back of your head aschmoe to me i guess it doesn jlyon one more thing to discuss is what we want to do abt the sidebars for news posts jobs etc aschmoe t seem that intertwined between theme and plugin jlyon yah i agree maybe move some of the navbar stuff to the theme aschmoe but we ve clearly made some arbitrary decisions about where things go jlyon and add some wrappers to the proud core calls in proud theme so that the theme wouldn t break without proud core aschmoe i think with that it shouldn t be too tough actually the way the toolbar is hypotheically supposed to work seems like right direction firing actions at key points should allow the pieces to work independantly but then jlyon cool yah dont think it needs to be an immediate priority but something for the fugure aschmoe whats your default new messages snake eating tail sort of issue | 1 |
5,957 | 6,062,151,035 | IssuesEvent | 2017-06-14 08:43:14 | vmware/docker-volume-vsphere | https://api.github.com/repos/vmware/docker-volume-vsphere | closed | tests/utils/dockercli/volumelifecycle.go:DeleteVolume() must not make multiple attempts to delete a volume | component/test-infrastructure kind/test P1 | A volume delete must work the first time if its not already in use. A failed attempt to delete a volume implies an issue and hence unnecessary to keep attempting a delete that has already failed.
@shuklanirdesh82 @shaominchen - this was added to handle a test error, but ideally the specific test should make retries and not this function.
Its a small change and I'll post the PR shortly. | 1.0 | tests/utils/dockercli/volumelifecycle.go:DeleteVolume() must not make multiple attempts to delete a volume - A volume delete must work the first time if its not already in use. A failed attempt to delete a volume implies an issue and hence unnecessary to keep attempting a delete that has already failed.
@shuklanirdesh82 @shaominchen - this was added to handle a test error, but ideally the specific test should make retries and not this function.
Its a small change and I'll post the PR shortly. | infrastructure | tests utils dockercli volumelifecycle go deletevolume must not make multiple attempts to delete a volume a volume delete must work the first time if its not already in use a failed attempt to delete a volume implies an issue and hence unnecessary to keep attempting a delete that has already failed shaominchen this was added to handle a test error but ideally the specific test should make retries and not this function its a small change and i ll post the pr shortly | 1 |
63,454 | 3,195,297,319 | IssuesEvent | 2015-09-30 15:58:17 | NUKnightLab/TimelineJS3 | https://api.github.com/repos/NUKnightLab/TimelineJS3 | closed | Automatically increase timenav height when groups demand many rows | priority: high Ready to Verify | When people use more than about 4 groups, the allocation of at least one row per-group can lead to crowding in the timenav section.
We should take the number of rows into account and make more space available. | 1.0 | Automatically increase timenav height when groups demand many rows - When people use more than about 4 groups, the allocation of at least one row per-group can lead to crowding in the timenav section.
We should take the number of rows into account and make more space available. | non_infrastructure | automatically increase timenav height when groups demand many rows when people use more than about groups the allocation of at least one row per group can lead to crowding in the timenav section we should take the number of rows into account and make more space available | 0 |
25,451 | 18,763,219,758 | IssuesEvent | 2021-11-05 19:12:16 | microsoft/react-native-windows | https://api.github.com/repos/microsoft/react-native-windows | closed | Integration Test App X64WebDebug Failing | bug Area: Tests Area: Test Infrastructure | Screenshots show that the app hangs on start when running the tests. This is showing up in all pipelines, but x64 release, and x86 web debug do not seem affected. | 1.0 | Integration Test App X64WebDebug Failing - Screenshots show that the app hangs on start when running the tests. This is showing up in all pipelines, but x64 release, and x86 web debug do not seem affected. | infrastructure | integration test app failing screenshots show that the app hangs on start when running the tests this is showing up in all pipelines but release and web debug do not seem affected | 1 |
57,569 | 3,083,094,124 | IssuesEvent | 2015-08-24 06:06:11 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | Переделать засерятор IP адреса в затенятор | bug imported Priority-Medium | _From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on April 14, 2013 07:16:42_
Для IP используется константный цвет RGB(128, 128, 128)
т.к. у нас есть темя это будет работать не всегда.
Для решенея проблемы предлагается забирать текущий цвет и делать его тусклее.
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=995_ | 1.0 | Переделать засерятор IP адреса в затенятор - _From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on April 14, 2013 07:16:42_
Для IP используется константный цвет RGB(128, 128, 128)
т.к. у нас есть темя это будет работать не всегда.
Для решенея проблемы предлагается забирать текущий цвет и делать его тусклее.
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=995_ | non_infrastructure | переделать засерятор ip адреса в затенятор from on april для ip используется константный цвет rgb т к у нас есть темя это будет работать не всегда для решенея проблемы предлагается забирать текущий цвет и делать его тусклее original issue | 0 |
55,544 | 3,073,653,005 | IssuesEvent | 2015-08-19 23:23:32 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | Unable to locate webelement in hybrid android application | bug imported invalid Priority-Medium | _From [suryakantaml@gmail.com](https://code.google.com/u/suryakantaml@gmail.com/) on May 10, 2013 13:57:30_
I am trying to automate one android hybrid app using Robotium 4.0. The script is as follows:
**********************************************
package com.tcs.robotiumtesting;
import android.test.ActivityInstrumentationTestCase2;
import com.jayway.android.robotium.solo.By;
import com.jayway.android.robotium.solo.Solo;
@SuppressWarnings("rawtypes")
public class TC001_GstAcct_AdnwAdd extends ActivityInstrumentationTestCase2 {
private static final String TARGET_PACKAGE_ID = "com.target.ui";
private static final String LAUNCHERACTIVITY_FULL_CLASSNAME = "com.target.android.activity.TopLevelNavigationActivity";
private static Class<?> launcherActivityClass;
static {
try {
launcherActivityClass = Class
.forName(LAUNCHERACTIVITY_FULL_CLASSNAME);
} catch (ClassNotFoundException e) {
e.printStackTrace();
}
}
@SuppressWarnings({ "unchecked", "deprecation" })
public TC001_GstAcct_AdnwAdd() throws ClassNotFoundException {
super(TARGET_PACKAGE_ID,launcherActivityClass);
}
public Solo solo;
@Override
protected void setUp() throws Exception {
super.setUp();
solo=new Solo(getInstrumentation(), getActivity());
}
@Override
protected void tearDown() throws Exception {
solo.finishOpenedActivities();
}
public void testCase1() throws Exception{
solo.clickOnImageButton(0);
synchronized(solo) {solo.wait(2000);}
solo.clickOnText("My Accounts");
synchronized(solo) {solo.wait(2000);}
solo.clickOnText("My Target.com Account");
synchronized(solo) {solo.wait(15000);}
//solo.clickOnWebElement(By.xpath("//*[@id='logonId']"));
solo.enterTextInWebElement(By.name("logonId"), "suryakantaml@gmail.com");
}
}
**********************************************
When i execute the above script, everything goes well but the last step which should write "suryakantaml@gmail.com" in the login edit box of the web view.I tried accessing login edit box using name, id and xpath but failed every time.The error message is as follows:
***********************************************************
05-10 20:30:18.391: I/TestRunner(3242): failed: testCase1(com.tcs.robotiumtesting.TC001_GstAcct_AdnwAdd)
05-10 20:30:18.391: I/TestRunner(3242): ----- begin exception -----
05-10 20:30:18.411: I/TestRunner(3242): junit.framework.AssertionFailedError: There is no web element with Name: logonId
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.Assert.fail(Assert.java:50)
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.Assert.assertTrue(Assert.java:20)
05-10 20:30:18.411: I/TestRunner(3242): at com.jayway.android.robotium.solo.Solo.enterTextInWebElement(Solo.java:1529)
05-10 20:30:18.411: I/TestRunner(3242): at com.tcs.robotiumtesting.TC001_GstAcct_AdnwAdd.testCase1(TC001_GstAcct_AdnwAdd.java:56)
05-10 20:30:18.411: I/TestRunner(3242): at java.lang.reflect.Method.invokeNative(Native Method)
05-10 20:30:18.411: I/TestRunner(3242): at java.lang.reflect.Method.invoke(Method.java:511)
05-10 20:30:18.411: I/TestRunner(3242): at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214)
05-10 20:30:18.411: I/TestRunner(3242): at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199)
05-10 20:30:18.411: I/TestRunner(3242): at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192)
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.TestCase.runBare(TestCase.java:134)
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.TestResult$1.protect(TestResult.java:115)
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.TestResult.runProtected(TestResult.java:133)
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.TestResult.run(TestResult.java:118)
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.TestCase.run(TestCase.java:124)
05-10 20:30:18.411: I/TestRunner(3242): at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:190)
05-10 20:30:18.411: I/TestRunner(3242): at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:175)
05-10 20:30:18.411: I/TestRunner(3242): at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)
05-10 20:30:18.411: I/TestRunner(3242): at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1661)
05-10 20:30:18.411: I/TestRunner(3242): ----- end exception -----
05-10 20:30:18.481: I/TestRunner(3242): finished: testCase1(com.tcs.robotiumtesting.TC001_GstAcct_AdnwAdd)
***********************************************************
Please help me resolve it out.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=452_ | 1.0 | Unable to locate webelement in hybrid android application - _From [suryakantaml@gmail.com](https://code.google.com/u/suryakantaml@gmail.com/) on May 10, 2013 13:57:30_
I am trying to automate one android hybrid app using Robotium 4.0. The script is as follows:
**********************************************
package com.tcs.robotiumtesting;
import android.test.ActivityInstrumentationTestCase2;
import com.jayway.android.robotium.solo.By;
import com.jayway.android.robotium.solo.Solo;
@SuppressWarnings("rawtypes")
public class TC001_GstAcct_AdnwAdd extends ActivityInstrumentationTestCase2 {
private static final String TARGET_PACKAGE_ID = "com.target.ui";
private static final String LAUNCHERACTIVITY_FULL_CLASSNAME = "com.target.android.activity.TopLevelNavigationActivity";
private static Class<?> launcherActivityClass;
static {
try {
launcherActivityClass = Class
.forName(LAUNCHERACTIVITY_FULL_CLASSNAME);
} catch (ClassNotFoundException e) {
e.printStackTrace();
}
}
@SuppressWarnings({ "unchecked", "deprecation" })
public TC001_GstAcct_AdnwAdd() throws ClassNotFoundException {
super(TARGET_PACKAGE_ID,launcherActivityClass);
}
public Solo solo;
@Override
protected void setUp() throws Exception {
super.setUp();
solo=new Solo(getInstrumentation(), getActivity());
}
@Override
protected void tearDown() throws Exception {
solo.finishOpenedActivities();
}
public void testCase1() throws Exception{
solo.clickOnImageButton(0);
synchronized(solo) {solo.wait(2000);}
solo.clickOnText("My Accounts");
synchronized(solo) {solo.wait(2000);}
solo.clickOnText("My Target.com Account");
synchronized(solo) {solo.wait(15000);}
//solo.clickOnWebElement(By.xpath("//*[@id='logonId']"));
solo.enterTextInWebElement(By.name("logonId"), "suryakantaml@gmail.com");
}
}
**********************************************
When i execute the above script, everything goes well but the last step which should write "suryakantaml@gmail.com" in the login edit box of the web view.I tried accessing login edit box using name, id and xpath but failed every time.The error message is as follows:
***********************************************************
05-10 20:30:18.391: I/TestRunner(3242): failed: testCase1(com.tcs.robotiumtesting.TC001_GstAcct_AdnwAdd)
05-10 20:30:18.391: I/TestRunner(3242): ----- begin exception -----
05-10 20:30:18.411: I/TestRunner(3242): junit.framework.AssertionFailedError: There is no web element with Name: logonId
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.Assert.fail(Assert.java:50)
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.Assert.assertTrue(Assert.java:20)
05-10 20:30:18.411: I/TestRunner(3242): at com.jayway.android.robotium.solo.Solo.enterTextInWebElement(Solo.java:1529)
05-10 20:30:18.411: I/TestRunner(3242): at com.tcs.robotiumtesting.TC001_GstAcct_AdnwAdd.testCase1(TC001_GstAcct_AdnwAdd.java:56)
05-10 20:30:18.411: I/TestRunner(3242): at java.lang.reflect.Method.invokeNative(Native Method)
05-10 20:30:18.411: I/TestRunner(3242): at java.lang.reflect.Method.invoke(Method.java:511)
05-10 20:30:18.411: I/TestRunner(3242): at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214)
05-10 20:30:18.411: I/TestRunner(3242): at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199)
05-10 20:30:18.411: I/TestRunner(3242): at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192)
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.TestCase.runBare(TestCase.java:134)
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.TestResult$1.protect(TestResult.java:115)
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.TestResult.runProtected(TestResult.java:133)
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.TestResult.run(TestResult.java:118)
05-10 20:30:18.411: I/TestRunner(3242): at junit.framework.TestCase.run(TestCase.java:124)
05-10 20:30:18.411: I/TestRunner(3242): at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:190)
05-10 20:30:18.411: I/TestRunner(3242): at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:175)
05-10 20:30:18.411: I/TestRunner(3242): at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)
05-10 20:30:18.411: I/TestRunner(3242): at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1661)
05-10 20:30:18.411: I/TestRunner(3242): ----- end exception -----
05-10 20:30:18.481: I/TestRunner(3242): finished: testCase1(com.tcs.robotiumtesting.TC001_GstAcct_AdnwAdd)
***********************************************************
Please help me resolve it out.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=452_ | non_infrastructure | unable to locate webelement in hybrid android application from on may i am trying to automate one android hybrid app using robotium the script is as follows package com tcs robotiumtesting import android test import com jayway android robotium solo by import com jayway android robotium solo solo suppresswarnings rawtypes public class gstacct adnwadd extends private static final string target package id com target ui private static final string launcheractivity full classname com target android activity toplevelnavigationactivity private static class launcheractivityclass static try launcheractivityclass class forname launcheractivity full classname catch classnotfoundexception e e printstacktrace suppresswarnings unchecked deprecation public gstacct adnwadd throws classnotfoundexception super target package id launcheractivityclass public solo solo override protected void setup throws exception super setup solo new solo getinstrumentation getactivity override protected void teardown throws exception solo finishopenedactivities public void throws exception solo clickonimagebutton synchronized solo solo wait solo clickontext my accounts synchronized solo solo wait solo clickontext my target com account synchronized solo solo wait solo clickonwebelement by xpath solo entertextinwebelement by name logonid suryakantaml gmail com when i execute the above script everything goes well but the last step which should write suryakantaml gmail com in the login edit box of the web view i tried accessing login edit box using name id and xpath but failed every time the error message is as follows i testrunner failed com tcs robotiumtesting gstacct adnwadd i testrunner begin exception i testrunner junit framework assertionfailederror there is no web element with name logonid i testrunner at junit framework assert fail assert java i testrunner at junit framework assert asserttrue assert java i testrunner at com jayway android robotium solo solo entertextinwebelement solo java i testrunner at com tcs robotiumtesting gstacct adnwadd gstacct adnwadd java i testrunner at java lang reflect method invokenative native method i testrunner at java lang reflect method invoke method java i testrunner at android test instrumentationtestcase runmethod instrumentationtestcase java i testrunner at android test instrumentationtestcase runtest instrumentationtestcase java i testrunner at android test runtest java i testrunner at junit framework testcase runbare testcase java i testrunner at junit framework testresult protect testresult java i testrunner at junit framework testresult runprotected testresult java i testrunner at junit framework testresult run testresult java i testrunner at junit framework testcase run testcase java i testrunner at android test androidtestrunner runtest androidtestrunner java i testrunner at android test androidtestrunner runtest androidtestrunner java i testrunner at android test instrumentationtestrunner onstart instrumentationtestrunner java i testrunner at android app instrumentation instrumentationthread run instrumentation java i testrunner end exception i testrunner finished com tcs robotiumtesting gstacct adnwadd please help me resolve it out original issue | 0 |
1,333 | 3,143,877,339 | IssuesEvent | 2015-09-14 09:58:34 | lholota/LH.TestObjects | https://api.github.com/repos/lholota/LH.TestObjects | closed | Define the NuGet package build | infrastructure | - In the solution (Release configuration) only
- In VSO - build + publish artifacts | 1.0 | Define the NuGet package build - - In the solution (Release configuration) only
- In VSO - build + publish artifacts | infrastructure | define the nuget package build in the solution release configuration only in vso build publish artifacts | 1 |
75,874 | 9,335,148,456 | IssuesEvent | 2019-03-28 17:52:13 | GSA/pra.gov | https://api.github.com/repos/GSA/pra.gov | opened | Refer to OIRA/OMB consistently throughout the site | content design | Denote that OIRA and OMB are the same organization or use one or the other consistently throughout the site. Going back and forth between the two was confusing to users during testing. | 1.0 | Refer to OIRA/OMB consistently throughout the site - Denote that OIRA and OMB are the same organization or use one or the other consistently throughout the site. Going back and forth between the two was confusing to users during testing. | non_infrastructure | refer to oira omb consistently throughout the site denote that oira and omb are the same organization or use one or the other consistently throughout the site going back and forth between the two was confusing to users during testing | 0 |
17,671 | 12,500,121,772 | IssuesEvent | 2020-06-01 21:32:25 | liferay/clay | https://api.github.com/repos/liferay/clay | closed | Simplify automation to reduce build time | comp: infrastructure | Currently we are relying on netlify to build our sites. I think we can minimize our build times if we use gh actions instead. This would also help give us earlier options to bail on the builds and making resource heavy tasks dependent on CI checks.
Example idea of workflow

| 1.0 | Simplify automation to reduce build time - Currently we are relying on netlify to build our sites. I think we can minimize our build times if we use gh actions instead. This would also help give us earlier options to bail on the builds and making resource heavy tasks dependent on CI checks.
Example idea of workflow

| infrastructure | simplify automation to reduce build time currently we are relying on netlify to build our sites i think we can minimize our build times if we use gh actions instead this would also help give us earlier options to bail on the builds and making resource heavy tasks dependent on ci checks example idea of workflow | 1 |
242,239 | 7,839,808,265 | IssuesEvent | 2018-06-18 14:40:37 | telus/tds-core | https://api.github.com/repos/telus/tds-core | closed | [Tooltip] accessibility improvements | accessibility low hanging fruit owner: core team priority: medium status: in progress | ## Description
The accessible toggle tooltip can be improved.
- change role="polite" to assertive
- update the code source so that the tooltip content is after the toogle button
## Reproduction Steps
- [ ] Activate text to speech enging (screen reader)
- [ ] Select the toggle tooltip with a keyboard
- [ ] Activate the button with spacebar or enter
- [ ] Toggle state of button is announced first, followed by the tooltip
- [ ] Use screen reader navigation left to read content manually (should be after button > navigate right)
## Reproduction Percentage (if applicable)
- NA
## Version Number of TDS
- [ ] v 0.29
*note attach screenshots whenever possible*
| 1.0 | [Tooltip] accessibility improvements - ## Description
The accessible toggle tooltip can be improved.
- change role="polite" to assertive
- update the code source so that the tooltip content is after the toogle button
## Reproduction Steps
- [ ] Activate text to speech enging (screen reader)
- [ ] Select the toggle tooltip with a keyboard
- [ ] Activate the button with spacebar or enter
- [ ] Toggle state of button is announced first, followed by the tooltip
- [ ] Use screen reader navigation left to read content manually (should be after button > navigate right)
## Reproduction Percentage (if applicable)
- NA
## Version Number of TDS
- [ ] v 0.29
*note attach screenshots whenever possible*
| non_infrastructure | accessibility improvements description the accessible toggle tooltip can be improved change role polite to assertive update the code source so that the tooltip content is after the toogle button reproduction steps activate text to speech enging screen reader select the toggle tooltip with a keyboard activate the button with spacebar or enter toggle state of button is announced first followed by the tooltip use screen reader navigation left to read content manually should be after button navigate right reproduction percentage if applicable na version number of tds v note attach screenshots whenever possible | 0 |
15,369 | 11,487,310,482 | IssuesEvent | 2020-02-11 11:41:26 | telerik/kendo-themes | https://api.github.com/repos/telerik/kendo-themes | opened | Automate generation of _variables.scss markdown docs | Enhancement infrastructure internal | **Is your feature request related to a problem? Please describe.**
Customizations.md file is manually created, which leads to list of variables that is not complete, and possible divergence from the _variables.scss file in the long run.
We have identified that modifying themes is one obstacle, that may prevent users from adopting them in their project. To resolve this, we need descent documentation on all variables that are available for modification.
**Describe the solution you would like to see implemented**
The _variables.scss for each theme should contain appropriate documentation for each variable within the file. We may use sassdoc to describe them. In addition, the file should contain meta annotations that make it easy to parse, and then slice the content to different files containing information for different entities (components wise)
**Describe the alternatives you have considered**
Manually creating the document, which in short-turn will solve the problem, however, may bring divergences in the long run.
**Additional context**
n/a | 1.0 | Automate generation of _variables.scss markdown docs - **Is your feature request related to a problem? Please describe.**
Customizations.md file is manually created, which leads to list of variables that is not complete, and possible divergence from the _variables.scss file in the long run.
We have identified that modifying themes is one obstacle, that may prevent users from adopting them in their project. To resolve this, we need descent documentation on all variables that are available for modification.
**Describe the solution you would like to see implemented**
The _variables.scss for each theme should contain appropriate documentation for each variable within the file. We may use sassdoc to describe them. In addition, the file should contain meta annotations that make it easy to parse, and then slice the content to different files containing information for different entities (components wise)
**Describe the alternatives you have considered**
Manually creating the document, which in short-turn will solve the problem, however, may bring divergences in the long run.
**Additional context**
n/a | infrastructure | automate generation of variables scss markdown docs is your feature request related to a problem please describe customizations md file is manually created which leads to list of variables that is not complete and possible divergence from the variables scss file in the long run we have identified that modifying themes is one obstacle that may prevent users from adopting them in their project to resolve this we need descent documentation on all variables that are available for modification describe the solution you would like to see implemented the variables scss for each theme should contain appropriate documentation for each variable within the file we may use sassdoc to describe them in addition the file should contain meta annotations that make it easy to parse and then slice the content to different files containing information for different entities components wise describe the alternatives you have considered manually creating the document which in short turn will solve the problem however may bring divergences in the long run additional context n a | 1 |
26,421 | 20,103,424,890 | IssuesEvent | 2022-02-07 08:04:45 | deckhouse/deckhouse | https://api.github.com/repos/deckhouse/deckhouse | closed | [node-manager] nodeSelector for NodeUser | type/feature-request area/cluster-and-infrastructure | Bashible adds users to all nodes by default. We need to add the nodeSelector property to the NodeUser spec to add users only to specific nodes. | 1.0 | [node-manager] nodeSelector for NodeUser - Bashible adds users to all nodes by default. We need to add the nodeSelector property to the NodeUser spec to add users only to specific nodes. | infrastructure | nodeselector for nodeuser bashible adds users to all nodes by default we need to add the nodeselector property to the nodeuser spec to add users only to specific nodes | 1 |
126,317 | 10,418,740,859 | IssuesEvent | 2019-09-15 11:17:45 | cocotb/cocotb | https://api.github.com/repos/cocotb/cocotb | opened | Revisit disabled features for Icarus in sample_module.sv | category:tests-ci type:feature | In `tests/designs/sample_module/sample_module.sv` we disable multiple language features when icarus is used. Since the time this file was written, icarus has evolved and should support some of the features now, including localparam and packed structs. Look through this file and the associated `tests/test_cases/test_discovery/test_discovery.py` to check which features we can re-enable for Icarus.
Doing so helps us greatly, since Icarus is the only tool run in CI and disabling features for Icarus means disabling their testing in CI. | 1.0 | Revisit disabled features for Icarus in sample_module.sv - In `tests/designs/sample_module/sample_module.sv` we disable multiple language features when icarus is used. Since the time this file was written, icarus has evolved and should support some of the features now, including localparam and packed structs. Look through this file and the associated `tests/test_cases/test_discovery/test_discovery.py` to check which features we can re-enable for Icarus.
Doing so helps us greatly, since Icarus is the only tool run in CI and disabling features for Icarus means disabling their testing in CI. | non_infrastructure | revisit disabled features for icarus in sample module sv in tests designs sample module sample module sv we disable multiple language features when icarus is used since the time this file was written icarus has evolved and should support some of the features now including localparam and packed structs look through this file and the associated tests test cases test discovery test discovery py to check which features we can re enable for icarus doing so helps us greatly since icarus is the only tool run in ci and disabling features for icarus means disabling their testing in ci | 0 |
7,333 | 6,902,278,475 | IssuesEvent | 2017-11-25 18:34:04 | twitter/reasonable-scala | https://api.github.com/repos/twitter/reasonable-scala | closed | Fix Intellij highlight errors | Bug Infrastructure | At the moment, IntelliJ doesn't work well on the Rsc codebase. After opening our project in IntelliJ, you may experience incomplete code intelligence, spurious red squiggles and other unpleasant issues. We believe that this is the case because of insufficient support for sbt-crossproject that we use to crosscompile Rsc to both JVM and Native. We haven't yet found a good workaround for this problem. | 1.0 | Fix Intellij highlight errors - At the moment, IntelliJ doesn't work well on the Rsc codebase. After opening our project in IntelliJ, you may experience incomplete code intelligence, spurious red squiggles and other unpleasant issues. We believe that this is the case because of insufficient support for sbt-crossproject that we use to crosscompile Rsc to both JVM and Native. We haven't yet found a good workaround for this problem. | infrastructure | fix intellij highlight errors at the moment intellij doesn t work well on the rsc codebase after opening our project in intellij you may experience incomplete code intelligence spurious red squiggles and other unpleasant issues we believe that this is the case because of insufficient support for sbt crossproject that we use to crosscompile rsc to both jvm and native we haven t yet found a good workaround for this problem | 1 |
188,934 | 22,046,951,734 | IssuesEvent | 2022-05-30 03:36:01 | dpteam/RK3188_TABLET | https://api.github.com/repos/dpteam/RK3188_TABLET | closed | CVE-2019-20422 (Medium) detected in kvmarmv3.1 - autoclosed | security vulnerability | ## CVE-2019-20422 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kvmarmv3.1</b></p></summary>
<p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git>https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/dpteam/RK3188_TABLET/commit/0c501f5a0fd72c7b2ac82904235363bd44fd8f9e">0c501f5a0fd72c7b2ac82904235363bd44fd8f9e</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ip6_fib.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ip6_fib.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ip6_fib.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In the Linux kernel before 5.3.4, fib6_rule_lookup in net/ipv6/ip6_fib.c mishandles the RT6_LOOKUP_F_DST_NOREF flag in a reference-count decision, leading to (for example) a crash that was identified by syzkaller, aka CID-7b09c2d052db.
<p>Publish Date: 2020-01-27
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20422>CVE-2019-20422</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2019-20422">https://www.linuxkernelcves.com/cves/CVE-2019-20422</a></p>
<p>Release Date: 2020-03-13</p>
<p>Fix Resolution: v5.4-rc1,v5.3.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2019-20422 (Medium) detected in kvmarmv3.1 - autoclosed - ## CVE-2019-20422 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kvmarmv3.1</b></p></summary>
<p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git>https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/dpteam/RK3188_TABLET/commit/0c501f5a0fd72c7b2ac82904235363bd44fd8f9e">0c501f5a0fd72c7b2ac82904235363bd44fd8f9e</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ip6_fib.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ip6_fib.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ip6_fib.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In the Linux kernel before 5.3.4, fib6_rule_lookup in net/ipv6/ip6_fib.c mishandles the RT6_LOOKUP_F_DST_NOREF flag in a reference-count decision, leading to (for example) a crash that was identified by syzkaller, aka CID-7b09c2d052db.
<p>Publish Date: 2020-01-27
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20422>CVE-2019-20422</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2019-20422">https://www.linuxkernelcves.com/cves/CVE-2019-20422</a></p>
<p>Release Date: 2020-03-13</p>
<p>Fix Resolution: v5.4-rc1,v5.3.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_infrastructure | cve medium detected in autoclosed cve medium severity vulnerability vulnerable library library home page a href found in head commit a href found in base branch master vulnerable source files net fib c net fib c net fib c vulnerability details in the linux kernel before rule lookup in net fib c mishandles the lookup f dst noref flag in a reference count decision leading to for example a crash that was identified by syzkaller aka cid publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
2,142 | 3,525,814,293 | IssuesEvent | 2016-01-14 00:13:34 | dotnet/wcf | https://api.github.com/repos/dotnet/wcf | opened | Consolidate the facades into a single build as dotnet*. | Infrastructure | Investigate just having one build of our façade projects. | 1.0 | Consolidate the facades into a single build as dotnet*. - Investigate just having one build of our façade projects. | infrastructure | consolidate the facades into a single build as dotnet investigate just having one build of our façade projects | 1 |
373,236 | 11,035,971,399 | IssuesEvent | 2019-12-07 17:22:32 | compodoc/compodoc | https://api.github.com/repos/compodoc/compodoc | closed | [FEATURE] : UML for Typescript | Priority: Low Status: Accepted Type: Enhancement wontfix | That would be nice be able to see the diagram of some classes and interfaces
An example is within https://tsuml-demo.firebaseapp.com/

I believe this library should help https://github.com/joaompneves/tsviz
| 1.0 | [FEATURE] : UML for Typescript - That would be nice be able to see the diagram of some classes and interfaces
An example is within https://tsuml-demo.firebaseapp.com/

I believe this library should help https://github.com/joaompneves/tsviz
| non_infrastructure | uml for typescript that would be nice be able to see the diagram of some classes and interfaces an example is within i believe this library should help | 0 |
3,853 | 4,652,417,738 | IssuesEvent | 2016-10-03 13:58:14 | morganey-lang/Morganey | https://api.github.com/repos/morganey-lang/Morganey | opened | Create proper sub-project for 'std' | component: std-lib infrastructure proposal | Currently Morganey's std-lib exists in a subfolder of Morganey. This folder is manually zipped to produce the tiny-jar. This was implemented by me in the scope of #218.
However I propose to change that: Instead of manually zipping the contents of the folder it would be a better solution to turn the std-folder in a sub-project. That would have the advantage, that the `build.sbt` file will be a cleaner and that this implements #216, because sub-projects are automatically included in the uber-jar.
| 1.0 | Create proper sub-project for 'std' - Currently Morganey's std-lib exists in a subfolder of Morganey. This folder is manually zipped to produce the tiny-jar. This was implemented by me in the scope of #218.
However I propose to change that: Instead of manually zipping the contents of the folder it would be a better solution to turn the std-folder in a sub-project. That would have the advantage, that the `build.sbt` file will be a cleaner and that this implements #216, because sub-projects are automatically included in the uber-jar.
| infrastructure | create proper sub project for std currently morganey s std lib exists in a subfolder of morganey this folder is manually zipped to produce the tiny jar this was implemented by me in the scope of however i propose to change that instead of manually zipping the contents of the folder it would be a better solution to turn the std folder in a sub project that would have the advantage that the build sbt file will be a cleaner and that this implements because sub projects are automatically included in the uber jar | 1 |
7,069 | 6,741,519,802 | IssuesEvent | 2017-10-20 01:23:43 | proudcity/wp-proudcity | https://api.github.com/repos/proudcity/wp-proudcity | closed | Issues logging in from /wp-admin and with accounts that are both u/p AND Google | infrastructure ready | There have been issues logging in from /wp-admin, and also with users who have logged in in the past with both a username/password AND with Google. | 1.0 | Issues logging in from /wp-admin and with accounts that are both u/p AND Google - There have been issues logging in from /wp-admin, and also with users who have logged in in the past with both a username/password AND with Google. | infrastructure | issues logging in from wp admin and with accounts that are both u p and google there have been issues logging in from wp admin and also with users who have logged in in the past with both a username password and with google | 1 |
2,931 | 3,968,398,558 | IssuesEvent | 2016-05-03 19:31:15 | elmsln/elmsln | https://api.github.com/repos/elmsln/elmsln | closed | Add variable to service instances that has UUID of course | infrastructure service | This will help ensure the integrity of the network long term as well as open the door for machine name renaming which currently isn't possible. | 1.0 | Add variable to service instances that has UUID of course - This will help ensure the integrity of the network long term as well as open the door for machine name renaming which currently isn't possible. | infrastructure | add variable to service instances that has uuid of course this will help ensure the integrity of the network long term as well as open the door for machine name renaming which currently isn t possible | 1 |
14,890 | 11,219,388,091 | IssuesEvent | 2020-01-07 13:48:01 | dotnet/roslyn-analyzers | https://api.github.com/repos/dotnet/roslyn-analyzers | closed | Enable code coverage during testing | Area-Infrastructure Test | Currently the test script does not run the tests with code coverage enabled. Several steps are required to enable code coverage collection:
### Ensure Windows PDBs are available for OpenCover
1. Extract embedded PDBs to portable PDBs (where applicable)
2. Convert portable PDBs to Windows PDBs
3. Delete the original portable PDBs
4. Copy the dll or exe to the directory containing symbols
The following sequence applies this to all assemblies in a folder (e.g. the folder containing a unit test output):
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/c7254023938e4e6cc5bb03caf6da0ba814845203/build/opencover-report.ps1#L54-L95
### Wrap the unit test call with OpenCover.Console
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/c7254023938e4e6cc5bb03caf6da0ba814845203/build/opencover-report.ps1#L111-L121
### Prepare the results
For local builds, run ReportGenerator on the output:
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/c7254023938e4e6cc5bb03caf6da0ba814845203/build/opencover-report.ps1#L147-L148
For CI builds, send the collection to codecov.io:
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/c7254023938e4e6cc5bb03caf6da0ba814845203/appveyor.yml#L14 | 1.0 | Enable code coverage during testing - Currently the test script does not run the tests with code coverage enabled. Several steps are required to enable code coverage collection:
### Ensure Windows PDBs are available for OpenCover
1. Extract embedded PDBs to portable PDBs (where applicable)
2. Convert portable PDBs to Windows PDBs
3. Delete the original portable PDBs
4. Copy the dll or exe to the directory containing symbols
The following sequence applies this to all assemblies in a folder (e.g. the folder containing a unit test output):
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/c7254023938e4e6cc5bb03caf6da0ba814845203/build/opencover-report.ps1#L54-L95
### Wrap the unit test call with OpenCover.Console
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/c7254023938e4e6cc5bb03caf6da0ba814845203/build/opencover-report.ps1#L111-L121
### Prepare the results
For local builds, run ReportGenerator on the output:
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/c7254023938e4e6cc5bb03caf6da0ba814845203/build/opencover-report.ps1#L147-L148
For CI builds, send the collection to codecov.io:
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/c7254023938e4e6cc5bb03caf6da0ba814845203/appveyor.yml#L14 | infrastructure | enable code coverage during testing currently the test script does not run the tests with code coverage enabled several steps are required to enable code coverage collection ensure windows pdbs are available for opencover extract embedded pdbs to portable pdbs where applicable convert portable pdbs to windows pdbs delete the original portable pdbs copy the dll or exe to the directory containing symbols the following sequence applies this to all assemblies in a folder e g the folder containing a unit test output wrap the unit test call with opencover console prepare the results for local builds run reportgenerator on the output for ci builds send the collection to codecov io | 1 |
13,751 | 10,449,306,570 | IssuesEvent | 2019-09-19 08:07:30 | 2357gi/fujihalab-system | https://api.github.com/repos/2357gi/fujihalab-system | opened | ログ管理を行う | infrastructure | ログ管理の調査
ログ管理の実施
現在dbのbackupも一定周期でDBを圧縮し保存->s3に配置、一定期間ごとに削除を行っているので、
nginxのログ、production, stagingのログも同様にする。
使うツール、ログを圧縮する期間等選定 | 1.0 | ログ管理を行う - ログ管理の調査
ログ管理の実施
現在dbのbackupも一定周期でDBを圧縮し保存->s3に配置、一定期間ごとに削除を行っているので、
nginxのログ、production, stagingのログも同様にする。
使うツール、ログを圧縮する期間等選定 | infrastructure | ログ管理を行う ログ管理の調査 ログ管理の実施 現在dbのbackupも一定周期でdbを圧縮し保存 、一定期間ごとに削除を行っているので、 nginxのログ、production stagingのログも同様にする。 使うツール、ログを圧縮する期間等選定 | 1 |
35,714 | 32,063,342,014 | IssuesEvent | 2023-09-24 22:27:59 | LSSTDESC/SprintWeek2023 | https://api.github.com/repos/LSSTDESC/SprintWeek2023 | opened | Image simulations of galaxies with high-resolution SEDs | General Sprint Infrastructure Sprint WL | # Image simulations of galaxies with high-resolution SEDs
Use catalogs from [lsstdesc-diffsky](https://lsstdesc-diffsky.readthedocs.io/en/latest/) and [DSPS](https://dsps.readthedocs.io/en/latest/index.html) to build image simulations featuring galaxies with high-resolution spectral energy distributions.
Contacts: @sidneymau
Day/Time: TBD
Main communication channel: #desc-wl-shear-color
GitHub repo: TBD (maybe https://github.com/LSSTDESC/chromatic-shear-bias)
Zoom room (if applicable): TBD
## Goals and deliverable
Goals:
- Learn how to use the `lsstdesc-diffsky` catalogs, including `DSPS` to build high resolution SEDs for appropriate galaxy catalogs
- Create GalSim objects with these SEDs and other galaxy params
- Draw images using GalSim of these objects
Deliverable:
- Multiband image simulations of galaxies with high-resolution SEDs (e.g., _g_, _r_, _i_, images of a scene of simple exponential galaxies with high-resolution SEDs placed on a grid)
## Resources and skills needed
- NERSC access
- GalSim
## Detailed description
If the above is completed early, then I will propose a stretch goal of running a small campaign of image simulations and running metadetect to measure the multiplicative bias.
| 1.0 | Image simulations of galaxies with high-resolution SEDs - # Image simulations of galaxies with high-resolution SEDs
Use catalogs from [lsstdesc-diffsky](https://lsstdesc-diffsky.readthedocs.io/en/latest/) and [DSPS](https://dsps.readthedocs.io/en/latest/index.html) to build image simulations featuring galaxies with high-resolution spectral energy distributions.
Contacts: @sidneymau
Day/Time: TBD
Main communication channel: #desc-wl-shear-color
GitHub repo: TBD (maybe https://github.com/LSSTDESC/chromatic-shear-bias)
Zoom room (if applicable): TBD
## Goals and deliverable
Goals:
- Learn how to use the `lsstdesc-diffsky` catalogs, including `DSPS` to build high resolution SEDs for appropriate galaxy catalogs
- Create GalSim objects with these SEDs and other galaxy params
- Draw images using GalSim of these objects
Deliverable:
- Multiband image simulations of galaxies with high-resolution SEDs (e.g., _g_, _r_, _i_, images of a scene of simple exponential galaxies with high-resolution SEDs placed on a grid)
## Resources and skills needed
- NERSC access
- GalSim
## Detailed description
If the above is completed early, then I will propose a stretch goal of running a small campaign of image simulations and running metadetect to measure the multiplicative bias.
| infrastructure | image simulations of galaxies with high resolution seds image simulations of galaxies with high resolution seds use catalogs from and to build image simulations featuring galaxies with high resolution spectral energy distributions contacts sidneymau day time tbd main communication channel desc wl shear color github repo tbd maybe zoom room if applicable tbd goals and deliverable goals learn how to use the lsstdesc diffsky catalogs including dsps to build high resolution seds for appropriate galaxy catalogs create galsim objects with these seds and other galaxy params draw images using galsim of these objects deliverable multiband image simulations of galaxies with high resolution seds e g g r i images of a scene of simple exponential galaxies with high resolution seds placed on a grid resources and skills needed nersc access galsim detailed description if the above is completed early then i will propose a stretch goal of running a small campaign of image simulations and running metadetect to measure the multiplicative bias | 1 |
196,207 | 22,441,098,138 | IssuesEvent | 2022-06-21 01:23:36 | AnhaaD/hacknightvol4 | https://api.github.com/repos/AnhaaD/hacknightvol4 | closed | WS-2019-0331 (Medium) detected in handlebars-4.1.2.tgz - autoclosed | security vulnerability | ## WS-2019-0331 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz</a></p>
<p>Path to dependency file: /hacknightvol4/package.json</p>
<p>Path to vulnerable library: hacknightvol4/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- jest-23.3.0.tgz (Root Library)
- jest-cli-23.6.0.tgz
- istanbul-api-1.3.7.tgz
- istanbul-reports-1.5.1.tgz
- :x: **handlebars-4.1.2.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Arbitrary Code Execution vulnerability found in handlebars before 4.5.2. Lookup helper fails to validate templates. Attack may submit templates that execute arbitrary JavaScript in the system.
<p>Publish Date: 2019-11-13
<p>URL: <a href=https://github.com/wycats/handlebars.js/commit/d54137810a49939fd2ad01a91a34e182ece4528e>WS-2019-0331</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1316">https://www.npmjs.com/advisories/1316</a></p>
<p>Release Date: 2019-12-05</p>
<p>Fix Resolution: handlebars - 4.5.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | WS-2019-0331 (Medium) detected in handlebars-4.1.2.tgz - autoclosed - ## WS-2019-0331 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz</a></p>
<p>Path to dependency file: /hacknightvol4/package.json</p>
<p>Path to vulnerable library: hacknightvol4/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- jest-23.3.0.tgz (Root Library)
- jest-cli-23.6.0.tgz
- istanbul-api-1.3.7.tgz
- istanbul-reports-1.5.1.tgz
- :x: **handlebars-4.1.2.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Arbitrary Code Execution vulnerability found in handlebars before 4.5.2. Lookup helper fails to validate templates. Attack may submit templates that execute arbitrary JavaScript in the system.
<p>Publish Date: 2019-11-13
<p>URL: <a href=https://github.com/wycats/handlebars.js/commit/d54137810a49939fd2ad01a91a34e182ece4528e>WS-2019-0331</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1316">https://www.npmjs.com/advisories/1316</a></p>
<p>Release Date: 2019-12-05</p>
<p>Fix Resolution: handlebars - 4.5.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_infrastructure | ws medium detected in handlebars tgz autoclosed ws medium severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file package json path to vulnerable library node modules handlebars package json dependency hierarchy jest tgz root library jest cli tgz istanbul api tgz istanbul reports tgz x handlebars tgz vulnerable library vulnerability details arbitrary code execution vulnerability found in handlebars before lookup helper fails to validate templates attack may submit templates that execute arbitrary javascript in the system publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution handlebars step up your open source security game with whitesource | 0 |
484,297 | 13,937,577,621 | IssuesEvent | 2020-10-22 14:18:25 | ballerina-platform/module-ballerina-runtime | https://api.github.com/repos/ballerina-platform/module-ballerina-runtime | closed | `getCallStack` function throws an error. | Priority/High Type/Bug | **Description:**
When `getCallStack` function is called following error gets thrown.
```
error: io.ballerina.runtime.util.exceptions.BallerinaException {"message":"Value creator object is not available"}
at ballerina.runtime.0_5_1:getCallStack(errors.bal:38)
runtime:main(runtime.bal:4)
```
**Affected Product Version:**
slp5
**OS, DB, other environment details and versions:**
Mac
**Steps to reproduce:**
Run the following sample code.
```
import ballerina/runtime;
public function main() {
runtime:CallStackElement[] callStackElements = runtime:getCallStack();
}
``` | 1.0 | `getCallStack` function throws an error. - **Description:**
When `getCallStack` function is called following error gets thrown.
```
error: io.ballerina.runtime.util.exceptions.BallerinaException {"message":"Value creator object is not available"}
at ballerina.runtime.0_5_1:getCallStack(errors.bal:38)
runtime:main(runtime.bal:4)
```
**Affected Product Version:**
slp5
**OS, DB, other environment details and versions:**
Mac
**Steps to reproduce:**
Run the following sample code.
```
import ballerina/runtime;
public function main() {
runtime:CallStackElement[] callStackElements = runtime:getCallStack();
}
``` | non_infrastructure | getcallstack function throws an error description when getcallstack function is called following error gets thrown error io ballerina runtime util exceptions ballerinaexception message value creator object is not available at ballerina runtime getcallstack errors bal runtime main runtime bal affected product version os db other environment details and versions mac steps to reproduce run the following sample code import ballerina runtime public function main runtime callstackelement callstackelements runtime getcallstack | 0 |
21,054 | 14,290,724,964 | IssuesEvent | 2020-11-23 21:22:55 | google/web-stories-wp | https://api.github.com/repos/google/web-stories-wp | opened | [Discovery] Optimize Percy Usage | Pod: WP & Infra Type: Infrastructure | <!-- NOTE: For help requests, support questions, or general feedback, please use the WordPress.org forums instead: https://wordpress.org/support/plugin/web-stories/ -->
## Task Description
Let's optimize Percy usage so we don't unnecessarily waste resources. Need to consider if/how it makes sense for the project going forward. | 1.0 | [Discovery] Optimize Percy Usage - <!-- NOTE: For help requests, support questions, or general feedback, please use the WordPress.org forums instead: https://wordpress.org/support/plugin/web-stories/ -->
## Task Description
Let's optimize Percy usage so we don't unnecessarily waste resources. Need to consider if/how it makes sense for the project going forward. | infrastructure | optimize percy usage task description let s optimize percy usage so we don t unnecessarily waste resources need to consider if how it makes sense for the project going forward | 1 |
24,647 | 17,534,766,043 | IssuesEvent | 2021-08-12 04:30:52 | APSIMInitiative/ApsimX | https://api.github.com/repos/APSIMInitiative/ApsimX | closed | Error in database should not cause .apsimx file to fail to open in GUI | bug interface/infrastructure | If reading the database causes an exception, the .apsimx file should still be opened and usable in the GUI. Currently, any such errors will cause the file opening operation to fail. | 1.0 | Error in database should not cause .apsimx file to fail to open in GUI - If reading the database causes an exception, the .apsimx file should still be opened and usable in the GUI. Currently, any such errors will cause the file opening operation to fail. | infrastructure | error in database should not cause apsimx file to fail to open in gui if reading the database causes an exception the apsimx file should still be opened and usable in the gui currently any such errors will cause the file opening operation to fail | 1 |
35,343 | 31,022,870,391 | IssuesEvent | 2023-08-10 07:04:57 | nf-core/tools | https://api.github.com/repos/nf-core/tools | closed | Add template information to `.nf-core.yml` file | template enhancement infrastructure | ### Description of feature
When the creation of a pipeline is customized, the information is now stored in a file `pipeline_template.yml`. We should store this information in the `.nf-core.yml` file under a new tag `template`.
Lint that the deprecated `pipeline_template.yml` file doesn't exist. | 1.0 | Add template information to `.nf-core.yml` file - ### Description of feature
When the creation of a pipeline is customized, the information is now stored in a file `pipeline_template.yml`. We should store this information in the `.nf-core.yml` file under a new tag `template`.
Lint that the deprecated `pipeline_template.yml` file doesn't exist. | infrastructure | add template information to nf core yml file description of feature when the creation of a pipeline is customized the information is now stored in a file pipeline template yml we should store this information in the nf core yml file under a new tag template lint that the deprecated pipeline template yml file doesn t exist | 1 |
31,348 | 25,574,754,536 | IssuesEvent | 2022-11-30 20:59:47 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Builds fails with `exited with code 1` with no apparent error | os-linux area-Infrastructure untriaged | Found in an unrelated `main` PR: https://github.com/dotnet/runtime/pull/76846
- Queue: `coreclr Pri0 Runtime Tests Run Linux arm checked`
- Step: `Generate CORE_ROOT`
- Job results: https://dev.azure.com/dnceng-public/public/_build/results?buildId=47155&view=logs&j=5875517b-40f2-5b27-5b45-8b8aba144595&t=686c3acf-ada3-5f7b-de39-286d415bf9d5
- Log output:
```
Creating MsbuildDebugLogsDir: /__w/1/s/artifacts/log/MsbuildDebugLogs
Building tests via "/__w/1/s/eng/common/msbuild.sh" --warnAsError false /__w/1/s/src/tests/build.proj /t:TestBuild /p:TargetArchitecture=arm /p:Configuration=Checked /p:TargetOS=Linux /nodeReuse:false /maxcpucount "/flp:Verbosity=normal;LogFile=/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.log" "/flp1:WarningsOnly;LogFile=/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.wrn" "/flp2:ErrorsOnly;LogFile=/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.err" "/bl:/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.binlog" /p:NUMBER_OF_PROCESSORS=4 /p:LibrariesConfiguration=Release /p:CrossBuild=true
/__w/1/s/.dotnet/sdk/7.0.100-rc.1.22431.12/MSBuild.dll /nologo -maxcpucount /m /maxcpucount -verbosity:m /v:minimal /bl:/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.binlog /clp:Summary /flp1:WarningsOnly;LogFile=/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.wrn /flp2:ErrorsOnly;LogFile=/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.err /flp:Verbosity=normal;LogFile=/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.log /nr:true /nodeReuse:false /p:TreatWarningsAsErrors=false /p:ContinuousIntegrationBuild=false /p:TargetArchitecture=arm /p:Configuration=Checked /p:TargetOS=Linux /p:NUMBER_OF_PROCESSORS=4 /p:LibrariesConfiguration=Release /p:CrossBuild=true /t:TestBuild /__w/1/s/src/tests/build.proj
[17:13:59.22] Restoring all packages...
Determining projects to restore...
All projects are up-to-date for restore.
Determining projects to restore...
/__w/1/s/src/tests/build.proj(437,5): error MSB3073: The command ""/__w/1/s/.dotnet/dotnet" restore -r linux-arm Common/test_dependencies/test_dependencies.csproj /p:SetTFMForRestore=true /p:TargetOS=Linux /p:TargetArchitecture=arm /p:Configuration=Checked /p:CrossBuild=true" exited with code 1.
Build FAILED.
``` | 1.0 | Builds fails with `exited with code 1` with no apparent error - Found in an unrelated `main` PR: https://github.com/dotnet/runtime/pull/76846
- Queue: `coreclr Pri0 Runtime Tests Run Linux arm checked`
- Step: `Generate CORE_ROOT`
- Job results: https://dev.azure.com/dnceng-public/public/_build/results?buildId=47155&view=logs&j=5875517b-40f2-5b27-5b45-8b8aba144595&t=686c3acf-ada3-5f7b-de39-286d415bf9d5
- Log output:
```
Creating MsbuildDebugLogsDir: /__w/1/s/artifacts/log/MsbuildDebugLogs
Building tests via "/__w/1/s/eng/common/msbuild.sh" --warnAsError false /__w/1/s/src/tests/build.proj /t:TestBuild /p:TargetArchitecture=arm /p:Configuration=Checked /p:TargetOS=Linux /nodeReuse:false /maxcpucount "/flp:Verbosity=normal;LogFile=/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.log" "/flp1:WarningsOnly;LogFile=/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.wrn" "/flp2:ErrorsOnly;LogFile=/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.err" "/bl:/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.binlog" /p:NUMBER_OF_PROCESSORS=4 /p:LibrariesConfiguration=Release /p:CrossBuild=true
/__w/1/s/.dotnet/sdk/7.0.100-rc.1.22431.12/MSBuild.dll /nologo -maxcpucount /m /maxcpucount -verbosity:m /v:minimal /bl:/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.binlog /clp:Summary /flp1:WarningsOnly;LogFile=/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.wrn /flp2:ErrorsOnly;LogFile=/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.err /flp:Verbosity=normal;LogFile=/__w/1/s/artifacts/log/Layout.Linux.arm.Checked.log /nr:true /nodeReuse:false /p:TreatWarningsAsErrors=false /p:ContinuousIntegrationBuild=false /p:TargetArchitecture=arm /p:Configuration=Checked /p:TargetOS=Linux /p:NUMBER_OF_PROCESSORS=4 /p:LibrariesConfiguration=Release /p:CrossBuild=true /t:TestBuild /__w/1/s/src/tests/build.proj
[17:13:59.22] Restoring all packages...
Determining projects to restore...
All projects are up-to-date for restore.
Determining projects to restore...
/__w/1/s/src/tests/build.proj(437,5): error MSB3073: The command ""/__w/1/s/.dotnet/dotnet" restore -r linux-arm Common/test_dependencies/test_dependencies.csproj /p:SetTFMForRestore=true /p:TargetOS=Linux /p:TargetArchitecture=arm /p:Configuration=Checked /p:CrossBuild=true" exited with code 1.
Build FAILED.
``` | infrastructure | builds fails with exited with code with no apparent error found in an unrelated main pr queue coreclr runtime tests run linux arm checked step generate core root job results log output creating msbuilddebuglogsdir w s artifacts log msbuilddebuglogs building tests via w s eng common msbuild sh warnaserror false w s src tests build proj t testbuild p targetarchitecture arm p configuration checked p targetos linux nodereuse false maxcpucount flp verbosity normal logfile w s artifacts log layout linux arm checked log warningsonly logfile w s artifacts log layout linux arm checked wrn errorsonly logfile w s artifacts log layout linux arm checked err bl w s artifacts log layout linux arm checked binlog p number of processors p librariesconfiguration release p crossbuild true w s dotnet sdk rc msbuild dll nologo maxcpucount m maxcpucount verbosity m v minimal bl w s artifacts log layout linux arm checked binlog clp summary warningsonly logfile w s artifacts log layout linux arm checked wrn errorsonly logfile w s artifacts log layout linux arm checked err flp verbosity normal logfile w s artifacts log layout linux arm checked log nr true nodereuse false p treatwarningsaserrors false p continuousintegrationbuild false p targetarchitecture arm p configuration checked p targetos linux p number of processors p librariesconfiguration release p crossbuild true t testbuild w s src tests build proj restoring all packages determining projects to restore all projects are up to date for restore determining projects to restore w s src tests build proj error the command w s dotnet dotnet restore r linux arm common test dependencies test dependencies csproj p settfmforrestore true p targetos linux p targetarchitecture arm p configuration checked p crossbuild true exited with code build failed | 1 |
7,425 | 6,955,161,065 | IssuesEvent | 2017-12-07 06:06:58 | Daniel-Mietchen/ideas | https://api.github.com/repos/Daniel-Mietchen/ideas | opened | Look into GloVe: Global Vectors for Word Representation | data mining hackathon infrastructure learning tools workflows | as per
https://nlp.stanford.edu/projects/glove/
and
https://github.com/stanfordnlp/GloVe .
Mentioned in https://hackernoon.com/more-than-a-million-pro-repeal-net-neutrality-comments-were-likely-faked-e9f0e3ed36a6 as similar to spaCy. | 1.0 | Look into GloVe: Global Vectors for Word Representation - as per
https://nlp.stanford.edu/projects/glove/
and
https://github.com/stanfordnlp/GloVe .
Mentioned in https://hackernoon.com/more-than-a-million-pro-repeal-net-neutrality-comments-were-likely-faked-e9f0e3ed36a6 as similar to spaCy. | infrastructure | look into glove global vectors for word representation as per and mentioned in as similar to spacy | 1 |
17,495 | 9,793,870,808 | IssuesEvent | 2019-06-10 21:03:52 | tensor-compiler/taco | https://api.github.com/repos/tensor-compiler/taco | opened | Sparse matrix times dense matrix performance degradation | performance | For the expression `A(i,j) = B(i,k) * C(k,j)` where `B` is in CSR, second taco generates the following code that iterates over `k` in the innermost loop:
```c
int compute(taco_tensor_t *A, taco_tensor_t *B, taco_tensor_t *C) {
int A1_dimension = (int)(A->dimensions[0]);
int A2_dimension = (int)(A->dimensions[1]);
double* __restrict__ A_vals = (double*)(A->vals);
int B1_dimension = (int)(B->dimensions[0]);
int* __restrict__ B2_pos = (int*)(B->indices[1][0]);
int* __restrict__ B2_crd = (int*)(B->indices[1][1]);
double* __restrict__ B_vals = (double*)(B->vals);
int C1_dimension = (int)(C->dimensions[0]);
int C2_dimension = (int)(C->dimensions[1]);
double* __restrict__ C_vals = (double*)(C->vals);
#pragma omp parallel for schedule(static)
for (int32_t pA = 0; pA < (A1_dimension * A2_dimension); pA++) {
A_vals[pA] = 0.0;
}
#pragma omp parallel for schedule(runtime)
for (int32_t i = 0; i < B1_dimension; i++) {
for (int32_t j = 0; j < C2_dimension; j++) {
int32_t pA2 = i * A2_dimension + j;
for (int32_t pB2 = B2_pos[i]; pB2 < B2_pos[(i + 1)]; pB2++) {
int32_t k = B2_crd[pB2];
int32_t pC2 = k * C2_dimension + j;
A_vals[pA2] = A_vals[pA2] + B_vals[pB2] * C_vals[pC2];
}
}
}
return 0;
}
```
whereas first taco generates the following code, which iterates over `j` in the innermost loop instead and is thus more amenable to vectorization:
```c
int compute(taco_tensor_t *A, taco_tensor_t *B, taco_tensor_t *C) {
int A1_dimension = (int)(A->dimensions[0]);
int A2_dimension = (int)(A->dimensions[1]);
double* __restrict__ A_vals = (double*)(A->vals);
int B1_dimension = (int)(B->dimensions[0]);
int* __restrict__ B2_pos = (int*)(B->indices[1][0]);
int* __restrict__ B2_crd = (int*)(B->indices[1][1]);
double* __restrict__ B_vals = (double*)(B->vals);
int C2_dimension = (int)(C->dimensions[1]);
double* __restrict__ C_vals = (double*)(C->vals);
#pragma omp parallel for schedule(static)
for (int32_t pA = 0; pA < (A1_dimension * A2_dimension); pA++) {
A_vals[pA] = 0.0;
}
#pragma omp parallel for schedule(static)
for (int32_t iB = 0; iB < B1_dimension; iB++) {
for (int32_t pB2 = B2_pos[iB]; pB2 < B2_pos[(iB + 1)]; pB2++) {
int32_t kB = B2_crd[pB2];
double tk = B_vals[pB2];
for (int32_t jC = 0; jC < C2_dimension; jC++) {
int32_t pC2 = kB * C2_dimension + jC;
int32_t pA2 = iB * A2_dimension + jC;
A_vals[pA2] = A_vals[pA2] + tk * C_vals[pC2];
}
}
}
return 0;
}
```
On shipsec1, this results in a performance difference of ~2.4x. | True | Sparse matrix times dense matrix performance degradation - For the expression `A(i,j) = B(i,k) * C(k,j)` where `B` is in CSR, second taco generates the following code that iterates over `k` in the innermost loop:
```c
int compute(taco_tensor_t *A, taco_tensor_t *B, taco_tensor_t *C) {
int A1_dimension = (int)(A->dimensions[0]);
int A2_dimension = (int)(A->dimensions[1]);
double* __restrict__ A_vals = (double*)(A->vals);
int B1_dimension = (int)(B->dimensions[0]);
int* __restrict__ B2_pos = (int*)(B->indices[1][0]);
int* __restrict__ B2_crd = (int*)(B->indices[1][1]);
double* __restrict__ B_vals = (double*)(B->vals);
int C1_dimension = (int)(C->dimensions[0]);
int C2_dimension = (int)(C->dimensions[1]);
double* __restrict__ C_vals = (double*)(C->vals);
#pragma omp parallel for schedule(static)
for (int32_t pA = 0; pA < (A1_dimension * A2_dimension); pA++) {
A_vals[pA] = 0.0;
}
#pragma omp parallel for schedule(runtime)
for (int32_t i = 0; i < B1_dimension; i++) {
for (int32_t j = 0; j < C2_dimension; j++) {
int32_t pA2 = i * A2_dimension + j;
for (int32_t pB2 = B2_pos[i]; pB2 < B2_pos[(i + 1)]; pB2++) {
int32_t k = B2_crd[pB2];
int32_t pC2 = k * C2_dimension + j;
A_vals[pA2] = A_vals[pA2] + B_vals[pB2] * C_vals[pC2];
}
}
}
return 0;
}
```
whereas first taco generates the following code, which iterates over `j` in the innermost loop instead and is thus more amenable to vectorization:
```c
int compute(taco_tensor_t *A, taco_tensor_t *B, taco_tensor_t *C) {
int A1_dimension = (int)(A->dimensions[0]);
int A2_dimension = (int)(A->dimensions[1]);
double* __restrict__ A_vals = (double*)(A->vals);
int B1_dimension = (int)(B->dimensions[0]);
int* __restrict__ B2_pos = (int*)(B->indices[1][0]);
int* __restrict__ B2_crd = (int*)(B->indices[1][1]);
double* __restrict__ B_vals = (double*)(B->vals);
int C2_dimension = (int)(C->dimensions[1]);
double* __restrict__ C_vals = (double*)(C->vals);
#pragma omp parallel for schedule(static)
for (int32_t pA = 0; pA < (A1_dimension * A2_dimension); pA++) {
A_vals[pA] = 0.0;
}
#pragma omp parallel for schedule(static)
for (int32_t iB = 0; iB < B1_dimension; iB++) {
for (int32_t pB2 = B2_pos[iB]; pB2 < B2_pos[(iB + 1)]; pB2++) {
int32_t kB = B2_crd[pB2];
double tk = B_vals[pB2];
for (int32_t jC = 0; jC < C2_dimension; jC++) {
int32_t pC2 = kB * C2_dimension + jC;
int32_t pA2 = iB * A2_dimension + jC;
A_vals[pA2] = A_vals[pA2] + tk * C_vals[pC2];
}
}
}
return 0;
}
```
On shipsec1, this results in a performance difference of ~2.4x. | non_infrastructure | sparse matrix times dense matrix performance degradation for the expression a i j b i k c k j where b is in csr second taco generates the following code that iterates over k in the innermost loop c int compute taco tensor t a taco tensor t b taco tensor t c int dimension int a dimensions int dimension int a dimensions double restrict a vals double a vals int dimension int b dimensions int restrict pos int b indices int restrict crd int b indices double restrict b vals double b vals int dimension int c dimensions int dimension int c dimensions double restrict c vals double c vals pragma omp parallel for schedule static for t pa pa dimension dimension pa a vals pragma omp parallel for schedule runtime for t i i dimension i for t j j dimension j t i dimension j for t pos pos t k crd t k dimension j a vals a vals b vals c vals return whereas first taco generates the following code which iterates over j in the innermost loop instead and is thus more amenable to vectorization c int compute taco tensor t a taco tensor t b taco tensor t c int dimension int a dimensions int dimension int a dimensions double restrict a vals double a vals int dimension int b dimensions int restrict pos int b indices int restrict crd int b indices double restrict b vals double b vals int dimension int c dimensions double restrict c vals double c vals pragma omp parallel for schedule static for t pa pa dimension dimension pa a vals pragma omp parallel for schedule static for t ib ib dimension ib for t pos pos t kb crd double tk b vals for t jc jc dimension jc t kb dimension jc t ib dimension jc a vals a vals tk c vals return on this results in a performance difference of | 0 |
2,786 | 3,868,599,041 | IssuesEvent | 2016-04-10 02:13:17 | berkeley-stat222/mousestyles | https://api.github.com/repos/berkeley-stat222/mousestyles | closed | Move *FLOW.md files to a sub-directory of `doc` | infrastructure | The top-level folder is getting cluttered. Also, this will allow us to eventually have sphinx render these into html/pdf/etc. | 1.0 | Move *FLOW.md files to a sub-directory of `doc` - The top-level folder is getting cluttered. Also, this will allow us to eventually have sphinx render these into html/pdf/etc. | infrastructure | move flow md files to a sub directory of doc the top level folder is getting cluttered also this will allow us to eventually have sphinx render these into html pdf etc | 1 |
17,092 | 12,221,572,029 | IssuesEvent | 2020-05-02 08:43:39 | BadgerSolutions/otus-devops-final-project | https://api.github.com/repos/BadgerSolutions/otus-devops-final-project | opened | Создать проект в GCP | infrastructure | - Создать проект в GCP
- Добавить участников проекта
- Выдать права для работы с Compute Engine, VPC network
- Создать Service account | 1.0 | Создать проект в GCP - - Создать проект в GCP
- Добавить участников проекта
- Выдать права для работы с Compute Engine, VPC network
- Создать Service account | infrastructure | создать проект в gcp создать проект в gcp добавить участников проекта выдать права для работы с compute engine vpc network создать service account | 1 |
814,593 | 30,513,554,416 | IssuesEvent | 2023-07-18 23:37:09 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | PF-13: PF set ACL service issue | Type: Bug Priority: Critical | Env:
PF cluster of 3, executed on the first node.
Upon restart:
````
root@debian-pf1:/usr/local/pf# bin/pfcmd service pf restart
Failed to enable unit: Unit file packetfence-pfsetacls.service does not exist.
```` | 1.0 | PF-13: PF set ACL service issue - Env:
PF cluster of 3, executed on the first node.
Upon restart:
````
root@debian-pf1:/usr/local/pf# bin/pfcmd service pf restart
Failed to enable unit: Unit file packetfence-pfsetacls.service does not exist.
```` | non_infrastructure | pf pf set acl service issue env pf cluster of executed on the first node upon restart root debian usr local pf bin pfcmd service pf restart failed to enable unit unit file packetfence pfsetacls service does not exist | 0 |
118,332 | 4,734,397,682 | IssuesEvent | 2016-10-19 14:08:18 | samitsolutions/atgmanager | https://api.github.com/repos/samitsolutions/atgmanager | closed | Tank Status Bug | 4 - Done bug High Priority | Please have the "Tank Status" widget list the current date and the current date minus 7 days for the date range.

<!---
@huboard:{"order":1.00020001,"milestone_order":21.0,"custom_state":""}
-->
| 1.0 | Tank Status Bug - Please have the "Tank Status" widget list the current date and the current date minus 7 days for the date range.

<!---
@huboard:{"order":1.00020001,"milestone_order":21.0,"custom_state":""}
-->
| non_infrastructure | tank status bug please have the tank status widget list the current date and the current date minus days for the date range huboard order milestone order custom state | 0 |
3,983 | 4,750,391,238 | IssuesEvent | 2016-10-22 09:53:03 | ForNeVeR/kaiwa | https://api.github.com/repos/ForNeVeR/kaiwa | closed | error TS2307: Cannot find module 'history' | kind:infrastructure kind:refactor | It seems that something wrong was published into `@types/react-router` repository, and it triggers the cascade failures of @greenkeeperio-bot tests. Need to investigate **before** reviewing any of its pull requests. The errors look like [this](https://travis-ci.org/ForNeVeR/kaiwa/jobs/168138726#L1302). | 1.0 | error TS2307: Cannot find module 'history' - It seems that something wrong was published into `@types/react-router` repository, and it triggers the cascade failures of @greenkeeperio-bot tests. Need to investigate **before** reviewing any of its pull requests. The errors look like [this](https://travis-ci.org/ForNeVeR/kaiwa/jobs/168138726#L1302). | infrastructure | error cannot find module history it seems that something wrong was published into types react router repository and it triggers the cascade failures of greenkeeperio bot tests need to investigate before reviewing any of its pull requests the errors look like | 1 |
61,691 | 17,023,758,179 | IssuesEvent | 2021-07-03 03:41:18 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Translations with HTML entities out of sync? | Component: website Priority: trivial Resolution: invalid Type: defect | **[Submitted to the original trac issue database at 12.31am, Monday, 21st November 2011]**
The Danish and Swedish translations are the same on transwiki, but not on github:
https://github.com/openstreetmap/openstreetmap-website/blob/master/config/locales/sv.yml#L850
https://github.com/openstreetmap/openstreetmap-website/blob/master/config/locales/da.yml#L900
Was it this commit?
https://github.com/openstreetmap/openstreetmap-website/commit/92c171dcaaef4de016a7985368971639e4726e28
It's not very important, I can probably solve this myself by contacting Siebrand, but maybe next week.. | 1.0 | Translations with HTML entities out of sync? - **[Submitted to the original trac issue database at 12.31am, Monday, 21st November 2011]**
The Danish and Swedish translations are the same on transwiki, but not on github:
https://github.com/openstreetmap/openstreetmap-website/blob/master/config/locales/sv.yml#L850
https://github.com/openstreetmap/openstreetmap-website/blob/master/config/locales/da.yml#L900
Was it this commit?
https://github.com/openstreetmap/openstreetmap-website/commit/92c171dcaaef4de016a7985368971639e4726e28
It's not very important, I can probably solve this myself by contacting Siebrand, but maybe next week.. | non_infrastructure | translations with html entities out of sync the danish and swedish translations are the same on transwiki but not on github was it this commit it s not very important i can probably solve this myself by contacting siebrand but maybe next week | 0 |
18,190 | 12,828,150,050 | IssuesEvent | 2020-07-06 19:57:04 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | PR testing (coreclr-ci) has an unstable job that is not part of coreclr-outerloop | area-Infrastructure-coreclr test-corefx | [CI PR testing](https://dev.azure.com/dnceng/public/_build?definitionId=228&_a=summary) has `Run Test Pri0 CoreFX Windows_NT x64 checked` that sometimes fails with test timeouts ([example ](https://dev.azure.com/dnceng/public/_build/results?buildId=390097&view=ms.vss-test-web.build-test-results-tab&runId=12097244&resultId=165634&paneView=debug)),
that job is not part of [coreclr-outerloop](https://dev.azure.com/dnceng/public/_build?definitionId=98&_a=summary) that is tracked for ci health measurements.
Because of that outerloop testing is not a superset of PR testing and it makes PRs testing more unstable than outerloop. | 1.0 | PR testing (coreclr-ci) has an unstable job that is not part of coreclr-outerloop - [CI PR testing](https://dev.azure.com/dnceng/public/_build?definitionId=228&_a=summary) has `Run Test Pri0 CoreFX Windows_NT x64 checked` that sometimes fails with test timeouts ([example ](https://dev.azure.com/dnceng/public/_build/results?buildId=390097&view=ms.vss-test-web.build-test-results-tab&runId=12097244&resultId=165634&paneView=debug)),
that job is not part of [coreclr-outerloop](https://dev.azure.com/dnceng/public/_build?definitionId=98&_a=summary) that is tracked for ci health measurements.
Because of that outerloop testing is not a superset of PR testing and it makes PRs testing more unstable than outerloop. | infrastructure | pr testing coreclr ci has an unstable job that is not part of coreclr outerloop has run test corefx windows nt checked that sometimes fails with test timeouts that job is not part of that is tracked for ci health measurements because of that outerloop testing is not a superset of pr testing and it makes prs testing more unstable than outerloop | 1 |
8,311 | 3,704,170,337 | IssuesEvent | 2016-02-29 23:00:59 | oppia/oppia | https://api.github.com/repos/oppia/oppia | opened | Long math latex formulas spill out of the html-select dropdown | bug: minor frontend/editor-state starter project TODO: code | To reproduce:
1. Load the Root Linear Coefficient Theorem exploration
2. Go to the third state ("More general expansion")
3. Open the rule editor, and open the dropdown

Possible fixes:
1. make the dropdown longer
2. make the font smaller as needed
3. truncate the formula
It will be good to try these out and see which one is best. (or suggest other fixes)
The relevant files are the html selector directive:
- /core/templates/dev/head/components/html_select_directive.html
- /core/templates/dev/head/components/HtmlSelectDirective.html
and the rule editor
- /core/templates/dev/head/components/RuleEditorDirective.js (lines 78-124)
This bug affects the multiple choice and item select interactions. | 1.0 | Long math latex formulas spill out of the html-select dropdown - To reproduce:
1. Load the Root Linear Coefficient Theorem exploration
2. Go to the third state ("More general expansion")
3. Open the rule editor, and open the dropdown

Possible fixes:
1. make the dropdown longer
2. make the font smaller as needed
3. truncate the formula
It will be good to try these out and see which one is best. (or suggest other fixes)
The relevant files are the html selector directive:
- /core/templates/dev/head/components/html_select_directive.html
- /core/templates/dev/head/components/HtmlSelectDirective.html
and the rule editor
- /core/templates/dev/head/components/RuleEditorDirective.js (lines 78-124)
This bug affects the multiple choice and item select interactions. | non_infrastructure | long math latex formulas spill out of the html select dropdown to reproduce load the root linear coefficient theorem exploration go to the third state more general expansion open the rule editor and open the dropdown possible fixes make the dropdown longer make the font smaller as needed truncate the formula it will be good to try these out and see which one is best or suggest other fixes the relevant files are the html selector directive core templates dev head components html select directive html core templates dev head components htmlselectdirective html and the rule editor core templates dev head components ruleeditordirective js lines this bug affects the multiple choice and item select interactions | 0 |
24,345 | 17,117,337,349 | IssuesEvent | 2021-07-11 16:24:01 | UnnamedOrg1/toglion | https://api.github.com/repos/UnnamedOrg1/toglion | reopened | Change Serverless Deployment bucket to AES for SSE | infrastructure serverless | ## Background
Serverless deploys by zipping your function code and deploying it to s3, then referencing that s3 location in a cloudformation template that it controls. If you don't configure anything, it also deploys that same s3 bucket and controls that. Each serverless project, environment, and region gets its own bucket, which spreads code out, creates unnecessary s3 buckets, and puts a stable, audit resource in the hands of serverless which can often be volatile.
Serverless can be configured to take a deployment bucket that already exists, and in those cases, will not manage the resource.
S3 buckets have an encryption policy (serverside encryption -- SSE). The one that is easiest to share across all regions is AES (s3 managed encryption).
## Problem
* Servereless is currently managing its own s3 bucket.
* The bucket created by terraform is using SSE KMS (key management system) which is hard to share accross region.
## Proposed change
* Change `010-aws-api` terraform workspace to use AES for the s3 deployment bucket
* Change the `serverless.ts` file to declare an external, SSM provided name for s3 bucket.
* Delete any existing buckets created by serverless
*
## Testing
* Ensure that this works cross-region
* Ensure that each region and org uses its own keyspace and doesn't delete deploy artifacts from other regions
* Ensure serverless cleaning up old code doesn't cause issues. | 1.0 | Change Serverless Deployment bucket to AES for SSE - ## Background
Serverless deploys by zipping your function code and deploying it to s3, then referencing that s3 location in a cloudformation template that it controls. If you don't configure anything, it also deploys that same s3 bucket and controls that. Each serverless project, environment, and region gets its own bucket, which spreads code out, creates unnecessary s3 buckets, and puts a stable, audit resource in the hands of serverless which can often be volatile.
Serverless can be configured to take a deployment bucket that already exists, and in those cases, will not manage the resource.
S3 buckets have an encryption policy (serverside encryption -- SSE). The one that is easiest to share across all regions is AES (s3 managed encryption).
## Problem
* Servereless is currently managing its own s3 bucket.
* The bucket created by terraform is using SSE KMS (key management system) which is hard to share accross region.
## Proposed change
* Change `010-aws-api` terraform workspace to use AES for the s3 deployment bucket
* Change the `serverless.ts` file to declare an external, SSM provided name for s3 bucket.
* Delete any existing buckets created by serverless
*
## Testing
* Ensure that this works cross-region
* Ensure that each region and org uses its own keyspace and doesn't delete deploy artifacts from other regions
* Ensure serverless cleaning up old code doesn't cause issues. | infrastructure | change serverless deployment bucket to aes for sse background serverless deploys by zipping your function code and deploying it to then referencing that location in a cloudformation template that it controls if you don t configure anything it also deploys that same bucket and controls that each serverless project environment and region gets its own bucket which spreads code out creates unnecessary buckets and puts a stable audit resource in the hands of serverless which can often be volatile serverless can be configured to take a deployment bucket that already exists and in those cases will not manage the resource buckets have an encryption policy serverside encryption sse the one that is easiest to share across all regions is aes managed encryption problem servereless is currently managing its own bucket the bucket created by terraform is using sse kms key management system which is hard to share accross region proposed change change aws api terraform workspace to use aes for the deployment bucket change the serverless ts file to declare an external ssm provided name for bucket delete any existing buckets created by serverless testing ensure that this works cross region ensure that each region and org uses its own keyspace and doesn t delete deploy artifacts from other regions ensure serverless cleaning up old code doesn t cause issues | 1 |
7,142 | 6,793,792,605 | IssuesEvent | 2017-11-01 09:19:05 | AdguardTeam/AdguardFilters | https://api.github.com/repos/AdguardTeam/AdguardFilters | closed | Ya/AdFox ad reinjection script | Infrastructure | We need to come up with a rule capable of defeating Ya/Adfox script. | 1.0 | Ya/AdFox ad reinjection script - We need to come up with a rule capable of defeating Ya/Adfox script. | infrastructure | ya adfox ad reinjection script we need to come up with a rule capable of defeating ya adfox script | 1 |
32,376 | 26,657,648,220 | IssuesEvent | 2023-01-25 18:09:05 | dotnet/aspnetcore | https://api.github.com/repos/dotnet/aspnetcore | closed | Simplify 2.1 build | area-infrastructure | Our 2.1 build is highly tied to prodcon infrastructure - today if you want to produce an official build outside of prodcon, you have to manually pass in around 20 variables (see https://dev.azure.com/dnceng/internal/_build/results?buildId=2063473&view=results). We need to simplify the build so that you can just click 'Queue' and it will produce something shippable. | 1.0 | Simplify 2.1 build - Our 2.1 build is highly tied to prodcon infrastructure - today if you want to produce an official build outside of prodcon, you have to manually pass in around 20 variables (see https://dev.azure.com/dnceng/internal/_build/results?buildId=2063473&view=results). We need to simplify the build so that you can just click 'Queue' and it will produce something shippable. | infrastructure | simplify build our build is highly tied to prodcon infrastructure today if you want to produce an official build outside of prodcon you have to manually pass in around variables see we need to simplify the build so that you can just click queue and it will produce something shippable | 1 |
163,231 | 20,323,118,993 | IssuesEvent | 2022-02-18 01:45:50 | kapseliboi/crowi | https://api.github.com/repos/kapseliboi/crowi | opened | CVE-2021-29469 (High) detected in redis-3.0.2.tgz, redis-2.8.0.tgz | security vulnerability | ## CVE-2021-29469 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>redis-3.0.2.tgz</b>, <b>redis-2.8.0.tgz</b></p></summary>
<p>
<details><summary><b>redis-3.0.2.tgz</b></p></summary>
<p>A high performance Redis client.</p>
<p>Library home page: <a href="https://registry.npmjs.org/redis/-/redis-3.0.2.tgz">https://registry.npmjs.org/redis/-/redis-3.0.2.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/redis/package.json</p>
<p>
Dependency Hierarchy:
- :x: **redis-3.0.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>redis-2.8.0.tgz</b></p></summary>
<p>Redis client library</p>
<p>Library home page: <a href="https://registry.npmjs.org/redis/-/redis-2.8.0.tgz">https://registry.npmjs.org/redis/-/redis-2.8.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/socket.io-redis/node_modules/redis/package.json</p>
<p>
Dependency Hierarchy:
- socket.io-redis-5.3.0.tgz (Root Library)
- :x: **redis-2.8.0.tgz** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Node-redis is a Node.js Redis client. Before version 3.1.1, when a client is in monitoring mode, the regex begin used to detected monitor messages could cause exponential backtracking on some strings. This issue could lead to a denial of service. The issue is patched in version 3.1.1.
<p>Publish Date: 2021-04-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29469>CVE-2021-29469</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/NodeRedis/node-redis/security/advisories/GHSA-35q2-47q7-3pc3">https://github.com/NodeRedis/node-redis/security/advisories/GHSA-35q2-47q7-3pc3</a></p>
<p>Release Date: 2021-04-23</p>
<p>Fix Resolution (redis): 3.1.1</p>
<p>Direct dependency fix Resolution (socket.io-redis): 5.4.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-29469 (High) detected in redis-3.0.2.tgz, redis-2.8.0.tgz - ## CVE-2021-29469 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>redis-3.0.2.tgz</b>, <b>redis-2.8.0.tgz</b></p></summary>
<p>
<details><summary><b>redis-3.0.2.tgz</b></p></summary>
<p>A high performance Redis client.</p>
<p>Library home page: <a href="https://registry.npmjs.org/redis/-/redis-3.0.2.tgz">https://registry.npmjs.org/redis/-/redis-3.0.2.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/redis/package.json</p>
<p>
Dependency Hierarchy:
- :x: **redis-3.0.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>redis-2.8.0.tgz</b></p></summary>
<p>Redis client library</p>
<p>Library home page: <a href="https://registry.npmjs.org/redis/-/redis-2.8.0.tgz">https://registry.npmjs.org/redis/-/redis-2.8.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/socket.io-redis/node_modules/redis/package.json</p>
<p>
Dependency Hierarchy:
- socket.io-redis-5.3.0.tgz (Root Library)
- :x: **redis-2.8.0.tgz** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Node-redis is a Node.js Redis client. Before version 3.1.1, when a client is in monitoring mode, the regex begin used to detected monitor messages could cause exponential backtracking on some strings. This issue could lead to a denial of service. The issue is patched in version 3.1.1.
<p>Publish Date: 2021-04-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29469>CVE-2021-29469</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/NodeRedis/node-redis/security/advisories/GHSA-35q2-47q7-3pc3">https://github.com/NodeRedis/node-redis/security/advisories/GHSA-35q2-47q7-3pc3</a></p>
<p>Release Date: 2021-04-23</p>
<p>Fix Resolution (redis): 3.1.1</p>
<p>Direct dependency fix Resolution (socket.io-redis): 5.4.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_infrastructure | cve high detected in redis tgz redis tgz cve high severity vulnerability vulnerable libraries redis tgz redis tgz redis tgz a high performance redis client library home page a href path to dependency file package json path to vulnerable library node modules redis package json dependency hierarchy x redis tgz vulnerable library redis tgz redis client library library home page a href path to dependency file package json path to vulnerable library node modules socket io redis node modules redis package json dependency hierarchy socket io redis tgz root library x redis tgz vulnerable library found in base branch master vulnerability details node redis is a node js redis client before version when a client is in monitoring mode the regex begin used to detected monitor messages could cause exponential backtracking on some strings this issue could lead to a denial of service the issue is patched in version publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution redis direct dependency fix resolution socket io redis step up your open source security game with whitesource | 0 |
10,502 | 8,597,643,564 | IssuesEvent | 2018-11-15 19:18:55 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | opened | Proposal: Preliminary members (external IVT replacement proposal) | Area-Infrastructure | I propose adding a `[Preliminary]` attribute and analyzer which will allow certain `internal` members to be marked as `public` without gaining full protections of stable APIs for assembly versioning. These members can then be used by assemblies that are currently relying on `[InternalsVisibleTo]`.
> This library may include types and/or members which are designated as preliminary features. In the library source code, preliminary features are indicated by including the `[Preliminary]` attribute. While preliminary features are much more "flexible" during the release cycle of the library, certain rules do apply in order to ensure the stronger rules provided for stable features will not be violated by a change to a preliminary feature. The following list includes examples of these rules, but other rules may be imposed by basic logical constraints. The API elements referred to in the following list are assumed to be restricted to the publicly-exposed API of the library. The terms "member" and "members" refer to any field, method, property, or event.
> * A member may only refer to a preliminary type in its signature if it is also marked preliminary.
> * An interface may only include a preliminary member if it is also marked preliminary.
> * An interface may only extend a preliminary interface if it is also marked preliminary.
> * A class may only include a preliminary abstract member if either it is also marked preliminary, or all constructors for the class are marked internal. This restriction also applies to abstract classes which do not implement an abstract member declared in a base class.
By default, an analyzer alongside would disallow the use of preliminary features. The diagnostic for this analyzer could be disabled or set to lower severity to allow preliminary features to be used. | 1.0 | Proposal: Preliminary members (external IVT replacement proposal) - I propose adding a `[Preliminary]` attribute and analyzer which will allow certain `internal` members to be marked as `public` without gaining full protections of stable APIs for assembly versioning. These members can then be used by assemblies that are currently relying on `[InternalsVisibleTo]`.
> This library may include types and/or members which are designated as preliminary features. In the library source code, preliminary features are indicated by including the `[Preliminary]` attribute. While preliminary features are much more "flexible" during the release cycle of the library, certain rules do apply in order to ensure the stronger rules provided for stable features will not be violated by a change to a preliminary feature. The following list includes examples of these rules, but other rules may be imposed by basic logical constraints. The API elements referred to in the following list are assumed to be restricted to the publicly-exposed API of the library. The terms "member" and "members" refer to any field, method, property, or event.
> * A member may only refer to a preliminary type in its signature if it is also marked preliminary.
> * An interface may only include a preliminary member if it is also marked preliminary.
> * An interface may only extend a preliminary interface if it is also marked preliminary.
> * A class may only include a preliminary abstract member if either it is also marked preliminary, or all constructors for the class are marked internal. This restriction also applies to abstract classes which do not implement an abstract member declared in a base class.
By default, an analyzer alongside would disallow the use of preliminary features. The diagnostic for this analyzer could be disabled or set to lower severity to allow preliminary features to be used. | infrastructure | proposal preliminary members external ivt replacement proposal i propose adding a attribute and analyzer which will allow certain internal members to be marked as public without gaining full protections of stable apis for assembly versioning these members can then be used by assemblies that are currently relying on this library may include types and or members which are designated as preliminary features in the library source code preliminary features are indicated by including the attribute while preliminary features are much more flexible during the release cycle of the library certain rules do apply in order to ensure the stronger rules provided for stable features will not be violated by a change to a preliminary feature the following list includes examples of these rules but other rules may be imposed by basic logical constraints the api elements referred to in the following list are assumed to be restricted to the publicly exposed api of the library the terms member and members refer to any field method property or event a member may only refer to a preliminary type in its signature if it is also marked preliminary an interface may only include a preliminary member if it is also marked preliminary an interface may only extend a preliminary interface if it is also marked preliminary a class may only include a preliminary abstract member if either it is also marked preliminary or all constructors for the class are marked internal this restriction also applies to abstract classes which do not implement an abstract member declared in a base class by default an analyzer alongside would disallow the use of preliminary features the diagnostic for this analyzer could be disabled or set to lower severity to allow preliminary features to be used | 1 |
417,644 | 12,167,901,065 | IssuesEvent | 2020-04-27 11:45:24 | Matteas-Eden/roll-for-reaction | https://api.github.com/repos/Matteas-Eden/roll-for-reaction | closed | Implement a spellcasting system | High Priority discuss feature | **User Story**
As a player, I'd like to be able to cast spells when playing as the Wizard class.
**Acceptance Criteria**
- A framework for handling spells and spell effects is created
- At least three spells using this framework are created and tested
**Notes**
---
**Why is this feature needed? Please describe the problem your requested feature wants to solve**
The Wizard class does not have any defining features.
**Describe the solution you'd like**
The Wizard class should be able to cast spells to apply effects onto enemies and themselves.
**Example Spells**
Values subject to change.
- Fireball
* Mana cost: 5
* Effect: Damage (deal damage to a single enemy)
* Value: 10
- Mend
* Mana cost: 3
* Effect: Heal (recover player's HP)
* Value: 5 | 1.0 | Implement a spellcasting system - **User Story**
As a player, I'd like to be able to cast spells when playing as the Wizard class.
**Acceptance Criteria**
- A framework for handling spells and spell effects is created
- At least three spells using this framework are created and tested
**Notes**
---
**Why is this feature needed? Please describe the problem your requested feature wants to solve**
The Wizard class does not have any defining features.
**Describe the solution you'd like**
The Wizard class should be able to cast spells to apply effects onto enemies and themselves.
**Example Spells**
Values subject to change.
- Fireball
* Mana cost: 5
* Effect: Damage (deal damage to a single enemy)
* Value: 10
- Mend
* Mana cost: 3
* Effect: Heal (recover player's HP)
* Value: 5 | non_infrastructure | implement a spellcasting system user story as a player i d like to be able to cast spells when playing as the wizard class acceptance criteria a framework for handling spells and spell effects is created at least three spells using this framework are created and tested notes why is this feature needed please describe the problem your requested feature wants to solve the wizard class does not have any defining features describe the solution you d like the wizard class should be able to cast spells to apply effects onto enemies and themselves example spells values subject to change fireball mana cost effect damage deal damage to a single enemy value mend mana cost effect heal recover player s hp value | 0 |
24,404 | 5,060,612,961 | IssuesEvent | 2016-12-22 12:42:22 | EnMarche/en-marche.fr | https://api.github.com/repos/EnMarche/en-marche.fr | closed | Documenter le processus de développement projet | Documentation | Coding styles:
- [ ] PHP : PSR-2 et convention Symfony (http://www.php-fig.org/psr/psr-2/)
- [ ] JSX : convention AirBnB (https://github.com/airbnb/javascript/tree/master/react)
- [ ] SASS : conventions BEM et OOCSS (http://www.alsacreations.com/article/lire/1641-bonnes-pratiques-en-css-bem-et-oocss.html) avec organisation en un fichier par composant React
Processus des tests | 1.0 | Documenter le processus de développement projet - Coding styles:
- [ ] PHP : PSR-2 et convention Symfony (http://www.php-fig.org/psr/psr-2/)
- [ ] JSX : convention AirBnB (https://github.com/airbnb/javascript/tree/master/react)
- [ ] SASS : conventions BEM et OOCSS (http://www.alsacreations.com/article/lire/1641-bonnes-pratiques-en-css-bem-et-oocss.html) avec organisation en un fichier par composant React
Processus des tests | non_infrastructure | documenter le processus de développement projet coding styles php psr et convention symfony jsx convention airbnb sass conventions bem et oocss avec organisation en un fichier par composant react processus des tests | 0 |
23,983 | 16,737,056,825 | IssuesEvent | 2021-06-11 04:03:01 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | opened | Build failed: Validate-DotNet/main #runtime-93780-.NET6 | area-Infrastructure | Build [#runtime-93780-.NET6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1182245) failed
## :x: : internal / Validate-DotNet failed
### Summary
**Finished** - Fri, 11 Jun 2021 04:02:41 GMT
**Duration** - 296 minutes
**Requested for** - DotNet Bot
**Reason** - manual
### Details
#### Validation Ring
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/281) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 5 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.Mono.ios-arm.6.0.0-preview.6.21310.7.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/281) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 2 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.win-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/281) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 2 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.win-arm.6.0.0-preview.6.21310.7.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/281) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Symbols missing for 3/313 packages
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/281) - PowerShell exited with code '1'.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/304) - ValidateSymbols: Entry found in generated contract does not match ValidateSymbols.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/304) - Steps were not validated for contract.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/304) - Contract was not validated.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/304) - PowerShell exited with code '1'.
#### Required Validation Ring
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/244) - Number of checksums and assets don't match. Checksums: 182. Assets: 796. Assets with no corresponding checksum are:
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.runtime.native.System.IO.Ports.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Drawing.Common.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Diagnostics.DiagnosticSource.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.DirectoryServices.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Formats.Cbor.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.IO.Packaging.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Management.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Numerics.Tensors.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Security.AccessControl.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Security.Cryptography.Xml.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.IO.Ports.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Composition.TypedParts.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Configuration.ConfigurationManager.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Collections.Immutable.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.CodeDom.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Speech.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Text.Json.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Text.Encodings.Web.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Threading.Tasks.Dataflow.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Windows.Extensions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.native.System.IO.Ports.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.runtime.native.System.IO.Ports.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Memory.Data.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Reflection.Metadata.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Runtime.CompilerServices.Unsafe.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.ComponentModel.Composition.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.ComponentModel.Composition.Registration.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Composition.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Composition.AttributedModel.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Composition.Convention.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Composition.Hosting.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Composition.Runtime.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64
runtime.linux-arm64.Microsoft.NETCore.TestHost
runtime.linux-arm64.runtime.native.System.IO.Ports
runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64
Microsoft.Extensions.Configuration.UserSecrets
assets/symbols/System.Security.Permissions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Security.Cryptography.ProtectedData.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Diagnostics.EventLog.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.DirectoryServices.AccountManagement.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Formats.Asn1.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.IO.FileSystem.AccessControl.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21310.7.symbols.nupkg
Microsoft.Win32.Registry.AccessControl
Microsoft.Win32.SystemEvents
assets/symbols/runtime.linux-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHost
runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-arm64.Microsoft.NETCore.ILAsm
runtime.linux-arm64.Microsoft.NETCore.ILDAsm
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64
Microsoft.Win32.Registry
Microsoft.NETCore.TestHost
Microsoft.NETCore.Platforms
Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64
Microsoft.NETCore.App.Runtime.osx-arm64
Microsoft.NETCore.App.Runtime.osx-x64
Microsoft.NETCore.App.Runtime.Mono.win-x64
runtime.linux-musl-arm.Microsoft.NETCore.ILAsm
Microsoft.NETCore.App.Runtime.win-arm
Microsoft.NETCore.App.Runtime.win-x86
Microsoft.NETCore.App.Runtime.Mono.win-x86
Microsoft.NETCore.DotNetHost
Microsoft.NETCore.DotNetAppHost
runtime.win-arm64.Microsoft.NETCore.ILAsm
runtime.win-arm64.Microsoft.NETCore.ILDAsm
runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.win-arm64.Microsoft.NETCore.TestHost
runtime.win-x64.Microsoft.NETCore.DotNetHost
runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy
runtime.win-arm.Microsoft.NETCore.TestHost
runtime.win-x64.Microsoft.NETCore.DotNetHostResolver
Microsoft.NETCore.App.Runtime.Mono.linux-x64
runtime.win-x64.Microsoft.NETCore.ILAsm
runtime.win-x64.Microsoft.NETCore.ILDAsm
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost
runtime.osx-arm64.Microsoft.NETCore.ILDAsm
Microsoft.NETCore.App.Runtime.Mono.linux-arm
runtime.osx-arm64.Microsoft.NETCore.DotNetHost
runtime.linux-musl-x64.Microsoft.NETCore.TestHost
Microsoft.Extensions.Logging
Microsoft.Extensions.Logging.EventSource
Microsoft.Extensions.Logging.Abstractions
Microsoft.Extensions.Logging.Configuration
Microsoft.Extensions.Logging.Console
Microsoft.Extensions.Logging.EventLog
Microsoft.Extensions.Logging.Debug
Microsoft.Extensions.Logging.TraceSource
Microsoft.Extensions.Options
Microsoft.Extensions.FileProviders.Composite
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64
Microsoft.NETCore.App.Runtime.linux-arm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64
Microsoft.NETCore.App.Runtime.linux-musl-x64
Microsoft.NETCore.App.Runtime.linux-x64
Microsoft.NETCore.App.Runtime.Mono.android-arm64
Microsoft.NETCore.App.Runtime.Mono.android-arm
Microsoft.NETCore.App.Runtime.Mono.ios-arm
Microsoft.NETCore.App.Runtime.Mono.ios-arm64
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64
assets/symbols/Microsoft.NETCore.App.Host.win-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.osx-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Security.Principal.Windows.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Diagnostics.PerformanceCounter.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.DirectoryServices.Protocols.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.IO.Pipes.AccessControl.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.IO.Pipelines.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Net.Http.WinHttpHandler.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Resources.Extensions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Reflection.Context.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Runtime.Caching.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
Runtime/6.0.0-preview.6.21310.7/productVersion.txt
Runtime/6.0.0-preview.6.21310.7/runtime-productVersion.txt
Microsoft.NETCore.App.Runtime.win-x64
runtime.osx-x64.Microsoft.NETCore.DotNetHost
runtime.osx-x64.Microsoft.NETCore.ILAsm
runtime.osx-x64.Microsoft.NETCore.ILDAsm
runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver
runtime.win-arm64.Microsoft.NETCore.DotNetAppHost
runtime.osx-x64.runtime.native.System.IO.Ports
runtime.osx-x64.Microsoft.NETCore.TestHost
runtime.win-arm.Microsoft.NETCore.DotNetHost
runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy
runtime.win-arm.Microsoft.NETCore.ILAsm
runtime.win-arm.Microsoft.NETCore.DotNetHostResolver
runtime.osx-arm64.Microsoft.NETCore.TestHost
runtime.win-arm.Microsoft.NETCore.ILDAsm
runtime.win-x64.Microsoft.NETCore.DotNetAppHost
runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy
runtime.win-arm64.Microsoft.NETCore.DotNetHost
runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm
runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost
runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm
runtime.linux-musl-arm64.Microsoft.NETCore.TestHost
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost
runtime.linux-musl-x64.Microsoft.NETCore.ILAsm
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.osx-arm64.Microsoft.NETCore.ILAsm
runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm
runtime.linux-x64.Microsoft.NETCore.DotNetAppHost
runtime.linux-x64.Microsoft.NETCore.DotNetHost
runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-x64.Microsoft.NETCore.ILDAsm
runtime.linux-x64.Microsoft.NETCore.ILAsm
runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost
runtime.linux-x64.Microsoft.NETCore.TestHost
Microsoft.Extensions.Configuration.Xml
Microsoft.Extensions.DependencyInjection
Microsoft.NETCore.App.Crossgen2.osx-arm64
Microsoft.Extensions.FileProviders.Physical
Microsoft.Extensions.FileSystemGlobbing
Microsoft.Extensions.Hosting
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64
Microsoft.Extensions.Configuration.Ini
runtime.win-x64.Microsoft.NETCore.TestHost
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64
Microsoft.NETCore.App.Runtime.Mono.android-x64
Microsoft.NETCore.App.Runtime.Mono.android-x86
Microsoft.NETCore.App.Runtime.Mono.browser-wasm
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86
Microsoft.NETCore.App.Crossgen2.linux-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64
Microsoft.NETCore.App.Crossgen2.win-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64
Microsoft.NETCore.App.Host.win-arm64
runtime.win-x86.Microsoft.NETCore.DotNetAppHost
assets/symbols/Microsoft.NETCore.App.PGO.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.win-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.win-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.osx-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.osx-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.Android.Sample.Mono.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.iOS.Sample.Mono.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.MonoAOTCompiler.Task.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.RuntimeConfigParser.Task.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.BrowserDebugHost.Transport.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.ios-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.IO.Hashing.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Data.OleDb.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Net.Http.Json.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Reflection.MetadataLoadContext.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Security.Cryptography.Pkcs.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Data.Odbc.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-arm.Microsoft.NETCore.DotNetHost
runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver
runtime.linux-arm.Microsoft.NETCore.ILAsm
runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost
runtime.linux-arm.Microsoft.NETCore.ILDAsm
runtime.linux-arm.Microsoft.NETCore.TestHost
runtime.linux-arm.runtime.native.System.IO.Ports
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64
Microsoft.NETCore.App.Runtime.Mono.osx-arm64
Microsoft.NETCore.App.Runtime.Mono.osx-x64
Microsoft.NETCore.App.Runtime.win-arm64
runtime.linux-x64.runtime.native.System.IO.Ports
runtime.native.System.IO.Ports
Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64
Microsoft.NETCore.App.Runtime.Mono.linux-arm64
runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy
Microsoft.NETCore.App.Composite
Microsoft.NETCore.App.Crossgen2.linux-musl-arm64
dotnet-ilverify
Microsoft.Bcl.AsyncInterfaces
Microsoft.Diagnostics.Tracing.EventSource.Redist
Microsoft.Extensions.Configuration
Microsoft.Extensions.Configuration.EnvironmentVariables
Microsoft.Extensions.Hosting.Systemd
Microsoft.Extensions.Configuration.FileExtensions
Microsoft.Extensions.Configuration.Json
Microsoft.Extensions.DependencyInjection.Specification.Tests
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64
Microsoft.NETCore.App.Runtime.linux-musl-arm
Microsoft.NETCore.App.Crossgen2.osx-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm
Microsoft.NETCore.App.Crossgen2.win-x86
Microsoft.NETCore.App.Crossgen2.win-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64
assets/symbols/Microsoft.NETCore.App.Host.win-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.6.0.0-preview.6.21310.7.symbols.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHost
assets/symbols/Microsoft.NET.Runtime.wasm.Sample.Mono.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.WebAssembly.Sdk.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Sdk.IL.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.osx-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-musl-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-musl-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-musl-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.osx-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.win-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64.6.0.0-preview.6.21310.7.symbols.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetAppHost
Microsoft.Windows.Compatibility
Microsoft.XmlSerializer.Generator
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86
Microsoft.NETCore.App.Runtime.linux-musl-arm64
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm
Microsoft.NETCore.App.Runtime.linux-arm64
Microsoft.NETCore.App.Host.linux-musl-arm64
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86
assets/symbols/Microsoft.NETCore.App.Runtime.linux-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.ServiceModel.Syndication.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.ServiceProcess.ServiceController.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Text.Encoding.CodePages.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Threading.AccessControl.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Threading.Channels.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.runtime.native.System.IO.Ports.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
Microsoft.NETCore.App.Host.linux-arm
Microsoft.NETCore.App.Host.linux-arm64
Microsoft.NETCore.App.Host.linux-musl-arm
Microsoft.NETCore.App.Host.linux-x64
Microsoft.NETCore.App.Host.linux-musl-x64
Microsoft.NETCore.App.Host.osx-arm64
Microsoft.NETCore.App.Host.osx-x64
Microsoft.NETCore.App.Host.win-arm
Microsoft.NETCore.App.Host.win-x86
Microsoft.NETCore.App.Host.win-x64
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm
Microsoft.NETCore.App.Ref
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Win32.Registry.AccessControl.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Win32.SystemEvents.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Windows.Compatibility.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.XmlSerializer.Generator.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.osx-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.osx-x64.6.0.0-preview.6.21310.7.symbols.nupkg
System.Management
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-arm.6.0.0-preview.6.21310.7.symbols.nupkg
System.Net.Http.Json
System.Net.Http.WinHttpHandler
assets/symbols/Microsoft.IO.Redist.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Net.HostModel.PGO.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Primitives.6.0.0-preview.6.21310.7.symbols.nupkg
System.Memory.Data
System.Numerics.Tensors
System.Reflection.Metadata
System.Reflection.MetadataLoadContext
System.Reflection.Context
System.Resources.Extensions
System.Runtime.Caching
System.Runtime.CompilerServices.Unsafe
System.Security.Cryptography.Pkcs
System.Security.AccessControl
System.Security.Cryptography.ProtectedData
System.Text.Json
System.Security.Cryptography.Xml
System.Security.Principal.Windows
System.Threading.AccessControl
System.Threading.Tasks.Dataflow
System.Threading.Channels
System.Windows.Extensions
System.IO.Ports
System.IO.Pipes.AccessControl
System.IO.Pipelines
System.IO.Packaging
runtime.win-x86.Microsoft.NETCore.ILAsm
runtime.win-x86.Microsoft.NETCore.ILDAsm
runtime.win-x86.Microsoft.NETCore.DotNetHostResolver
System.ComponentModel.Composition
runtime.win-x86.Microsoft.NETCore.TestHost
System.CodeDom
System.Collections.Immutable
System.Composition
System.ComponentModel.Composition.Registration
System.Composition.AttributedModel
System.Composition.Convention
System.Composition.Hosting
System.Data.Odbc
assets/symbols/Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Private.CoreFx.OOB.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Win32.Registry.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.HostModel.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.ios-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.6.0.0-preview.6.21310.7.symbols.nupkg
System.Diagnostics.EventLog
System.DirectoryServices
System.Drawing.Common
System.DirectoryServices.AccountManagement
System.DirectoryServices.Protocols
assets/symbols/Microsoft.Extensions.DependencyInjection.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileProviders.Abstractions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileProviders.Composite.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileProviders.Physical.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileSystemGlobbing.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.HostFactoryResolver.Sources.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Abstractions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Configuration.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Console.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.CommandLine.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.EnvironmentVariables.6.0.0-preview.6.21310.7.symbols.nupkg
Microsoft.NETCore.DotNetHostPolicy
Microsoft.NETCore.DotNetHostResolver
Microsoft.NETCore.ILAsm
Microsoft.NETCore.ILDAsm
runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm
runtime.osx-x64.Microsoft.NETCore.DotNetAppHost
runtime.linux-musl-arm.Microsoft.NETCore.TestHost
runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.win-arm.Microsoft.NETCore.DotNetAppHost
Microsoft.Extensions.Options.ConfigurationExtensions
Microsoft.Extensions.Options.DataAnnotations
Microsoft.ILVerification
Microsoft.Extensions.Primitives
Microsoft.Extensions.Http
Microsoft.IO.Redist
Microsoft.NET.Runtime.Android.Sample.Mono
Microsoft.NET.Runtime.iOS.Sample.Mono
Microsoft.NET.Runtime.wasm.Sample.Mono
Microsoft.NET.Runtime.MonoAOTCompiler.Task
Microsoft.NET.Runtime.WebAssembly.Sdk
Microsoft.NET.Runtime.RuntimeConfigParser.Task
Microsoft.NET.Sdk.IL
Microsoft.NETCore.App.Crossgen2.linux-arm
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100
Microsoft.NETCore.App.Crossgen2.linux-arm64
Microsoft.NETCore.App.Crossgen2.linux-musl-arm
Microsoft.Extensions.Hosting.WindowsServices
Microsoft.Extensions.Hosting.Abstractions
Microsoft.Extensions.Caching.Abstractions
Microsoft.Extensions.Caching.Memory
Microsoft.Extensions.Configuration.Binder
Microsoft.Extensions.Configuration.Abstractions
Microsoft.Extensions.Configuration.CommandLine
Microsoft.NETCore.App.Crossgen2.linux-musl-x64
Microsoft.Extensions.DependencyInjection.Abstractions
Microsoft.Extensions.DependencyModel
Microsoft.Extensions.FileProviders.Abstractions
Microsoft.NETCore.App.Crossgen2.win-arm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64
assets/symbols/runtime.linux-arm.runtime.native.System.IO.Ports.6.0.0-preview.6.21310.7.symbols.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.EventSource.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.FileExtensions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Json.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/ILCompiler.Reflection.ReadyToRun.Experimental.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Ref.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Composite.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.osx-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.win-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.browser-wasm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.6.0.0-preview.6.21310.7.symbols.nupkg
System.Security.Permissions
System.ServiceModel.Syndication
System.ServiceProcess.ServiceController
System.Text.Encoding.CodePages
System.Speech
System.Text.Encodings.Web
System.Composition.Runtime
System.Composition.TypedParts
System.Data.OleDb
assets/symbols/Microsoft.ILVerification.6.0.0-preview.6.21310.7.symbols.nupkg
System.Diagnostics.DiagnosticSource
System.Diagnostics.PerformanceCounter
System.Formats.Asn1
System.IO.FileSystem.AccessControl
System.Formats.Cbor
System.Configuration.ConfigurationManager
System.IO.Hashing
assets/symbols/Microsoft.Extensions.Configuration.UserSecrets.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Xml.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.DependencyInjection.Abstractions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.DependencyInjection.Specification.Tests.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.DependencyModel.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Ini.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.Abstractions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.WindowsServices.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Http.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Debug.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.EventLog.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.TraceSource.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Options.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Options.ConfigurationExtensions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Options.DataAnnotations.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.Systemd.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.AspNetCore.Internal.Transport.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Binder.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Abstractions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Diagnostics.Tracing.EventSource.Redist.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Caching.Abstractions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Bcl.AsyncInterfaces.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Caching.Memory.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/dotnet-pgo.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/dotnet-ilverify.6.0.0-preview.6.21310.7.symbols.nupkg
#### Signing Ring
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/94) - Git fetch failed with exit code 128, back off 1.556 seconds before retry.
#### Source Code Validation
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/119) - ValidateLoc-*: Could not find matching entry in generated contract.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/119) - Steps were not validated for contract.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/119) - Contract was not validated.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/119) - PowerShell exited with code '1'.
### Changes
- [cdf1ccae](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/cdf1ccaebd4ee8c1295abca746840897d81e23d3) - Lee Coward - Merged PR 15655: add cbl mariner runtime deps installer
- [94e1d7a9](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/94e1d7a922092366346345bb0827efca1e9f82f7) - Michelle McDaniel - Merged PR 15579: Merge production -> main
- [0444bd8f](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/0444bd8f45625095b2cd40002812119da88e588b) - Michelle McDaniel - Merged PR 15680: Fix config file usage in Fast Insertion pipeline
- [0ec52935](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/0ec529355b244a2b498d7d8cd2cf26e3f80d5569) - Lee Coward - add cbl mariner runtime deps installer
- [0da6993a](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/0da6993a9389d4b0f9b7dc619d7be683e2505a01) - Michelle McDaniel - Merged PR 15567: Publish the signed mac and linux files to staging locations
- [3c34e90c](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/3c34e90cc07c5f88222ebebc4dda78e23a548e94) - Alex Svyatenkiy - Merged PR 15578: fixes to Release pipelines
- [819d3008](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/819d3008249bcc35576e9f4672a784e7a11a348b) - AlexSvyat - one more dependency
- [4c07359e](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/4c07359e1b2dd33016896aabd9d94425f9d29ff7) - Michelle McDaniel - Merged PR 15577: Fix releaseDate logic
- [81f98a73](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/81f98a735a59191d8b57eb28d12b796ef815e9d9) - AlexSvyat - changes 6/8 1:18 PM
- [245ad767](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/245ad7675afe9cd405a23d7f37a368d33b12502e) - Lee Coward - Merged PR 15574: add rhel 8.1 to the publishing list
| 1.0 | Build failed: Validate-DotNet/main #runtime-93780-.NET6 - Build [#runtime-93780-.NET6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1182245) failed
## :x: : internal / Validate-DotNet failed
### Summary
**Finished** - Fri, 11 Jun 2021 04:02:41 GMT
**Duration** - 296 minutes
**Requested for** - DotNet Bot
**Reason** - manual
### Details
#### Validation Ring
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/281) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 5 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.Mono.ios-arm.6.0.0-preview.6.21310.7.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/281) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 2 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.win-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/281) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 2 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.win-arm.6.0.0-preview.6.21310.7.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/281) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Symbols missing for 3/313 packages
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/281) - PowerShell exited with code '1'.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/304) - ValidateSymbols: Entry found in generated contract does not match ValidateSymbols.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/304) - Steps were not validated for contract.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/304) - Contract was not validated.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/304) - PowerShell exited with code '1'.
#### Required Validation Ring
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/244) - Number of checksums and assets don't match. Checksums: 182. Assets: 796. Assets with no corresponding checksum are:
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.runtime.native.System.IO.Ports.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Drawing.Common.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Diagnostics.DiagnosticSource.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.DirectoryServices.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Formats.Cbor.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.IO.Packaging.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Management.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Numerics.Tensors.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Security.AccessControl.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Security.Cryptography.Xml.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.IO.Ports.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Composition.TypedParts.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Configuration.ConfigurationManager.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Collections.Immutable.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.CodeDom.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Speech.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Text.Json.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Text.Encodings.Web.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Threading.Tasks.Dataflow.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Windows.Extensions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.native.System.IO.Ports.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.runtime.native.System.IO.Ports.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Memory.Data.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Reflection.Metadata.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Runtime.CompilerServices.Unsafe.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.ComponentModel.Composition.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.ComponentModel.Composition.Registration.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Composition.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Composition.AttributedModel.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Composition.Convention.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Composition.Hosting.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Composition.Runtime.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64
runtime.linux-arm64.Microsoft.NETCore.TestHost
runtime.linux-arm64.runtime.native.System.IO.Ports
runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64
Microsoft.Extensions.Configuration.UserSecrets
assets/symbols/System.Security.Permissions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Security.Cryptography.ProtectedData.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Diagnostics.EventLog.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.DirectoryServices.AccountManagement.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Formats.Asn1.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.IO.FileSystem.AccessControl.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21310.7.symbols.nupkg
Microsoft.Win32.Registry.AccessControl
Microsoft.Win32.SystemEvents
assets/symbols/runtime.linux-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHost
runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-arm64.Microsoft.NETCore.ILAsm
runtime.linux-arm64.Microsoft.NETCore.ILDAsm
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64
Microsoft.Win32.Registry
Microsoft.NETCore.TestHost
Microsoft.NETCore.Platforms
Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64
Microsoft.NETCore.App.Runtime.osx-arm64
Microsoft.NETCore.App.Runtime.osx-x64
Microsoft.NETCore.App.Runtime.Mono.win-x64
runtime.linux-musl-arm.Microsoft.NETCore.ILAsm
Microsoft.NETCore.App.Runtime.win-arm
Microsoft.NETCore.App.Runtime.win-x86
Microsoft.NETCore.App.Runtime.Mono.win-x86
Microsoft.NETCore.DotNetHost
Microsoft.NETCore.DotNetAppHost
runtime.win-arm64.Microsoft.NETCore.ILAsm
runtime.win-arm64.Microsoft.NETCore.ILDAsm
runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.win-arm64.Microsoft.NETCore.TestHost
runtime.win-x64.Microsoft.NETCore.DotNetHost
runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy
runtime.win-arm.Microsoft.NETCore.TestHost
runtime.win-x64.Microsoft.NETCore.DotNetHostResolver
Microsoft.NETCore.App.Runtime.Mono.linux-x64
runtime.win-x64.Microsoft.NETCore.ILAsm
runtime.win-x64.Microsoft.NETCore.ILDAsm
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost
runtime.osx-arm64.Microsoft.NETCore.ILDAsm
Microsoft.NETCore.App.Runtime.Mono.linux-arm
runtime.osx-arm64.Microsoft.NETCore.DotNetHost
runtime.linux-musl-x64.Microsoft.NETCore.TestHost
Microsoft.Extensions.Logging
Microsoft.Extensions.Logging.EventSource
Microsoft.Extensions.Logging.Abstractions
Microsoft.Extensions.Logging.Configuration
Microsoft.Extensions.Logging.Console
Microsoft.Extensions.Logging.EventLog
Microsoft.Extensions.Logging.Debug
Microsoft.Extensions.Logging.TraceSource
Microsoft.Extensions.Options
Microsoft.Extensions.FileProviders.Composite
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64
Microsoft.NETCore.App.Runtime.linux-arm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64
Microsoft.NETCore.App.Runtime.linux-musl-x64
Microsoft.NETCore.App.Runtime.linux-x64
Microsoft.NETCore.App.Runtime.Mono.android-arm64
Microsoft.NETCore.App.Runtime.Mono.android-arm
Microsoft.NETCore.App.Runtime.Mono.ios-arm
Microsoft.NETCore.App.Runtime.Mono.ios-arm64
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64
assets/symbols/Microsoft.NETCore.App.Host.win-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.osx-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Security.Principal.Windows.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Diagnostics.PerformanceCounter.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.DirectoryServices.Protocols.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.IO.Pipes.AccessControl.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.IO.Pipelines.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Net.Http.WinHttpHandler.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Resources.Extensions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Reflection.Context.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Runtime.Caching.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
Runtime/6.0.0-preview.6.21310.7/productVersion.txt
Runtime/6.0.0-preview.6.21310.7/runtime-productVersion.txt
Microsoft.NETCore.App.Runtime.win-x64
runtime.osx-x64.Microsoft.NETCore.DotNetHost
runtime.osx-x64.Microsoft.NETCore.ILAsm
runtime.osx-x64.Microsoft.NETCore.ILDAsm
runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver
runtime.win-arm64.Microsoft.NETCore.DotNetAppHost
runtime.osx-x64.runtime.native.System.IO.Ports
runtime.osx-x64.Microsoft.NETCore.TestHost
runtime.win-arm.Microsoft.NETCore.DotNetHost
runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy
runtime.win-arm.Microsoft.NETCore.ILAsm
runtime.win-arm.Microsoft.NETCore.DotNetHostResolver
runtime.osx-arm64.Microsoft.NETCore.TestHost
runtime.win-arm.Microsoft.NETCore.ILDAsm
runtime.win-x64.Microsoft.NETCore.DotNetAppHost
runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy
runtime.win-arm64.Microsoft.NETCore.DotNetHost
runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm
runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost
runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm
runtime.linux-musl-arm64.Microsoft.NETCore.TestHost
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost
runtime.linux-musl-x64.Microsoft.NETCore.ILAsm
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.osx-arm64.Microsoft.NETCore.ILAsm
runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm
runtime.linux-x64.Microsoft.NETCore.DotNetAppHost
runtime.linux-x64.Microsoft.NETCore.DotNetHost
runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-x64.Microsoft.NETCore.ILDAsm
runtime.linux-x64.Microsoft.NETCore.ILAsm
runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost
runtime.linux-x64.Microsoft.NETCore.TestHost
Microsoft.Extensions.Configuration.Xml
Microsoft.Extensions.DependencyInjection
Microsoft.NETCore.App.Crossgen2.osx-arm64
Microsoft.Extensions.FileProviders.Physical
Microsoft.Extensions.FileSystemGlobbing
Microsoft.Extensions.Hosting
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64
Microsoft.Extensions.Configuration.Ini
runtime.win-x64.Microsoft.NETCore.TestHost
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64
Microsoft.NETCore.App.Runtime.Mono.android-x64
Microsoft.NETCore.App.Runtime.Mono.android-x86
Microsoft.NETCore.App.Runtime.Mono.browser-wasm
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86
Microsoft.NETCore.App.Crossgen2.linux-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64
Microsoft.NETCore.App.Crossgen2.win-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64
Microsoft.NETCore.App.Host.win-arm64
runtime.win-x86.Microsoft.NETCore.DotNetAppHost
assets/symbols/Microsoft.NETCore.App.PGO.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.win-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.win-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.osx-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.osx-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.Android.Sample.Mono.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.iOS.Sample.Mono.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.MonoAOTCompiler.Task.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.RuntimeConfigParser.Task.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.BrowserDebugHost.Transport.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.ios-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.IO.Hashing.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Data.OleDb.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Net.Http.Json.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Reflection.MetadataLoadContext.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Security.Cryptography.Pkcs.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Data.Odbc.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-arm.Microsoft.NETCore.DotNetHost
runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver
runtime.linux-arm.Microsoft.NETCore.ILAsm
runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost
runtime.linux-arm.Microsoft.NETCore.ILDAsm
runtime.linux-arm.Microsoft.NETCore.TestHost
runtime.linux-arm.runtime.native.System.IO.Ports
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64
Microsoft.NETCore.App.Runtime.Mono.osx-arm64
Microsoft.NETCore.App.Runtime.Mono.osx-x64
Microsoft.NETCore.App.Runtime.win-arm64
runtime.linux-x64.runtime.native.System.IO.Ports
runtime.native.System.IO.Ports
Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64
Microsoft.NETCore.App.Runtime.Mono.linux-arm64
runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy
Microsoft.NETCore.App.Composite
Microsoft.NETCore.App.Crossgen2.linux-musl-arm64
dotnet-ilverify
Microsoft.Bcl.AsyncInterfaces
Microsoft.Diagnostics.Tracing.EventSource.Redist
Microsoft.Extensions.Configuration
Microsoft.Extensions.Configuration.EnvironmentVariables
Microsoft.Extensions.Hosting.Systemd
Microsoft.Extensions.Configuration.FileExtensions
Microsoft.Extensions.Configuration.Json
Microsoft.Extensions.DependencyInjection.Specification.Tests
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64
Microsoft.NETCore.App.Runtime.linux-musl-arm
Microsoft.NETCore.App.Crossgen2.osx-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm
Microsoft.NETCore.App.Crossgen2.win-x86
Microsoft.NETCore.App.Crossgen2.win-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64
assets/symbols/Microsoft.NETCore.App.Host.win-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.6.0.0-preview.6.21310.7.symbols.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHost
assets/symbols/Microsoft.NET.Runtime.wasm.Sample.Mono.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.WebAssembly.Sdk.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Sdk.IL.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.osx-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-musl-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-musl-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-musl-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.osx-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.win-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64.6.0.0-preview.6.21310.7.symbols.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetAppHost
Microsoft.Windows.Compatibility
Microsoft.XmlSerializer.Generator
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86
Microsoft.NETCore.App.Runtime.linux-musl-arm64
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm
Microsoft.NETCore.App.Runtime.linux-arm64
Microsoft.NETCore.App.Host.linux-musl-arm64
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86
assets/symbols/Microsoft.NETCore.App.Runtime.linux-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.ServiceModel.Syndication.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.ServiceProcess.ServiceController.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Text.Encoding.CodePages.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Threading.AccessControl.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/System.Threading.Channels.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.runtime.native.System.IO.Ports.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
Microsoft.NETCore.App.Host.linux-arm
Microsoft.NETCore.App.Host.linux-arm64
Microsoft.NETCore.App.Host.linux-musl-arm
Microsoft.NETCore.App.Host.linux-x64
Microsoft.NETCore.App.Host.linux-musl-x64
Microsoft.NETCore.App.Host.osx-arm64
Microsoft.NETCore.App.Host.osx-x64
Microsoft.NETCore.App.Host.win-arm
Microsoft.NETCore.App.Host.win-x86
Microsoft.NETCore.App.Host.win-x64
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm
Microsoft.NETCore.App.Ref
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Win32.Registry.AccessControl.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Win32.SystemEvents.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Windows.Compatibility.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.XmlSerializer.Generator.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.osx-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.osx-x64.6.0.0-preview.6.21310.7.symbols.nupkg
System.Management
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-arm.6.0.0-preview.6.21310.7.symbols.nupkg
System.Net.Http.Json
System.Net.Http.WinHttpHandler
assets/symbols/Microsoft.IO.Redist.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Net.HostModel.PGO.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Primitives.6.0.0-preview.6.21310.7.symbols.nupkg
System.Memory.Data
System.Numerics.Tensors
System.Reflection.Metadata
System.Reflection.MetadataLoadContext
System.Reflection.Context
System.Resources.Extensions
System.Runtime.Caching
System.Runtime.CompilerServices.Unsafe
System.Security.Cryptography.Pkcs
System.Security.AccessControl
System.Security.Cryptography.ProtectedData
System.Text.Json
System.Security.Cryptography.Xml
System.Security.Principal.Windows
System.Threading.AccessControl
System.Threading.Tasks.Dataflow
System.Threading.Channels
System.Windows.Extensions
System.IO.Ports
System.IO.Pipes.AccessControl
System.IO.Pipelines
System.IO.Packaging
runtime.win-x86.Microsoft.NETCore.ILAsm
runtime.win-x86.Microsoft.NETCore.ILDAsm
runtime.win-x86.Microsoft.NETCore.DotNetHostResolver
System.ComponentModel.Composition
runtime.win-x86.Microsoft.NETCore.TestHost
System.CodeDom
System.Collections.Immutable
System.Composition
System.ComponentModel.Composition.Registration
System.Composition.AttributedModel
System.Composition.Convention
System.Composition.Hosting
System.Data.Odbc
assets/symbols/Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Private.CoreFx.OOB.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Win32.Registry.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.TestHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NET.HostModel.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.ios-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.6.0.0-preview.6.21310.7.symbols.nupkg
System.Diagnostics.EventLog
System.DirectoryServices
System.Drawing.Common
System.DirectoryServices.AccountManagement
System.DirectoryServices.Protocols
assets/symbols/Microsoft.Extensions.DependencyInjection.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileProviders.Abstractions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileProviders.Composite.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileProviders.Physical.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileSystemGlobbing.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.HostFactoryResolver.Sources.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Abstractions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Configuration.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Console.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.CommandLine.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.EnvironmentVariables.6.0.0-preview.6.21310.7.symbols.nupkg
Microsoft.NETCore.DotNetHostPolicy
Microsoft.NETCore.DotNetHostResolver
Microsoft.NETCore.ILAsm
Microsoft.NETCore.ILDAsm
runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm
runtime.osx-x64.Microsoft.NETCore.DotNetAppHost
runtime.linux-musl-arm.Microsoft.NETCore.TestHost
runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.win-arm.Microsoft.NETCore.DotNetAppHost
Microsoft.Extensions.Options.ConfigurationExtensions
Microsoft.Extensions.Options.DataAnnotations
Microsoft.ILVerification
Microsoft.Extensions.Primitives
Microsoft.Extensions.Http
Microsoft.IO.Redist
Microsoft.NET.Runtime.Android.Sample.Mono
Microsoft.NET.Runtime.iOS.Sample.Mono
Microsoft.NET.Runtime.wasm.Sample.Mono
Microsoft.NET.Runtime.MonoAOTCompiler.Task
Microsoft.NET.Runtime.WebAssembly.Sdk
Microsoft.NET.Runtime.RuntimeConfigParser.Task
Microsoft.NET.Sdk.IL
Microsoft.NETCore.App.Crossgen2.linux-arm
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100
Microsoft.NETCore.App.Crossgen2.linux-arm64
Microsoft.NETCore.App.Crossgen2.linux-musl-arm
Microsoft.Extensions.Hosting.WindowsServices
Microsoft.Extensions.Hosting.Abstractions
Microsoft.Extensions.Caching.Abstractions
Microsoft.Extensions.Caching.Memory
Microsoft.Extensions.Configuration.Binder
Microsoft.Extensions.Configuration.Abstractions
Microsoft.Extensions.Configuration.CommandLine
Microsoft.NETCore.App.Crossgen2.linux-musl-x64
Microsoft.Extensions.DependencyInjection.Abstractions
Microsoft.Extensions.DependencyModel
Microsoft.Extensions.FileProviders.Abstractions
Microsoft.NETCore.App.Crossgen2.win-arm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64
assets/symbols/runtime.linux-arm.runtime.native.System.IO.Ports.6.0.0-preview.6.21310.7.symbols.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.EventSource.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.FileExtensions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Json.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/ILCompiler.Reflection.ReadyToRun.Experimental.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Ref.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Composite.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.osx-arm64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.win-x86.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-arm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-x64.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.browser-wasm.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.6.0.0-preview.6.21310.7.symbols.nupkg
System.Security.Permissions
System.ServiceModel.Syndication
System.ServiceProcess.ServiceController
System.Text.Encoding.CodePages
System.Speech
System.Text.Encodings.Web
System.Composition.Runtime
System.Composition.TypedParts
System.Data.OleDb
assets/symbols/Microsoft.ILVerification.6.0.0-preview.6.21310.7.symbols.nupkg
System.Diagnostics.DiagnosticSource
System.Diagnostics.PerformanceCounter
System.Formats.Asn1
System.IO.FileSystem.AccessControl
System.Formats.Cbor
System.Configuration.ConfigurationManager
System.IO.Hashing
assets/symbols/Microsoft.Extensions.Configuration.UserSecrets.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Xml.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.DependencyInjection.Abstractions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.DependencyInjection.Specification.Tests.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.DependencyModel.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Ini.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.Abstractions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.WindowsServices.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Http.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Debug.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.EventLog.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.TraceSource.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Options.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Options.ConfigurationExtensions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Options.DataAnnotations.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.Systemd.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.AspNetCore.Internal.Transport.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Binder.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Abstractions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Diagnostics.Tracing.EventSource.Redist.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Caching.Abstractions.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Bcl.AsyncInterfaces.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/Microsoft.Extensions.Caching.Memory.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/dotnet-pgo.6.0.0-preview.6.21310.7.symbols.nupkg
assets/symbols/dotnet-ilverify.6.0.0-preview.6.21310.7.symbols.nupkg
#### Signing Ring
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/94) - Git fetch failed with exit code 128, back off 1.556 seconds before retry.
#### Source Code Validation
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/119) - ValidateLoc-*: Could not find matching entry in generated contract.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/119) - Steps were not validated for contract.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/119) - Contract was not validated.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1182245/logs/119) - PowerShell exited with code '1'.
### Changes
- [cdf1ccae](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/cdf1ccaebd4ee8c1295abca746840897d81e23d3) - Lee Coward - Merged PR 15655: add cbl mariner runtime deps installer
- [94e1d7a9](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/94e1d7a922092366346345bb0827efca1e9f82f7) - Michelle McDaniel - Merged PR 15579: Merge production -> main
- [0444bd8f](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/0444bd8f45625095b2cd40002812119da88e588b) - Michelle McDaniel - Merged PR 15680: Fix config file usage in Fast Insertion pipeline
- [0ec52935](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/0ec529355b244a2b498d7d8cd2cf26e3f80d5569) - Lee Coward - add cbl mariner runtime deps installer
- [0da6993a](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/0da6993a9389d4b0f9b7dc619d7be683e2505a01) - Michelle McDaniel - Merged PR 15567: Publish the signed mac and linux files to staging locations
- [3c34e90c](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/3c34e90cc07c5f88222ebebc4dda78e23a548e94) - Alex Svyatenkiy - Merged PR 15578: fixes to Release pipelines
- [819d3008](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/819d3008249bcc35576e9f4672a784e7a11a348b) - AlexSvyat - one more dependency
- [4c07359e](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/4c07359e1b2dd33016896aabd9d94425f9d29ff7) - Michelle McDaniel - Merged PR 15577: Fix releaseDate logic
- [81f98a73](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/81f98a735a59191d8b57eb28d12b796ef815e9d9) - AlexSvyat - changes 6/8 1:18 PM
- [245ad767](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/245ad7675afe9cd405a23d7f37a368d33b12502e) - Lee Coward - Merged PR 15574: add rhel 8.1 to the publishing list
| infrastructure | build failed validate dotnet main runtime build failed x internal validate dotnet failed summary finished fri jun gmt duration minutes requested for dotnet bot reason manual details validation ring x netcore engineering telemetry checksymbols missing symbols for modules in the package d workspace work a signed shipping assets symbols microsoft netcore app runtime mono ios arm preview symbols nupkg x netcore engineering telemetry checksymbols missing symbols for modules in the package d workspace work a signed shipping assets symbols microsoft netcore app runtime win preview symbols nupkg x netcore engineering telemetry checksymbols missing symbols for modules in the package d workspace work a signed shipping assets symbols microsoft netcore app runtime win arm preview symbols nupkg x netcore engineering telemetry checksymbols symbols missing for packages x powershell exited with code x validatesymbols entry found in generated contract does not match validatesymbols x steps were not validated for contract x contract was not validated x powershell exited with code required validation ring warning number of checksums and assets don t match checksums assets assets with no corresponding checksum are assets symbols runtime linux microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux musl microsoft netcore testhost preview symbols nupkg assets symbols runtime linux musl arm microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime linux microsoft netcore testhost preview symbols nupkg assets symbols runtime linux runtime native system io ports preview symbols nupkg assets symbols runtime linux musl microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux musl microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux musl microsoft netcore ildasm preview symbols nupkg assets symbols system drawing common preview symbols nupkg assets symbols system diagnostics diagnosticsource preview symbols nupkg assets symbols system directoryservices preview symbols nupkg assets symbols system formats cbor preview symbols nupkg assets symbols system io packaging preview symbols nupkg assets symbols system management preview symbols nupkg assets symbols system numerics tensors preview symbols nupkg assets symbols system security accesscontrol preview symbols nupkg assets symbols system security cryptography xml preview symbols nupkg assets symbols system io ports preview symbols nupkg assets symbols system composition typedparts preview symbols nupkg assets symbols runtime win microsoft netcore dotnetapphost preview symbols nupkg assets symbols system configuration configurationmanager preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime win microsoft netcore ilasm preview symbols nupkg assets symbols runtime win microsoft netcore ildasm preview symbols nupkg assets symbols runtime win microsoft netcore testhost preview symbols nupkg assets symbols system collections immutable preview symbols nupkg assets symbols system codedom preview symbols nupkg assets symbols system speech preview symbols nupkg assets symbols system text json preview symbols nupkg assets symbols system text encodings web preview symbols nupkg assets symbols system threading tasks dataflow preview symbols nupkg assets symbols system windows extensions preview symbols nupkg assets symbols runtime osx microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore ildasm preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore testhost preview symbols nupkg assets symbols runtime win arm microsoft netcore ildasm preview symbols nupkg assets symbols runtime native system io ports preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethost preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime win arm microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime osx microsoft netcore ilasm preview symbols nupkg assets symbols runtime osx microsoft netcore ildasm preview symbols nupkg assets symbols runtime osx microsoft netcore testhost preview symbols nupkg assets symbols runtime osx runtime native system io ports preview symbols nupkg assets symbols runtime win arm microsoft netcore dotnethost preview symbols nupkg assets symbols runtime win arm microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime win arm microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux musl microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux musl microsoft netcore ildasm preview symbols nupkg assets symbols runtime linux musl microsoft netcore testhost preview symbols nupkg assets symbols runtime linux musl microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethostresolver preview symbols nupkg assets symbols system memory data preview symbols nupkg assets symbols system reflection metadata preview symbols nupkg assets symbols system runtime compilerservices unsafe preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime win microsoft netcore ilasm preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime win microsoft netcore ildasm preview symbols nupkg assets symbols runtime win microsoft netcore testhost preview symbols nupkg assets symbols runtime win microsoft netcore dotnethost preview symbols nupkg assets symbols system componentmodel composition preview symbols nupkg assets symbols system componentmodel composition registration preview symbols nupkg assets symbols system composition preview symbols nupkg assets symbols system composition attributedmodel preview symbols nupkg assets symbols system composition convention preview symbols nupkg assets symbols system composition hosting preview symbols nupkg assets symbols system composition runtime preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethost preview symbols nupkg runtime linux microsoft netcore dotnethostpolicy microsoft netcore app runtime mono llvm aot linux runtime linux microsoft netcore testhost runtime linux runtime native system io ports runtime linux musl arm microsoft netcore dotnetapphost runtime linux musl arm microsoft netcore dotnethost runtime linux musl arm microsoft netcore dotnethostpolicy microsoft netcore app runtime mono llvm linux microsoft netcore app runtime mono tvossimulator microsoft extensions configuration usersecrets assets symbols system security permissions preview symbols nupkg assets symbols system security cryptography protecteddata preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethostresolver preview symbols nupkg assets symbols system diagnostics eventlog preview symbols nupkg assets symbols system directoryservices accountmanagement preview symbols nupkg assets symbols system formats preview symbols nupkg assets symbols system io filesystem accesscontrol preview symbols nupkg assets symbols runtime linux microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux microsoft crossosdiag private coreclr preview symbols nupkg microsoft registry accesscontrol microsoft systemevents assets symbols runtime linux arm microsoft netcore testhost preview symbols nupkg runtime linux microsoft netcore dotnethost runtime linux microsoft netcore dotnethostresolver runtime linux microsoft netcore ilasm runtime linux microsoft netcore ildasm runtime linux musl arm microsoft netcore dotnethostresolver microsoft netcore app runtime mono llvm aot osx microsoft registry microsoft netcore testhost microsoft netcore platforms microsoft netcore app runtime mono llvm osx microsoft netcore app runtime mono llvm linux microsoft netcore app runtime mono maccatalyst microsoft netcore app runtime mono maccatalyst microsoft netcore app runtime mono tvossimulator microsoft netcore app runtime osx microsoft netcore app runtime osx microsoft netcore app runtime mono win runtime linux musl arm microsoft netcore ilasm microsoft netcore app runtime win arm microsoft netcore app runtime win microsoft netcore app runtime mono win microsoft netcore dotnethost microsoft netcore dotnetapphost runtime win microsoft netcore ilasm runtime win microsoft netcore ildasm runtime win microsoft netcore dotnethostresolver runtime win microsoft netcore testhost runtime win microsoft netcore dotnethost runtime win microsoft netcore dotnethostpolicy runtime linux musl microsoft netcore dotnethostpolicy runtime win arm microsoft netcore testhost runtime win microsoft netcore dotnethostresolver microsoft netcore app runtime mono linux runtime win microsoft netcore ilasm runtime win microsoft netcore ildasm runtime linux musl microsoft netcore dotnetapphost runtime osx microsoft netcore ildasm microsoft netcore app runtime mono linux arm runtime osx microsoft netcore dotnethost runtime linux musl microsoft netcore testhost microsoft extensions logging microsoft extensions logging eventsource microsoft extensions logging abstractions microsoft extensions logging configuration microsoft extensions logging console microsoft extensions logging eventlog microsoft extensions logging debug microsoft extensions logging tracesource microsoft extensions options microsoft extensions fileproviders composite microsoft netcore app runtime aot osx cross iossimulator microsoft netcore app runtime aot osx cross maccatalyst microsoft netcore app runtime aot osx cross tvossimulator microsoft netcore app runtime aot win cross android arm microsoft netcore app runtime aot win cross android microsoft netcore app runtime aot win cross android microsoft netcore app runtime linux arm microsoft netcore app runtime aot osx cross iossimulator microsoft netcore app runtime linux musl microsoft netcore app runtime linux microsoft netcore app runtime mono android microsoft netcore app runtime mono android arm microsoft netcore app runtime mono ios arm microsoft netcore app runtime mono ios microsoft netcore app runtime mono iossimulator assets symbols microsoft netcore app host win preview symbols nupkg assets symbols microsoft netcore app runtime aot linux cross android preview symbols nupkg assets symbols microsoft netcore app osx preview symbols nupkg assets symbols microsoft netcore app linux musl preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross browser wasm preview symbols nupkg assets symbols system security principal windows preview symbols nupkg assets symbols runtime osx microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethost preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux microsoft netcore ildasm preview symbols nupkg assets symbols runtime win microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols system diagnostics performancecounter preview symbols nupkg assets symbols system directoryservices protocols preview symbols nupkg assets symbols system io pipes accesscontrol preview symbols nupkg assets symbols system io pipelines preview symbols nupkg assets symbols system net http winhttphandler preview symbols nupkg assets symbols system resources extensions preview symbols nupkg assets symbols system reflection context preview symbols nupkg assets symbols system runtime caching preview symbols nupkg assets symbols runtime win microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime win microsoft netcore ilasm preview symbols nupkg assets symbols runtime win microsoft netcore ildasm preview symbols nupkg runtime preview productversion txt runtime preview runtime productversion txt microsoft netcore app runtime win runtime osx microsoft netcore dotnethost runtime osx microsoft netcore ilasm runtime osx microsoft netcore ildasm runtime osx microsoft netcore dotnethostresolver runtime win microsoft netcore dotnetapphost runtime osx runtime native system io ports runtime osx microsoft netcore testhost runtime win arm microsoft netcore dotnethost runtime win arm microsoft netcore dotnethostpolicy runtime win arm microsoft netcore ilasm runtime win arm microsoft netcore dotnethostresolver runtime osx microsoft netcore testhost runtime win arm microsoft netcore ildasm runtime win microsoft netcore dotnetapphost runtime win microsoft netcore dotnethostpolicy runtime win microsoft netcore dotnethost runtime osx microsoft netcore dotnethostresolver runtime linux musl microsoft netcore dotnethost runtime linux musl microsoft netcore dotnethostresolver runtime linux musl microsoft netcore ilasm runtime linux musl microsoft netcore dotnetapphost runtime linux musl microsoft netcore ildasm runtime linux musl microsoft netcore testhost runtime linux musl microsoft netcore dotnethost runtime linux musl microsoft netcore ilasm runtime linux musl microsoft netcore dotnethostresolver runtime linux musl microsoft netcore dotnethostpolicy runtime osx microsoft netcore ilasm runtime linux musl microsoft netcore ildasm runtime linux microsoft netcore dotnetapphost runtime linux microsoft netcore dotnethost runtime linux microsoft netcore dotnethostpolicy runtime linux microsoft netcore dotnethostresolver runtime linux microsoft netcore ildasm runtime linux microsoft netcore ilasm runtime osx microsoft netcore dotnetapphost runtime linux microsoft netcore testhost microsoft extensions configuration xml microsoft extensions dependencyinjection microsoft netcore app osx microsoft extensions fileproviders physical microsoft extensions filesystemglobbing microsoft extensions hosting microsoft netcore app runtime aot osx cross iossimulator microsoft extensions configuration ini runtime win microsoft netcore testhost microsoft netcore app runtime aot osx cross tvossimulator microsoft netcore app runtime mono android microsoft netcore app runtime mono android microsoft netcore app runtime mono browser wasm microsoft netcore app runtime mono iossimulator microsoft netcore app runtime mono iossimulator microsoft netcore app linux microsoft netcore app runtime aot osx cross ios microsoft netcore app win microsoft netcore app runtime aot osx cross android arm microsoft netcore app runtime aot osx cross android microsoft netcore app host win runtime win microsoft netcore dotnetapphost assets symbols microsoft netcore app pgo preview symbols nupkg assets symbols microsoft netcore app runtime aot linux cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross maccatalyst preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross tvossimulator preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross android preview symbols nupkg assets symbols microsoft netcore app host win preview symbols nupkg assets symbols microsoft netcore app host win arm preview symbols nupkg assets symbols microsoft netcore app host osx preview symbols nupkg assets symbols microsoft netcore app host osx preview symbols nupkg assets symbols microsoft net runtime android sample mono preview symbols nupkg assets symbols microsoft net runtime ios sample mono preview symbols nupkg assets symbols microsoft net runtime monoaotcompiler task preview symbols nupkg assets symbols microsoft net runtime runtimeconfigparser task preview symbols nupkg assets symbols microsoft netcore app linux musl preview symbols nupkg assets symbols microsoft netcore app runtime win preview symbols nupkg assets symbols microsoft netcore browserdebughost transport preview symbols nupkg assets symbols microsoft netcore app runtime mono tvos preview symbols nupkg assets symbols microsoft netcore app runtime linux musl preview symbols nupkg assets symbols microsoft netcore app runtime mono android preview symbols nupkg assets symbols microsoft netcore app runtime mono android preview symbols nupkg assets symbols microsoft netcore app runtime mono ios preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime osx microsoft netcore ilasm preview symbols nupkg assets symbols runtime osx microsoft netcore ildasm preview symbols nupkg assets symbols runtime osx microsoft netcore testhost preview symbols nupkg assets symbols runtime win microsoft netcore dotnethost preview symbols nupkg assets symbols system io hashing preview symbols nupkg assets symbols system data oledb preview symbols nupkg assets symbols system net http json preview symbols nupkg assets symbols system reflection metadataloadcontext preview symbols nupkg assets symbols system security cryptography pkcs preview symbols nupkg assets symbols system data odbc preview symbols nupkg assets symbols runtime win microsoft netcore testhost preview symbols nupkg assets symbols runtime win microsoft netcore dotnethost preview symbols nupkg runtime linux arm microsoft netcore dotnethostpolicy runtime linux arm microsoft netcore dotnethost runtime linux arm microsoft netcore dotnethostresolver runtime linux arm microsoft netcore ilasm runtime linux microsoft netcore dotnetapphost runtime linux arm microsoft netcore ildasm runtime linux arm microsoft netcore testhost runtime linux arm runtime native system io ports microsoft netcore app runtime mono llvm aot linux microsoft netcore app runtime mono tvos microsoft netcore app runtime mono osx microsoft netcore app runtime mono osx microsoft netcore app runtime win runtime linux runtime native system io ports runtime native system io ports microsoft netcore app runtime mono linux musl microsoft netcore app runtime mono linux runtime osx microsoft netcore dotnethostpolicy microsoft netcore app composite microsoft netcore app linux musl dotnet ilverify microsoft bcl asyncinterfaces microsoft diagnostics tracing eventsource redist microsoft extensions configuration microsoft extensions configuration environmentvariables microsoft extensions hosting systemd microsoft extensions configuration fileextensions microsoft extensions configuration json microsoft extensions dependencyinjection specification tests microsoft netcore app runtime aot osx cross maccatalyst microsoft netcore app runtime aot osx cross tvos microsoft netcore app runtime linux musl arm microsoft netcore app osx microsoft netcore app runtime aot osx cross browser wasm microsoft netcore app win microsoft netcore app win microsoft netcore app runtime aot osx cross ios arm microsoft netcore app runtime aot linux cross android assets symbols microsoft netcore app host win preview symbols nupkg assets symbols microsoft netcore app runtime aot linux cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross browser wasm preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross tvossimulator preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross android arm preview symbols nupkg runtime win microsoft netcore dotnethost assets symbols microsoft net runtime wasm sample mono preview symbols nupkg assets symbols microsoft net runtime webassembly sdk preview symbols nupkg assets symbols microsoft net sdk il preview symbols nupkg assets symbols microsoft net workload mono toolchain manifest preview symbols nupkg assets symbols microsoft netcore app linux musl arm preview symbols nupkg assets symbols microsoft netcore app osx preview symbols nupkg assets symbols microsoft netcore app win preview symbols nupkg assets symbols microsoft netcore app host linux arm preview symbols nupkg assets symbols microsoft netcore app host linux preview symbols nupkg assets symbols microsoft netcore app host linux musl arm preview symbols nupkg assets symbols microsoft netcore app host linux musl preview symbols nupkg assets symbols microsoft netcore app host linux musl preview symbols nupkg assets symbols microsoft netcore app host linux preview symbols nupkg assets symbols microsoft netcore app runtime osx preview symbols nupkg assets symbols microsoft netcore app runtime win preview symbols nupkg assets symbols microsoft netcore dotnetapphost preview symbols nupkg assets symbols microsoft netcore dotnethost preview symbols nupkg assets symbols microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols microsoft netcore dotnethostresolver preview symbols nupkg assets symbols microsoft netcore ilasm preview symbols nupkg assets symbols microsoft netcore app runtime mono win preview symbols nupkg assets symbols microsoft netcore app runtime mono iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm aot linux preview symbols nupkg runtime linux arm microsoft netcore dotnetapphost microsoft windows compatibility microsoft xmlserializer generator microsoft netcore app runtime aot win cross android microsoft netcore app runtime linux musl microsoft netcore app runtime aot win cross browser wasm microsoft netcore app runtime linux microsoft netcore app host linux musl microsoft netcore app runtime aot linux cross android assets symbols microsoft netcore app runtime linux preview symbols nupkg assets symbols microsoft netcore app runtime mono tvossimulator preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm aot linux preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm linux preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm linux preview symbols nupkg assets symbols system servicemodel syndication preview symbols nupkg assets symbols system serviceprocess servicecontroller preview symbols nupkg assets symbols system text encoding codepages preview symbols nupkg assets symbols system threading accesscontrol preview symbols nupkg assets symbols system threading channels preview symbols nupkg assets symbols runtime linux microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux microsoft netcore ildasm preview symbols nupkg assets symbols runtime linux microsoft netcore testhost preview symbols nupkg assets symbols runtime linux runtime native system io ports preview symbols nupkg assets symbols runtime win arm microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethost preview symbols nupkg assets symbols runtime win arm microsoft netcore testhost preview symbols nupkg microsoft netcore app host linux arm microsoft netcore app host linux microsoft netcore app host linux musl arm microsoft netcore app host linux microsoft netcore app host linux musl microsoft netcore app host osx microsoft netcore app host osx microsoft netcore app host win arm microsoft netcore app host win microsoft netcore app host win microsoft netcore app runtime aot linux cross android arm microsoft netcore app ref microsoft netcore app runtime aot linux cross android microsoft netcore app runtime aot linux cross browser wasm microsoft netcore app runtime aot osx cross android assets symbols microsoft netcore app runtime aot osx cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross ios preview symbols nupkg assets symbols microsoft netcore app linux arm preview symbols nupkg assets symbols microsoft netcore app linux preview symbols nupkg assets symbols microsoft netcore app win preview symbols nupkg assets symbols microsoft registry accesscontrol preview symbols nupkg assets symbols microsoft systemevents preview symbols nupkg assets symbols microsoft windows compatibility preview symbols nupkg assets symbols microsoft xmlserializer generator preview symbols nupkg assets symbols microsoft netcore app runtime linux musl preview symbols nupkg assets symbols microsoft netcore app runtime mono tvossimulator preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm aot osx preview symbols nupkg assets symbols microsoft netcore app runtime mono linux preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm osx preview symbols nupkg assets symbols microsoft netcore app runtime mono osx preview symbols nupkg assets symbols microsoft netcore app runtime mono osx preview symbols nupkg system management assets symbols microsoft netcore app runtime mono linux arm preview symbols nupkg system net http json system net http winhttphandler assets symbols microsoft io redist preview symbols nupkg assets symbols microsoft net hostmodel pgo preview symbols nupkg assets symbols microsoft extensions primitives preview symbols nupkg system memory data system numerics tensors system reflection metadata system reflection metadataloadcontext system reflection context system resources extensions system runtime caching system runtime compilerservices unsafe system security cryptography pkcs system security accesscontrol system security cryptography protecteddata system text json system security cryptography xml system security principal windows system threading accesscontrol system threading tasks dataflow system threading channels system windows extensions system io ports system io pipes accesscontrol system io pipelines system io packaging runtime win microsoft netcore ilasm runtime win microsoft netcore ildasm runtime win microsoft netcore dotnethostresolver system componentmodel composition runtime win microsoft netcore testhost system codedom system collections immutable system composition system componentmodel composition registration system composition attributedmodel system composition convention system composition hosting system data odbc assets symbols microsoft netcore ildasm preview symbols nupkg assets symbols microsoft private corefx oob preview symbols nupkg assets symbols microsoft registry preview symbols nupkg assets symbols runtime linux arm microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime linux arm microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux arm microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux arm microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux arm microsoft netcore ildasm preview symbols nupkg assets symbols microsoft netcore testhost preview symbols nupkg assets symbols microsoft net hostmodel preview symbols nupkg assets symbols microsoft netcore app runtime linux musl arm preview symbols nupkg assets symbols microsoft netcore app runtime mono ios arm preview symbols nupkg assets symbols microsoft netcore app runtime mono iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime mono iossimulator preview symbols nupkg system diagnostics eventlog system directoryservices system drawing common system directoryservices accountmanagement system directoryservices protocols assets symbols microsoft extensions dependencyinjection preview symbols nupkg assets symbols microsoft extensions fileproviders abstractions preview symbols nupkg assets symbols microsoft extensions fileproviders composite preview symbols nupkg assets symbols microsoft extensions fileproviders physical preview symbols nupkg assets symbols microsoft extensions filesystemglobbing preview symbols nupkg assets symbols microsoft extensions hostfactoryresolver sources preview symbols nupkg assets symbols microsoft extensions hosting preview symbols nupkg assets symbols microsoft extensions logging abstractions preview symbols nupkg assets symbols microsoft extensions logging configuration preview symbols nupkg assets symbols microsoft extensions logging console preview symbols nupkg assets symbols microsoft extensions configuration commandline preview symbols nupkg assets symbols microsoft extensions configuration environmentvariables preview symbols nupkg microsoft netcore dotnethostpolicy microsoft netcore dotnethostresolver microsoft netcore ilasm microsoft netcore ildasm runtime linux musl arm microsoft netcore ildasm runtime osx microsoft netcore dotnetapphost runtime linux musl arm microsoft netcore testhost runtime osx microsoft netcore dotnethostpolicy runtime win arm microsoft netcore dotnetapphost microsoft extensions options configurationextensions microsoft extensions options dataannotations microsoft ilverification microsoft extensions primitives microsoft extensions http microsoft io redist microsoft net runtime android sample mono microsoft net runtime ios sample mono microsoft net runtime wasm sample mono microsoft net runtime monoaotcompiler task microsoft net runtime webassembly sdk microsoft net runtime runtimeconfigparser task microsoft net sdk il microsoft netcore app linux arm microsoft net workload mono toolchain manifest microsoft netcore app linux microsoft netcore app linux musl arm microsoft extensions hosting windowsservices microsoft extensions hosting abstractions microsoft extensions caching abstractions microsoft extensions caching memory microsoft extensions configuration binder microsoft extensions configuration abstractions microsoft extensions configuration commandline microsoft netcore app linux musl microsoft extensions dependencyinjection abstractions microsoft extensions dependencymodel microsoft extensions fileproviders abstractions microsoft netcore app win arm microsoft netcore app runtime aot osx cross android assets symbols runtime linux arm runtime native system io ports preview symbols nupkg runtime win microsoft netcore dotnethostpolicy assets symbols microsoft netcore app runtime aot linux cross android arm preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross android arm preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross ios arm preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross tvos preview symbols nupkg assets symbols microsoft netcore app linux preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross android preview symbols nupkg assets symbols microsoft netcore app win preview symbols nupkg assets symbols microsoft netcore app runtime linux arm preview symbols nupkg assets symbols microsoft netcore app runtime win preview symbols nupkg assets symbols runtime linux arm microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux arm microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols microsoft netcore app runtime mono linux preview symbols nupkg assets symbols microsoft netcore app runtime mono linux musl preview symbols nupkg assets symbols microsoft netcore app runtime mono maccatalyst preview symbols nupkg assets symbols microsoft extensions logging eventsource preview symbols nupkg assets symbols microsoft extensions configuration fileextensions preview symbols nupkg assets symbols microsoft extensions configuration json preview symbols nupkg assets symbols ilcompiler reflection readytorun experimental preview symbols nupkg assets symbols microsoft netcore app ref preview symbols nupkg assets symbols microsoft netcore app runtime aot linux cross browser wasm preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross maccatalyst preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross android preview symbols nupkg assets symbols microsoft netcore app composite preview symbols nupkg assets symbols microsoft netcore app win arm preview symbols nupkg assets symbols microsoft netcore app runtime osx preview symbols nupkg assets symbols microsoft netcore app runtime mono win preview symbols nupkg assets symbols microsoft netcore app runtime win arm preview symbols nupkg assets symbols microsoft netcore app runtime linux preview symbols nupkg assets symbols microsoft netcore app runtime mono android arm preview symbols nupkg assets symbols microsoft netcore app runtime mono android preview symbols nupkg assets symbols microsoft netcore app runtime mono browser wasm preview symbols nupkg assets symbols microsoft netcore app runtime mono maccatalyst preview symbols nupkg system security permissions system servicemodel syndication system serviceprocess servicecontroller system text encoding codepages system speech system text encodings web system composition runtime system composition typedparts system data oledb assets symbols microsoft ilverification preview symbols nupkg system diagnostics diagnosticsource system diagnostics performancecounter system formats system io filesystem accesscontrol system formats cbor system configuration configurationmanager system io hashing assets symbols microsoft extensions configuration usersecrets preview symbols nupkg assets symbols microsoft extensions configuration xml preview symbols nupkg assets symbols microsoft extensions dependencyinjection abstractions preview symbols nupkg assets symbols microsoft extensions dependencyinjection specification tests preview symbols nupkg assets symbols microsoft extensions dependencymodel preview symbols nupkg assets symbols microsoft extensions configuration ini preview symbols nupkg assets symbols microsoft extensions hosting abstractions preview symbols nupkg assets symbols microsoft extensions hosting windowsservices preview symbols nupkg assets symbols microsoft extensions http preview symbols nupkg assets symbols microsoft extensions logging preview symbols nupkg assets symbols microsoft extensions logging debug preview symbols nupkg assets symbols microsoft extensions logging eventlog preview symbols nupkg assets symbols microsoft extensions logging tracesource preview symbols nupkg assets symbols microsoft extensions options preview symbols nupkg assets symbols microsoft extensions options configurationextensions preview symbols nupkg assets symbols microsoft extensions options dataannotations preview symbols nupkg assets symbols microsoft extensions hosting systemd preview symbols nupkg assets symbols microsoft aspnetcore internal transport preview symbols nupkg assets symbols microsoft extensions configuration binder preview symbols nupkg assets symbols microsoft extensions configuration abstractions preview symbols nupkg assets symbols microsoft extensions configuration preview symbols nupkg assets symbols microsoft diagnostics tracing eventsource redist preview symbols nupkg assets symbols microsoft extensions caching abstractions preview symbols nupkg assets symbols microsoft bcl asyncinterfaces preview symbols nupkg assets symbols microsoft extensions caching memory preview symbols nupkg assets symbols dotnet pgo preview symbols nupkg assets symbols dotnet ilverify preview symbols nupkg signing ring warning git fetch failed with exit code back off seconds before retry source code validation x validateloc could not find matching entry in generated contract x steps were not validated for contract x contract was not validated x powershell exited with code changes lee coward merged pr add cbl mariner runtime deps installer michelle mcdaniel merged pr merge production main michelle mcdaniel merged pr fix config file usage in fast insertion pipeline lee coward add cbl mariner runtime deps installer michelle mcdaniel merged pr publish the signed mac and linux files to staging locations alex svyatenkiy merged pr fixes to release pipelines alexsvyat one more dependency michelle mcdaniel merged pr fix releasedate logic alexsvyat changes pm lee coward merged pr add rhel to the publishing list | 1 |
30,738 | 25,027,010,283 | IssuesEvent | 2022-11-04 09:00:18 | AY2223S1-CS2103-F14-1/tp | https://api.github.com/repos/AY2223S1-CS2103-F14-1/tp | closed | `climods.jar` size | Infrastructure | ## Description
Current `.jar` size: `~80mb`
The bloat comes mainly from the statically linked libraries for `WebEngine`, removing that dependency brought the size down to `~16mb`
I have also attached the size breakdown for the respective `.jar` files.
- [with-web.txt](https://github.com/AY2223S1-CS2103-F14-1/tp/files/9845849/with-web.txt)
- [without-web.txt](https://github.com/AY2223S1-CS2103-F14-1/tp/files/9845850/without-web.txt)
<img width="674" alt="image" src="https://user-images.githubusercontent.com/47914880/197377036-0b1d9408-667c-44b2-85ce-6762470a7e24.png">
**`jfxwebkit.dll` is around `~56mb`**
---
Thoughts on whether we can try to justify the size?
| 1.0 | `climods.jar` size - ## Description
Current `.jar` size: `~80mb`
The bloat comes mainly from the statically linked libraries for `WebEngine`, removing that dependency brought the size down to `~16mb`
I have also attached the size breakdown for the respective `.jar` files.
- [with-web.txt](https://github.com/AY2223S1-CS2103-F14-1/tp/files/9845849/with-web.txt)
- [without-web.txt](https://github.com/AY2223S1-CS2103-F14-1/tp/files/9845850/without-web.txt)
<img width="674" alt="image" src="https://user-images.githubusercontent.com/47914880/197377036-0b1d9408-667c-44b2-85ce-6762470a7e24.png">
**`jfxwebkit.dll` is around `~56mb`**
---
Thoughts on whether we can try to justify the size?
| infrastructure | climods jar size description current jar size the bloat comes mainly from the statically linked libraries for webengine removing that dependency brought the size down to i have also attached the size breakdown for the respective jar files img width alt image src jfxwebkit dll is around thoughts on whether we can try to justify the size | 1 |
230,886 | 7,620,844,658 | IssuesEvent | 2018-05-03 05:47:46 | steedos/creator | https://api.github.com/repos/steedos/creator | closed | 任务管理打不开,odata接口报错 | fix:Done priority:High | 
W20180502-09:21:00.372(8)? (STDERR) MongoError: Projection cannot have a mix of inclusion and exclusion.
W20180502-09:21:00.378(8)? (STDERR) at Object.Future.wait (C:\Users\dell\AppData\Local\.meteor\packages\meteor-tool\1.5.4_1\mt-os.windows.x86_32\dev_bundle\server-lib\node_modules\fibers\future.js:449:15)
W20180502-09:21:00.386(8)? (STDERR) at [object Object]._.extend._nextObject (packages/mongo/mongo_driver.js:1017:47)
W20180502-09:21:00.387(8)? (STDERR) at [object Object]._.extend.forEach (packages/mongo/mongo_driver.js:1051:22)
W20180502-09:21:00.391(8)? (STDERR) at [object Object]._.extend.map (packages/mongo/mongo_driver.js:1061:10)
W20180502-09:21:00.393(8)? (STDERR) at [object Object]._.extend.fetch (packages/mongo/mongo_driver.js:1085:17)
W20180502-09:21:00.402(8)? (STDERR) at [object Object].Cursor.(anonymous function) [as fetch] (packages/mongo/mongo_driver.js:875:44)
W20180502-09:21:00.408(8)? (STDERR) at Object.SteedosOdataAPI.addRoute.get [as action] (packages/steedos_odata/server/odata.coffee:204:80)
W20180502-09:21:00.424(8)? (STDERR) at packages/steedos_odata/lib/restivus/route.coffee:161:30
W20180502-09:21:00.438(8)? (STDERR) at [object Object].EVp.withValue (packages\meteor.js:1134:15)
W20180502-09:21:00.439(8)? (STDERR) at Route.share.Route.Route._callEndpoint (packages/steedos_odata/lib/restivus/route.coffee:160:36)
W20180502-09:21:00.456(8)? (STDERR) - - - - - | 1.0 | 任务管理打不开,odata接口报错 - 
W20180502-09:21:00.372(8)? (STDERR) MongoError: Projection cannot have a mix of inclusion and exclusion.
W20180502-09:21:00.378(8)? (STDERR) at Object.Future.wait (C:\Users\dell\AppData\Local\.meteor\packages\meteor-tool\1.5.4_1\mt-os.windows.x86_32\dev_bundle\server-lib\node_modules\fibers\future.js:449:15)
W20180502-09:21:00.386(8)? (STDERR) at [object Object]._.extend._nextObject (packages/mongo/mongo_driver.js:1017:47)
W20180502-09:21:00.387(8)? (STDERR) at [object Object]._.extend.forEach (packages/mongo/mongo_driver.js:1051:22)
W20180502-09:21:00.391(8)? (STDERR) at [object Object]._.extend.map (packages/mongo/mongo_driver.js:1061:10)
W20180502-09:21:00.393(8)? (STDERR) at [object Object]._.extend.fetch (packages/mongo/mongo_driver.js:1085:17)
W20180502-09:21:00.402(8)? (STDERR) at [object Object].Cursor.(anonymous function) [as fetch] (packages/mongo/mongo_driver.js:875:44)
W20180502-09:21:00.408(8)? (STDERR) at Object.SteedosOdataAPI.addRoute.get [as action] (packages/steedos_odata/server/odata.coffee:204:80)
W20180502-09:21:00.424(8)? (STDERR) at packages/steedos_odata/lib/restivus/route.coffee:161:30
W20180502-09:21:00.438(8)? (STDERR) at [object Object].EVp.withValue (packages\meteor.js:1134:15)
W20180502-09:21:00.439(8)? (STDERR) at Route.share.Route.Route._callEndpoint (packages/steedos_odata/lib/restivus/route.coffee:160:36)
W20180502-09:21:00.456(8)? (STDERR) - - - - - | non_infrastructure | 任务管理打不开 odata接口报错 stderr mongoerror projection cannot have a mix of inclusion and exclusion stderr at object future wait c users dell appdata local meteor packages meteor tool mt os windows dev bundle server lib node modules fibers future js stderr at extend nextobject packages mongo mongo driver js stderr at extend foreach packages mongo mongo driver js stderr at extend map packages mongo mongo driver js stderr at extend fetch packages mongo mongo driver js stderr at cursor anonymous function packages mongo mongo driver js stderr at object steedosodataapi addroute get packages steedos odata server odata coffee stderr at packages steedos odata lib restivus route coffee stderr at evp withvalue packages meteor js stderr at route share route route callendpoint packages steedos odata lib restivus route coffee stderr | 0 |
48,311 | 13,325,312,137 | IssuesEvent | 2020-08-27 09:46:21 | solidify/fitbit-api-demo | https://api.github.com/repos/solidify/fitbit-api-demo | opened | CVE-2020-10673 (High) detected in jackson-databind-2.8.1.jar | security vulnerability | ## CVE-2020-10673 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.1.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /tmp/ws-scm/fitbit-api-demo/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.1/jackson-databind-2.8.1.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-1.4.0.RELEASE.jar (Root Library)
- :x: **jackson-databind-2.8.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/solidify/fitbit-api-demo/commit/0b2ec4ebe69f408230a396984bb6ebaef3b6b3ab">0b2ec4ebe69f408230a396984bb6ebaef3b6b3ab</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to com.caucho.config.types.ResourceRef (aka caucho-quercus).
<p>Publish Date: 2020-03-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-10673>CVE-2020-10673</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2660">https://github.com/FasterXML/jackson-databind/issues/2660</a></p>
<p>Release Date: 2020-03-18</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-10673 (High) detected in jackson-databind-2.8.1.jar - ## CVE-2020-10673 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.1.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /tmp/ws-scm/fitbit-api-demo/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.1/jackson-databind-2.8.1.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-1.4.0.RELEASE.jar (Root Library)
- :x: **jackson-databind-2.8.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/solidify/fitbit-api-demo/commit/0b2ec4ebe69f408230a396984bb6ebaef3b6b3ab">0b2ec4ebe69f408230a396984bb6ebaef3b6b3ab</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to com.caucho.config.types.ResourceRef (aka caucho-quercus).
<p>Publish Date: 2020-03-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-10673>CVE-2020-10673</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2660">https://github.com/FasterXML/jackson-databind/issues/2660</a></p>
<p>Release Date: 2020-03-18</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_infrastructure | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file tmp ws scm fitbit api demo pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library x jackson databind jar vulnerable library found in head commit a href vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to com caucho config types resourceref aka caucho quercus publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind step up your open source security game with whitesource | 0 |
16,525 | 12,016,643,507 | IssuesEvent | 2020-04-10 16:33:18 | magento/magento2-phpstorm-plugin | https://api.github.com/repos/magento/magento2-phpstorm-plugin | closed | Move the validation messages into a separate bundle | Award: category of expertise Award: special achievement infrastructure | We need to extract all the validator messages into a separate bundle, in order to keep all the validation messages in the same place.
This way, we'll be able to reuse any validation message in some other places, and will be able to easily update the message in all the places where it's being used.
Having a bundle of messages, later on we can implement the text translating into different languages. | 1.0 | Move the validation messages into a separate bundle - We need to extract all the validator messages into a separate bundle, in order to keep all the validation messages in the same place.
This way, we'll be able to reuse any validation message in some other places, and will be able to easily update the message in all the places where it's being used.
Having a bundle of messages, later on we can implement the text translating into different languages. | infrastructure | move the validation messages into a separate bundle we need to extract all the validator messages into a separate bundle in order to keep all the validation messages in the same place this way we ll be able to reuse any validation message in some other places and will be able to easily update the message in all the places where it s being used having a bundle of messages later on we can implement the text translating into different languages | 1 |
34,732 | 30,324,849,950 | IssuesEvent | 2023-07-10 22:38:29 | WordPress/performance | https://api.github.com/repos/WordPress/performance | opened | Add phpstan-no-private to catch calls of seemingly private functions | [Type] Enhancement Infrastructure | ## Feature Description
As suggested by @swissspidy in https://github.com/WordPress/performance/pull/730#discussion_r1195060190:
> I can also highly recommend https://packagist.org/packages/swissspidy/phpstan-no-private to catch calls of seemingly private functions.
Nevertheless, I noted:
> I love this package, but I wonder if this is the best for Performance Lab considering that the code in question will end up in core and thus it is expected that many calls to internal/private functions will be made? As it stands right now...
And in response, @swissspidy:
> Good point! 😃
>
> I think it can't hurt to use it anyway, since not everything will land in core. Places where usage is OK can be ignored in the PHPStan config accordingly. But maybe in another PR :-)
>
> All the `Perflab_SQLite_` reports are actually false positives! I'll get this fixed in a new release. (Edit: see https://github.com/swissspidy/phpstan-no-private/issues/2)
They are not properly documented though. A `private function ...()` method does not need `@access private` annotations. That's against the coding standards. | 1.0 | Add phpstan-no-private to catch calls of seemingly private functions - ## Feature Description
As suggested by @swissspidy in https://github.com/WordPress/performance/pull/730#discussion_r1195060190:
> I can also highly recommend https://packagist.org/packages/swissspidy/phpstan-no-private to catch calls of seemingly private functions.
Nevertheless, I noted:
> I love this package, but I wonder if this is the best for Performance Lab considering that the code in question will end up in core and thus it is expected that many calls to internal/private functions will be made? As it stands right now...
And in response, @swissspidy:
> Good point! 😃
>
> I think it can't hurt to use it anyway, since not everything will land in core. Places where usage is OK can be ignored in the PHPStan config accordingly. But maybe in another PR :-)
>
> All the `Perflab_SQLite_` reports are actually false positives! I'll get this fixed in a new release. (Edit: see https://github.com/swissspidy/phpstan-no-private/issues/2)
They are not properly documented though. A `private function ...()` method does not need `@access private` annotations. That's against the coding standards. | infrastructure | add phpstan no private to catch calls of seemingly private functions feature description as suggested by swissspidy in i can also highly recommend to catch calls of seemingly private functions nevertheless i noted i love this package but i wonder if this is the best for performance lab considering that the code in question will end up in core and thus it is expected that many calls to internal private functions will be made as it stands right now and in response swissspidy good point 😃 i think it can t hurt to use it anyway since not everything will land in core places where usage is ok can be ignored in the phpstan config accordingly but maybe in another pr all the perflab sqlite reports are actually false positives i ll get this fixed in a new release edit see they are not properly documented though a private function method does not need access private annotations that s against the coding standards | 1 |
78,427 | 15,006,836,936 | IssuesEvent | 2021-01-31 01:06:32 | TDAmeritrade/stumpy | https://api.github.com/repos/TDAmeritrade/stumpy | closed | Remove Azure Pipelines Badge | communication and transparency remove or deprecate code | Azure pipelines is unstable and we should gradually migrate to Github actions | 1.0 | Remove Azure Pipelines Badge - Azure pipelines is unstable and we should gradually migrate to Github actions | non_infrastructure | remove azure pipelines badge azure pipelines is unstable and we should gradually migrate to github actions | 0 |
271,566 | 20,680,393,882 | IssuesEvent | 2022-03-10 13:23:20 | pharmaverse/admiral | https://api.github.com/repos/pharmaverse/admiral | closed | Documentation: Typo in derive_vars_suppqual() | documentation good first issue | ### Please select a category the issue is focused on?
Function Documentation
### Let us know where something needs a refresh or put your idea here!

Remove the So and need spacing between two character and domain | 1.0 | Documentation: Typo in derive_vars_suppqual() - ### Please select a category the issue is focused on?
Function Documentation
### Let us know where something needs a refresh or put your idea here!

Remove the So and need spacing between two character and domain | non_infrastructure | documentation typo in derive vars suppqual please select a category the issue is focused on function documentation let us know where something needs a refresh or put your idea here remove the so and need spacing between two character and domain | 0 |
172,322 | 21,043,358,841 | IssuesEvent | 2022-03-31 14:06:57 | jgeraigery/dynatrace-service-broker | https://api.github.com/repos/jgeraigery/dynatrace-service-broker | opened | CVE-2019-20330 (High) detected in jackson-databind-2.3.4.jar | security vulnerability | ## CVE-2019-20330 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.3.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.4/jackson-databind-2.3.4.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-1.1.9.RELEASE.jar (Root Library)
- :x: **jackson-databind-2.3.4.jar** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.2 lacks certain net.sf.ehcache blocking.
<p>Publish Date: 2020-01-03
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20330>CVE-2019-20330</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2526">https://github.com/FasterXML/jackson-databind/issues/2526</a></p>
<p>Release Date: 2020-01-03</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.7.9.7,2.8.11.5,2.9.10.2</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.3.4","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:1.1.9.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.3.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.7.9.7,2.8.11.5,2.9.10.2","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-20330","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.2 lacks certain net.sf.ehcache blocking.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20330","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2019-20330 (High) detected in jackson-databind-2.3.4.jar - ## CVE-2019-20330 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.3.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.4/jackson-databind-2.3.4.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-1.1.9.RELEASE.jar (Root Library)
- :x: **jackson-databind-2.3.4.jar** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.2 lacks certain net.sf.ehcache blocking.
<p>Publish Date: 2020-01-03
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20330>CVE-2019-20330</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2526">https://github.com/FasterXML/jackson-databind/issues/2526</a></p>
<p>Release Date: 2020-01-03</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.7.9.7,2.8.11.5,2.9.10.2</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.3.4","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:1.1.9.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.3.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.7.9.7,2.8.11.5,2.9.10.2","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-20330","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.2 lacks certain net.sf.ehcache blocking.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20330","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_infrastructure | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library x jackson databind jar vulnerable library found in base branch master vulnerability details fasterxml jackson databind x before lacks certain net sf ehcache blocking publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org springframework boot spring boot starter web release com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before lacks certain net sf ehcache blocking vulnerabilityurl | 0 |
4,232 | 4,896,380,605 | IssuesEvent | 2016-11-20 10:03:40 | codingteam/Keter | https://api.github.com/repos/codingteam/Keter | closed | Build error: "webpack: not found" | kind:bug kind:infrastructure | When building 44bd7b798ba on Ubuntu 14.04, sbt fails with such message:
```
[info] Bundling the application with its NPM dependencies
[error] sh: 1: webpack: not found
[error] npm ERR! weird error 127
[error] npm WARN This failure might be due to the use of legacy binary "node"
[error] npm WARN For further explanations, please read
[error] /usr/share/doc/nodejs/README.Debian
[error]
[error] npm ERR! not ok code 0
```
I had installed `npm` by apt-get, and tried to install `nodejs-legacy` in order to fix build. It didn`t helped. | 1.0 | Build error: "webpack: not found" - When building 44bd7b798ba on Ubuntu 14.04, sbt fails with such message:
```
[info] Bundling the application with its NPM dependencies
[error] sh: 1: webpack: not found
[error] npm ERR! weird error 127
[error] npm WARN This failure might be due to the use of legacy binary "node"
[error] npm WARN For further explanations, please read
[error] /usr/share/doc/nodejs/README.Debian
[error]
[error] npm ERR! not ok code 0
```
I had installed `npm` by apt-get, and tried to install `nodejs-legacy` in order to fix build. It didn`t helped. | infrastructure | build error webpack not found when building on ubuntu sbt fails with such message bundling the application with its npm dependencies sh webpack not found npm err weird error npm warn this failure might be due to the use of legacy binary node npm warn for further explanations please read usr share doc nodejs readme debian npm err not ok code i had installed npm by apt get and tried to install nodejs legacy in order to fix build it didn t helped | 1 |
33,205 | 27,300,991,773 | IssuesEvent | 2023-02-24 01:56:10 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | opened | add tests runs with Spanish (or other) locale | area-Infrastructure-libraries tracking-external-issue | We have random crypto test failures on `Server2022.ES` queues. This described in #74838 and #70320.
To stabilize CI, the test runs were disabled by #82578.
The current suspicion is that this is cased by Azure Security Monitor: (thanks @MattGal for the link)
https://github.com/dotnet/runtime/issues/74838#issuecomment-1442317205
We should enable and possibly investigate when the external [issue](https://msazure.visualstudio.com/One/_workitems/edit/15594051) is resolved.
| 1.0 | add tests runs with Spanish (or other) locale - We have random crypto test failures on `Server2022.ES` queues. This described in #74838 and #70320.
To stabilize CI, the test runs were disabled by #82578.
The current suspicion is that this is cased by Azure Security Monitor: (thanks @MattGal for the link)
https://github.com/dotnet/runtime/issues/74838#issuecomment-1442317205
We should enable and possibly investigate when the external [issue](https://msazure.visualstudio.com/One/_workitems/edit/15594051) is resolved.
| infrastructure | add tests runs with spanish or other locale we have random crypto test failures on es queues this described in and to stabilize ci the test runs were disabled by the current suspicion is that this is cased by azure security monitor thanks mattgal for the link we should enable and possibly investigate when the external is resolved | 1 |
365,050 | 25,518,757,612 | IssuesEvent | 2022-11-28 18:33:08 | EPFLRocketTeam/NordendSoftware | https://api.github.com/repos/EPFLRocketTeam/NordendSoftware | opened | Improve util.h | documentation enhancement | Proposal to update util.h.
## Main updates
- Adding a new enumeration `endianness` to distinguish between little and big endian formats (resp. `LITTLE_ENDIAN` and `BIG_ENDIAN`) which are needed based on the driver's structure
- Improving the current buffer infrastructure for burst reads
- Improving the current integer construction functions to include a 24-bit number constructor and implementing the `endianness` enumeration without destroying the current code | 1.0 | Improve util.h - Proposal to update util.h.
## Main updates
- Adding a new enumeration `endianness` to distinguish between little and big endian formats (resp. `LITTLE_ENDIAN` and `BIG_ENDIAN`) which are needed based on the driver's structure
- Improving the current buffer infrastructure for burst reads
- Improving the current integer construction functions to include a 24-bit number constructor and implementing the `endianness` enumeration without destroying the current code | non_infrastructure | improve util h proposal to update util h main updates adding a new enumeration endianness to distinguish between little and big endian formats resp little endian and big endian which are needed based on the driver s structure improving the current buffer infrastructure for burst reads improving the current integer construction functions to include a bit number constructor and implementing the endianness enumeration without destroying the current code | 0 |
419,104 | 12,217,686,203 | IssuesEvent | 2020-05-01 17:43:23 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [platform] GCP provider configure should allow for custom network tags | area/platform priority/high | For GCP provide configure, we allow 2 modes:
**We setup networking**
We create a firewall rule that kicks in for VMs with the tag `cluster-server` and we make sure to attach this tag to the VMs we provision.
**The user sets up networking and provides pieces to YW to manage**
Here we still use `cluster-server` as the tag on the machines, but it's the responsibility of the user to have created a firewall that works with it.
It would be great if we either ask for the user to provide us the relevant firewall rule, or maybe more generically, which tag(s) to place on the VMs such that the networking will just work.
cc @ajcaldera1 @ramkumarvs | 1.0 | [platform] GCP provider configure should allow for custom network tags - For GCP provide configure, we allow 2 modes:
**We setup networking**
We create a firewall rule that kicks in for VMs with the tag `cluster-server` and we make sure to attach this tag to the VMs we provision.
**The user sets up networking and provides pieces to YW to manage**
Here we still use `cluster-server` as the tag on the machines, but it's the responsibility of the user to have created a firewall that works with it.
It would be great if we either ask for the user to provide us the relevant firewall rule, or maybe more generically, which tag(s) to place on the VMs such that the networking will just work.
cc @ajcaldera1 @ramkumarvs | non_infrastructure | gcp provider configure should allow for custom network tags for gcp provide configure we allow modes we setup networking we create a firewall rule that kicks in for vms with the tag cluster server and we make sure to attach this tag to the vms we provision the user sets up networking and provides pieces to yw to manage here we still use cluster server as the tag on the machines but it s the responsibility of the user to have created a firewall that works with it it would be great if we either ask for the user to provide us the relevant firewall rule or maybe more generically which tag s to place on the vms such that the networking will just work cc ramkumarvs | 0 |
759,741 | 26,608,926,389 | IssuesEvent | 2023-01-23 21:54:04 | octokit/webhooks | https://api.github.com/repos/octokit/webhooks | closed | [BUG]: ProjectsV2Item and archived_at for created/converted events | Type: Bug Priority: Normal Status: Needs info | ### What happened?
Using `@octokit/webhooks` in a project, and subscribing to an event.
```
webhooks.on('projects_v2_item.created', async ({ payload }) => {
// Not possible to subscribe to single project, so we filter
if (payload.projects_v2_item.project_node_id === PROJECT_NODEID) {
await boltApp.client.chat.postMessage({
token: SLACK_BOT_TOKEN,
channel: SLACK_CHANNEL_ID,
text: `...`
});
}
});
```
I get TS compile error:
`Property 'project_node_id' does not exist on type 'never'.
The intersection 'ProjectsV2Item & { archived_at: null; }' was reduced to 'never' because property 'archived_at' has conflicting types in some constituents.`
Investigated a bit further and due to using `allOf` and `$ref` to the schema the intersection fails, since the schema states that `archived_at` can be either `string | null` and can't then be overwritten with this intersection.
### Versions
@octokit/webhooks 10.7.0
@octokit/webhooks-types 6.10.0
### Relevant log output
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | 1.0 | [BUG]: ProjectsV2Item and archived_at for created/converted events - ### What happened?
Using `@octokit/webhooks` in a project, and subscribing to an event.
```
webhooks.on('projects_v2_item.created', async ({ payload }) => {
// Not possible to subscribe to single project, so we filter
if (payload.projects_v2_item.project_node_id === PROJECT_NODEID) {
await boltApp.client.chat.postMessage({
token: SLACK_BOT_TOKEN,
channel: SLACK_CHANNEL_ID,
text: `...`
});
}
});
```
I get TS compile error:
`Property 'project_node_id' does not exist on type 'never'.
The intersection 'ProjectsV2Item & { archived_at: null; }' was reduced to 'never' because property 'archived_at' has conflicting types in some constituents.`
Investigated a bit further and due to using `allOf` and `$ref` to the schema the intersection fails, since the schema states that `archived_at` can be either `string | null` and can't then be overwritten with this intersection.
### Versions
@octokit/webhooks 10.7.0
@octokit/webhooks-types 6.10.0
### Relevant log output
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | non_infrastructure | and archived at for created converted events what happened using octokit webhooks in a project and subscribing to an event webhooks on projects item created async payload not possible to subscribe to single project so we filter if payload projects item project node id project nodeid await boltapp client chat postmessage token slack bot token channel slack channel id text i get ts compile error property project node id does not exist on type never the intersection archived at null was reduced to never because property archived at has conflicting types in some constituents investigated a bit further and due to using allof and ref to the schema the intersection fails since the schema states that archived at can be either string null and can t then be overwritten with this intersection versions octokit webhooks octokit webhooks types relevant log output no response code of conduct i agree to follow this project s code of conduct | 0 |
37,420 | 10,000,539,597 | IssuesEvent | 2019-07-12 13:38:24 | EIDSS/EIDSS7 | https://api.github.com/repos/EIDSS/EIDSS7 | opened | ADHOC - Adding in new EE | Build 82.2 bug | **Summary**
The system allows me to add employees with unlimited amount of characters for there name, last name, and phone number. However, it later throws out error.
Also, the system seems to have no password policy.
**To Reproduce**
Steps to reproduce the behavior:
1. Log in as adamanders
2. Go to admin > employee
3. Add in employee information with large amount of characters and proceed forward.
**Expected behavior**
The system should have some sort of character maximum, password policy, and entry format.
**Screenshots**


**Additional details:**
- Build: 82.2
- Script title (enter ad hoc if not script-based): ADHOC
**Issue severity (Optional)**
Severity (critical, major, minor, low): LOW
| 1.0 | ADHOC - Adding in new EE - **Summary**
The system allows me to add employees with unlimited amount of characters for there name, last name, and phone number. However, it later throws out error.
Also, the system seems to have no password policy.
**To Reproduce**
Steps to reproduce the behavior:
1. Log in as adamanders
2. Go to admin > employee
3. Add in employee information with large amount of characters and proceed forward.
**Expected behavior**
The system should have some sort of character maximum, password policy, and entry format.
**Screenshots**


**Additional details:**
- Build: 82.2
- Script title (enter ad hoc if not script-based): ADHOC
**Issue severity (Optional)**
Severity (critical, major, minor, low): LOW
| non_infrastructure | adhoc adding in new ee summary the system allows me to add employees with unlimited amount of characters for there name last name and phone number however it later throws out error also the system seems to have no password policy to reproduce steps to reproduce the behavior log in as adamanders go to admin employee add in employee information with large amount of characters and proceed forward expected behavior the system should have some sort of character maximum password policy and entry format screenshots additional details build script title enter ad hoc if not script based adhoc issue severity optional severity critical major minor low low | 0 |
20,689 | 14,099,409,848 | IssuesEvent | 2020-11-06 01:18:58 | noahtalerman/test-issues-kolide | https://api.github.com/repos/noahtalerman/test-issues-kolide | opened | [CLOSED] Yarn package manager | Component: Development Infrastructure | <a href="https://github.com/marpaia"><img src="https://avatars2.githubusercontent.com/u/927168?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [marpaia](https://github.com/marpaia)**
_Wednesday Oct 19, 2016 at 16:22 GMT_
_Originally opened as https://github.com/kolide/fleet/pull/326_
----
----
_**[marpaia](https://github.com/marpaia)** included the following code: https://github.com/kolide/fleet/pull/326/commits_
| 1.0 | [CLOSED] Yarn package manager - <a href="https://github.com/marpaia"><img src="https://avatars2.githubusercontent.com/u/927168?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [marpaia](https://github.com/marpaia)**
_Wednesday Oct 19, 2016 at 16:22 GMT_
_Originally opened as https://github.com/kolide/fleet/pull/326_
----
----
_**[marpaia](https://github.com/marpaia)** included the following code: https://github.com/kolide/fleet/pull/326/commits_
| infrastructure | yarn package manager issue by wednesday oct at gmt originally opened as included the following code | 1 |
29,907 | 24,382,983,944 | IssuesEvent | 2022-10-04 09:23:30 | treeverse/lakeFS | https://api.github.com/repos/treeverse/lakeFS | closed | Docker with platform support failed to build and publish | infrastructure | Our release process include GitHub action to build and publish lakefs image to ECR and Docker Hub.
Last update to enable per platform build and speedup the local build per architecture in our Dockerfile, broke the release process:
```
Step 1/20 : FROM --platform=$BUILDPLATFORM golang:1.17.8-alpine AS build
failed to parse platform : "" is an invalid component of "": platform specifier component must match "^[A-Za-z0-9_-]+$": invalid argument
Error: Process completed with exit code 1.
```
| 1.0 | Docker with platform support failed to build and publish - Our release process include GitHub action to build and publish lakefs image to ECR and Docker Hub.
Last update to enable per platform build and speedup the local build per architecture in our Dockerfile, broke the release process:
```
Step 1/20 : FROM --platform=$BUILDPLATFORM golang:1.17.8-alpine AS build
failed to parse platform : "" is an invalid component of "": platform specifier component must match "^[A-Za-z0-9_-]+$": invalid argument
Error: Process completed with exit code 1.
```
| infrastructure | docker with platform support failed to build and publish our release process include github action to build and publish lakefs image to ecr and docker hub last update to enable per platform build and speedup the local build per architecture in our dockerfile broke the release process step from platform buildplatform golang alpine as build failed to parse platform is an invalid component of platform specifier component must match invalid argument error process completed with exit code | 1 |
65,672 | 3,237,350,334 | IssuesEvent | 2015-10-14 11:23:04 | awesome-raccoons/gqt | https://api.github.com/repos/awesome-raccoons/gqt | opened | Weird things happen for high zoom levels | bug medium priority | To reproduce: Plot POLYGON((0 0, 10 0, 10 10, 0 0)) and press Ctr-+ more than 34 times (the real fun is around 38 presses).
I guess this is caused by floating point errors, so it's probably hard to fix it. A good enough fix is to just stop zooming before this becomes an issue. | 1.0 | Weird things happen for high zoom levels - To reproduce: Plot POLYGON((0 0, 10 0, 10 10, 0 0)) and press Ctr-+ more than 34 times (the real fun is around 38 presses).
I guess this is caused by floating point errors, so it's probably hard to fix it. A good enough fix is to just stop zooming before this becomes an issue. | non_infrastructure | weird things happen for high zoom levels to reproduce plot polygon and press ctr more than times the real fun is around presses i guess this is caused by floating point errors so it s probably hard to fix it a good enough fix is to just stop zooming before this becomes an issue | 0 |
32,634 | 26,851,581,428 | IssuesEvent | 2023-02-03 11:27:56 | AStefan93/CPPTest | https://api.github.com/repos/AStefan93/CPPTest | closed | Install clang 13 | infrastructure | Integrating Conan packages would be easier at first by simply using the available packages on the conan-repo. Most packages are available for clang 13, not clang 14 yet. | 1.0 | Install clang 13 - Integrating Conan packages would be easier at first by simply using the available packages on the conan-repo. Most packages are available for clang 13, not clang 14 yet. | infrastructure | install clang integrating conan packages would be easier at first by simply using the available packages on the conan repo most packages are available for clang not clang yet | 1 |
22,836 | 15,554,749,388 | IssuesEvent | 2021-03-16 04:37:09 | APSIMInitiative/ApsimX | https://api.github.com/repos/APSIMInitiative/ApsimX | closed | VS Code: default build task doesn't build solution file | bug interface/infrastructure | The default build task in tasks.json builds ApsimNG rather than ApsimX.sln, which means projects such as unit tests and createdocs don't get rebuilt automatically. | 1.0 | VS Code: default build task doesn't build solution file - The default build task in tasks.json builds ApsimNG rather than ApsimX.sln, which means projects such as unit tests and createdocs don't get rebuilt automatically. | infrastructure | vs code default build task doesn t build solution file the default build task in tasks json builds apsimng rather than apsimx sln which means projects such as unit tests and createdocs don t get rebuilt automatically | 1 |
8,891 | 7,720,221,601 | IssuesEvent | 2018-05-23 22:09:32 | APSIMInitiative/ApsimX | https://api.github.com/repos/APSIMInitiative/ApsimX | closed | IntelliSense of nested classes | bug interface/infrastructure | when adding an x property to a LinearInterpolationFunction I get Intellisense for the first part
[Lifecycle].CurrentLifestage
but if i add a second . nothing come up
what i would expect to get is
[Lifecycle].CurrentLifestage.CurrentCohort.PhenoAge
please contact me if you need a better explanation
| 1.0 | IntelliSense of nested classes - when adding an x property to a LinearInterpolationFunction I get Intellisense for the first part
[Lifecycle].CurrentLifestage
but if i add a second . nothing come up
what i would expect to get is
[Lifecycle].CurrentLifestage.CurrentCohort.PhenoAge
please contact me if you need a better explanation
| infrastructure | intellisense of nested classes when adding an x property to a linearinterpolationfunction i get intellisense for the first part currentlifestage but if i add a second nothing come up what i would expect to get is currentlifestage currentcohort phenoage please contact me if you need a better explanation | 1 |
429,772 | 30,089,669,743 | IssuesEvent | 2023-06-29 11:20:17 | alphagov/govuk-prototype-kit-docs | https://api.github.com/repos/alphagov/govuk-prototype-kit-docs | closed | Add a tutorial on loading data from JSON | documentation 🕔 days | This is a common need, to know how to store data in JSON and use it in templates.
Secondarily, to get JSON remotely (say from an API) and use it in templates. The kit includes `sync-request` to do this. | 1.0 | Add a tutorial on loading data from JSON - This is a common need, to know how to store data in JSON and use it in templates.
Secondarily, to get JSON remotely (say from an API) and use it in templates. The kit includes `sync-request` to do this. | non_infrastructure | add a tutorial on loading data from json this is a common need to know how to store data in json and use it in templates secondarily to get json remotely say from an api and use it in templates the kit includes sync request to do this | 0 |
24,994 | 18,020,439,614 | IssuesEvent | 2021-09-16 18:41:34 | ProjectPythia/projectpythia.github.io | https://api.github.com/repos/ProjectPythia/projectpythia.github.io | opened | Tweaks to automated review assignments | infrastructure | Two issues I've noticed since we starting automating reviewer assignments based on CODEOWNERS:
1. Two individuals from the @ProjectPythia/infrastructure team get selected via round-robin for reviews. That's what we want. But the review request addressed generically to @ProjectPythia/infrastructure remains. Examples are #153, #150. I was expecting that the generic request would get removed after the two individuals got tagged (which is how it's been working on the Foundations repo). In practice this means that when I look up my list of review requests to see what I'm supposed to work on, my list includes pretty much every open PR even when I'm not one of the individuals who's been tagged, and so the list is no longer very helpful.
2. Seems that things are getting tagged for review by @ProjectPythia/infrastructure that would be more appropriate for review by @ProjectPythia/education. This includes PRs specifically tagged as "content" like #150, and community-contributed gallery content like #153
Maybe this is fodder for next week's IWG discussion. | 1.0 | Tweaks to automated review assignments - Two issues I've noticed since we starting automating reviewer assignments based on CODEOWNERS:
1. Two individuals from the @ProjectPythia/infrastructure team get selected via round-robin for reviews. That's what we want. But the review request addressed generically to @ProjectPythia/infrastructure remains. Examples are #153, #150. I was expecting that the generic request would get removed after the two individuals got tagged (which is how it's been working on the Foundations repo). In practice this means that when I look up my list of review requests to see what I'm supposed to work on, my list includes pretty much every open PR even when I'm not one of the individuals who's been tagged, and so the list is no longer very helpful.
2. Seems that things are getting tagged for review by @ProjectPythia/infrastructure that would be more appropriate for review by @ProjectPythia/education. This includes PRs specifically tagged as "content" like #150, and community-contributed gallery content like #153
Maybe this is fodder for next week's IWG discussion. | infrastructure | tweaks to automated review assignments two issues i ve noticed since we starting automating reviewer assignments based on codeowners two individuals from the projectpythia infrastructure team get selected via round robin for reviews that s what we want but the review request addressed generically to projectpythia infrastructure remains examples are i was expecting that the generic request would get removed after the two individuals got tagged which is how it s been working on the foundations repo in practice this means that when i look up my list of review requests to see what i m supposed to work on my list includes pretty much every open pr even when i m not one of the individuals who s been tagged and so the list is no longer very helpful seems that things are getting tagged for review by projectpythia infrastructure that would be more appropriate for review by projectpythia education this includes prs specifically tagged as content like and community contributed gallery content like maybe this is fodder for next week s iwg discussion | 1 |
86,299 | 8,031,123,378 | IssuesEvent | 2018-07-27 22:44:42 | phetsims/chipper | https://api.github.com/repos/phetsims/chipper | closed | A11y view is broken on dev server | status:fixed-pending-testing | Since we have moved dev servers from spot, this line of code is invalid:
```js
// add brand name for dev deploys
var brandSuffix = window.location.hostname === 'bayes.colorado.edu' ? '_phet' : '';
``` | 1.0 | A11y view is broken on dev server - Since we have moved dev servers from spot, this line of code is invalid:
```js
// add brand name for dev deploys
var brandSuffix = window.location.hostname === 'bayes.colorado.edu' ? '_phet' : '';
``` | non_infrastructure | view is broken on dev server since we have moved dev servers from spot this line of code is invalid js add brand name for dev deploys var brandsuffix window location hostname bayes colorado edu phet | 0 |
185,144 | 14,343,653,125 | IssuesEvent | 2020-11-28 10:35:17 | systemd/systemd | https://api.github.com/repos/systemd/systemd | closed | `test-execute` breaks ASan/LSan | bug 🐛 tests | **systemd version the issue has been seen with**
> latest master
<!-- **NOTE:** Do not submit bug reports about anything but the two most recently released systemd versions upstream! -->
<!-- For older version please use distribution trackers (see https://systemd.io/CONTRIBUTING#filing-issues). -->
**Used distribution**
> Arch Linux, clang 9.0
As some of you already noticed, the current ASan/LSan sometimes crashes during `test-execute`, specifically during `exec-specifier-interpolation.service`:
```
exec-specifier-interpolation.service: Passing 0 fds to service
exec-specifier-interpolation.service: About to execute: /bin/sh -x -c '! test -x perl || perl -e 'exit(!(qq{%U} eq qq{\x25U}))''
exec-specifier-interpolation.service: Forked /bin/sh as 43629
exec-specifier-interpolation.service: Changed dead -> start
exec-specifier@foo-bar.service: Control group is empty.
exec-specifier-interpolation.service: Executing: /bin/sh -x -c '! test -x perl || perl -e 'exit(!(qq{%U} eq qq{\x25U}))''
+ test -x perl
Received SIGCHLD from PID 43629 (sh).
Child 43629 (sh) died (code=exited, status=0/SUCCESS)
exec-specifier-interpolation.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
exec-specifier-interpolation.service: Child 43629 belongs to exec-specifier-interpolation.service.
exec-specifier-interpolation.service: Main process exited, code=exited, status=0/SUCCESS
exec-specifier-interpolation.service: Succeeded.
exec-specifier-interpolation.service: Service will not restart (restart setting)
exec-specifier-interpolation.service: Changed start -> dead
Tracer caught signal 11: addr=0x0 pc=0x7f00aba401e8 sp=0x7f00a474fd00
==38277==LeakSanitizer has encountered a fatal error.
==38277==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
==38277==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
```
I'm not sure if the relevant codebase changed or if it's another case of https://github.com/systemd/systemd/pull/13232 (so the fix would be basically the same).
cc @evverx | 1.0 | `test-execute` breaks ASan/LSan - **systemd version the issue has been seen with**
> latest master
<!-- **NOTE:** Do not submit bug reports about anything but the two most recently released systemd versions upstream! -->
<!-- For older version please use distribution trackers (see https://systemd.io/CONTRIBUTING#filing-issues). -->
**Used distribution**
> Arch Linux, clang 9.0
As some of you already noticed, the current ASan/LSan sometimes crashes during `test-execute`, specifically during `exec-specifier-interpolation.service`:
```
exec-specifier-interpolation.service: Passing 0 fds to service
exec-specifier-interpolation.service: About to execute: /bin/sh -x -c '! test -x perl || perl -e 'exit(!(qq{%U} eq qq{\x25U}))''
exec-specifier-interpolation.service: Forked /bin/sh as 43629
exec-specifier-interpolation.service: Changed dead -> start
exec-specifier@foo-bar.service: Control group is empty.
exec-specifier-interpolation.service: Executing: /bin/sh -x -c '! test -x perl || perl -e 'exit(!(qq{%U} eq qq{\x25U}))''
+ test -x perl
Received SIGCHLD from PID 43629 (sh).
Child 43629 (sh) died (code=exited, status=0/SUCCESS)
exec-specifier-interpolation.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
exec-specifier-interpolation.service: Child 43629 belongs to exec-specifier-interpolation.service.
exec-specifier-interpolation.service: Main process exited, code=exited, status=0/SUCCESS
exec-specifier-interpolation.service: Succeeded.
exec-specifier-interpolation.service: Service will not restart (restart setting)
exec-specifier-interpolation.service: Changed start -> dead
Tracer caught signal 11: addr=0x0 pc=0x7f00aba401e8 sp=0x7f00a474fd00
==38277==LeakSanitizer has encountered a fatal error.
==38277==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
==38277==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
```
I'm not sure if the relevant codebase changed or if it's another case of https://github.com/systemd/systemd/pull/13232 (so the fix would be basically the same).
cc @evverx | non_infrastructure | test execute breaks asan lsan systemd version the issue has been seen with latest master used distribution arch linux clang as some of you already noticed the current asan lsan sometimes crashes during test execute specifically during exec specifier interpolation service exec specifier interpolation service passing fds to service exec specifier interpolation service about to execute bin sh x c test x perl perl e exit qq u eq qq exec specifier interpolation service forked bin sh as exec specifier interpolation service changed dead start exec specifier foo bar service control group is empty exec specifier interpolation service executing bin sh x c test x perl perl e exit qq u eq qq test x perl received sigchld from pid sh child sh died code exited status success exec specifier interpolation service failed to read oom kill field of memory events cgroup attribute no such file or directory exec specifier interpolation service child belongs to exec specifier interpolation service exec specifier interpolation service main process exited code exited status success exec specifier interpolation service succeeded exec specifier interpolation service service will not restart restart setting exec specifier interpolation service changed start dead tracer caught signal addr pc sp leaksanitizer has encountered a fatal error hint for debugging try setting environment variable lsan options verbosity log threads hint leaksanitizer does not work under ptrace strace gdb etc i m not sure if the relevant codebase changed or if it s another case of so the fix would be basically the same cc evverx | 0 |
348,422 | 24,914,028,138 | IssuesEvent | 2022-10-30 07:08:20 | AY2223S1-CS2103T-T11-4/tp | https://api.github.com/repos/AY2223S1-CS2103T-T11-4/tp | closed | [PE-D][Tester A] Lack of visuals, diagrams | documentation bug | In the **View a batchmates's modules** section, the term **Modules panel** was used but there was no diagram prior to clearly label what it refers to.
All commands do not employ the use of diagrams to demonstrate their usage. Eg. mod mark command can possibly include a diagram so user knows what to expect to see when he/she decides to mark a module.
<!--session: 1666944173632-3c33413f-1713-452b-8886-7db8fd0129fb-->
<!--Version: Web v3.4.4-->
-------------
Labels: `severity.Low` `type.DocumentationBug`
original: 24Donovan24/ped#7 | 1.0 | [PE-D][Tester A] Lack of visuals, diagrams - In the **View a batchmates's modules** section, the term **Modules panel** was used but there was no diagram prior to clearly label what it refers to.
All commands do not employ the use of diagrams to demonstrate their usage. Eg. mod mark command can possibly include a diagram so user knows what to expect to see when he/she decides to mark a module.
<!--session: 1666944173632-3c33413f-1713-452b-8886-7db8fd0129fb-->
<!--Version: Web v3.4.4-->
-------------
Labels: `severity.Low` `type.DocumentationBug`
original: 24Donovan24/ped#7 | non_infrastructure | lack of visuals diagrams in the view a batchmates s modules section the term modules panel was used but there was no diagram prior to clearly label what it refers to all commands do not employ the use of diagrams to demonstrate their usage eg mod mark command can possibly include a diagram so user knows what to expect to see when he she decides to mark a module labels severity low type documentationbug original ped | 0 |
31,374 | 25,597,691,484 | IssuesEvent | 2022-12-01 17:24:44 | google/oss-fuzz | https://api.github.com/repos/google/oss-fuzz | closed | Fuzz introspector builds taking very long. | infrastructure priority | 
I think these are clogging up the build pipeline. My build I want to use to investigate https://github.com/google/oss-fuzz/issues/7225 is queued and will probably run a long time from now. | 1.0 | Fuzz introspector builds taking very long. - 
I think these are clogging up the build pipeline. My build I want to use to investigate https://github.com/google/oss-fuzz/issues/7225 is queued and will probably run a long time from now. | infrastructure | fuzz introspector builds taking very long i think these are clogging up the build pipeline my build i want to use to investigate is queued and will probably run a long time from now | 1 |
28,344 | 23,166,430,358 | IssuesEvent | 2022-07-30 02:55:52 | fsprojects/ExcelFinancialFunctions | https://api.github.com/repos/fsprojects/ExcelFinancialFunctions | opened | Release 3.3.0 | infrastructure | This issue tracks changes which will be included in the next release.
## Here's what's new
- Adds strong name assembly signing. (PR #69) | 1.0 | Release 3.3.0 - This issue tracks changes which will be included in the next release.
## Here's what's new
- Adds strong name assembly signing. (PR #69) | infrastructure | release this issue tracks changes which will be included in the next release here s what s new adds strong name assembly signing pr | 1 |
99,039 | 20,833,990,911 | IssuesEvent | 2022-03-19 22:40:51 | JahezAcademy/mc | https://api.github.com/repos/JahezAcademy/mc | opened | Use enums instead of string for check http method | code optimisation | MVCRequest=>sendFile method
Use enum instead of string for check http method | 1.0 | Use enums instead of string for check http method - MVCRequest=>sendFile method
Use enum instead of string for check http method | non_infrastructure | use enums instead of string for check http method mvcrequest sendfile method use enum instead of string for check http method | 0 |
34,158 | 28,374,376,071 | IssuesEvent | 2023-04-12 19:34:18 | polywrap/python-client | https://api.github.com/repos/polywrap/python-client | closed | fix: broken CD flow | bug Infrastructure | Currently, we are patching the versions on `main` when we release a new package but once released we need to merge `main` into `dev` and change the dependencies back to the local links. If we don't do this there will be conflicts during release | 1.0 | fix: broken CD flow - Currently, we are patching the versions on `main` when we release a new package but once released we need to merge `main` into `dev` and change the dependencies back to the local links. If we don't do this there will be conflicts during release | infrastructure | fix broken cd flow currently we are patching the versions on main when we release a new package but once released we need to merge main into dev and change the dependencies back to the local links if we don t do this there will be conflicts during release | 1 |
5,241 | 5,536,901,249 | IssuesEvent | 2017-03-21 20:46:20 | devtools-html/debugger.html | https://api.github.com/repos/devtools-html/debugger.html | closed | update assets/panel/prefs | infrastructure | the prefs file currently reflects an old version of `devtools/preferences/devtools.js` because we haven't updated the docker image.
We should update the image and then update `prefs.js` to just be debugger prefs | 1.0 | update assets/panel/prefs - the prefs file currently reflects an old version of `devtools/preferences/devtools.js` because we haven't updated the docker image.
We should update the image and then update `prefs.js` to just be debugger prefs | infrastructure | update assets panel prefs the prefs file currently reflects an old version of devtools preferences devtools js because we haven t updated the docker image we should update the image and then update prefs js to just be debugger prefs | 1 |
117,654 | 4,726,186,679 | IssuesEvent | 2016-10-18 09:25:02 | pombase/canto | https://api.github.com/repos/pombase/canto | closed | 'open' all comments within a session | enhancement low priority | It would be great if you could open all comments within a session in some way when in approval
(or anytime really)
for example
curs/9f25f26d17f2ec78
I am continually trying to see if I ave processed all of the comments , but every time I go back to the page I need to reopen them all individually to check them.... | 1.0 | 'open' all comments within a session - It would be great if you could open all comments within a session in some way when in approval
(or anytime really)
for example
curs/9f25f26d17f2ec78
I am continually trying to see if I ave processed all of the comments , but every time I go back to the page I need to reopen them all individually to check them.... | non_infrastructure | open all comments within a session it would be great if you could open all comments within a session in some way when in approval or anytime really for example curs i am continually trying to see if i ave processed all of the comments but every time i go back to the page i need to reopen them all individually to check them | 0 |
177,807 | 21,509,187,112 | IssuesEvent | 2022-04-28 01:13:56 | Techini/juice-shop | https://api.github.com/repos/Techini/juice-shop | closed | WS-2022-0007 (Medium) detected in node-forge-0.9.0.tgz - autoclosed | security vulnerability | ## WS-2022-0007 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.9.0.tgz</b></p></summary>
<p>JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz">https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz</a></p>
<p>Path to dependency file: /frontend/package.json</p>
<p>Path to vulnerable library: /frontend/node_modules/node-forge/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.803.25.tgz (Root Library)
- webpack-dev-server-3.9.0.tgz
- selfsigned-1.10.7.tgz
- :x: **node-forge-0.9.0.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In node-forge before 1.0.0 he regex used for the forge.util.parseUrl API would not properly parse certain inputs resulting in a parsed data structure that could lead to undesired behavior.
<p>Publish Date: 2022-01-08
<p>URL: <a href=https://github.com/digitalbazaar/forge/commit/db8016c805371e72b06d8e2edfe0ace0df934a5e>WS-2022-0007</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-gf8q-jrpm-jvxq">https://github.com/advisories/GHSA-gf8q-jrpm-jvxq</a></p>
<p>Release Date: 2022-01-08</p>
<p>Fix Resolution: node-forge - 1.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | WS-2022-0007 (Medium) detected in node-forge-0.9.0.tgz - autoclosed - ## WS-2022-0007 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.9.0.tgz</b></p></summary>
<p>JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz">https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz</a></p>
<p>Path to dependency file: /frontend/package.json</p>
<p>Path to vulnerable library: /frontend/node_modules/node-forge/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.803.25.tgz (Root Library)
- webpack-dev-server-3.9.0.tgz
- selfsigned-1.10.7.tgz
- :x: **node-forge-0.9.0.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In node-forge before 1.0.0 he regex used for the forge.util.parseUrl API would not properly parse certain inputs resulting in a parsed data structure that could lead to undesired behavior.
<p>Publish Date: 2022-01-08
<p>URL: <a href=https://github.com/digitalbazaar/forge/commit/db8016c805371e72b06d8e2edfe0ace0df934a5e>WS-2022-0007</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-gf8q-jrpm-jvxq">https://github.com/advisories/GHSA-gf8q-jrpm-jvxq</a></p>
<p>Release Date: 2022-01-08</p>
<p>Fix Resolution: node-forge - 1.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_infrastructure | ws medium detected in node forge tgz autoclosed ws medium severity vulnerability vulnerable library node forge tgz javascript implementations of network transports cryptography ciphers pki message digests and various utilities library home page a href path to dependency file frontend package json path to vulnerable library frontend node modules node forge package json dependency hierarchy build angular tgz root library webpack dev server tgz selfsigned tgz x node forge tgz vulnerable library vulnerability details in node forge before he regex used for the forge util parseurl api would not properly parse certain inputs resulting in a parsed data structure that could lead to undesired behavior publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution node forge step up your open source security game with whitesource | 0 |
17,392 | 12,339,728,588 | IssuesEvent | 2020-05-14 18:38:10 | nwfsc-fram/boatnet | https://api.github.com/repos/nwfsc-fram/boatnet | opened | Create SOP and deploy couchdb encryption on dev/prod | Prj:infrastructure couchdb | Placeholder issue, intend to track this in gitlab. | 1.0 | Create SOP and deploy couchdb encryption on dev/prod - Placeholder issue, intend to track this in gitlab. | infrastructure | create sop and deploy couchdb encryption on dev prod placeholder issue intend to track this in gitlab | 1 |
14,232 | 10,712,557,935 | IssuesEvent | 2019-10-25 09:12:21 | TwinePlatform/twine-monolith | https://api.github.com/repos/TwinePlatform/twine-monolith | opened | 🐛 password required | 1️⃣ priority-1 🏗 app: infrastructure 👣 app: visitor 🙋♀️ app: volunteer | **Issue**
- Password was set as required sign up value, however this is causing issues for 1 cb as they have reported:
> the Postcode field not being optional is problematic because some people don't have set addresses and it's exclusionary.
> it also won't allow duplicate postcodes i.e. same street
**Fix**
- remove requirement for postcode sign ups in visitor app
- do not add this requirement for the new volunteer app | 1.0 | 🐛 password required - **Issue**
- Password was set as required sign up value, however this is causing issues for 1 cb as they have reported:
> the Postcode field not being optional is problematic because some people don't have set addresses and it's exclusionary.
> it also won't allow duplicate postcodes i.e. same street
**Fix**
- remove requirement for postcode sign ups in visitor app
- do not add this requirement for the new volunteer app | infrastructure | 🐛 password required issue password was set as required sign up value however this is causing issues for cb as they have reported the postcode field not being optional is problematic because some people don t have set addresses and it s exclusionary it also won t allow duplicate postcodes i e same street fix remove requirement for postcode sign ups in visitor app do not add this requirement for the new volunteer app | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.